Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | First typescript iteration | Chocobozzz | 2017-05-20 | 1 | -148/+0 |
| | |||||
* | Fix unset video language on video update | Chocobozzz | 2017-05-05 | 1 | -1/+1 |
| | |||||
* | Server: add video language attribute | Chocobozzz | 2017-04-07 | 1 | -0/+5 |
| | |||||
* | Server: add nsfw attribute | Chocobozzz | 2017-03-28 | 1 | -0/+5 |
| | |||||
* | Server: add licence video attribute | Chocobozzz | 2017-03-27 | 1 | -0/+5 |
| | |||||
* | Relax on tags (accept any characters and not required anymore) | Chocobozzz | 2017-03-22 | 1 | -2/+1 |
| | |||||
* | Add video category support | Chocobozzz | 2017-03-22 | 1 | -0/+5 |
| | |||||
* | Add like/dislike system for videos | Chocobozzz | 2017-03-08 | 1 | -0/+6 |
| | |||||
* | Server: implement video views | Chocobozzz | 2017-02-26 | 1 | -4/+10 |
| | |||||
* | Server: make a basic "quick and dirty update" for videos | Chocobozzz | 2017-02-26 | 1 | -1/+16 |
| | | | | | | | | 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 | ||||
* | Server: update express-validator | Chocobozzz | 2017-02-10 | 1 | -1/+17 |
| | |||||
* | Server: add video abuse support | Chocobozzz | 2017-01-04 | 1 | -53/+13 |
| | |||||
* | Server: add updatedAt attribute to videos | Chocobozzz | 2016-12-30 | 1 | -0/+2 |
| | |||||
* | Server: propagate video update to other pods | Chocobozzz | 2016-12-30 | 1 | -0/+15 |
| | |||||
* | Server: use binary data instead of base64 to send thumbnails | Chocobozzz | 2016-12-29 | 1 | -5/+4 |
| | |||||
* | Server: add database field validations | Chocobozzz | 2016-12-28 | 1 | -6/+0 |
| | |||||
* | First version with PostgreSQL | Chocobozzz | 2016-12-19 | 1 | -7/+12 |
| | |||||
* | Server: set manually the post host of a remote video throught the | Chocobozzz | 2016-11-27 | 1 | -1/+0 |
| | | | | signature | ||||
* | Pod URL -> pod host. HTTPS is required to make friends. | Chocobozzz | 2016-11-16 | 1 | -3/+3 |
| | | | | | Reason: in a network with mix http/https pods, https pods won't be able to play videos from http pod (insecure requests). | ||||
* | Server: use preview image for opengraph | Chocobozzz | 2016-11-16 | 1 | -2/+2 |
| | |||||
* | Server: generate magnet uri on the fly | Chocobozzz | 2016-11-16 | 1 | -4/+4 |
| | |||||
* | Server: use _id for image and video files. Add remoteId field | Chocobozzz | 2016-11-16 | 1 | -2/+7 |
| | |||||
* | Server: remove useless hash affectations | Chocobozzz | 2016-10-02 | 1 | -11/+11 |
| | |||||
* | Server: fix remote videos requests validator | Chocobozzz | 2016-08-21 | 1 | -20/+21 |
| | |||||
* | Implement user API (create, update, remove, list) | Chocobozzz | 2016-08-04 | 1 | -1/+1 |
| | |||||
* | Server: reorganize express validators | Chocobozzz | 2016-07-31 | 1 | -0/+106 |