shiori/internal/database
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
..
migrations fix: use mysql json default as expression (#1048) 2025-01-01 16:12:07 +01:00
database.go feat: allow tag filtering and count retrieval via api v1 (#1079) 2025-03-12 23:10:50 +01:00
database_tags.go feat: add apis to handle bookmark tags (#1081) 2025-03-15 21:28:26 +01:00
database_tags_test.go feat: add apis to handle bookmark tags (#1081) 2025-03-15 21:28:26 +01:00
database_test.go feat: add apis to handle bookmark tags (#1081) 2025-03-15 21:28:26 +01:00
migrations.go refactor: remove gin and use stdlib http server (#1064) 2025-02-26 20:50:48 +01:00
mysql.go feat: allow tag filtering and count retrieval via api v1 (#1079) 2025-03-12 23:10:50 +01:00
mysql_test.go feat: allow tag filtering and count retrieval via api v1 (#1079) 2025-03-12 23:10:50 +01:00
pg.go feat: allow tag filtering and count retrieval via api v1 (#1079) 2025-03-12 23:10:50 +01:00
pg_test.go feat: allow tag filtering and count retrieval via api v1 (#1079) 2025-03-12 23:10:50 +01:00
sqlite.go feat: allow tag filtering and count retrieval via api v1 (#1079) 2025-03-12 23:10:50 +01:00
sqlite_noncgo.go feat: allow tag filtering and count retrieval via api v1 (#1079) 2025-03-12 23:10:50 +01:00
sqlite_openbsd.go feat: allow tag filtering and count retrieval via api v1 (#1079) 2025-03-12 23:10:50 +01:00
sqlite_test.go refactor: remove gin and use stdlib http server (#1064) 2025-02-26 20:50:48 +01:00