aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/helpers
Commit message (Collapse)AuthorAgeFilesLines
* Change how we handle resolutionChocobozzz2017-10-094-4/+83
| | | | It was an enum before, now we just use video height
* Implement video transcoding on server sideChocobozzz2017-10-032-4/+31
|
* Handle blacklist (#84)Green-Star2017-09-221-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-155-65/+3
|
* Add tests for npm run scriptsChocobozzz2017-09-076-2/+15
|
* Begin user quotaChocobozzz2017-09-041-1/+7
|
* Upgrade common server dependenciesChocobozzz2017-08-256-59/+60
|
* Formated -> FormattedChocobozzz2017-08-251-6/+6
|
* Move video file metadata in their own tableChocobozzz2017-08-252-18/+40
| | | | Will be used for user video quotas and multiple video resolutions
* Add ability to limit user registrationsChocobozzz2017-07-251-1/+19
|
* Add previews cache system between podsChocobozzz2017-07-121-1/+4
|
* Remove "function" in favor of () => {}Chocobozzz2017-07-115-15/+11
|
* Use global uuid instead of remoteId for videosChocobozzz2017-07-112-10/+16
|
* Better typescript typing for a better worldChocobozzz2017-07-101-4/+14
|
* Fix error loggingChocobozzz2017-07-072-3/+3
|
* Async signature and various fixesChocobozzz2017-07-072-27/+22
|
* Move to promisesChocobozzz2017-07-055-165/+209
| | | | Closes https://github.com/Chocobozzz/PeerTube/issues/74
* Update systemd service templateChocobozzz2017-06-201-1/+1
|
* Share models between server and clientChocobozzz2017-06-171-2/+6
|
* Use typescript standard and lint all filesChocobozzz2017-06-161-1/+0
|
* Create types for model enumsChocobozzz2017-06-162-2/+5
|
* Update webpack stackChocobozzz2017-06-114-12/+25
|
* Type functionsChocobozzz2017-06-1010-96/+176
|
* require -> importChocobozzz2017-06-057-19/+13
|
* Type modelsChocobozzz2017-05-253-10/+10
|
* First typescript iterationChocobozzz2017-05-2016-326/+318
|
* Server: move requests lib in their own directoryChocobozzz2017-05-051-1/+1
|
* Fix unset video language on video updateChocobozzz2017-05-051-1/+1
|
* Update standard -> 10Chocobozzz2017-04-161-4/+10
|
* Server: add video language attributeChocobozzz2017-04-072-0/+6
|
* Server: Add NSFW in user profileChocobozzz2017-04-031-1/+6
|
* Server: add nsfw attributeChocobozzz2017-03-282-0/+6
|
* Server: add licence video attributeChocobozzz2017-03-272-0/+6
|
* Relax on tags (accept any characters and not required anymore)Chocobozzz2017-03-221-2/+1
|
* Add video category supportChocobozzz2017-03-222-0/+6
|
* Add like/dislike system for videosChocobozzz2017-03-082-1/+9
|
* Server: add views attribute when sending videos to friendsChocobozzz2017-03-041-1/+2
|
* Server: implement video viewsChocobozzz2017-02-263-5/+40
|
* Server: make a basic "quick and dirty update" for videosChocobozzz2017-02-263-5/+39
| | | | | | | | 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
* Server: update express-validatorChocobozzz2017-02-101-1/+17
|
* Client: add ability to report a videoChocobozzz2017-01-201-1/+0
|
* Server: paths refractoringChocobozzz2017-01-171-10/+28
|
* Server: remote video validators refractoringChocobozzz2017-01-171-23/+22
|
* Server: transaction refractoringChocobozzz2017-01-171-2/+20
|
* Server: create transaction refractoringChocobozzz2017-01-152-35/+56
|
* Server: retryer transaction wrapper refractoringChocobozzz2017-01-151-0/+20
|
* Server: try to have a better video integrityChocobozzz2017-01-061-1/+15
|
* Server: use crypto instead of ursa for pod signatureChocobozzz2017-01-042-31/+69
|
* Server: we don't need the video name when removing a remote videoChocobozzz2017-01-041-1/+0
|
* Server: add video abuse supportChocobozzz2017-01-045-54/+115
|