Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More robust transcoding jobs | Chocobozzz | 2017-10-17 | 4 | -4/+20 |
| | |||||
* | Video blacklist refractoring | Chocobozzz | 2017-10-10 | 2 | -21/+0 |
| | |||||
* | Server: upgrade packages | Chocobozzz | 2017-10-09 | 1 | -1/+1 |
| | |||||
* | Implement video transcoding on server side | Chocobozzz | 2017-10-03 | 3 | -11/+90 |
| | |||||
* | Handle blacklist (#84) | Green-Star | 2017-09-22 | 2 | -0/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Client: Add list blacklist feature * Server: Add list blacklist feature * Client: Add videoId column * Server: Add some video infos in the REST api * Client: Add video information in the blacklist list * Fix sortable columns :) * Client: Add removeFromBlacklist feature * Server: Add removeFromBlacklist feature * Move to TypeScript * Move to TypeScript and Promises * Server: Fix blacklist list sort * Server: Fetch videos informations * Use common shared interface for client and server * Add check-params remove blacklisted video tests * Add check-params list blacklisted videos tests * Add list blacklist tests * Add remove from blacklist tests * Add video blacklist management tests * Fix rebase onto develop issues * Server: Add sort on blacklist id column * Server: Add blacklists library * Add blacklist id sort test * Add check-params tests for blacklist list pagination, count and sort * Fix coding style * Increase Remote API tests timeout * Increase Request scheduler API tests timeout * Fix typo * Increase video transcoding API tests timeout * Move tests to Typescript * Use lodash orderBy method * Fix typos * Client: Remove optional tests in blacklist model attributes * Move blacklist routes from 'blacklists' to 'blacklist' * CLient: Remove blacklist-list.component.scss * Rename 'blacklists' files to 'blacklist' * Use only BlacklistedVideo interface * Server: Use getFormattedObjects method in listBlacklist method * Client: Use new coding style * Server: Use new sort validator methods * Server: Use new checkParams methods * Client: Fix sortable columns | ||||
* | Move to HttpClient and PrimeNG data table | Chocobozzz | 2017-09-14 | 1 | -0/+1 |
| | |||||
* | Fix concurrency error when deleting a video | Chocobozzz | 2017-09-12 | 1 | -2/+2 |
| | |||||
* | Don't display password in logs | Chocobozzz | 2017-09-07 | 1 | -1/+1 |
| | |||||
* | Make tslint happy | Chocobozzz | 2017-09-04 | 1 | -15/+15 |
| | |||||
* | Formated -> Formatted | Chocobozzz | 2017-08-25 | 1 | -2/+2 |
| | |||||
* | Move video file metadata in their own table | Chocobozzz | 2017-08-25 | 1 | -1/+3 |
| | | | | Will be used for user video quotas and multiple video resolutions | ||||
* | Remove one pod (#76) | Green-Star | 2017-08-02 | 1 | -0/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Client: Fix typo * Client: Add removeFriend feature * Server: Add removeFriend feature * Server: Update method name * Fix rebase onto develop issues * Server: Fix error message * Server: Remove useless methods in removeFriend method * Server: Finish remove on pod feature after rebase * Server: Type pod parameter * Fix Travis build * Add friend-basic test for the remove one pod feature * Add check-params tests for the remove one pod feature * Fix typos * Add friend-advanced test for the remove one pod feature * Client: Trailing new line * Move to promises * Add undefined id test * Use find method instead of a for loop to find the friend to remove * Remove setTimeout method * Server: Remove requestScheduler operations * Server: Fix logging messages * Server: Remove sign request parameter | ||||
* | Fix lint | Chocobozzz | 2017-07-12 | 1 | -2/+1 |
| | |||||
* | Add previews cache system between pods | Chocobozzz | 2017-07-12 | 4 | -2/+88 |
| | |||||
* | Remove "function" in favor of () => {} | Chocobozzz | 2017-07-11 | 2 | -5/+5 |
| | |||||
* | Use global uuid instead of remoteId for videos | Chocobozzz | 2017-07-11 | 4 | -20/+20 |
| | |||||
* | Remove any typing from server | Chocobozzz | 2017-07-11 | 2 | -8/+9 |
| | |||||
* | Better typescript typing for a better world | Chocobozzz | 2017-07-10 | 5 | -28/+69 |
| | |||||
* | Fix error logging | Chocobozzz | 2017-07-07 | 5 | -12/+12 |
| | |||||
* | Async signature and various fixes | Chocobozzz | 2017-07-07 | 3 | -13/+3 |
| | |||||
* | 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 |
| |