aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/initializers
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade server packagesChocobozzz2017-10-311-2/+2
|
* Add video privacy settingChocobozzz2017-10-312-1/+44
|
* Add lazy description on serverChocobozzz2017-10-303-4/+35
|
* Add tests to user rolesChocobozzz2017-10-271-1/+0
|
* Support roles with rights and add moderator roleChocobozzz2017-10-273-14/+43
|
* Remove sequelize deprecated operatorsChocobozzz2017-10-261-0/+1
|
* Increase video attributes lengthChocobozzz2017-10-261-4/+4
| | | | | | | Number of tags: 3 -> 5 Tag length: 10 -> 30 Video name: 50 -> 120 Video channel name: 50 -> 120
* Add migration script for channelsChocobozzz2017-10-262-1/+112
|
* Fix lintChocobozzz2017-10-261-1/+1
|
* Use async/await in lib and initializersChocobozzz2017-10-265-208/+178
|
* Use async/await in controllersChocobozzz2017-10-261-0/+1
|
* Add video channelsChocobozzz2017-10-263-12/+32
|
* Add pod list endpoint with pagination, sort...Chocobozzz2017-10-191-0/+1
|
* Use preview instead of thumbnail for oembedChocobozzz2017-10-171-2/+8
|
* Add oembed endpointChocobozzz2017-10-161-4/+10
|
* Fix database benchmark in prod modeChocobozzz2017-10-101-1/+1
|
* Change how we handle resolutionChocobozzz2017-10-092-33/+21
| | | | It was an enum before, now we just use video height
* Add migration scriptChocobozzz2017-10-032-3/+64
|
* Implement video transcoding on server sideChocobozzz2017-10-031-10/+20
|
* Handle blacklist (#84)Green-Star2017-09-221-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Add info when server is processing a video at uploadChocobozzz2017-09-141-1/+1
|
* Add tests for npm run scriptsChocobozzz2017-09-071-20/+19
|
* Fix tests and user quotaChocobozzz2017-09-061-1/+1
|
* Make tslint happyChocobozzz2017-09-041-2/+2
|
* Convert tests to typescriptChocobozzz2017-09-041-1/+1
|
* Begin user quotaChocobozzz2017-09-044-7/+45
|
* Fix config checkerChocobozzz2017-08-262-11/+14
|
* Move video file metadata in their own tableChocobozzz2017-08-255-10/+105
| | | | Will be used for user video quotas and multiple video resolutions
* Add ability to limit user registrationsChocobozzz2017-07-251-1/+2
|
* Fix lintChocobozzz2017-07-121-3/+1
|
* Add previews cache system between podsChocobozzz2017-07-122-5/+41
|
* Remove "function" in favor of () => {}Chocobozzz2017-07-113-5/+5
|
* Use global uuid instead of remoteId for videosChocobozzz2017-07-1113-13/+170
|
* Async signature and various fixesChocobozzz2017-07-072-4/+7
|
* Move to promisesChocobozzz2017-07-0514-327/+262
| | | | Closes https://github.com/Chocobozzz/PeerTube/issues/74
* Excluse .js.map when scanning models/ directoryChocobozzz2017-06-241-1/+2
|
* Use typescript standard and lint all filesChocobozzz2017-06-162-2/+1
|
* Create types for model enumsChocobozzz2017-06-161-6/+15
|
* Reorganize model filesChocobozzz2017-06-161-15/+53
|
* Update webpack stackChocobozzz2017-06-112-5/+5
|
* Type functionsChocobozzz2017-06-105-15/+16
|
* require -> importChocobozzz2017-06-055-9/+9
|
* Type modelsChocobozzz2017-05-255-30/+70
|
* First typescript iterationChocobozzz2017-05-2016-153/+169
|
* Server: check ffmpeg at startupChocobozzz2017-05-051-0/+25
|
* Server: add job scheduler to transcode video filesChocobozzz2017-05-042-1/+22
|
* Server: add video language attributeChocobozzz2017-04-072-1/+39
|
* Server: Add NSFW in user profileChocobozzz2017-04-032-1/+20
|
* Server: add nsfw attributeChocobozzz2017-03-282-1/+35
|
* Server: add licence video attributeChocobozzz2017-03-272-1/+47
|