Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-08-10 | Move internal packages to an internal folder | 1 | -120/+0 | ||
For reference: https://go.dev/doc/go1.4#internalpackages | |||||
2023-08-09 | Rename Miniflux package name to follow Go module naming convention | 1 | -3/+3 | ||
For reference: https://go.dev/ref/mod#major-version-suffixes | |||||
2023-07-30 | Add SaveEntry function to API client | 1 | -3/+10 | ||
2023-06-19 | Replace copyright header with SPDX identifier | 1 | -3/+2 | ||
2018-11-03 | Remove charset=utf-8 from JSON responses | 1 | -8/+10 | ||
See: https://www.iana.org/assignments/media-types/application/json | |||||
2018-10-08 | Fix typo in license header | 1 | -2/+2 | ||
2018-10-08 | Refactor HTTP response builder | 1 | -61/+66 | ||
2018-08-24 | Use canonical imports | 1 | -3/+3 | ||
2018-07-19 | Compress JSON, CSS and Javascript responses | 1 | -3/+3 | ||
2018-04-29 | Use vanilla HTTP handlers (refactoring) | 1 | -0/+107 | ||