Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change how we handle resolution | Chocobozzz | 2017-10-09 | 16 | -233/+264 |
| | | | | It was an enum before, now we just use video height | ||||
* | Client: handle multiple file resolutions | Chocobozzz | 2017-10-06 | 2 | -18/+25 |
| | |||||
* | Add migration script | Chocobozzz | 2017-10-03 | 4 | -15/+70 |
| | |||||
* | Implement video transcoding on server side | Chocobozzz | 2017-10-03 | 15 | -125/+327 |
| | |||||
* | Modify video file size to bigint | Chocobozzz | 2017-09-22 | 1 | -1/+1 |
| | |||||
* | Handle blacklist (#84) | Green-Star | 2017-09-22 | 24 | -122/+606 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Upgrade express validator to v4 | Chocobozzz | 2017-09-15 | 13 | -424/+430 |
| | |||||
* | Add info when server is processing a video at upload | Chocobozzz | 2017-09-14 | 1 | -1/+1 |
| | |||||
* | Remove ng2 file upload module | Chocobozzz | 2017-09-14 | 3 | -20/+64 |
| | | | | Unmaintained and we don't need it anymore with httpclient | ||||
* | 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 | 3 | -16/+30 |
| | |||||
* | Improve real world script | Chocobozzz | 2017-09-12 | 4 | -50/+109 |
| | |||||
* | Fix request schedulers test | Chocobozzz | 2017-09-08 | 1 | -3/+2 |
| | |||||
* | Convert real world script to typescript | Chocobozzz | 2017-09-08 | 5 | -382/+336 |
| | |||||
* | Upload a video to /videos/upload | Chocobozzz | 2017-09-07 | 5 | -25/+46 |
| | | | | This is an action, not a REST endpoint | ||||
* | Don't display password in logs | Chocobozzz | 2017-09-07 | 1 | -1/+1 |
| | |||||
* | urls: makefriends/quitfriends -> make-friends/quit-friends | Chocobozzz | 2017-09-07 | 3 | -14/+14 |
| | |||||
* | Fix lint | Chocobozzz | 2017-09-07 | 1 | -1/+0 |
| | |||||
* | Convert real world tools to typescript | Chocobozzz | 2017-09-07 | 10 | -194/+224 |
| | |||||
* | Add tests for npm run scripts | Chocobozzz | 2017-09-07 | 22 | -32/+212 |
| | |||||
* | Fix tests and user quota | Chocobozzz | 2017-09-06 | 8 | -73/+220 |
| | |||||
* | Begin tests for user quota | Chocobozzz | 2017-09-05 | 5 | -19/+97 |
| | |||||
* | Add user update for admins | Chocobozzz | 2017-09-05 | 2 | -7/+80 |
| | |||||
* | Make tslint happy | Chocobozzz | 2017-09-04 | 5 | -36/+35 |
| | |||||
* | Convert tests to typescript | Chocobozzz | 2017-09-04 | 68 | -6524/+5421 |
| | |||||
* | Begin user quota | Chocobozzz | 2017-09-04 | 11 | -17/+144 |
| | |||||
* | Fix config checker | Chocobozzz | 2017-08-26 | 2 | -11/+14 |
| | |||||
* | Upgrade common server dependencies | Chocobozzz | 2017-08-25 | 18 | -101/+102 |
| | |||||
* | Formated -> Formatted | Chocobozzz | 2017-08-25 | 16 | -61/+61 |
| | |||||
* | Move video file metadata in their own table | Chocobozzz | 2017-08-25 | 18 | -305/+744 |
| | | | | 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 | 7 | -8/+288 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | 9 | -36/+88 |
| | |||||
* | Fix lint | Chocobozzz | 2017-07-12 | 4 | -7/+2 |
| | |||||
* | Set correctly preview image for open graph | Chocobozzz | 2017-07-12 | 1 | -12/+1 |
| | |||||
* | Add previews cache system between pods | Chocobozzz | 2017-07-12 | 14 | -15/+172 |
| | |||||
* | Remove "function" in favor of () => {} | Chocobozzz | 2017-07-11 | 25 | -91/+86 |
| | |||||
* | Add tests for open graph tags | Chocobozzz | 2017-07-11 | 2 | -0/+97 |
| | |||||
* | Use global uuid instead of remoteId for videos | Chocobozzz | 2017-07-11 | 39 | -141/+411 |
| | |||||
* | Remove any typing from server | Chocobozzz | 2017-07-11 | 5 | -18/+20 |
| | |||||
* | Better typescript typing for a better world | Chocobozzz | 2017-07-10 | 19 | -76/+162 |
| | |||||
* | Fix error logging | Chocobozzz | 2017-07-07 | 21 | -49/+49 |
| | |||||
* | Async signature and various fixes | Chocobozzz | 2017-07-07 | 10 | -54/+40 |
| | |||||
* | Video search -> case insensitive | Chocobozzz | 2017-07-06 | 1 | -8/+4 |
| | |||||
* | Move to promises | Chocobozzz | 2017-07-05 | 79 | -2445/+1926 |
| | | | | 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. | ||||
* | Move ensureRegistrationEnabled to middlewares | Chocobozzz | 2017-06-25 | 3 | -11/+23 |
| | |||||
* | ClientLocal -> OAuthClientLocal | Chocobozzz | 2017-06-25 | 2 | -7/+7 |
| | |||||
* | Requests -> RequestSchedulers | Chocobozzz | 2017-06-25 | 8 | -21/+21 |
| | |||||
* | Oup's, forgot to increate timeout test | Chocobozzz | 2017-06-25 | 1 | -1/+1 |
| |