Commit Graph

20 Commits

Author SHA1 Message Date
subnub e36aeaa6aa added media mode and linter 2024-07-01 02:51:23 -04:00
subnub e3970ad394 started video thumbnails 2024-06-29 13:39:11 -04:00
subnub 9f0821253d added multiselect logic, implemented trash and multi trash 2024-06-27 23:31:45 -04:00
subnub c088076140 fixed hotloading, fixed _id types, fixed some links, downloading, and started imrpoving db code 2024-06-09 00:28:42 -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 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 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 6129439eab cleaned up google file service putting it on a db util 2020-11-25 15:21:29 -05:00
kyle hoell cadc7b9548 started cleaning up code 2020-11-25 13:15:27 -05:00
kyle hoell 938d5698a4 init mydrive-3 commit 2020-11-23 21:51:08 -05:00
subnub 796b9ad2dd Started to cleanup the backend code, removing some of the 'any' types. 2020-04-30 20:21:37 -04:00
subnub 54324b9f7a Added a ton more typescript files 2020-04-21 02:42:57 -04:00
subnub d4141a9dcc Improved error catching for streams 2020-04-19 17:06:16 -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 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 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 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