Commit graph

196 commits

Author SHA1 Message Date
Alex Cabal
83e6637c84 Remove default default 2024-01-15 00:22:16 -06:00
Alex Cabal
aab9ca8107 Pass enums directly to DB queries 2024-01-15 00:08:33 -06:00
Alex Cabal
e712cfbfcc Support backed enums as a parameter type in the database 2024-01-15 00:07:57 -06:00
Alex Cabal
e52e09c959 Add value check in museum URL normalization 2024-01-15 00:04:23 -06:00
Alex Cabal
531e3600ea Convert some constants to enums 2024-01-14 22:32:47 -06:00
Alex Cabal
793d832e92 Type check fixes 2024-01-13 16:53:31 -06:00
Alex Cabal
f992da84ae Don't allow submitters to review their own artwork 2024-01-13 16:38:22 -06:00
Alex Cabal
47973970b6 Remove webumenia museum URL normalization 2024-01-13 14:51:34 -06:00
Alex Cabal
620826f3c8 Improve approved museum URL normalizing 2024-01-12 20:22:26 -06:00
Alex Cabal
16df5b29fe Validate and normalize museum URLs when submitting artwork 2024-01-12 14:20:54 -06:00
Alex Cabal
ce8d5abe32 Increase max death year for artist 2024-01-12 11:42:51 -06:00
Alex Cabal
a3210031f4 Change default per page in artworks list 2024-01-12 11:42:36 -06:00
Alex Cabal
03821d6ad1 Tweak max artwork string length and max tags 2024-01-12 11:04:01 -06:00
Alex Cabal
a2de3c3ecb Some type safety checks and rearrange file upload and mime type check code 2024-01-11 13:08:02 -06:00
Alex Cabal
57ed9c5c1e Parse URL when checking for approved museums 2024-01-10 14:02:15 -06:00
Alex Cabal
60eb118524 Add Special Notes field to artwork 2024-01-10 13:41:15 -06:00
Alex Cabal
1237a65bc8 Convert use of gmdate() to DateTime 2024-01-10 11:25:56 -06:00
Mike Colagrosso
1adb90def1 Correct -overwrite_original exiftool flag 2024-01-09 23:20:01 -06:00
Alex Cabal
2eebf33254 Don't allow unapproved museums when uploading artwork 2024-01-09 14:53:21 -06:00
Alex Cabal
d4a2c598cc Improve Google Books artwork normalization 2024-01-09 14:21:31 -06:00
Alex Cabal
e17a4bcc65 Normalize URLs when submitting artwork to database 2024-01-09 13:59:00 -06:00
Alex Cabal
f9c873003e Type hinting fixes 2024-01-09 12:06:28 -06:00
Alex Cabal
716fc8bea9 Use setter function when setting artwork tags 2024-01-09 11:28:38 -06:00
Alex Cabal
17abf45850 Fix links to existing books in in-use artwork 2024-01-08 20:54:03 -06:00
Alex Cabal
1c3640fab6 More type hinting 2024-01-08 20:21:42 -06:00
Alex Cabal
cb79832092 More type hinting 2024-01-08 17:00:20 -06:00
Alex Cabal
ad0badc09e Type hinting fixes 2024-01-08 16:41:44 -06:00
Alex Cabal
e98a650f59 Clarify requirement of rights statement page in artwork form 2024-01-08 16:21:47 -06:00
Alex Cabal
dd8134db6f Update wanted ebooks list 2024-01-08 16:18:09 -06:00
Alex Cabal
783c09864f Add type hints for remaining classes 2024-01-08 16:08:57 -06:00
Alex Cabal
d7718218ad Add type hints to Artist class members 2024-01-08 14:08:26 -06:00
Alex Cabal
8e37543fa3 Add type hints to Artwork class members 2024-01-08 14:06:25 -06:00
Alex Cabal
5b6a334dd0 Add minimum artwork dimensions 2024-01-08 13:48:56 -06:00
Alex Cabal
b99d2aac1a Merge admin pages with regular pages for art system 2024-01-07 15:47:40 -06:00
Alex Cabal
52033320e1 Add submitter info to admin view of artworks 2024-01-07 14:23:34 -06:00
Alex Cabal
017baef7d3 Artwork system: More options for reviewers submitting new artwork 2024-01-07 14:03:55 -06:00
Alex Cabal
8e955bf357 Add submitted by column to artworks 2024-01-07 13:15:27 -06:00
Alex Cabal
5a1c05d8c5 Add password login option for some users, and further refinements to artwork management system 2024-01-06 22:27:38 -06:00
Mike Colagrosso
6a5c05511a Add cover art database
Co-authored-by: Job Curtis <job.curtis@gmail.com>
Co-authored-by: Alex Cabal <alex@standardebooks.org>
2024-01-03 19:14:04 -06:00
Alex Cabal
a82130ea91 Minor restructure of donation progress bar 2023-12-26 11:05:30 -06:00
Alex Cabal
b919a7e829 Fix some validation errors 2023-09-01 12:42:25 -05:00
Alex Cabal
65c4578a4e Handle exception for a possible attack vector 2023-07-20 15:05:24 -05:00
Alex Cabal
12cf83a843 Rename SeException class to AppException 2023-07-14 09:36:10 -05:00
Alex Cabal
04714b25ef Minor code cleanup 2023-07-12 11:01:52 -05:00
Alex Cabal
fda3ca6695 Clean up unused code in ValidationException 2023-07-06 21:48:28 -05:00
Alex Cabal
bd4b8d8944 Some type check fixes 2023-06-21 11:01:43 -05:00
Alex Cabal
d4707eb595 Update setcookie() for PHP8 compatibility 2023-06-20 18:53:11 -05:00
Alex Cabal
8127f0c7e2 Remove unused exception variables, now that this is possible with PHP8 2023-06-06 21:00:12 -05:00
Alex Cabal
1c055d3e6f Disable emulate prepares in DB 2023-05-13 23:42:58 -05:00
Mike Colagrosso
4212131f01 Remove PollItem property from Session 2023-04-01 23:45:53 -05:00