Commit Graph

24 Commits

Author SHA1 Message Date
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