aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib
Commit message (Collapse)AuthorAgeFilesLines
* Server: upgrade packagesChocobozzz2017-10-091-1/+1
|
* Implement video transcoding on server sideChocobozzz2017-10-033-11/+90
|
* Handle blacklist (#84)Green-Star2017-09-222-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 tableChocobozzz2017-09-141-0/+1
|
* Fix concurrency error when deleting a videoChocobozzz2017-09-121-2/+2
|
* Don't display password in logsChocobozzz2017-09-071-1/+1
|
* Make tslint happyChocobozzz2017-09-041-15/+15
|
* Formated -> FormattedChocobozzz2017-08-251-2/+2
|
* Move video file metadata in their own tableChocobozzz2017-08-251-1/+3
| | | | Will be used for user video quotas and multiple video resolutions
* Remove one pod (#76)Green-Star2017-08-021-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 lintChocobozzz2017-07-121-2/+1
|
* Add previews cache system between podsChocobozzz2017-07-124-2/+88
|
* Remove "function" in favor of () => {}Chocobozzz2017-07-112-5/+5
|
* Use global uuid instead of remoteId for videosChocobozzz2017-07-114-20/+20
|
* Remove any typing from serverChocobozzz2017-07-112-8/+9
|
* Better typescript typing for a better worldChocobozzz2017-07-105-28/+69
|
* Fix error loggingChocobozzz2017-07-075-12/+12
|
* Async signature and various fixesChocobozzz2017-07-073-13/+3
|
* Move to promisesChocobozzz2017-07-059-369/+293
| | | | Closes https://github.com/Chocobozzz/PeerTube/issues/74
* Use typescript standard and lint all filesChocobozzz2017-06-162-3/+7
|
* Create types for model enumsChocobozzz2017-06-164-7/+18
|
* BaseRequestScheduler -> AbstractRequestSchedulerChocobozzz2017-06-165-9/+9
|
* Type functionsChocobozzz2017-06-1010-92/+140
|
* require -> importChocobozzz2017-06-051-1/+1
|
* Type modelsChocobozzz2017-05-258-17/+18
|
* First typescript iterationChocobozzz2017-05-2014-282/+339
|
* Server: move requests lib in their own directoryChocobozzz2017-05-055-15/+15
|
* Server: finish old jobs at startupChocobozzz2017-05-051-18/+37
|
* Server: Fix video propagation with transcoding enabledChocobozzz2017-05-052-11/+20
|
* Server: add job scheduler to transcode video filesChocobozzz2017-05-043-0/+151
|
* Update standard -> 10Chocobozzz2017-04-161-4/+4
|
* Server: move pod remove to remote pathChocobozzz2017-03-191-1/+1
|
* Add like/dislike system for videosChocobozzz2017-03-082-8/+42
|
* Server: fix requests endpointsChocobozzz2017-03-042-2/+2
|
* Update bittorrent-tracker and standard to v9Chocobozzz2017-03-034-4/+0
|
* Fix request schedulers statsChocobozzz2017-02-272-9/+29
|
* Server: request scheduler refractoringChocobozzz2017-02-262-14/+5
|
* Server: implement video viewsChocobozzz2017-02-263-2/+131
|
* Server: make a basic "quick and dirty update" for videosChocobozzz2017-02-264-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!Chocobozzz2017-02-262-4/+2
|
* Server: use a request scheduler object instance for friendsChocobozzz2017-02-182-44/+217
| | | | communication
* Add email to podsChocobozzz2017-02-161-1/+2
|
* Server: paths refractoringChocobozzz2017-01-171-7/+2
|
* Server: requests refractoringChocobozzz2017-01-171-1/+2
|
* Server: remote video validators refractoringChocobozzz2017-01-171-4/+6
|
* Server: improve requests schedulerChocobozzz2017-01-101-2/+14
|
* Server: try to have a better video integrityChocobozzz2017-01-061-21/+45
|
* Server: add video abuse supportChocobozzz2017-01-041-17/+22
|
* Server: add ability to update a videoChocobozzz2016-12-291-1/+6
|
* Move tags in another tableChocobozzz2016-12-241-4/+6
|