3edb5ac81b
changed mongoose version and added types, removed console log from refresh, and added some comments
kyle hoell
2020-12-21 12:08:49 -05:00
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.
kyle hoell
2020-12-13 18:06:38 -05:00
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
kyle hoell
2020-12-08 08:13:40 -05:00
025bef8f7d
more auth testing
kyle hoell
2020-12-08 07:21:36 -05:00
9baa363a98
added console log to auth refresh and removed types from mongoose
kyle hoell
2020-12-08 02:24:06 -05:00
3b2686a0fa
removed unneed modules, some more comments, made user methods async in typescript when required, and added location to popup file
kyle hoell
2020-12-07 21:39:01 -05:00
1e28ba1951
added more to setup webUI, also added fail safe if cannot load user when going to settings, allowing users to logout
kyle hoell
2020-12-07 20:47:23 -05:00
596c72f970
added db tests
kyle hoell
2020-12-06 19:16:46 -05:00
26c161c1a6
added more folder tests, fixed bug where searching for folders would still return personal folders when disabled
kyle hoell
2020-12-06 16:54:28 -05:00
72f8d3b8bb
finished most of the tests for file service
kyle hoell
2020-12-06 16:00:05 -05:00
54946cef9a
added file service tests
kyle hoell
2020-12-06 13:22:16 -05:00
54046eced6
added epress folder routes test, also fixed issue with it saying home files when searching
kyle hoell
2020-12-06 12:32:22 -05:00
72f73cde78
added some tests for file express route, also added objectID to thumbnail files
kyle hoell
2020-12-04 21:42:53 -05:00
06afe298d7
fixed more user unit tests
kyle hoell
2020-12-04 01:51:48 -05:00
9feb7409a3
started adding user unit tests
kyle hoell
2020-12-04 01:43:04 -05:00
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
kyle hoell
2020-12-03 18:52:39 -05:00
50c2dfa9b6
fixed search and loading more for search
kyle hoell
2020-12-03 17:21:45 -05:00
4270852346
removed 401 errors and replaced with 403
kyle hoell
2020-12-03 03:42:12 -05:00
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
kyle hoell
2020-11-30 15:41:03 -05:00
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
kyle hoell
2020-11-30 05:25:02 -05:00
2b3e87a34a
fixed some google drive issues, made it so if thumbnails fail it shows default thumbnail
kyle hoell
2020-11-29 20:16:12 -05:00
01fef279af
added on error for file thumbnails
kyle hoell
2020-11-29 15:18:36 -05:00
fae3d32b61
made it so file icon doesnt user object fit cover
kyle hoell
2020-11-29 14:50:18 -05:00
a1bdbae7f1
added loading more spinner
kyle hoell
2020-11-29 01:19:16 -05:00
b40be88e82
removed remoteURL where i could, fixed move menu
kyle hoell
2020-11-29 00:55:28 -05:00
a4bff813b1
fixed issue with loading more
kyle hoell
2020-11-28 21:53:05 -05:00
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
kyle hoell
2020-11-28 02:54:28 -05:00
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
kyle hoell
2020-11-28 01:50:37 -05:00
c49c10292f
fixed some styles
kyle hoell
2020-11-28 00:12:07 -05:00
f6fbada5b1
make popup window removed video token and cookie when it is closed. Fixed mobile context menu not being able to download files
kyle hoell
2020-11-27 17:53:15 -05:00
9dbddb244e
added new streaming video code to other chunk services, removed console.logs, and added comments
kyle hoell
2020-11-27 17:07:12 -05:00
1764a8c01c
started to fix video streaming
kyle hoell
2020-11-27 12:16:55 -05:00
1a3930b8da
trying to find memory leak video streaming
kyle hoell
2020-11-25 18:45:15 -05:00
32f2fe8879
fixed some naming and types
kyle hoell
2020-11-25 16:16:09 -05:00
bbd0b78aa8
cleaned up google folder route and added db util
kyle hoell
2020-11-25 16:09:23 -05:00
6129439eab
cleaned up google file service putting it on a db util
kyle hoell
2020-11-25 15:21:29 -05:00