Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert tests to typescript | Chocobozzz | 2017-09-04 | 1 | -1/+1 |
| | |||||
* | Begin user quota | Chocobozzz | 2017-09-04 | 4 | -7/+45 |
| | |||||
* | Fix config checker | Chocobozzz | 2017-08-26 | 2 | -11/+14 |
| | |||||
* | Move video file metadata in their own table | Chocobozzz | 2017-08-25 | 5 | -10/+105 |
| | | | | Will be used for user video quotas and multiple video resolutions | ||||
* | Add ability to limit user registrations | Chocobozzz | 2017-07-25 | 1 | -1/+2 |
| | |||||
* | Fix lint | Chocobozzz | 2017-07-12 | 1 | -3/+1 |
| | |||||
* | Add previews cache system between pods | Chocobozzz | 2017-07-12 | 2 | -5/+41 |
| | |||||
* | Remove "function" in favor of () => {} | Chocobozzz | 2017-07-11 | 3 | -5/+5 |
| | |||||
* | Use global uuid instead of remoteId for videos | Chocobozzz | 2017-07-11 | 13 | -13/+170 |
| | |||||
* | Async signature and various fixes | Chocobozzz | 2017-07-07 | 2 | -4/+7 |
| | |||||
* | Move to promises | Chocobozzz | 2017-07-05 | 14 | -327/+262 |
| | | | | Closes https://github.com/Chocobozzz/PeerTube/issues/74 | ||||
* | Excluse .js.map when scanning models/ directory | Chocobozzz | 2017-06-24 | 1 | -1/+2 |
| | |||||
* | Use typescript standard and lint all files | Chocobozzz | 2017-06-16 | 2 | -2/+1 |
| | |||||
* | Create types for model enums | Chocobozzz | 2017-06-16 | 1 | -6/+15 |
| | |||||
* | Reorganize model files | Chocobozzz | 2017-06-16 | 1 | -15/+53 |
| | |||||
* | Update webpack stack | Chocobozzz | 2017-06-11 | 2 | -5/+5 |
| | |||||
* | Type functions | Chocobozzz | 2017-06-10 | 5 | -15/+16 |
| | |||||
* | require -> import | Chocobozzz | 2017-06-05 | 5 | -9/+9 |
| | |||||
* | Type models | Chocobozzz | 2017-05-25 | 5 | -30/+70 |
| | |||||
* | First typescript iteration | Chocobozzz | 2017-05-20 | 16 | -153/+169 |
| | |||||
* | Server: check ffmpeg at startup | Chocobozzz | 2017-05-05 | 1 | -0/+25 |
| | |||||
* | Server: add job scheduler to transcode video files | Chocobozzz | 2017-05-04 | 2 | -1/+22 |
| | |||||
* | Server: add video language attribute | Chocobozzz | 2017-04-07 | 2 | -1/+39 |
| | |||||
* | Server: Add NSFW in user profile | Chocobozzz | 2017-04-03 | 2 | -1/+20 |
| | |||||
* | Server: add nsfw attribute | Chocobozzz | 2017-03-28 | 2 | -1/+35 |
| | |||||
* | Server: add licence video attribute | Chocobozzz | 2017-03-27 | 2 | -1/+47 |
| | |||||
* | Relax on tags (accept any characters and not required anymore) | Chocobozzz | 2017-03-22 | 1 | -1/+1 |
| | |||||
* | Add video category support | Chocobozzz | 2017-03-22 | 2 | -1/+57 |
| | |||||
* | Server: add config endpoint | Chocobozzz | 2017-03-10 | 2 | -1/+4 |
| | |||||
* | Allow to sort by likes | Chocobozzz | 2017-03-08 | 1 | -1/+1 |
| | |||||
* | Add like/dislike system for videos | Chocobozzz | 2017-03-08 | 3 | -2/+46 |
| | |||||
* | Server: typo | Chocobozzz | 2017-03-04 | 1 | -1/+1 |
| | |||||
* | Server: fix migrations with an empty Applications table | Chocobozzz | 2017-03-04 | 1 | -0/+12 |
| | |||||
* | Server: fix requests endpoints | Chocobozzz | 2017-03-04 | 1 | -5/+9 |
| | |||||
* | Server: little sort refractoring | Chocobozzz | 2017-02-26 | 1 | -3/+3 |
| | |||||
* | Server: implement video views | Chocobozzz | 2017-02-26 | 1 | -2/+22 |
| | |||||
* | Server: make a basic "quick and dirty update" for videos | Chocobozzz | 2017-02-26 | 2 | -3/+36 |
| | | | | | | | | 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: fix migration scripts | Chocobozzz | 2017-02-18 | 4 | -27/+113 |
| | |||||
* | Add email to users | Chocobozzz | 2017-02-18 | 1 | -0/+2 |
| | |||||
* | Add email to pods | Chocobozzz | 2017-02-16 | 5 | -18/+33 |
| | |||||
* | Client: replace simple tables by ng2 smart table component | Chocobozzz | 2017-01-30 | 1 | -2/+2 |
| | |||||
* | Client: add basic support to report video abuses | Chocobozzz | 2017-01-23 | 1 | -1/+1 |
| | |||||
* | Server: paths refractoring | Chocobozzz | 2017-01-17 | 1 | -2/+6 |
| | |||||
* | Server: remote request process refractoring | Chocobozzz | 2017-01-17 | 1 | -0/+8 |
| | |||||
* | Server: always check commit result | Chocobozzz | 2017-01-11 | 1 | -1/+1 |
| | |||||
* | Server: improve requests scheduler | Chocobozzz | 2017-01-10 | 1 | -3/+6 |
| | |||||
* | Server: use crypto instead of ursa for pod signature | Chocobozzz | 2017-01-04 | 1 | -2/+11 |
| | |||||
* | Server: add video abuse support | Chocobozzz | 2017-01-04 | 1 | -0/+4 |
| | |||||
* | Server: use binary data instead of base64 to send thumbnails | Chocobozzz | 2016-12-29 | 1 | -1/+1 |
| | |||||
* | Server: add association between author and user | Chocobozzz | 2016-12-29 | 1 | -2/+2 |
| |