Commit Graph

48 Commits

Author SHA1 Message Date
subnub 5f443a7101 started better error handling and validation 2024-09-28 08:24:35 -04:00
subnub c648b9bfc6 started mover modal 2024-08-04 02:46:09 -04:00
subnub 38f74c9bed started adding toasts 2024-07-19 03:32:21 -04:00
subnub c0a9e17330 added create user back and also updated email senderAPI 2024-07-18 23:53:24 -04:00
subnub b45d06151f continued making files ts and updaitng store to new style 2024-07-07 19:51:00 -04:00
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 99201318b5 lots more changes 2024-06-27 02:10:03 -04:00
subnub b4b191b3a5 css fixes 2024-06-24 12:58:54 -04:00
subnub b1b4469782 made CSS fixes, added classnames library 2024-06-20 12:51:48 -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 40473eb0f2 Added tailwind, react query, removed lots of depends 2024-06-19 15:29:27 -04:00
subnub 67b28d69c7 much more changes 2024-06-19 00:34:50 -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 3462701394 updating depends 2024-06-08 21:13:22 -04:00
subnub 6518094410 init 2024-06-08 19:23:34 -04:00
Kyle Hoell f974b23fc7 typescript hotfix 2021-05-04 21:31:37 -04:00
kyle hoell b1d472a88f changed node version and version number 2020-12-26 13:48:54 -05:00
kyle hoell 2aed0443ea removed unneeded npm modules 2020-12-21 14:56:24 -05: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 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 9baa363a98 added console log to auth refresh and removed types from mongoose 2020-12-08 02:24:06 -05:00
kyle hoell 9feb7409a3 started adding user unit tests 2020-12-04 01:43:04 -05:00
kyle hoell 1764a8c01c started to fix video streaming 2020-11-27 12:16:55 -05:00
kyle hoell 938d5698a4 init mydrive-3 commit 2020-11-23 21:51:08 -05:00
dependabot[bot] 52ef9d898d Bump bcrypt from 3.0.8 to 5.0.0
Bumps [bcrypt](https://github.com/kelektiv/node.bcrypt.js) from 3.0.8 to 5.0.0.
- [Release notes](https://github.com/kelektiv/node.bcrypt.js/releases)
- [Changelog](https://github.com/kelektiv/node.bcrypt.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kelektiv/node.bcrypt.js/compare/v3.0.8...v5.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-20 17:10:08 +00:00
subnub 698a41732d Made it so production is default, fixes windows issue 2020-05-25 20:43:21 -04:00
subnub d64e50b10f Removed env from npm command 2020-05-25 20:34:54 -04:00
subnub c948ddc1f4 removed increasing node.js memory size in normal build 2020-05-25 20:28:08 -04:00
subnub 92b1f55a22 Updating docker and server utils 2020-05-25 09:39:51 -04:00
subnub d13a480489 Started improving the setup script, the docker setup is mostly finished 2020-05-21 22:52:26 -04:00
subnub 9147720ba1 increased ram max on build 2020-05-18 00:06:52 -04:00
subnub 58f6915332 increased ram max on build 2020-05-18 00:02:12 -04:00
subnub 2155732d14 added webUI for entering encryption password 2020-05-15 14:21:36 -04:00
subnub 93f4980f51 added debug 2020-05-11 18:08:21 -04:00
subnub d435443742 added better heroku support 2020-05-08 18:54:36 -04:00
subnub 63ed58b990 Improved webpack config file, and also improved the way env variables are loaded 2020-05-08 16:41:58 -04:00
subnub c5633d68fa Cleaned up most of the backend, moved some of the utilties into their proper location 2020-05-01 19:01:46 -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 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 4821c5a408 Added path option for storing files on file system, started to add s3 support 2020-04-17 00:13:12 -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 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 7afbaa1442 Updated Licenese inside of package.json, updated readme 2020-03-06 00:58:43 -05:00
subnub c0b9eace70 Made Switching between dev and prod mode better, added a no ssl option for production mode. Added ability to enable or disable video transcoding. Added init script, to help create env variables when first using the server 2020-03-05 14:42:20 -05:00
subnub aacaa31da2 Improved npm start scripts, added script to use server in production mode, without SSL certificate. 2020-03-04 23:42:48 -05:00
subnub b0a268e02b init commit 2020-03-04 17:10:56 -05:00