46 Commits

Author SHA1 Message Date
subnub 56f0fe934f added more user test, improved validation, and added validation to login screen 2025-02-24 02:14:57 -05:00
subnub 00124cf542 lots of fixes 2025-01-10 09:55:34 -05:00
subnub 2e6b7c05f7 finished resend email verification, reset password, and forgot password logic 2024-12-22 18:41:39 -05:00
subnub 2ef5aaef23 started folder upload changes 2024-12-02 09:11:36 -05:00
subnub 23e619e4cb improved zip downloads 2024-11-05 22:41:55 -05:00
subnub 43151731f4 started zip download changes 2024-11-05 21:25:38 -05:00
subnub f77f0a69b0 removed unneeded user functions 2024-10-12 16:59:50 -04:00
subnub 15ac2ac48d continued settings page, validation and user improvements 2024-10-12 14:47:02 -04:00
subnub 25ae8a0119 broke up db functions more, more validation 2024-10-11 16:46:32 -04:00
subnub 1a41e31f53 more validation and fixed db 2024-10-11 14:23:00 -04:00
subnub ee10d308c0 fixed trashing and restoring files/folders that were inside parent folders 2024-10-10 14:02:04 -04:00
subnub 5f443a7101 started better error handling and validation 2024-09-28 08:24:35 -04:00
subnub af727291d0 added more validation and file list api improvements 2024-08-10 06:26:33 -04:00
subnub 831dc78bf5 updated BE file naming convention 2024-08-10 01:54:22 -04:00
subnub 9a97489e0e moer project structure changes 2024-08-10 01:41:02 -04:00
subnub 34323fe4fb started getting move file and folder API working 2024-08-04 18:36:59 -04:00
subnub c648b9bfc6 started mover modal 2024-08-04 02:46:09 -04:00
subnub 1502edde70 created share modal 2024-07-19 02:36:38 -04:00
subnub 9751b5ca84 made more FE files TS 2024-07-07 19:27:28 -04:00
subnub 09cb81f96d imporved mobile styling and started dependecy injection for backend 2024-07-02 12:17:34 -04:00
subnub 9f1ab10f40 added restore logic and fixed delete and added multi delete 2024-06-30 13:17:04 -04:00
subnub 9f0821253d added multiselect logic, implemented trash and multi trash 2024-06-27 23:31:45 -04:00
subnub b2494a25bc lots of changes 2024-06-25 13:05:19 -04:00
subnub 6518094410 init 2024-06-08 19:23:34 -04:00
kyle hoell 3b2686a0fa removed unneed modules, some more comments, made user methods async in typescript when required, and added location to popup file 2020-12-07 21:39:01 -05:00
kyle hoell e27f5a9176 fixed bug with verifying email showing previous account. Fixed sharing file through email. Added new cookie when verifying email. Removed get storage. Fixed changing password. Added refresh page after verifying email. Added more swal errors when trying to share email without sharing file first and more 2020-12-03 18:52:39 -05:00
kyle hoell 170c93c486 fixed uploading/downloading s3 metadata. Added failsafe to getting user detailed for storage accounts if they cause an issue, so users can still remove them. Fixed queries when you had s3 data but then disabled it without removing metadata 2020-11-30 15:41:03 -05:00
kyle hoell 9ef9f0d742 fixed some search when using google drive items, made it so if loggout has error it will still send logout cookie token, made it so there is a user update check if the email is not verified 2020-11-30 05:25:02 -05:00
kyle hoell 2b3e87a34a fixed some google drive issues, made it so if thumbnails fail it shows default thumbnail 2020-11-29 20:16:12 -05:00
kyle hoell b40be88e82 removed remoteURL where i could, fixed move menu 2020-11-29 00:55:28 -05:00
kyle hoell f6fbada5b1 make popup window removed video token and cookie when it is closed. Fixed mobile context menu not being able to download files 2020-11-27 17:53:15 -05:00
kyle hoell 1a3930b8da trying to find memory leak video streaming 2020-11-25 18:45:15 -05:00
kyle hoell df1a488e21 started adding video streaming support with cookies 2020-11-24 18:55:26 -05:00
kyle hoell 938d5698a4 init mydrive-3 commit 2020-11-23 21:51:08 -05:00
subnub d44954f387 test 2020-05-11 12:40:34 -04:00
subnub 796b9ad2dd Started to cleanup the backend code, removing some of the 'any' types. 2020-04-30 20:21:37 -04:00
subnub ee7f5f42d6 Added delete folders, and delete all to S3/Filesystem, also removed the need for serperate file controllers, now it only uses one file controller, with the chunk service passed through the constructor 2020-04-30 19:17:59 -04:00
subnub 6706b751e2 The whole backend is now typescript, I still have to clean up some of it tho, and improve some types. 2020-04-21 03:27:06 -04:00
subnub 54324b9f7a Added a ton more typescript files 2020-04-21 02:42:57 -04:00
subnub c70abc69bb Added more typescript support, and started adding documentDB support 2020-04-17 23:18:06 -04:00
subnub 9b83b06556 S3 for file chunks is now fully operational, and can used by changing the config file. MongoDB, FileSystem, and S3 are now working fully. 2020-04-17 16:43:45 -04:00
subnub 7bdede8d4d Added config option to change wether users want to use mongo or fs, removed the dist folder, will ignore it later 2020-04-16 17:31:29 -04:00
subnub 46e15be881 Started seperating chunks, and file metadata services, cleaned up many functions that rely on the promise constuctor 2020-04-15 03:26:29 -04:00
subnub ef191fb275 Added more typescript files 2020-04-13 15:55:27 -04:00
subnub cf9ad3a632 Started converting some of the backend over to Typescript, still trying to figure out a overall file strucure, in terms of adding the ability to have multiple backend fileserver options 2020-04-12 17:40:17 -04:00
subnub 37eeb1db5b Started Seperating the backend from the frontend 2020-03-13 13:47:31 -04:00