Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add video channel tests | Chocobozzz | 2017-10-26 | 11 | -108/+753 |
| | |||||
* | Add ability to download a video from direct link or torrent file | Chocobozzz | 2017-10-19 | 2 | -0/+4 |
| | |||||
* | Add pod list endpoint with pagination, sort... | Chocobozzz | 2017-10-19 | 2 | -3/+48 |
| | |||||
* | More robust transcoding jobs | Chocobozzz | 2017-10-17 | 1 | -3/+3 |
| | |||||
* | Try to fix travis tests | Chocobozzz | 2017-10-17 | 1 | -0/+0 |
| | |||||
* | Use preview instead of thumbnail for oembed | Chocobozzz | 2017-10-17 | 1 | -4/+4 |
| | |||||
* | Add oembed endpoint | Chocobozzz | 2017-10-16 | 4 | -0/+246 |
| | |||||
* | Video blacklist refractoring | Chocobozzz | 2017-10-10 | 1 | -6/+6 |
| | |||||
* | Change how we handle resolution | Chocobozzz | 2017-10-09 | 3 | -30/+41 |
| | | | | It was an enum before, now we just use video height | ||||
* | Client: handle multiple file resolutions | Chocobozzz | 2017-10-06 | 1 | -5/+5 |
| | |||||
* | Add migration script | Chocobozzz | 2017-10-03 | 1 | -4/+4 |
| | |||||
* | Implement video transcoding on server side | Chocobozzz | 2017-10-03 | 2 | -21/+48 |
| | |||||
* | Handle blacklist (#84) | Green-Star | 2017-09-22 | 8 | -94/+362 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Fix request schedulers test | Chocobozzz | 2017-09-08 | 1 | -3/+2 |
| | |||||
* | Convert real world script to typescript | Chocobozzz | 2017-09-08 | 1 | -10/+4 |
| | |||||
* | Upload a video to /videos/upload | Chocobozzz | 2017-09-07 | 1 | -21/+42 |
| | | | | This is an action, not a REST endpoint | ||||
* | urls: makefriends/quitfriends -> make-friends/quit-friends | Chocobozzz | 2017-09-07 | 1 | -10/+10 |
| | |||||
* | Fix tests and user quota | Chocobozzz | 2017-09-06 | 2 | -26/+137 |
| | |||||
* | Begin tests for user quota | Chocobozzz | 2017-09-05 | 1 | -8/+45 |
| | |||||
* | Convert tests to typescript | Chocobozzz | 2017-09-04 | 38 | -5404/+4396 |
| | |||||
* | Upgrade common server dependencies | Chocobozzz | 2017-08-25 | 1 | -1/+1 |
| | |||||
* | Move video file metadata in their own table | Chocobozzz | 2017-08-25 | 3 | -24/+126 |
| | | | | Will be used for user video quotas and multiple video resolutions | ||||
* | Fix tests | Chocobozzz | 2017-08-02 | 4 | -29/+25 |
| | |||||
* | Remove one pod (#76) | Green-Star | 2017-08-02 | 3 | -4/+205 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Add ability to limit user registrations | Chocobozzz | 2017-07-25 | 2 | -3/+43 |
| | |||||
* | Add previews cache system between pods | Chocobozzz | 2017-07-12 | 2 | -1/+18 |
| | |||||
* | Use global uuid instead of remoteId for videos | Chocobozzz | 2017-07-11 | 3 | -3/+51 |
| | |||||
* | Move to promises | Chocobozzz | 2017-07-05 | 1 | -1/+18 |
| | | | | Closes https://github.com/Chocobozzz/PeerTube/issues/74 | ||||
* | Fix test (#71) | Green-Star | 2017-07-02 | 12 | -17/+22 |
| | | | | | | | | | | | | * Fix timeouting tests * Increase timeout to be sure requests will be propagated * Add timeout to be sure video views will be updated * Use standard style * Fix PR comments. | ||||
* | Requests -> RequestSchedulers | Chocobozzz | 2017-06-25 | 4 | -6/+6 |
| | |||||
* | Oup's, forgot to increate timeout test | Chocobozzz | 2017-06-25 | 1 | -1/+1 |
| | |||||
* | Fix travis tests | Chocobozzz | 2017-06-25 | 1 | -1/+2 |
| | |||||
* | Update client modules | Chocobozzz | 2017-06-11 | 1 | -0/+2 |
| | |||||
* | Type models | Chocobozzz | 2017-05-25 | 1 | -1/+1 |
| | |||||
* | Client: fix update button displayed on non owned video | Chocobozzz | 2017-05-05 | 2 | -2/+2 |
| | |||||
* | Fix tests | Chocobozzz | 2017-05-05 | 3 | -3/+3 |
| | |||||
* | Server: Fix video propagation with transcoding enabled | Chocobozzz | 2017-05-05 | 1 | -2/+3 |
| | |||||
* | Server: add tests to video transcoder | Chocobozzz | 2017-05-04 | 2 | -0/+116 |
| | |||||
* | Server: add tests for video blacklists | Chocobozzz | 2017-05-01 | 6 | -5/+269 |
| | |||||
* | Server: fix tests | Chocobozzz | 2017-04-09 | 1 | -0/+1 |
| | |||||
* | Server: add ability to register new user | Chocobozzz | 2017-04-09 | 2 | -2/+138 |
| | |||||
* | Server: add video language attribute | Chocobozzz | 2017-04-07 | 3 | -0/+100 |
| | |||||
* | Server: Add NSFW in user profile | Chocobozzz | 2017-04-03 | 2 | -2/+40 |
| | |||||
* | Server: add nsfw attribute | Chocobozzz | 2017-03-28 | 3 | -0/+85 |
| | |||||
* | Server: add licence video attribute | Chocobozzz | 2017-03-27 | 3 | -0/+105 |
| | |||||
* | Server: refractoring upload/update video test utils | Chocobozzz | 2017-03-26 | 9 | -117/+109 |
| | |||||
* | Fix tag tests | Chocobozzz | 2017-03-22 | 1 | -45/+0 |
| | |||||
* | Relax on tags (accept any characters and not required anymore) | Chocobozzz | 2017-03-22 | 1 | -13/+0 |
| | |||||
* | Add video category support | Chocobozzz | 2017-03-22 | 9 | -21/+134 |
| | |||||
* | Server: add config endpoint | Chocobozzz | 2017-03-10 | 2 | -0/+54 |
| |