fix auth freezing requests, fix ext extraction ?, fix upload not taking sanatized name, add file query and thumbnails

This commit is contained in:
creations 2025-03-12 12:54:25 -04:00
parent 6a55f9f5a9
commit b24b1484cb
Signed by: creations
GPG key ID: 8F553AA4320FC711
6 changed files with 264 additions and 19 deletions

View file

@ -39,7 +39,7 @@ export async function createTable(reservation?: ReservedSQL): Promise<void> {
// * Validation functions
// ? should support non english characters but wont mess up the url
// ? should support non english characters but won't mess up the url
export const userNameRestrictions: {
length: { min: number; max: number };
regex: RegExp;