Changelog
2024-04-02
Overwrite existing filename on reupload.
Fixed inability to delete uploads.
2024-03-30
Fixed regex.
Fixed the thumbnailing.
2024-03-29
Updated EEPROM to new HTTP router.
2024-02-02
Fixed exception during file size error and default to Windows style size formatting.
Fixed exception not being forwarded properly.
Fixed file delete path not supplying the CORS headers.
Added async version of EEPROM script.
2023-12-15
Updated Sentry library to 4.0 in EEPROM.
2023-11-20
I Can't Believe It's More Library Updates!
Updated libraries.
2023-11-11
Replaced upload_dmca field with dedicated blacklist table.
2023-11-10
Restored cookie authentication in EEPROM.
2023-11-09
Don't blow up thumbnails if the image is smaller than 300x300.
Increased resolution and quality of thumbnails.
Fixed error 500 on trying to generate thumbnails for audio without an embedded cover image.
Removed modular authentication system.
Added licence and readme files.
Project structure overhaul.
Updated database code structure to match other projects.
2023-11-07
Fixed another duplicate hash issue.
Removed JsonSerializable implementations.
Removed explicit DbType usage.
Use XString random string generation.
Attempt at fixing bogus 'File not found' errors.
Fixed table inconsistencies.
Added EEPROM database migrations.
2023-11-01
Removed debug-pages.
2023-10-31
Added migration for existing tables.