fix auth freezing requests, fix ext extraction ?, fix upload not taking sanatized name, add file query and thumbnails
This commit is contained in:
parent
6a55f9f5a9
commit
b24b1484cb
6 changed files with 264 additions and 19 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue