Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move to promises | Chocobozzz | 2017-07-05 | 9 | -369/+293 |
| | | | | Closes https://github.com/Chocobozzz/PeerTube/issues/74 | ||||
* | Use typescript standard and lint all files | Chocobozzz | 2017-06-16 | 2 | -3/+7 |
| | |||||
* | Create types for model enums | Chocobozzz | 2017-06-16 | 4 | -7/+18 |
| | |||||
* | BaseRequestScheduler -> AbstractRequestScheduler | Chocobozzz | 2017-06-16 | 5 | -9/+9 |
| | |||||
* | Type functions | Chocobozzz | 2017-06-10 | 10 | -92/+140 |
| | |||||
* | require -> import | Chocobozzz | 2017-06-05 | 1 | -1/+1 |
| | |||||
* | Type models | Chocobozzz | 2017-05-25 | 8 | -17/+18 |
| | |||||
* | First typescript iteration | Chocobozzz | 2017-05-20 | 14 | -282/+339 |
| | |||||
* | Server: move requests lib in their own directory | Chocobozzz | 2017-05-05 | 5 | -15/+15 |
| | |||||
* | Server: finish old jobs at startup | Chocobozzz | 2017-05-05 | 1 | -18/+37 |
| | |||||
* | Server: Fix video propagation with transcoding enabled | Chocobozzz | 2017-05-05 | 2 | -11/+20 |
| | |||||
* | Server: add job scheduler to transcode video files | Chocobozzz | 2017-05-04 | 3 | -0/+151 |
| | |||||
* | Update standard -> 10 | Chocobozzz | 2017-04-16 | 1 | -4/+4 |
| | |||||
* | Server: move pod remove to remote path | Chocobozzz | 2017-03-19 | 1 | -1/+1 |
| | |||||
* | Add like/dislike system for videos | Chocobozzz | 2017-03-08 | 2 | -8/+42 |
| | |||||
* | Server: fix requests endpoints | Chocobozzz | 2017-03-04 | 2 | -2/+2 |
| | |||||
* | Update bittorrent-tracker and standard to v9 | Chocobozzz | 2017-03-03 | 4 | -4/+0 |
| | |||||
* | Fix request schedulers stats | Chocobozzz | 2017-02-27 | 2 | -9/+29 |
| | |||||
* | Server: request scheduler refractoring | Chocobozzz | 2017-02-26 | 2 | -14/+5 |
| | |||||
* | Server: implement video views | Chocobozzz | 2017-02-26 | 3 | -2/+131 |
| | |||||
* | Server: make a basic "quick and dirty update" for videos | Chocobozzz | 2017-02-26 | 4 | -141/+319 |
| | | | | | | | | This system will be useful to to update some int video attributes (likes, dislikes, views...) The classic system is not used because we need some optimization for scaling | ||||
* | This is not a prototype anymore, but a real project! | Chocobozzz | 2017-02-26 | 2 | -4/+2 |
| | |||||
* | Server: use a request scheduler object instance for friends | Chocobozzz | 2017-02-18 | 2 | -44/+217 |
| | | | | communication | ||||
* | Add email to pods | Chocobozzz | 2017-02-16 | 1 | -1/+2 |
| | |||||
* | Server: paths refractoring | Chocobozzz | 2017-01-17 | 1 | -7/+2 |
| | |||||
* | Server: requests refractoring | Chocobozzz | 2017-01-17 | 1 | -1/+2 |
| | |||||
* | Server: remote video validators refractoring | Chocobozzz | 2017-01-17 | 1 | -4/+6 |
| | |||||
* | Server: improve requests scheduler | Chocobozzz | 2017-01-10 | 1 | -2/+14 |
| | |||||
* | Server: try to have a better video integrity | Chocobozzz | 2017-01-06 | 1 | -21/+45 |
| | |||||
* | Server: add video abuse support | Chocobozzz | 2017-01-04 | 1 | -17/+22 |
| | |||||
* | Server: add ability to update a video | Chocobozzz | 2016-12-29 | 1 | -1/+6 |
| | |||||
* | Move tags in another table | Chocobozzz | 2016-12-24 | 1 | -4/+6 |
| | |||||
* | First version with PostgreSQL | Chocobozzz | 2016-12-19 | 2 | -43/+62 |
| | |||||
* | Server: fix refreshing token | Chocobozzz | 2016-11-21 | 1 | -1/+1 |
| | |||||
* | Pod URL -> pod host. HTTPS is required to make friends. | Chocobozzz | 2016-11-16 | 1 | -34/+25 |
| | | | | | Reason: in a network with mix http/https pods, https pods won't be able to play videos from http pod (insecure requests). | ||||
* | Server: add endpoint in requests | Chocobozzz | 2016-11-01 | 1 | -4/+5 |
| | |||||
* | Server: fix refreshing token that fails | Chocobozzz | 2016-11-01 | 1 | -1/+2 |
| | |||||
* | Server: host -> hostname (host = hostname + port) | Chocobozzz | 2016-10-26 | 1 | -1/+1 |
| | |||||
* | Server: do not make friends with myself | Chocobozzz | 2016-10-26 | 1 | -2/+18 |
| | |||||
* | Server: pod removing refractoring | Chocobozzz | 2016-10-21 | 1 | -16/+4 |
| | |||||
* | Merge branch 'master' into webseed-merged | Chocobozzz | 2016-10-02 | 2 | -25/+38 |
|\ | |||||
| * | Server: remove useless hash affectations | Chocobozzz | 2016-10-02 | 2 | -13/+13 |
| | | |||||
| * | Electron-prebuilt -> electron | Chocobozzz | 2016-10-01 | 1 | -1/+1 |
| | | |||||
| * | Server: encrypt password in database | Chocobozzz | 2016-08-25 | 1 | -1/+16 |
| | | |||||
| * | Server: catch JSON.parse exceptions | Chocobozzz | 2016-08-23 | 1 | -1/+6 |
| | | |||||
| * | Server: make friends urls come from the request instead of the | Chocobozzz | 2016-08-20 | 1 | -4/+1 |
| | | | | | | | | configuration file | ||||
| * | Server: put config in constants | Chocobozzz | 2016-08-19 | 2 | -11/+6 |
| | | |||||
* | | First draft using only webseed for server | Chocobozzz | 2016-07-27 | 2 | -253/+0 |
|/ | |||||
* | Server: Use ES6 promise for mongoose/node-oatuh2-server | Chocobozzz | 2016-07-27 | 1 | -5/+4 |
| | |||||
* | Server: implement refresh token | Chocobozzz | 2016-07-20 | 1 | -7/+25 |
| |