Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | go mod tidy | René 'Necoro' Neumann | 2020-06-20 | 1 | -6/+0 |
| | |||||
* | Fix/add debug messages | René 'Necoro' Neumann | 2020-06-20 | 2 | -2/+7 |
| | |||||
* | Bump github.com/gabriel-vasile/mimetype from 1.1.0 to 1.1.1 | dependabot-preview[bot] | 2020-06-20 | 2 | -1/+3 |
| | | | | | | | | Bumps [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/gabriel-vasile/mimetype/releases) - [Changelog](https://github.com/gabriel-vasile/mimetype/blob/master/CHANGELOG.md) - [Commits](https://github.com/gabriel-vasile/mimetype/compare/v1.1.0...v1.1.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> | ||||
* | Bump github.com/google/go-cmp from 0.4.1 to 0.5.0 | dependabot-preview[bot] | 2020-06-20 | 2 | -1/+3 |
| | | | | | | | Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.4.1 to 0.5.0. - [Release notes](https://github.com/google/go-cmp/releases) - [Commits](https://github.com/google/go-cmp/compare/v0.4.1...v0.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> | ||||
* | replace hardcoded username by secret | Florian Heiderich | 2020-06-14 | 1 | -1/+1 |
| | |||||
* | update version number in README.txt | Florian Heiderich | 2020-06-14 | 1 | -1/+1 |
| | |||||
* | Use correct login server for docker hubv0.4.0 | René 'Necoro' Neumann | 2020-05-25 | 1 | -1/+1 |
| | |||||
* | Use correct login server for docker hub | René 'Necoro' Neumann | 2020-05-25 | 1 | -1/+1 |
| | |||||
* | Fix docker image pathes for docker hub | René 'Necoro' Neumann | 2020-05-25 | 1 | -2/+2 |
| | |||||
* | Prepare v0.4.0 | René 'Necoro' Neumann | 2020-05-25 | 2 | -2/+5 |
| | |||||
* | Documentation | René 'Necoro' Neumann | 2020-05-25 | 3 | -4/+10 |
| | |||||
* | Make errors from exec calls always being printed as errors | René 'Necoro' Neumann | 2020-05-25 | 1 | -1/+1 |
| | |||||
* | Bump github.com/google/go-cmp from 0.4.0 to 0.4.1 | dependabot-preview[bot] | 2020-05-25 | 2 | -1/+3 |
| | | | | | | | Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.4.0 to 0.4.1. - [Release notes](https://github.com/google/go-cmp/releases) - [Commits](https://github.com/google/go-cmp/compare/v0.4.0...v0.4.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> | ||||
* | 'Exec' as an alternative to 'Url' | René 'Necoro' Neumann | 2020-05-25 | 9 | -18/+96 |
| | |||||
* | New option 'item-filter' | René 'Necoro' Neumann | 2020-05-21 | 9 | -16/+123 |
| | |||||
* | Verbose variant of 'target' in config | René 'Necoro' Neumann | 2020-05-14 | 8 | -111/+273 |
| | |||||
* | Publish docker images also at Docker Hub. | René 'Necoro' Neumann | 2020-05-13 | 3 | -4/+13 |
| | | | | Closes #15. | ||||
* | Move app-data into /app in docker imagev0.3.1 | René 'Necoro' Neumann | 2020-05-13 | 2 | -6/+7 |
| | |||||
* | Remove local names for docker images -- they are tried to push to docker.io | René 'Necoro' Neumann | 2020-05-13 | 1 | -2/+0 |
| | |||||
* | Release Workflow: Add docker login | René 'Necoro' Neumann | 2020-05-12 | 1 | -0/+7 |
| | |||||
* | Prepare v0.3.1 | René 'Necoro' Neumann | 2020-05-12 | 2 | -2/+6 |
| | |||||
* | Docker Setup | René 'Necoro' Neumann | 2020-05-12 | 4 | -31/+48 |
| | |||||
* | Fix README.md after merge | René 'Necoro' Neumann | 2020-05-12 | 1 | -2/+1 |
| | |||||
* | Merge pull request #13 from ruedigerp/master | René 'Necoro' Neumann | 2020-05-12 | 3 | -0/+44 |
|\ | | | | | add docker stuff | ||||
| * | add docker stuff | Ruediger Küpper | 2020-05-12 | 3 | -0/+44 |
|/ | |||||
* | Reorganize flag handling | René 'Necoro' Neumann | 2020-05-11 | 1 | -17/+30 |
| | |||||
* | Use stable version of gofeed | René 'Necoro' Neumann | 2020-05-11 | 2 | -3/+3 |
| | |||||
* | Prepare release 0.3.0v0.3.0 | René 'Necoro' Neumann | 2020-05-10 | 3 | -5/+6 |
| | |||||
* | Fixed linebreaks for Enclosures in text template | René 'Necoro' Neumann | 2020-05-10 | 1 | -5/+5 |
| | |||||
* | Upgrade html2text | René 'Necoro' Neumann | 2020-05-10 | 2 | -5/+3 |
| | |||||
* | Switch to our own html2text fork for the time being | René 'Necoro' Neumann | 2020-05-10 | 3 | -5/+5 |
| | |||||
* | Text part in emails | René 'Necoro' Neumann | 2020-05-10 | 7 | -33/+115 |
| | |||||
* | Allow options on group level. | René 'Necoro' Neumann | 2020-05-10 | 3 | -5/+11 |
| | | | | Closes #12. | ||||
* | Renamed feed template to html template | René 'Necoro' Neumann | 2020-05-10 | 2 | -2/+2 |
| | |||||
* | Release v0.2.0v0.2.0 | René 'Necoro' Neumann | 2020-05-10 | 2 | -2/+6 |
| | |||||
* | Fix building cache | René 'Necoro' Neumann | 2020-05-10 | 1 | -1/+3 |
| | |||||
* | Update README | René 'Necoro' Neumann | 2020-05-10 | 1 | -5/+44 |
| | |||||
* | Ignore 'dist' folder and build products | René 'Necoro' Neumann | 2020-05-10 | 1 | -0/+2 |
| | |||||
* | Print item hashes in debug mode | René 'Necoro' Neumann | 2020-05-08 | 1 | -1/+7 |
| | |||||
* | Improve html rendering | René 'Necoro' Neumann | 2020-05-07 | 2 | -53/+32 |
| | |||||
* | Do not assume items to be new when their published date is newer than the ↵ | René 'Necoro' Neumann | 2020-05-07 | 2 | -7/+1 |
| | | | | last run | ||||
* | Updating some deps | René 'Necoro' Neumann | 2020-05-07 | 2 | -2/+7 |
| | |||||
* | Better detection if a text starts with html or not | René 'Necoro' Neumann | 2020-05-07 | 2 | -4/+13 |
| | |||||
* | go fmt | René 'Necoro' Neumann | 2020-05-07 | 1 | -3/+2 |
| | |||||
* | Add header X-Feed2Imap-GUID | René 'Necoro' Neumann | 2020-05-07 | 3 | -1/+7 |
| | |||||
* | update changelog | René 'Necoro' Neumann | 2020-05-07 | 1 | -0/+1 |
| | |||||
* | Fix | René 'Necoro' Neumann | 2020-05-07 | 1 | -1/+1 |
| | |||||
* | Unified publishedDate and updatedDate into one (just as the old feed2imap...) | René 'Necoro' Neumann | 2020-05-07 | 5 | -21/+32 |
| | |||||
* | Print version during startup | René 'Necoro' Neumann | 2020-05-06 | 1 | -1/+1 |
| | |||||
* | Improve template | René 'Necoro' Neumann | 2020-05-06 | 3 | -20/+28 |
| |