subnub
|
2ec6d39eff
|
Added finishing touches to mover
|
2024-08-07 02:56:35 -04:00 |
|
subnub
|
34323fe4fb
|
started getting move file and folder API working
|
2024-08-04 18:36:59 -04:00 |
|
subnub
|
f0c2bbd42d
|
moved improvements
|
2024-08-04 03:51:56 -04:00 |
|
subnub
|
c648b9bfc6
|
started mover modal
|
2024-08-04 02:46:09 -04:00 |
|
subnub
|
db925a69d2
|
added upload changes
|
2024-07-22 00:43:04 -04:00 |
|
subnub
|
1502edde70
|
created share modal
|
2024-07-19 02:36:38 -04:00 |
|
subnub
|
c0a9e17330
|
added create user back and also updated email senderAPI
|
2024-07-18 23:53:24 -04:00 |
|
subnub
|
7d23910fd5
|
started move folder fixes
|
2024-07-17 21:49:29 -04:00 |
|
subnub
|
6a137858bf
|
finished most of the popup for file details and media
|
2024-07-08 09:29:17 -04:00 |
|
subnub
|
9751b5ca84
|
made more FE files TS
|
2024-07-07 19:27:28 -04:00 |
|
subnub
|
aca97d934c
|
added dep injection to image thumbnails
|
2024-07-07 07:43:04 -04:00 |
|
subnub
|
6fc4c56359
|
cleanup
|
2024-07-05 14:22:36 -04:00 |
|
subnub
|
45e4b26829
|
finished BE service injection :)
|
2024-07-05 14:07:58 -04:00 |
|
subnub
|
f5871b93d5
|
started injecting uploads
|
2024-07-05 10:15:48 -04:00 |
|
subnub
|
c0e171b88d
|
added more injection, all done other than uploading
|
2024-07-05 04:46:39 -04:00 |
|
subnub
|
7bd81a9aa5
|
continued dep injectiong
|
2024-07-02 15:10:03 -04:00 |
|
subnub
|
09cb81f96d
|
imporved mobile styling and started dependecy injection for backend
|
2024-07-02 12:17:34 -04:00 |
|
subnub
|
a9bf03e563
|
added more media changes
|
2024-07-02 00:57:21 -04:00 |
|
subnub
|
e36aeaa6aa
|
added media mode and linter
|
2024-07-01 02:51:23 -04:00 |
|
subnub
|
9f1ab10f40
|
added restore logic and fixed delete and added multi delete
|
2024-06-30 13:17:04 -04:00 |
|
subnub
|
e3970ad394
|
started video thumbnails
|
2024-06-29 13:39:11 -04:00 |
|
subnub
|
576d92f724
|
added trash features
|
2024-06-29 01:13:23 -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
|
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 |
|