aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared
Commit message (Collapse)AuthorAgeFilesLines
...
* Take in account transcoding for video quotaChocobozzz2017-10-191-0/+3
|
* Add ability to download a video from direct link or torrent fileChocobozzz2017-10-191-0/+2
|
* Add oembed endpointChocobozzz2017-10-161-0/+1
|
* Change how we handle resolutionChocobozzz2017-10-091-1/+0
| | | | It was an enum before, now we just use video height
* Implement video transcoding on server sideChocobozzz2017-10-033-2/+9
|
* Handle blacklist (#84)Green-Star2017-09-221-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-144-2/+13
|
* Improve real world scriptChocobozzz2017-09-121-0/+1
|
* Add user update for adminsChocobozzz2017-09-053-2/+7
|
* Begin user quotaChocobozzz2017-09-043-0/+3
|
* Move video file metadata in their own tableChocobozzz2017-08-253-3/+20
| | | | Will be used for user video quotas and multiple video resolutions
* Add ability to limit user registrationsChocobozzz2017-07-251-1/+1
|
* Add previews cache system between podsChocobozzz2017-07-121-0/+1
|
* Use global uuid instead of remoteId for videosChocobozzz2017-07-1110-10/+11
|
* Better typescript typing for a better worldChocobozzz2017-07-1029-14/+173
|
* Move to promisesChocobozzz2017-07-052-0/+5
| | | | Closes https://github.com/Chocobozzz/PeerTube/issues/74
* ClientLocal -> OAuthClientLocalChocobozzz2017-06-252-2/+2
|
* Requests -> RequestSchedulersChocobozzz2017-06-251-5/+5
|
* Share models between server and clientChocobozzz2017-06-175-1/+18
|
* Create types for model enumsChocobozzz2017-06-165-1/+27
|
* Add this context to instance model functionsChocobozzz2017-06-161-1/+1
|
* Use shared modelsChocobozzz2017-06-112-2/+22
|
* Type functionsChocobozzz2017-06-107-0/+37