shiori/internal/cmd
Felipe Martin d41981861c
feat: add apis to handle bookmark tags (#1081)
* feat: add tag search api

* feat: add apis to add/remove bookmark tags

* chore: removed debug logger

* docs: updated swagger

* test: added tests

* test: invalid ids

* feat: webapp v2

* chore: updated swagger

* fix: route params missing

* feat: added cors middleware

* feat: built api implementation

* feat: implemented login in webapp

* feat; dark mode in web app

* feat: labels + i18n

* refactor: remove custom message output in json apis

* docs: updated swagger

* chore: make lint

* chore: make styles

* fix: include new webapp dist files (for now)
2025-03-15 21:28:26 +01:00
..
add.go refactor: remove gin and use stdlib http server (#1064) 2025-02-26 20:50:48 +01:00
check.go refactor: remove gin and use stdlib http server (#1064) 2025-02-26 20:50:48 +01:00
delete.go refactor: remove gin and use stdlib http server (#1064) 2025-02-26 20:50:48 +01:00
export.go refactor: remove gin and use stdlib http server (#1064) 2025-02-26 20:50:48 +01:00
import.go refactor: remove gin and use stdlib http server (#1064) 2025-02-26 20:50:48 +01:00
open.go refactor: remove gin and use stdlib http server (#1064) 2025-02-26 20:50:48 +01:00
pocket.go refactor: remove gin and use stdlib http server (#1064) 2025-02-26 20:50:48 +01:00
print.go refactor: remove gin and use stdlib http server (#1064) 2025-02-26 20:50:48 +01:00
root.go feat: allow tag filtering and count retrieval via api v1 (#1079) 2025-03-12 23:10:50 +01:00
serve.go fix: fix problems that may be raised from a 1.5.5 upgrade (#837) 2024-02-08 09:26:33 +01:00
server.go feat: add apis to handle bookmark tags (#1081) 2025-03-15 21:28:26 +01:00
server_test.go fix: override configuration from flags only if set (#865) 2024-03-30 08:33:05 +01:00
update.go refactor: remove gin and use stdlib http server (#1064) 2025-02-26 20:50:48 +01:00
utils.go refactor: migrate bookmark static pages to new http server (#775) 2023-12-28 18:18:32 +01:00
utils_test.go
version.go