shiori/internal
Monirzadeh b8a357829d
feat: api endpoint to serve readable content (#885)
* add endpoint to serve readable content

* add id and modified time in response

* revert id and modified time

* remove public check status

* chnage 401 to 403

* add basic unittest for readable content

* check response in unittest

* update strcut name and move that above handler
2024-04-21 00:59:03 +02:00
..
cmd fix: override configuration from flags only if set (#865) 2024-03-30 08:33:05 +01:00
config fix: fix problems that may be raised from a 1.5.5 upgrade (#837) 2024-02-08 09:26:33 +01:00
core fix: fixes path issues on windows (#829) 2024-02-05 10:21:23 +01:00
database fix: fixes path issues on windows (#829) 2024-02-05 10:21:23 +01:00
dependencies refactor: migrate bookmark static pages to new http server (#775) 2023-12-28 18:18:32 +01:00
domains refactor: migrate bookmark static pages to new http server (#775) 2023-12-28 18:18:32 +01:00
http feat: api endpoint to serve readable content (#885) 2024-04-21 00:59:03 +02:00
model refactor: migrate bookmark static pages to new http server (#775) 2023-12-28 18:18:32 +01:00
testutil fix: authentication flow should abort early (#888) 2024-04-13 19:45:03 +02:00
view fix: use relative path for all API calls (#872) 2024-04-07 21:33:22 +02:00
webserver Fixed lint errors after refactor (#806) 2023-12-28 18:37:19 +01:00
assets.go Start working on new REST API. Refactor logic in domains. (#497) 2023-07-17 14:30:18 +01:00