Commit Graph

42 Commits

Author SHA1 Message Date
subnub 4cccd43677 added more hooks 2024-06-22 03:46:42 -04:00
subnub ecca46c73e fixed and improved context menu, removed more SCSS, added expand and improved quick access items 2024-06-21 03:38:53 -04:00
subnub 6518094410 init 2024-06-08 19:23:34 -04:00
kyle hoell 39b22ee2ab trying new auth method of using uuid instead of ip address. ip address is causing issues. Updated axios to automatically put the uuid header. Added util to remove user tokens 2020-12-08 08:13:40 -05: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 13dc080388 removed unneeded comments 2020-12-07 21:06:22 -05:00
kyle hoell 9feb7409a3 started adding user unit tests 2020-12-04 01:43:04 -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 83fd29d328 added better error logging and code statuses 2020-12-03 04:17:50 -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 32f2fe8879 fixed some naming and types 2020-11-25 16:16:09 -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 a3e63460a0 test 2020-05-11 17:54:29 -04:00
subnub 2481fc8a7f Trying to fix memory leak 2020-05-11 17:48:17 -04:00
subnub b0e5316885 test 2020-05-11 16:03:48 -04:00
subnub c0fff08631 Made it so the backend cancels streams that are rerequested by the client 2020-05-11 13:28:09 -04:00
subnub d44954f387 test 2020-05-11 12:40:34 -04:00
subnub 0b96a7e950 still working on video streaming 2020-05-11 11:16:26 -04:00
subnub e029a6836f test 2020-05-11 00:48:35 -04:00
subnub 985ef2dfc3 still fixing video streaming, issue with canceled request 2020-05-11 00:20:06 -04:00
subnub f6649f5c2b testing video playback issue 2020-05-10 23:58:55 -04:00
subnub 01f3ce8176 added return statement if no root path for storage is provided 2020-05-08 17:44:15 -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 1fb0b350ca Finally seems like video streaming works correctly with encryption, now just need to improve folder deletion and cleanup the backend 2020-04-30 16:43:19 -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 4a03523c96 Started adding the Amazon S3 Chunk Service, so far Uploading, Downloading, and Streaming video works 2020-04-17 01:20:54 -04:00
subnub 4821c5a408 Added path option for storing files on file system, started to add s3 support 2020-04-17 00:13:12 -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 2cf22536a1 Added all the chunk functions for filesystem use, now users can instead store file chunks on the file sysyem, instead of inside of mongoDB. Still needs cleanup and config file 2020-04-16 16:16:58 -04:00
subnub 412440a77b Started adding the ability to store file chunks in the file system :) 2020-04-16 04:26:44 -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