shiori/docs
Felipe Martin 6f19c12c95
Start working on new REST API. Refactor logic in domains. (#497)
* added 404 template

* added auth domain

* added embed file for frontend

* added base config and dependencies

* added basic new http server

* added separated server command

* updated go modules

* removed modd file

* Added shortcut to send internal server error response

* Added JWT support to Auth Domain

* Added JWT support to API

* docs: added comments to response struct

* naming

* inline returns

* updated dependencies

* production logger

* bookmarks endpoint

* reverted old views api path

* frontend for api v1

* proper 404 error (not working atm)

* use response

* removed 404 html

* server error handler

* login and basic auth

* adjusted session duration

* properly retrieve tags

* properly delete bookmark

* cleanup

* archiver domain

* debug routes

* bookmark routes

* expiration by parameter

* move to logrus

* logout

* frontend cache

* updated dependencies

* http: migrated to gin

* linted

* Added version command

* unit tests, docs

* response test utils and tests

* remove logout handler

* auth

* createtag

* improved http test utilities

* assert message equals

* Remove 1.19 from test matrix

* moved api to v1 folder

* docs: contribute docs

* updated makefile

* updated usage docs

* warn in server command

* updaed docs with shiori version command

* Updated documentation

* deps: update
2023-07-17 14:30:18 +01:00
..
postman docs: fix remember represented as a number instead of a bool (#472) 2022-09-30 12:17:05 +02:00
readme Tidy up docs files 2019-09-26 06:58:47 +07:00
screenshots Add screenshots 2019-08-27 13:33:55 +07:00
API.md Start working on new REST API. Refactor logic in domains. (#497) 2023-07-17 14:30:18 +01:00
APIv1.md Start working on new REST API. Refactor logic in domains. (#497) 2023-07-17 14:30:18 +01:00
Configuration.md feat: add SHIORI_PG_SSLMODE (#536) 2023-07-09 08:43:26 +02:00
Contribute.md Start working on new REST API. Refactor logic in domains. (#497) 2023-07-17 14:30:18 +01:00
docs.go Start working on new REST API. Refactor logic in domains. (#497) 2023-07-17 14:30:18 +01:00
Frequently-Asked-Question.md docs: fixed outdated volume path reference 2022-05-26 21:35:29 +02:00
index.md Start working on new REST API. Refactor logic in domains. (#497) 2023-07-17 14:30:18 +01:00
Installation.md docs: migrate documentation from the wiki (#394) 2022-05-26 19:49:30 +02:00
Screenshots.md docs: migrate documentation from the wiki (#394) 2022-05-26 19:49:30 +02:00
swagger.json Start working on new REST API. Refactor logic in domains. (#497) 2023-07-17 14:30:18 +01:00
swagger.yaml Start working on new REST API. Refactor logic in domains. (#497) 2023-07-17 14:30:18 +01:00
Usage.md Start working on new REST API. Refactor logic in domains. (#497) 2023-07-17 14:30:18 +01:00