Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump github.com/emersion/go-message from 0.15.0 to 0.16.0 | dependabot[bot] | 2022-06-10 | 2 | -2/+3 |
* | Update mapstructure to 1.5.0 | René 'Necoro' Neumann | 2022-04-24 | 2 | -3/+3 |
* | Replace `interface{}` by `any` | René 'Necoro' Neumann | 2022-04-24 | 13 | -30/+30 |
* | Upgrade to Go 1.18 | René 'Necoro' Neumann | 2022-04-24 | 3 | -5/+5 |
* | Bump actions/setup-go from 2 to 3 | dependabot[bot] | 2022-04-08 | 2 | -2/+2 |
* | Bump actions/checkout from 2 to 3 | dependabot[bot] | 2022-03-08 | 2 | -2/+2 |
* | Do not detect *.tpl files on github | René 'Necoro' Neumann | 2022-01-24 | 1 | -1/+1 |
* | Squashed commit of the following: | René 'Necoro' Neumann | 2022-01-21 | 2 | -3/+3 |
* | Prepare v1.5.0v1.5.0 | René 'Necoro' Neumann | 2022-01-11 | 3 | -3/+5 |
* | Replace homegrown map-to-structure code by using package mapstructure. | René 'Necoro' Neumann | 2022-01-10 | 4 | -41/+28 |
* | #66: Documentation | René 'Necoro' Neumann | 2022-01-09 | 3 | -0/+6 |
* | #66: Support for specifying custom templates | René 'Necoro' Neumann | 2022-01-09 | 3 | -6/+62 |
* | Fix comment | René 'Necoro' Neumann | 2022-01-09 | 1 | -1/+1 |
* | template: Restructuring and adding tests. | René 'Necoro' Neumann | 2022-01-09 | 4 | -73/+159 |
* | Mention fix of 180aa45d40 in Changelog. | René 'Necoro' Neumann | 2022-01-08 | 1 | -0/+2 |
* | Update README | René 'Necoro' Neumann | 2022-01-08 | 1 | -3/+6 |
* | #67: Update documentation | René 'Necoro' Neumann | 2022-01-08 | 3 | -1/+7 |
* | #67: Readability support | René 'Necoro' Neumann | 2022-01-08 | 4 | -10/+58 |
* | Add test for fix of 180aa45d40 | René 'Necoro' Neumann | 2022-01-08 | 1 | -0/+1 |
* | Introduce http.Context to bundle http specific parameters | René 'Necoro' Neumann | 2022-01-08 | 4 | -11/+24 |
* | Fix configuration parsing, when the target field is not of a primitive type. | René 'Necoro' Neumann | 2022-01-08 | 1 | -3/+7 |
* | Prepare v1.4.0v1.4.0 | René 'Necoro' Neumann | 2021-12-21 | 2 | -3/+5 |
* | Prefer the self-link of the feed over the URL. | René 'Necoro' Neumann | 2021-12-21 | 1 | -10/+16 |
* | Resolve relative links, so that external clients can use absolute links. | René 'Necoro' Neumann | 2021-12-21 | 2 | -29/+62 |
* | Increase go-conformity: map[T]struct{} instead of map[T]bool for sets | René 'Necoro' Neumann | 2021-11-22 | 4 | -7/+7 |
* | Prepare v1.3.0v1.3.0 | René 'Necoro' Neumann | 2021-11-01 | 2 | -2/+5 |
* | Squashed commit of the following: | René 'Necoro' Neumann | 2021-11-01 | 2 | -10/+9 |
* | Update README with new `go install` | René 'Necoro' Neumann | 2021-10-29 | 1 | -4/+2 |
* | Renamed forked dependencies, because 'replace' in go.mod leads to problems. | René 'Necoro' Neumann | 2021-10-29 | 7 | -17/+12 |
* | #64: Set filename for included images | René 'Necoro' Neumann | 2021-10-29 | 3 | -5/+22 |
* | Upgrade replacement dependencies | René 'Necoro' Neumann | 2021-10-23 | 2 | -17/+6 |
* | Upgrade to Go 1.17 | René 'Necoro' Neumann | 2021-10-23 | 3 | -5/+19 |
* | Fix release processv1.2.0 | René 'Necoro' Neumann | 2021-10-20 | 2 | -3/+2 |
* | Prepare v1.2.0 | René 'Necoro' Neumann | 2021-10-20 | 3 | -3/+6 |
* | Improve Url.String() | René 'Necoro' Neumann | 2021-10-18 | 2 | -16/+40 |
* | Improve comment | René 'Necoro' Neumann | 2021-10-18 | 1 | -2/+2 |
* | Update documentation | René 'Necoro' Neumann | 2021-10-18 | 3 | -1/+7 |
* | Explicit test for maildir | René 'Necoro' Neumann | 2021-10-18 | 1 | -1/+7 |
* | Restructuring | René 'Necoro' Neumann | 2021-10-18 | 1 | -24/+33 |
* | Support feed targets per feed | René 'Necoro' Neumann | 2021-10-18 | 5 | -19/+183 |
* | URL: Do not print '@' when no user is given | René 'Necoro' Neumann | 2021-10-18 | 1 | -1/+7 |
* | #62: Fix tests (empty root is now allowed) | René 'Necoro' Neumann | 2021-10-17 | 1 | -2/+16 |
* | #62: Changelog | René 'Necoro' Neumann | 2021-10-17 | 1 | -0/+2 |
* | #62: Ensure that, with empty roots, there still remains a storage location | René 'Necoro' Neumann | 2021-10-17 | 2 | -0/+12 |
* | Toplevel feed may have an empty target: Store directly in root. | René 'Necoro' Neumann | 2021-10-17 | 1 | -0/+4 |
* | Improve documentation in configuration | René 'Necoro' Neumann | 2021-10-17 | 1 | -3/+3 |
* | #62: Root can be empty | René 'Necoro' Neumann | 2021-10-17 | 3 | -6/+13 |
* | Allow to specify path to the cache directly in the config file | René 'Necoro' Neumann | 2021-10-17 | 4 | -9/+23 |
* | Bump github.com/gabriel-vasile/mimetype from 1.3.1 to 1.4.0 | dependabot[bot] | 2021-10-15 | 2 | -3/+3 |
* | Update go-imap to 1.2.0 | René 'Necoro' Neumann | 2021-10-06 | 2 | -7/+5 |