shiori/docs
Felipe Martin a60dbf3dc5
Run legacy API and new API at the same time. (#648)
* config: backwards comptabile dir

* remove duplicated frontend

* frontend: move assets to assets folder

* legacy routes handler in gin

* templates and asset in different embed

* new routes

* frontend routes serve old views

* added DTO for account object

* api auth calls legacy handler

* frontend: handle new error messages

* frontend: update urls

* frontend: login using new api

* updated frontend tests

* chore: remove debug route

* create shiori/gopher user if no owner is present

* server as default command

* serve -> server

* refactored database logic, allow database url

* removed unused configuration

* storage docs

* refactor cli to use cfg and deps

* check errors only in server

* log fatal instead of os exit

* dont default data directory to current dir

* fixed sqlite path

* trigger build on prs

* avoid releasing if lint/test fails

* pull request condition

* event -> event_name

* Get correct pull request number

* added workflow to delete dangling tags

* fix: nil error checking

* set gin mode first

* set gin mode before initialization

* fix logger

* allow version bump from custom ref

* Updated matrix link to workspace
2023-07-19 18:25:41 +02: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 Run legacy API and new API at the same time. (#648) 2023-07-19 18:25:41 +02: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
Storage.md Run legacy API and new API at the same time. (#648) 2023-07-19 18:25:41 +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