Commit Graph

150 Commits

Author SHA1 Message Date
DebaucheryLibrarian 22c4bb0405 Sorting aggregates by slug or lowercased name to avoid capitalization issues. Fixed slug getting interpreted as ID by cache lookup. 2024-03-27 23:54:23 +01:00
DebaucheryLibrarian 08ef996a61 Fixed scene actor stash query using unprivileged database connection. 2024-03-27 16:21:50 +01:00
DebaucheryLibrarian 6f6cbf4c1b Fixed scene actor stashes not filtered down. Fixed logout redirect not waiting for session destroy. 2024-03-27 16:18:55 +01:00
DebaucheryLibrarian b1e336381c Added secondary stash button, centralized bookmark (heart) component. 2024-03-27 02:28:21 +01:00
DebaucheryLibrarian c018f54a12 Added stash menu with remove and rename. 2024-03-27 00:06:03 +01:00
DebaucheryLibrarian 68b9658ba6 Added stash creation. Added dialog framework. 2024-03-26 04:14:42 +01:00
DebaucheryLibrarian ce4b9e7d40 Added visibility toggle to stash tile. Collapsed stash page directory structure. 2024-03-26 03:00:50 +01:00
DebaucheryLibrarian a73272f2bb Added movie page. Added stash button to movies. 2024-03-25 02:08:09 +01:00
DebaucheryLibrarian 72af9add7d Added movies stash page. 2024-03-24 23:36:25 +01:00
DebaucheryLibrarian 28a91efd33 Fixed various actor filters. Improved tag bar scroll behavior. 2024-03-24 18:16:10 +01:00
DebaucheryLibrarian 08e4146d91 Added trailers. Improved scene page scaling. 2024-03-24 04:22:37 +01:00
DebaucheryLibrarian 9446df8582 Fixed actor stash name sorting. 2024-03-23 22:31:14 +01:00
DebaucheryLibrarian 2e54cad36e Only using first name for actor determination. 2024-03-23 02:47:52 +01:00
DebaucheryLibrarian a7c13fab24 Added 'new' flag. 2024-03-21 05:16:19 +01:00
DebaucheryLibrarian 1533353ea4 Fixed request user not passed in scenes API, causing faded stashes after filtering. 2024-03-21 03:54:48 +01:00
DebaucheryLibrarian 2f52db192b Scene actors prioritized if found in title. 2024-03-21 03:49:03 +01:00
DebaucheryLibrarian b034c59d8f Fixed property selection in actors SQL query. 2024-03-21 03:27:01 +01:00
DebaucheryLibrarian a8aab600c7 Added actor stash. 2024-03-21 02:54:05 +01:00
DebaucheryLibrarian 52708b5d70 Fixed pagination and scene poster overflowing page on small screens. Fixed back reload interfering with tag page hashes. 2024-03-19 20:50:50 +01:00
DebaucheryLibrarian 95e02d30af Reloading page when back button is used. 2024-03-19 03:17:19 +01:00
DebaucheryLibrarian 3fa8bb7486 Preventing scene poster, stash header and bottom navigation overflow. 2024-03-19 02:19:23 +01:00
DebaucheryLibrarian ab13ace280 Fixed pagination not updating with async requests. 2024-03-19 01:40:56 +01:00
DebaucheryLibrarian 3238e678ef Fixed SQL total and pagination, showing end of result info. Hiding heart from scene tiles when not logged in. 2024-03-17 22:15:11 +01:00
DebaucheryLibrarian 27c17e9a3c Fixed MVA selection in scene query. 2024-03-17 17:41:31 +01:00
DebaucheryLibrarian f8a6e67483 Hiding login and signup buttons when disabled. 2024-03-17 06:00:18 +01:00
DebaucheryLibrarian 6f27e0a7dd Fixed invalid credential handling. 2024-03-17 05:51:18 +01:00
DebaucheryLibrarian 21a44c93f6 Disabled early hints. 2024-03-17 05:44:47 +01:00
DebaucheryLibrarian 12fa3a9fe5 Trusting proxy in production. 2024-03-17 05:37:16 +01:00
DebaucheryLibrarian 6701caf4b1 Integrated showcased filter. 2024-03-17 03:55:26 +01:00
DebaucheryLibrarian 929de64aa0 Refactored manticore SQL query to use scenes_stashed as primary table. 2024-03-17 03:03:36 +01:00
DebaucheryLibrarian a1b45cb721 Added filterable stash pages. 2024-03-15 00:08:24 +01:00
DebaucheryLibrarian f56e22230b Added functional stash button on scene tiles. 2024-03-03 02:33:35 +01:00
DebaucheryLibrarian 082d4fc154 Added signup page. 2024-02-29 06:00:12 +01:00
DebaucheryLibrarian 78b389e33a Added basic login. 2024-02-29 05:08:54 +01:00
DebaucheryLibrarian 92c2b1866b Sorting aggregated actors by scene count back-end, showing disclaimer when limit is reached. 2024-02-29 01:40:11 +01:00
DebaucheryLibrarian f29246050b Added movies overview page. Fixed channel filter duplicates. 2024-02-27 01:20:15 +01:00
DebaucheryLibrarian 09df134558 Added global search. 2024-02-22 05:08:06 +01:00
DebaucheryLibrarian fbcae6b7d1 Added navigation bar to tags page. 2024-01-26 02:35:26 +01:00
DebaucheryLibrarian 5cdbf036f1 Added tag pages. 2024-01-26 01:31:15 +01:00
DebaucheryLibrarian d739975d36 Fixed pagination. Added entity page channel tile expand. 2024-01-25 03:07:26 +01:00
DebaucheryLibrarian 63f2bdbe60 Integrated channel filter, partially restored actor bio. 2024-01-10 02:00:38 +01:00
DebaucheryLibrarian d242eb3b73 Aggregating channels, filter inoperable. 2024-01-09 02:26:32 +01:00
DebaucheryLibrarian 7d5efd12ef Added scene tags filter. 2024-01-08 02:21:57 +01:00
DebaucheryLibrarian 43949185c2 Improved scene actors filter. 2024-01-07 23:44:33 +01:00
DebaucheryLibrarian e32a366fff Added basic actor page with scenes and co-star filtering. 2024-01-07 06:13:40 +01:00
DebaucheryLibrarian ce9f8b334b Moved filter sections to their own components. 2024-01-06 00:30:30 +01:00
DebaucheryLibrarian aad43e865a Added actors pagination. 2024-01-04 01:49:16 +01:00
DebaucheryLibrarian 3c3be10c4e Added country and birthday filters to actors page. 2024-01-03 02:52:41 +01:00
DebaucheryLibrarian 6408365933 Added boob and country aggregation to actors page. 2023-12-31 03:02:03 +01:00
DebaucheryLibrarian 3f099b5e95 Reinitialized commit. Update and actors overview with some filters. 2023-12-30 06:29:53 +01:00