miniflux/api
Frédéric Guillot e45cc2d2aa Refactor user validation
Validate each user field for creation/modification via API and web UI
2021-01-03 21:36:35 -08:00
..
api.go Refactor feed creation to allow setting most fields via API 2021-01-02 16:48:22 -08:00
category.go Renaming non-existent category via API should returns a 404 2020-12-13 19:05:10 -08:00
doc.go Move API middleware and routes to api package 2018-11-11 10:22:47 -08:00
entry.go Allow ignore_http_cache field to be changed via API 2020-12-13 20:42:41 -08:00
feed.go Refactor feed creation to allow setting most fields via API 2021-01-02 16:48:22 -08:00
handler.go Refactor feed creation to allow setting most fields via API 2021-01-02 16:48:22 -08:00
icon.go Allow ignore_http_cache field to be changed via API 2020-12-13 20:42:41 -08:00
middleware.go api: avoid database lookup if empty credentials are provided 2020-09-27 13:23:11 -07:00
opml.go Move API middleware and routes to api package 2018-11-11 10:22:47 -08:00
payload.go Refactor user validation 2021-01-03 21:36:35 -08:00
payload_test.go Refactor user validation 2021-01-03 21:36:35 -08:00
subscription.go Allow ignore_http_cache field to be changed via API 2020-12-13 20:42:41 -08:00
user.go Refactor user validation 2021-01-03 21:36:35 -08:00