Commit Graph

96 Commits

Author SHA1 Message Date
subnub fe3748b900 added list item optimizations 2024-06-23 20:35:34 -04:00
subnub a425e5be6d got infinite scrolling working 2024-06-23 19:18:32 -04:00
subnub 0f1c0f0bbd got sort by working, started css fixes for various screen sizes 2024-06-23 08:29:58 -04:00
subnub d9fcceebc5 made folder item into a complete functional component and added folder logic to context menu 2024-06-22 19:33:22 -04:00
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 55142b29f9 made query into hook, converted more files to typescript 2024-06-19 18:44:42 -04:00
subnub 49e6bab79c changed react files to jsx instead and added typescript support to the FE 2024-06-19 16:00:39 -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 3edb5ac81b changed mongoose version and added types, removed console log from refresh, and added some comments 2020-12-21 12:08:49 -05:00
kyle hoell 6b8b828aad removed some console logs, made it so broswerID check for axios should only load from localstorage once. Removed the IP address library from server. 2020-12-13 18:06:38 -05: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 025bef8f7d more auth testing 2020-12-08 07:21:36 -05:00
kyle hoell 849e726201 testing auth 2020-12-08 06:58:03 -05:00
kyle hoell 09e930cf63 testing auth 2020-12-08 06:47:24 -05:00
kyle hoell 9baa363a98 added console log to auth refresh and removed types from mongoose 2020-12-08 02:24:06 -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 ee79d60105 updated setup 2020-12-07 18:01:22 -05:00
kyle hoell 10cd9554a6 added resolve to await stream when it is a safari request, updated some comments 2020-12-07 16:13:23 -05:00
kyle hoell 26c161c1a6 added more folder tests, fixed bug where searching for folders would still return personal folders when disabled 2020-12-06 16:54:28 -05:00
kyle hoell 54946cef9a added file service tests 2020-12-06 13:22:16 -05:00
kyle hoell 72f73cde78 added some tests for file express route, also added objectID to thumbnail files 2020-12-04 21:42:53 -05:00
kyle hoell 9feb7409a3 started adding user unit tests 2020-12-04 01:43:04 -05:00
kyle hoell 415c9c3b77 added disable email verification option 2020-12-03 19:32:57 -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 93b33ea0d6 improved auth logging 2020-12-03 04:31:47 -05:00
kyle hoell 83fd29d328 added better error logging and code statuses 2020-12-03 04:17:50 -05:00
kyle hoell 4270852346 removed 401 errors and replaced with 403 2020-12-03 03:42:12 -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 a82850053c hopefully fixed s3 streaming issue, forgot to add encrypted filesize to s3 data, so I needed to add fix for final block length. Also added error catching for streams 2020-11-28 02:54:28 -05:00
kyle hoell 2a9de718ce made access token last 20 minutes, is no longer in testing. Made it so refresh tokens get removed 1 hour after they are created for cleanup 2020-11-28 01:50:37 -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 9dbddb244e added new streaming video code to other chunk services, removed console.logs, and added comments 2020-11-27 17:07:12 -05:00
kyle hoell 1764a8c01c started to fix video streaming 2020-11-27 12:16:55 -05:00
kyle hoell 1a3930b8da trying to find memory leak video streaming 2020-11-25 18:45:15 -05:00
kyle hoell 32f2fe8879 fixed some naming and types 2020-11-25 16:16:09 -05:00
kyle hoell bbd0b78aa8 cleaned up google folder route and added db util 2020-11-25 16:09:23 -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 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 698a41732d Made it so production is default, fixes windows issue 2020-05-25 20:43:21 -04:00
subnub eabed0cc0b working on docker images 2020-05-17 23:26:10 -04:00
subnub 1d03d5c740 Updated webUI to host on localhost 2020-05-15 16:06:51 -04:00
subnub 2155732d14 added webUI for entering encryption password 2020-05-15 14:21:36 -04:00