Commit Graph

60 Commits

Author SHA1 Message Date
Lucas 72412a7889 backend: implement /media/:media_id 2023-03-17 19:58:12 +00:00
Lucas aa5e4ffe29 api: return tags for /media/:media_id 2023-03-17 19:58:12 +00:00
Lucas 37a2806f03 api, backend: improve references uses 2023-03-15 22:41:45 +00:00
Lucas 672192441d backend: reorder title setting and set title for tags#show 2023-03-15 20:49:01 +00:00
Lucas 95beb0a599 api: make _pager a helper 2023-03-10 20:41:52 +00:00
Lucas fa07cf5645 backend: implement paging 2023-03-10 20:34:00 +00:00
Lucas 79a9173574 api: change the pager output 2023-03-09 21:14:44 +00:00
Lucas 1ea50ed54f backend: fix API /media call 2023-03-09 20:57:01 +00:00
Lucas 02c7c3c0db backend: implement /tags and /tag/:tag_id_or_name 2023-03-08 20:44:54 +00:00
Lucas ff017f924b all: make seaweedfs_fid a string again 2023-03-08 20:44:54 +00:00
Lucas ba099af452 api: use tagged_media_view instead of media_tag 2023-03-08 20:44:27 +00:00
Lucas 555a0bc1d1 db: add tagged_media_view 2023-03-08 20:43:56 +00:00
Lucas b1f2e533c1 api: make /tag/:tag_id_or_name return more than media_id 2023-03-05 21:08:13 +00:00
Lucas def852261f api: remove not implemented methods from /meta 2023-03-05 20:53:53 +00:00
Lucas af536b9cf6 api: make /media parse seaweedfs_fid 2023-03-05 20:43:20 +00:00
Lucas 70191db656 Rename PoorBooru => PoorBooru::Backend 2023-03-05 20:03:20 +00:00
Lucas 6dfabdf29f backend: add / 2023-03-05 17:23:13 +00:00
Lucas 302ec269d5 Add a barebones SeaweedFS client library 2023-03-05 17:23:13 +00:00
Lucas c9ffa62be8 api: quiet a warning about tag_id not being numeric
Only add one of tag_id or name to the search query, depending on whether
tag_id_or_name is numeric or not.

While at it, replace a {} with undef in search().
2023-03-05 17:23:13 +00:00
Lucas 04580aca72 api: add /random/media 2023-03-05 17:23:13 +00:00
Lucas 0c4ab53586 api: add /media and /media/:media_id 2023-03-05 17:23:13 +00:00
Lucas 8655e5fa04 db: use a binary seaweedfs_fid 2023-03-05 17:23:13 +00:00
Lucas 6ecf98f917 api: add /random/tag 2023-03-04 21:58:18 +00:00
Lucas 7ccbc3af12 api: initial migration 2023-03-04 21:58:18 +00:00
Lucas 13a6d287af db: rework schema and infrastructure 2023-03-04 21:31:42 +00:00
Lucas fbcaea8bfc Remove Dancer2 files 2023-03-04 21:31:42 +00:00
Lucas ff22b71fa1 backend: use tag name instead of ID 2023-02-22 21:10:01 +00:00
Lucas 5a0b18feb8 Replace some concatenations with interpolation 2023-02-21 19:55:12 +00:00
Lucas 91d73cd314 backend: implement /random/media and /random/tag 2023-02-21 19:55:12 +00:00
Lucas 88b5354529 api: rename /random -> /random/media and implement /random/tag 2023-02-21 19:30:23 +00:00
Lucas ad6a6cb9c0 backend: implement /random 2023-02-19 20:22:30 +00:00
Lucas c55bdd6ea7 backend: rename /view -> /media 2023-02-19 20:22:29 +00:00
Lucas b09a5e7fe1 backend: add partial support for viewing media 2023-02-19 20:22:29 +00:00
Lucas 82aeb0c536 backend: handle paged /tag/:tag_id_or_name from API 2023-02-19 18:17:59 +00:00
Lucas 065d5a9d88 api, backend: whitespace and declarations shuffling 2023-02-19 18:14:04 +00:00
Lucas 06a939bcd1 api, backend: improve validations
Introduce a sub for validating page number.

Introduce a sub for validating tag name and allow non-ASCII characters.
2023-02-19 18:09:44 +00:00
Lucas 3011d47ec8 api: fix VERSION 2023-02-19 17:56:10 +00:00
Lucas 978f979d4d api: rewrite /tag/:tag_id_or_name
Commit 3a41ea6d0b allows for using a
SELECT WHERE ... OR ... instead of two SELECT WHERE.

Page the media results.
2023-02-19 16:17:39 +00:00
Lucas a0d3601c57 backend: refactor communication with api 2023-02-19 15:50:06 +00:00
Lucas 7d827212c1 api, backend: replace '+( { ... } )' -> '+{ ... }'
api, backend: whitespace: '+( {' -> '+({'
2023-02-19 15:15:57 +00:00
Lucas 861593d26d api: inline ROUTES 2023-02-19 12:17:51 +00:00
Lucas 1ac5d07821 db: revert deb082f46c
Change media search options to sort by media_id to compensate.
2023-02-19 11:28:13 +00:00
Lucas f2ee7e3db8 backend: rename gallery_nav_pager -> nav_pager 2023-02-19 11:27:45 +00:00
Lucas 5b8cbd37e5 backend: handle paged /tags from API 2023-02-19 11:27:45 +00:00
Lucas 7e3fdadfc6 api: page /tags results
While at it, move /media search opts to a variable too.
2023-02-19 10:42:15 +00:00
Lucas 401202037f api: allow creating multiple tags in one call 2023-02-19 10:28:22 +00:00
Lucas af1cac6d3f api: use a quoted regex for media_id validation 2023-02-19 09:55:28 +00:00
Lucas 3a41ea6d0b api: rename /tags/new to just /tags and validate name 2023-02-19 09:54:52 +00:00
Lucas 420fc9ce97 api: use more compact code in /tags 2023-02-19 09:04:00 +00:00
Lucas 6eae4e0fe4 backend: implement main section 2023-02-18 19:10:33 +00:00