aboutsummaryrefslogtreecommitdiff
path: root/client (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-10-08Add /v1/version endpointGravatar Frédéric Guillot 2-0/+27
2023-10-06Add API endpoint to update entry title and contentGravatar Frédéric Guillot 2-0/+22
2023-10-06Add new API endpoint /icons/{iconID}Gravatar Frédéric Guillot 1-1/+17
2023-10-05Add API endpoint to flush historyGravatar Frédéric Guillot 1-0/+6
2023-10-05Add changed_after and changed_before options to /v1/entries endpointGravatar Frédéric Guillot 2-18/+38
2023-08-10Move internal packages to an internal folderGravatar Frédéric Guillot 1-2/+2
2023-08-09Rename Miniflux package name to follow Go module naming conventionGravatar Frédéric Guillot 5-6/+6
2023-07-30Add SaveEntry function to API clientGravatar Frédéric Guillot 1-44/+28
2023-06-29Add user setting for marking entry as read on viewGravatar xl 1-0/+2
2023-06-19Replace copyright header with SPDX identifierGravatar fred 4-12/+8
2023-03-28Add swipe as option for gesture navigation between entries.Gravatar dzaikos 1-2/+2
2023-02-24Parse `<category>` from Feeds (RSS, Atom and JSON)Gravatar privatmamtora 1-0/+1
2023-01-14Add option to enable or disable double tapGravatar Frédéric Guillot 1-0/+2
2022-12-12Add category feeds refreshGravatar Davide Masserut 1-0/+6
2022-10-25Rename column to CategoriesSortingOrderGravatar Frédéric Guillot 1-42/+42
2022-10-25Add optional sort option in category pageGravatar Romain de Laage 1-0/+2
2022-10-03client.New(): accept endpoint URLs with /v1/Gravatar jtagcat 1-2/+6
2022-08-08Fix some linter issuesGravatar Frédéric Guillot 1-3/+1
2022-07-26Make default home page configurableGravatar Romain de Laage 1-0/+2
2022-07-17Make reading speed user-configurableGravatar Gabriel Augendre 1-34/+38
2022-05-21Add API endpoint to fetch unread and read countersGravatar Pascal Noisette 2-0/+22
2022-04-13Allow API search for entries which are not starredGravatar knrdl 2-3/+8
2021-09-09Add ability to change entry sort order in the UIGravatar James Loh 1-0/+2
2021-08-16Add option to hide feeds from the global Unread listGravatar Jan-Lukas Else 1-0/+3
2021-06-16client: Try to parse response Body on InternalServerErrorGravatar Alexandros Kosiaris 1-2/+9
2021-06-04client: expose comments_url entry fieldGravatar Ilya Mateyko 1-0/+1
2021-05-27Expose `changed_at` time through the APIGravatar James Loh 1-0/+1
2021-05-13Correct spellingGravatar Edward Betts 1-1/+1
2021-03-22Setup golangci-lint Github ActionGravatar Frédéric Guillot 2-3/+3
2021-03-22Add per feed cookies optionGravatar Darius 1-0/+3
2021-02-28Make web app display mode configurableGravatar 1pav 1-0/+2
2021-02-21Add option to allow self-signed or invalid certificatesGravatar Frédéric Guillot 1-50/+53
2021-02-16Remove deprecated io/ioutil packageGravatar Frédéric Guillot 3-6/+4
2021-01-18Add API endpoints to get feeds and entries of a categoryGravatar Shizun Ge 1-0/+53
2021-01-04Refactor feed validatorGravatar Frédéric Guillot 1-2/+1
2021-01-02Refactor feed creation to allow setting most fields via APIGravatar Frédéric Guillot 2-11/+28
2020-12-21Make user fields editable via APIGravatar Frédéric Guillot 2-10/+29
2020-12-21Remove extra column from users table (HSTORE field)Gravatar Frédéric Guillot 1-11/+16
2020-12-13Allow ignore_http_cache field to be changed via APIGravatar Frédéric Guillot 1-12/+15
2020-11-29Add created_at field for entriesGravatar Ben Congdon 1-0/+1
2020-11-29Add API routes for "mark all as read"Gravatar Benjamin Congdon 1-0/+18
2020-11-18Calculate reading time during feed processingGravatar Frédéric Guillot 1-14/+15
2020-10-18Update contributor link and Godoc badge for clientGravatar Frédéric Guillot 1-0/+2
2020-10-16Add feed filters (Keeplist and Blocklist)Gravatar Manuel Garrido 1-10/+14
2020-09-14Update API client to support more filtersGravatar Frédéric Guillot 2-0/+14
2020-07-27API client: Do not return body for response with no contentGravatar Frédéric Guillot 2-47/+22
2020-07-08Add option to change the number of entries per page (fixes #40)Gravatar logan 1-0/+2
2020-03-17Add "Share article" featureGravatar Lesterpig 1-0/+1
2020-03-01Add API Client function to refresh all feedsGravatar Frédéric Guillot 1-1/+11
2020-03-01Add per-application API KeysGravatar Frédéric Guillot 3-6/+20