Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update sequelize | Chocobozzz | 2017-06-25 | 1 | -1/+1 |
| | |||||
* | Don't generate yarn lockfile on upgrade | Chocobozzz | 2017-06-24 | 1 | -1/+1 |
| | |||||
* | Use typescript standard and lint all files | Chocobozzz | 2017-06-16 | 1 | -4/+5 |
| | |||||
* | Convert scripts to typescript | Chocobozzz | 2017-06-12 | 1 | -3/+4 |
| | |||||
* | Update webpack stack | Chocobozzz | 2017-06-11 | 1 | -1/+3 |
| | |||||
* | Better build/dev scripts | Chocobozzz | 2017-06-11 | 1 | -6/+10 |
| | |||||
* | Adapt scripts to typescript | Chocobozzz | 2017-06-10 | 1 | -3/+4 |
| | |||||
* | Type functions | Chocobozzz | 2017-06-10 | 1 | -0/+2 |
| | |||||
* | require -> import | Chocobozzz | 2017-06-05 | 1 | -0/+2 |
| | |||||
* | Type models | Chocobozzz | 2017-05-25 | 1 | -2/+3 |
| | |||||
* | First typescript iteration | Chocobozzz | 2017-05-20 | 1 | -0/+16 |
| | |||||
* | Use yarn instead of npm install | Chocobozzz | 2017-04-26 | 1 | -1/+1 |
| | |||||
* | Server: upgrade to official version of express-oauth-server | Chocobozzz | 2017-04-26 | 1 | -1/+1 |
| | |||||
* | Update standard -> 10 | Chocobozzz | 2017-04-16 | 1 | -2/+2 |
| | |||||
* | Update bittorrent-tracker and standard to v9 | Chocobozzz | 2017-03-03 | 1 | -2/+2 |
| | |||||
* | Server: update express-validator | Chocobozzz | 2017-02-10 | 1 | -1/+1 |
| | |||||
* | Update modules | Chocobozzz | 2017-02-10 | 1 | -2/+2 |
| | |||||
* | Admin password stuff | Chocobozzz | 2017-01-27 | 1 | -0/+1 |
| | |||||
* | Server: update deps | Chocobozzz | 2017-01-15 | 1 | -2/+2 |
| | |||||
* | Server: use crypto instead of ursa for pod signature | Chocobozzz | 2017-01-04 | 1 | -1/+0 |
| | |||||
* | Server: use binary data instead of base64 to send thumbnails | Chocobozzz | 2016-12-29 | 1 | -0/+1 |
| | |||||
* | First version with PostgreSQL | Chocobozzz | 2016-12-19 | 1 | -1/+3 |
| | |||||
* | Add script when the host/port of a pod change | Chocobozzz | 2016-11-22 | 1 | -0/+1 |
| | |||||
* | Add upgrade script | Chocobozzz | 2016-10-21 | 1 | -0/+1 |
| | |||||
* | Server: add npm run check to check CORS, bittorrent tracker... | Chocobozzz | 2016-10-21 | 1 | -1/+5 |
| | |||||
* | Update clean script | Chocobozzz | 2016-10-13 | 1 | -1/+3 |
| | |||||
* | Server: update concurrently | Chocobozzz | 2016-10-09 | 1 | -1/+1 |
| | |||||
* | Server: add cors policy for torrent file and thumbnails | Chocobozzz | 2016-10-07 | 1 | -0/+1 |
| | |||||
* | Server: update to webseed implementation (tests, lint...) | Chocobozzz | 2016-10-07 | 1 | -1/+2 |
| | |||||
* | Merge branch 'master' into webseed-merged | Chocobozzz | 2016-10-02 | 1 | -4/+4 |
|\ | |||||
| * | Server: remove segfault handler | Chocobozzz | 2016-10-01 | 1 | -1/+0 |
| | | |||||
| * | Server: workaround for node-ipc that breaks node lts | Chocobozzz | 2016-10-01 | 1 | -1/+2 |
| | | |||||
| * | Update to standard 8 | Chocobozzz | 2016-08-25 | 1 | -1/+1 |
| | | |||||
| * | Server: encrypt password in database | Chocobozzz | 2016-08-25 | 1 | -0/+1 |
| | | |||||
| * | Update webtorrent -> 0.96 | Chocobozzz | 2016-08-12 | 1 | -1/+1 |
| | | |||||
| * | Server: update dev dependencies | Chocobozzz | 2016-08-07 | 1 | -2/+2 |
| | | |||||
* | | First draft using only webseed for server | Chocobozzz | 2016-07-27 | 1 | -3/+3 |
|/ | |||||
* | Server: udpate async to 2.0.0 | Chocobozzz | 2016-07-18 | 1 | -2/+1 |
| | |||||
* | Remove livereload module (role of webpack now) | Chocobozzz | 2016-07-18 | 1 | -1/+0 |
| | |||||
* | Server: fix ipc bug | Chocobozzz | 2016-07-18 | 1 | -1/+1 |
| | |||||
* | Server: add script that try to simulate a real world situation | Chocobozzz | 2016-07-06 | 1 | -0/+1 |
| | | | | | Each pod randomly upload or remove a video and send the information to its friend | ||||
* | Update server dependencies | Chocobozzz | 2016-07-01 | 1 | -2/+2 |
| | |||||
* | Add tags support to server | Chocobozzz | 2016-06-06 | 1 | -1/+0 |
| | |||||
* | Adapt npm scripts | Chocobozzz | 2016-06-03 | 1 | -11/+4 |
| | |||||
* | Downgrade openssl wrapper to see if the travis build still fails | Chocobozzz | 2016-06-01 | 1 | -1/+1 |
| | |||||
* | Move scripty and node sass into the main dependencies | Chocobozzz | 2016-06-01 | 1 | -2/+2 |
| | |||||
* | Update node openssl wrapper module | Chocobozzz | 2016-05-31 | 1 | -1/+1 |
| | |||||
* | Move livereload to an external script and remove from express. | Chocobozzz | 2016-05-21 | 1 | -2/+2 |
| | | | | Developers have to use the livereload plugin in their web browser now. | ||||
* | Update webtorrent | Chocobozzz | 2016-05-13 | 1 | -1/+1 |
| | |||||
* | Update to standard 7. Goodbye snake_case, I used to love you | Chocobozzz | 2016-05-13 | 1 | -1/+1 |
| |