aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Ensure that cookies are sent only to the correct domains.cookiesRené 'Necoro' Neumann2022-01-113-7/+48
| | | | We want to avoid that authentication data is sent when fetching images from external sources, for instance.
* Specify cookies in feed config to use in all HTTP requests.René 'Necoro' Neumann2022-01-104-10/+45
|
* Support sending cookies in a http request.René 'Necoro' Neumann2022-01-102-0/+12
|
* Replace homegrown map-to-structure code by using package mapstructure.René 'Necoro' Neumann2022-01-104-41/+28
|
* #66: DocumentationRené 'Necoro' Neumann2022-01-093-0/+6
|
* #66: Support for specifying custom templatesRené 'Necoro' Neumann2022-01-093-6/+62
|
* Fix commentRené 'Necoro' Neumann2022-01-091-1/+1
|
* template: Restructuring and adding tests.René 'Necoro' Neumann2022-01-094-73/+159
|
* Mention fix of 180aa45d40 in Changelog.René 'Necoro' Neumann2022-01-081-0/+2
|
* Update READMERené 'Necoro' Neumann2022-01-081-3/+6
|
* #67: Update documentationRené 'Necoro' Neumann2022-01-083-1/+7
|
* #67: Readability supportRené 'Necoro' Neumann2022-01-084-10/+58
|
* Add test for fix of 180aa45d40René 'Necoro' Neumann2022-01-081-0/+1
|
* Introduce http.Context to bundle http specific parametersRené 'Necoro' Neumann2022-01-084-11/+24
|
* Fix configuration parsing, when the target field is not of a primitive type.René 'Necoro' Neumann2022-01-081-3/+7
|
* Prepare v1.4.0v1.4.0René 'Necoro' Neumann2021-12-212-3/+5
|
* Prefer the self-link of the feed over the URL.René 'Necoro' Neumann2021-12-211-10/+16
| | | | Rationale: The URL we use to access the feed may be an (old) alias. Relative URLs in feed items are written with the "real" URL of the feed in mind, though.
* Resolve relative links, so that external clients can use absolute links.René 'Necoro' Neumann2021-12-212-29/+62
| | | | Found in https://go.dev/blog/feed.atom
* Increase go-conformity: map[T]struct{} instead of map[T]bool for setsRené 'Necoro' Neumann2021-11-224-7/+7
|
* Prepare v1.3.0v1.3.0René 'Necoro' Neumann2021-11-012-2/+5
|
* Squashed commit of the following:René 'Necoro' Neumann2021-11-012-10/+9
| | | | | | | | | | | | | | | | | | | | | commit 3ae9cbe1ec50af338576ed0c67fead8917aa30b6 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri Oct 29 20:02:17 2021 +0000 Bump github.com/PuerkitoBio/goquery from 1.7.1 to 1.8.0 Bumps [github.com/PuerkitoBio/goquery](https://github.com/PuerkitoBio/goquery) from 1.7.1 to 1.8.0. - [Release notes](https://github.com/PuerkitoBio/goquery/releases) - [Commits](https://github.com/PuerkitoBio/goquery/compare/v1.7.1...v1.8.0) --- updated-dependencies: - dependency-name: github.com/PuerkitoBio/goquery dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Update README with new `go install`René 'Necoro' Neumann2021-10-291-4/+2
|
* Renamed forked dependencies, because 'replace' in go.mod leads to problems.René 'Necoro' Neumann2021-10-297-17/+12
|
* #64: Set filename for included imagesRené 'Necoro' Neumann2021-10-293-5/+22
|
* Upgrade replacement dependenciesRené 'Necoro' Neumann2021-10-232-17/+6
|
* Upgrade to Go 1.17René 'Necoro' Neumann2021-10-233-5/+19
|
* Fix release processv1.2.0René 'Necoro' Neumann2021-10-202-3/+2
|
* Prepare v1.2.0René 'Necoro' Neumann2021-10-203-3/+6
|
* Improve Url.String()René 'Necoro' Neumann2021-10-182-16/+40
|
* Improve commentRené 'Necoro' Neumann2021-10-181-2/+2
|
* Update documentationRené 'Necoro' Neumann2021-10-183-1/+7
|
* Explicit test for maildirRené 'Necoro' Neumann2021-10-181-1/+7
|
* RestructuringRené 'Necoro' Neumann2021-10-181-24/+33
|
* Support feed targets per feedRené 'Necoro' Neumann2021-10-185-19/+183
|
* URL: Do not print '@' when no user is givenRené 'Necoro' Neumann2021-10-181-1/+7
|
* #62: Fix tests (empty root is now allowed)René 'Necoro' Neumann2021-10-171-2/+16
|
* #62: ChangelogRené 'Necoro' Neumann2021-10-171-0/+2
|
* #62: Ensure that, with empty roots, there still remains a storage locationRené 'Necoro' Neumann2021-10-172-0/+12
|
* Toplevel feed may have an empty target: Store directly in root.René 'Necoro' Neumann2021-10-171-0/+4
|
* Improve documentation in configurationRené 'Necoro' Neumann2021-10-171-3/+3
|
* #62: Root can be emptyRené 'Necoro' Neumann2021-10-173-6/+13
|
* Allow to specify path to the cache directly in the config fileRené 'Necoro' Neumann2021-10-174-9/+23
|
* Bump github.com/gabriel-vasile/mimetype from 1.3.1 to 1.4.0dependabot[bot]2021-10-152-3/+3
| | | | | | | | | | | | | | Bumps [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) from 1.3.1 to 1.4.0. - [Release notes](https://github.com/gabriel-vasile/mimetype/releases) - [Commits](https://github.com/gabriel-vasile/mimetype/compare/v1.3.1...v1.4.0) --- updated-dependencies: - dependency-name: github.com/gabriel-vasile/mimetype dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Update go-imap to 1.2.0René 'Necoro' Neumann2021-10-062-7/+5
|
* Bump github.com/antonmedv/expr from 1.8.9 to 1.9.0dependabot[bot]2021-08-132-3/+3
| | | | | | | | | | | | | | Bumps [github.com/antonmedv/expr](https://github.com/antonmedv/expr) from 1.8.9 to 1.9.0. - [Release notes](https://github.com/antonmedv/expr/releases) - [Commits](https://github.com/antonmedv/expr/compare/v1.8.9...v1.9.0) --- updated-dependencies: - dependency-name: github.com/antonmedv/expr dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Update html2text dependencyRené 'Necoro' Neumann2021-07-242-9/+7
|
* Prepare v1.1.1v1.1.1René 'Necoro' Neumann2021-07-243-3/+7
|
* Fix IMAP disconnectRené 'Necoro' Neumann2021-07-241-1/+4
|
* Bump github.com/google/uuid from 1.2.0 to 1.3.0dependabot[bot]2021-07-172-3/+3
| | | | | | | | | | | | | | Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/google/uuid/releases) - [Commits](https://github.com/google/uuid/compare/v1.2.0...v1.3.0) --- updated-dependencies: - dependency-name: github.com/google/uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump github.com/PuerkitoBio/goquery from 1.7.0 to 1.7.1dependabot[bot]2021-07-172-6/+8
| | | | | | | | | | | | | | Bumps [github.com/PuerkitoBio/goquery](https://github.com/PuerkitoBio/goquery) from 1.7.0 to 1.7.1. - [Release notes](https://github.com/PuerkitoBio/goquery/releases) - [Commits](https://github.com/PuerkitoBio/goquery/compare/v1.7.0...v1.7.1) --- updated-dependencies: - dependency-name: github.com/PuerkitoBio/goquery dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>