Commit graph

16 commits

Author SHA1 Message Date
Alex Cabal
f8b817c4e1 Fix wrong exception check on login page 2024-05-07 21:42:12 -05:00
Alex Cabal
7eaa400ae3 Type tweaks for exceptions and some validation 2024-04-25 20:40:49 -05:00
Alex Cabal
00619080a8 Add icons to form elements across site, and remove some CSS classes in favor of :has() 2024-04-15 20:36:56 -05:00
Alex Cabal
ca3fc6dbfd Refactor HttpInput::Str and rename some exceptions for consistency 2024-01-18 11:21:05 -06:00
Alex Cabal
f7ff76bf7d Rename some Formatter functions for clarity 2024-01-17 16:04:30 -06:00
Alex Cabal
2fc92b8768 Use instanceof instead of is_a() to check some classes 2024-01-16 13:32:58 -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
Alex Cabal
f06697e2b7 Wording tweak on login page 2024-01-03 19:14:04 -06:00
Alex Cabal
042816cf45 Use auto_prepend_file INI directive to prepend Core.php to all web requests automatically 2023-07-15 15:17:20 -05:00
Alex Cabal
12cf83a843 Rename SeException class to AppException 2023-07-14 09:36:10 -05:00
Alex Cabal
1cefb7a2a1 Tweak wording on login page 2022-10-17 12:10:46 -05:00
Alex Cabal
1cbeb9d436 Tweak wording on donate and login page 2022-07-24 18:33:03 -05:00
Alex Cabal
9c242d84a2 Add note to login page about anonymous donations 2022-07-21 11:35:01 -05:00
Alex Cabal
306a77ce96 Change some HTTP 400 responses to HTTP 422 2022-07-13 11:04:43 -05:00
Alex Cabal
c457af896c Log user in automatically if a request with HTTP auth is received 2022-07-12 11:30:03 -05:00
Alex Cabal
0bc3dc3830 Create cookie-based login and authentication system 2022-07-10 20:53:20 -05:00