aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
...
* Add ability to download a video from direct link or torrent fileChocobozzz2017-10-194-33/+48
|
* Fix pod removal when it is downChocobozzz2017-10-192-7/+4
|
* Upgrade client dependencies and fix error logsChocobozzz2017-10-191-2/+2
|
* Add pod list endpoint with pagination, sort...Chocobozzz2017-10-1915-79/+198
|
* Fix video removing when it is corruptedChocobozzz2017-10-191-2/+5
|
* Escape opengraph/oembed tagsChocobozzz2017-10-172-8/+28
|
* More robust transcoding jobsChocobozzz2017-10-175-7/+23
|
* Improve transcoding qualityChocobozzz2017-10-171-1/+2
| | | | I'm an idiot
* Don't cache torrent filesChocobozzz2017-10-171-1/+1
|
* Try to fix travis testsChocobozzz2017-10-171-0/+0
|
* Use preview instead of thumbnail for oembedChocobozzz2017-10-175-16/+26
|
* Handle express-validator error on the client side and fix #96 (#98)Ronan2017-10-161-1/+4
| | | | | | * Handle express-validator error on the client side * More meaningfull error for not supported format
* Add oembed endpointChocobozzz2017-10-1616-20/+477
|
* Video blacklist refractoringChocobozzz2017-10-1012-190/+161
|
* Fix database benchmark in prod modeChocobozzz2017-10-101-1/+1
|
* Server: upgrade packagesChocobozzz2017-10-091-1/+1
|
* Change how we handle resolutionChocobozzz2017-10-0916-233/+264
| | | | It was an enum before, now we just use video height
* Client: handle multiple file resolutionsChocobozzz2017-10-062-18/+25
|
* Add migration scriptChocobozzz2017-10-034-15/+70
|
* Implement video transcoding on server sideChocobozzz2017-10-0315-125/+327
|
* Modify video file size to bigintChocobozzz2017-09-221-1/+1
|
* Handle blacklist (#84)Green-Star2017-09-2224-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 v4Chocobozzz2017-09-1513-424/+430
|
* Add info when server is processing a video at uploadChocobozzz2017-09-141-1/+1
|
* Remove ng2 file upload moduleChocobozzz2017-09-143-20/+64
| | | | Unmaintained and we don't need it anymore with httpclient
* Move to HttpClient and PrimeNG data tableChocobozzz2017-09-141-0/+1
|
* Fix concurrency error when deleting a videoChocobozzz2017-09-123-16/+30
|
* Improve real world scriptChocobozzz2017-09-124-50/+109
|
* Fix request schedulers testChocobozzz2017-09-081-3/+2
|
* Convert real world script to typescriptChocobozzz2017-09-085-382/+336
|
* Upload a video to /videos/uploadChocobozzz2017-09-075-25/+46
| | | | This is an action, not a REST endpoint
* Don't display password in logsChocobozzz2017-09-071-1/+1
|
* urls: makefriends/quitfriends -> make-friends/quit-friendsChocobozzz2017-09-073-14/+14
|
* Fix lintChocobozzz2017-09-071-1/+0
|
* Convert real world tools to typescriptChocobozzz2017-09-0710-194/+224
|
* Add tests for npm run scriptsChocobozzz2017-09-0722-32/+212
|
* Fix tests and user quotaChocobozzz2017-09-068-73/+220
|
* Begin tests for user quotaChocobozzz2017-09-055-19/+97
|
* Add user update for adminsChocobozzz2017-09-052-7/+80
|
* Make tslint happyChocobozzz2017-09-045-36/+35
|
* Convert tests to typescriptChocobozzz2017-09-0468-6524/+5421
|
* Begin user quotaChocobozzz2017-09-0411-17/+144
|
* Fix config checkerChocobozzz2017-08-262-11/+14
|
* Upgrade common server dependenciesChocobozzz2017-08-2518-101/+102
|
* Formated -> FormattedChocobozzz2017-08-2516-61/+61
|
* Move video file metadata in their own tableChocobozzz2017-08-2518-305/+744
| | | | Will be used for user video quotas and multiple video resolutions
* Fix testsChocobozzz2017-08-024-29/+25
|
* Remove one pod (#76)Green-Star2017-08-027-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 registrationsChocobozzz2017-07-259-36/+88
|
* Fix lintChocobozzz2017-07-124-7/+2
|