Commit Graph

88 Commits (7593a21d13baad422efedfb658d7ceda4e0a8c6b)

Author SHA1 Message Date
Chocobozzz 1840c2f7c9 Update webpack stack 2017-06-11 15:19:43 +02:00
Chocobozzz 66dd264f7b Better build/dev scripts 2017-06-11 11:36:05 +02:00
Chocobozzz 75fb0c0b2e Adapt scripts to typescript 2017-06-10 22:57:31 +02:00
Chocobozzz 69818c9394 Type functions 2017-06-10 22:15:25 +02:00
Chocobozzz 4d4e5cd4dc require -> import 2017-06-05 21:53:49 +02:00
Chocobozzz e02643f32e Type models 2017-05-25 17:32:16 +02:00
Chocobozzz 65fcc3119c First typescript iteration 2017-05-20 09:57:40 +02:00
Chocobozzz 85cd99dc84 Use yarn instead of npm install 2017-04-26 22:45:27 +02:00
Chocobozzz 16a31eb741 Server: upgrade to official version of express-oauth-server 2017-04-26 21:22:51 +02:00
Chocobozzz 0dd079da27 Update standard -> 10 2017-04-16 14:25:37 +02:00
Chocobozzz 72329aaa28 Update bittorrent-tracker and standard to v9 2017-03-03 18:45:40 +01:00
Chocobozzz f6f7dfee01 Server: update express-validator 2017-02-10 11:27:14 +01:00
Chocobozzz c70e0710b3 Update modules 2017-02-10 11:03:03 +01:00
Chocobozzz 9a5d2a3f54 Admin password stuff 2017-01-27 11:18:53 +01:00
Chocobozzz a7721e62c0 Server: update deps 2017-01-15 10:23:56 +01:00
Chocobozzz bdfbd4f162 Server: use crypto instead of ursa for pod signature 2017-01-04 22:23:07 +01:00
Chocobozzz 4d32448895 Server: use binary data instead of base64 to send thumbnails 2016-12-29 12:13:19 +01:00
Chocobozzz feb4bdfd9b First version with PostgreSQL 2016-12-19 21:22:28 +01:00
Chocobozzz 93d4a3b551 Add script when the host/port of a pod change 2016-11-22 22:12:13 +01:00
Chocobozzz 9f540774b1 Add upgrade script 2016-10-21 14:23:20 +02:00
Chocobozzz 792b893ed4 Server: add npm run check to check CORS, bittorrent tracker... 2016-10-21 11:20:14 +02:00
Chocobozzz 82221ac920 Update clean script 2016-10-13 21:45:23 +02:00
Chocobozzz 3474b77cbf Server: update concurrently 2016-10-09 10:49:50 +02:00
Chocobozzz b9ab2e25fd Server: add cors policy for torrent file and thumbnails 2016-10-07 15:12:53 +02:00
Chocobozzz bf94b6f0a1 Server: update to webseed implementation (tests, lint...) 2016-10-07 13:59:06 +02:00
Chocobozzz a6375e6966 Merge branch 'master' into webseed-merged 2016-10-02 15:39:09 +02:00
Chocobozzz 13e2ab2566 Server: remove segfault handler 2016-10-01 12:01:47 +02:00
Chocobozzz 677f1adf60 Server: workaround for node-ipc that breaks node lts 2016-10-01 11:12:27 +02:00
Chocobozzz 94b0853d68 Update to standard 8 2016-08-25 18:32:47 +02:00
Chocobozzz 26d7d31ba3 Server: encrypt password in database 2016-08-25 17:57:37 +02:00
Chocobozzz c323efb9cd Update webtorrent -> 0.96 2016-08-12 17:35:10 +02:00
Chocobozzz 45b81debd6 Server: update dev dependencies 2016-08-07 22:47:11 +02:00
Chocobozzz 052937db8a First draft using only webseed for server 2016-07-27 21:21:57 +02:00
Chocobozzz 1a42c9e2c0 Server: udpate async to 2.0.0 2016-07-18 17:17:52 +02:00
Chocobozzz d56ec0d412 Remove livereload module (role of webpack now) 2016-07-18 16:52:54 +02:00
Chocobozzz 5495c83a71 Server: fix ipc bug 2016-07-18 16:16:47 +02:00
Chocobozzz 8f68c31a71 Server: add script that try to simulate a real world situation
Each pod randomly upload or remove a video and send the information to
its friend
2016-07-06 20:01:27 +02:00
Chocobozzz 0890478c5c Update server dependencies 2016-07-01 16:52:45 +02:00
Chocobozzz be587647f9 Add tags support to server 2016-06-06 14:15:03 +02:00
Chocobozzz fc76359be1 Adapt npm scripts 2016-06-03 22:34:39 +02:00
Chocobozzz ec2fd5851a Downgrade openssl wrapper to see if the travis build still fails 2016-06-01 21:13:29 +02:00
Chocobozzz 575fdcece5 Move scripty and node sass into the main dependencies 2016-06-01 20:12:25 +02:00
Chocobozzz 092fbf58cc Update node openssl wrapper module 2016-05-31 20:25:10 +02:00
Chocobozzz cd0e4b1acf Move livereload to an external script and remove from express.
Developers have to use the livereload plugin in their web browser now.
2016-05-21 15:21:15 +02:00
Chocobozzz 788a7e0202 Update webtorrent 2016-05-13 15:27:42 +02:00
Chocobozzz bc503c2a62 Update to standard 7. Goodbye snake_case, I used to love you 2016-05-13 14:23:11 +02:00
Chocobozzz 3a8a8b5122 Video duration support (server) 2016-05-03 22:41:46 +02:00
Chocobozzz 031bde86e3 Fix npm run clean 2016-04-30 12:57:58 +02:00
Chocobozzz 9353449515 Use scripty instead of writing shell commands in package.json 2016-04-30 12:56:36 +02:00
Chocobozzz da932efc81 Add loader gif when loading the video 2016-04-29 14:18:14 +02:00