aboutsummaryrefslogtreecommitdiff
path: root/internal/feed/item.go (unfollow)
Commit message (Expand)AuthorFilesLines
2022-07-13Bump github.com/gabriel-vasile/mimetype from 1.4.0 to 1.4.1dependabot[bot]2-7/+9
2022-06-11Prepare v1.5.1v1.5.1René 'Necoro' Neumann3-3/+8
2022-06-11Upgrade more depsRené 'Necoro' Neumann2-5/+6
2022-06-11Upgrade depsRené 'Necoro' Neumann2-6/+6
2022-06-11Bump github.com/emersion/go-imap from 1.2.0 to 1.2.1dependabot[bot]2-3/+3
2022-06-11Bump github.com/google/go-cmp from 0.5.7 to 0.5.8dependabot[bot]2-5/+3
2022-06-11Bump goreleaser/goreleaser-action from 2 to 3dependabot[bot]1-1/+1
2022-06-10Bump github.com/emersion/go-message from 0.15.0 to 0.16.0dependabot[bot]2-2/+3
2022-04-24Update mapstructure to 1.5.0René 'Necoro' Neumann2-3/+3
2022-04-24Replace `interface{}` by `any`René 'Necoro' Neumann13-30/+30
2022-04-24Upgrade to Go 1.18René 'Necoro' Neumann3-5/+5
2022-04-08Bump actions/setup-go from 2 to 3dependabot[bot]2-2/+2
2022-03-08Bump actions/checkout from 2 to 3dependabot[bot]2-2/+2
2022-01-24Do not detect *.tpl files on githubRené 'Necoro' Neumann1-1/+1
2022-01-21Squashed commit of the following:René 'Necoro' Neumann2-3/+3
2022-01-11Prepare v1.5.0v1.5.0René 'Necoro' Neumann3-3/+5
2022-01-10Replace homegrown map-to-structure code by using package mapstructure.René 'Necoro' Neumann4-41/+28
2022-01-09#66: DocumentationRené 'Necoro' Neumann3-0/+6
2022-01-09#66: Support for specifying custom templatesRené 'Necoro' Neumann3-6/+62
2022-01-09Fix commentRené 'Necoro' Neumann1-1/+1
2022-01-09template: Restructuring and adding tests.René 'Necoro' Neumann4-73/+159
2022-01-08Mention fix of 180aa45d40 in Changelog.René 'Necoro' Neumann1-0/+2
2022-01-08Update READMERené 'Necoro' Neumann1-3/+6
2022-01-08#67: Update documentationRené 'Necoro' Neumann3-1/+7
2022-01-08#67: Readability supportRené 'Necoro' Neumann4-10/+58
2022-01-08Add test for fix of 180aa45d40René 'Necoro' Neumann1-0/+1
2022-01-08Introduce http.Context to bundle http specific parametersRené 'Necoro' Neumann4-11/+24
2022-01-08Fix configuration parsing, when the target field is not of a primitive type.René 'Necoro' Neumann1-3/+7
2021-12-21Prepare v1.4.0v1.4.0René 'Necoro' Neumann2-3/+5
2021-12-21Prefer the self-link of the feed over the URL.René 'Necoro' Neumann1-10/+16
2021-12-21Resolve relative links, so that external clients can use absolute links.René 'Necoro' Neumann2-29/+62
2021-11-22Increase go-conformity: map[T]struct{} instead of map[T]bool for setsRené 'Necoro' Neumann4-7/+7
2021-11-01Prepare v1.3.0v1.3.0René 'Necoro' Neumann2-2/+5
2021-11-01Squashed commit of the following:René 'Necoro' Neumann2-10/+9
2021-10-29Update README with new `go install`René 'Necoro' Neumann1-4/+2
2021-10-29Renamed forked dependencies, because 'replace' in go.mod leads to problems.René 'Necoro' Neumann7-17/+12
2021-10-29#64: Set filename for included imagesRené 'Necoro' Neumann3-5/+22
2021-10-23Upgrade replacement dependenciesRené 'Necoro' Neumann2-17/+6
2021-10-23Upgrade to Go 1.17René 'Necoro' Neumann3-5/+19
2021-10-20Fix release processv1.2.0René 'Necoro' Neumann2-3/+2
2021-10-20Prepare v1.2.0René 'Necoro' Neumann3-3/+6
2021-10-18Improve Url.String()René 'Necoro' Neumann2-16/+40
2021-10-18Improve commentRené 'Necoro' Neumann1-2/+2
2021-10-18Update documentationRené 'Necoro' Neumann3-1/+7
2021-10-18Explicit test for maildirRené 'Necoro' Neumann1-1/+7
2021-10-18RestructuringRené 'Necoro' Neumann1-24/+33
2021-10-18Support feed targets per feedRené 'Necoro' Neumann5-19/+183
2021-10-18URL: Do not print '@' when no user is givenRené 'Necoro' Neumann1-1/+7
2021-10-17#62: Fix tests (empty root is now allowed)René 'Necoro' Neumann1-2/+16
2021-10-17#62: ChangelogRené 'Necoro' Neumann1-0/+2
ighlight'> 2014-05-14Disable secmem warning when discovering keysmilki2-2/+2 Key discovery parses stderr output of gnupg. The secmem warning interferes with parsing. 2014-05-10edit: Quote editor so tests work in spaced directories.Jason A. Donenfeld1-1/+1 2014-05-10reencryption: Properly escape input to sedJason A. Donenfeld1-1/+1 2014-05-10git: use secure tmp directoryJason A. Donenfeld1-4/+11 2014-05-10configure git to decrypt gpg files automaticallySamuel Le Thiec1-0/+5 - usefull for git commands showing diff, e.g.: pass git log -p - from what I can see, not 'cleartext' temporary files are created 2014-05-08completion: add new generate flagsJason A. Donenfeld3-2/+7 2014-05-08inplace: mutually exclusive with forceJason A. Donenfeld2-3/+3 2014-05-08usage: tab to spacesJason A. Donenfeld1-1/+1 2014-05-08generate: use nice ansi colors instead.Jason A. Donenfeld1-3/+2 Revert "Mute git-commit messages to make pass insert readable" This reverts commit f30ce6374d554e704162d5fa8e49acd9c6fd0ecc. I decided I like the git output. Instead highlight generated passwords using nice terminal output instead. 2014-05-08zsh: posix compatible sed fix for zsh-completionJason A. Donenfeld1-1/+1 This reverts commit 56381287a16792b4c6410f07db68e02f3574c213, and further fixes things. 2014-05-07Implement interactive init functionSvend Sorensen1-0/+8 2014-05-07Implement interactive rename functionSvend Sorensen1-0/+7 2014-05-07Reorder interactive function to match order of helper functionsSvend Sorensen1-13/+13 2014-05-07Make edit helper function name consistent with other helpersSvend Sorensen1-1/+1 2014-05-07Factor out password completing-read functionSvend Sorensen1-4/+8 2014-05-07Add dash to Package-RequiresSvend Sorensen1-1/+1 2014-05-06Force sane sort order.Jason A. Donenfeld1-2/+2 2014-05-06generate: add --in-place optionJason A. Donenfeld4-9/+33