Commit graph

65 commits

Author SHA1 Message Date
998ee715a2 Support Bearer token authentication in EEPROM. 2024-08-27 02:23:27 +00:00
7cd0dcfab4 Updated Index in EEPROM. 2024-08-04 22:41:45 +00:00
f40fe3cc4f Updated to new build script. 2024-06-11 00:36:45 +00:00
bca1630ea9 Overwrite existing filename on reupload. 2024-04-02 19:10:31 +00:00
116202929b Fixed inability to delete uploads. 2024-04-02 17:28:03 +00:00
717d7c97eb Fixed regex. 2024-03-30 01:26:40 +00:00
b45fee1b7e Fixed the thumbnailing. 2024-03-30 01:25:35 +00:00
d5b3f3c66f Updated EEPROM to new HTTP router. 2024-03-29 23:21:40 +00:00
53bace90e8 Fixed exception during file size error and default to Windows style size formatting. 2024-02-02 21:34:17 +00:00
3b2223136e Fixed exception not being forwarded properly. 2024-02-02 21:30:59 +00:00
9ca0587189 Fixed file delete path not supplying the CORS headers.
the way CORS is implemented genuinely makes no fucking sense
2024-02-02 21:19:01 +00:00
10937f1217 Added async version of EEPROM script. 2024-02-02 21:00:24 +00:00
b22f6df752 Updated Sentry library to 4.0. 2023-12-15 01:02:41 +00:00
a5da4a5236 I Can't Believe It's More Library Updates! 2023-11-20 19:11:13 +00:00
1419ebf43a Updated libraries. 2023-11-20 18:47:44 +00:00
e30b37f2ae Replaced upload_dmca field with dedicated blacklist table. 2023-11-11 02:00:01 +00:00
5c2931cb54 Restored cookie authentication in EEPROM. 2023-11-10 14:20:05 +00:00
4304b956dd Don't blow up thumbnails if the image is smaller than 300x300. 2023-11-09 22:03:07 +00:00
258fc4b6ba Increased resolution and quality of thumbnails. 2023-11-09 21:53:07 +00:00
c73718b1fd Fixed error 500 on trying to generate thumbnails for audio without an embedded cover image. 2023-11-09 21:50:52 +00:00
ecf11693b0 Removed modular authentication system. 2023-11-09 21:32:39 +00:00
d3ce658e2c Added licence and readme files. 2023-11-09 20:40:02 +00:00
906fa8a02d Project structure overhaul. 2023-11-09 20:29:57 +00:00
868c443d71 Updated database code structure to match other projects. 2023-11-09 18:56:48 +00:00
2f47bef354 Fixed another duplicate hash issue. 2023-11-07 22:40:26 +00:00
d669221869 Removed JsonSerializable implementations. 2023-11-07 22:05:14 +00:00
cd1de984d4 Removed explicit DbType usage. 2023-11-07 21:51:04 +00:00
0da6cd7fe5 Use XString random string generation. 2023-11-07 21:47:35 +00:00
c546bf6da8 Attempt at fixing bogus 'File not found' errors. 2023-11-07 21:33:46 +00:00
7ae79a012b Fixed table inconsistencies. 2023-11-07 19:51:50 +00:00
d6800f9b6f Added EEPROM database migrations. 2023-11-07 17:12:47 +00:00
1422ddb526 Removed debug-pages. 2023-11-01 19:36:55 +00:00
820efdcf41 Added migration for existing tables. 2023-10-31 19:54:54 +00:00
ba54f09ccd Added Sentry error logging. 2023-10-31 16:19:58 +00:00
4836a52548 Switched to new configuration format. 2023-10-31 16:10:32 +00:00
f4c3d34b70 Fixed static analysis detections. 2023-10-31 15:30:22 +00:00
ef12a7b0d4 Updated copyright year. 2023-10-21 01:08:07 +00:00
9551bedc52 Use Composer for Index library and upgrade to PHP 8.2. 2023-10-21 01:02:04 +00:00
a5c7096e8a Removed Index submodule. 2023-10-21 00:52:55 +00:00
956b132aff Updated authentication. 2023-05-21 17:55:10 +00:00
e74e6b1711 Adjustments for Misuzu support. 2023-03-09 21:04:43 +00:00
44052291b1 Added Index library again with new submodule URL. 2023-02-01 20:28:25 +00:00
4650b0b343 Removed Index submodule. 2023-02-01 20:27:23 +00:00
5b60a90823 Updated Index repository URL. 2022-08-26 00:40:48 +00:00
668c1f3b50 Renamed AuthInterface to IAuth. 2022-07-07 15:55:39 +00:00
e107ae152d Implement Index routing rather than stinky if statements. 2022-07-06 20:42:26 +00:00
4ecb410b3c Fixed thumbnailing. 2022-07-06 18:52:45 +00:00
c0b866742d Updated user agent string. 2022-07-06 17:12:46 +00:00
088531a620 Switched to SharpChat authentication instead of hooking into the Misuzu database. 2022-07-06 17:11:49 +00:00
0005813d4b Fixed hash lookup and improved ID generation. 2022-07-06 17:05:35 +00:00