aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/helpers/utils.ts
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup req files on bad requestChocobozzz2018-07-311-1/+27
|
* Fix last commitChocobozzz2018-07-261-1/+2
|
* expliciting type checks and predicates (server only)Rigel Kent2018-07-251-1/+2
|
* Fix nodeinfo endpointChocobozzz2018-07-241-3/+2
|
* adding initial support for nodeinfoRigel Kent2018-07-241-0/+30
|
* Add concept of video state, and add ability to wait transcoding beforeChocobozzz2018-06-121-11/+11
| | | | publishing a video
* feature: IP filtering on signup pageRigel Kent2018-05-221-0/+36
| | | | | | disable registration form on IP not in range checking the CIDR list before filtering with it placing the cidr filters as an attribute object in the config
* Add account viewChocobozzz2018-04-241-60/+2
|
* Fix error loggingChocobozzz2018-03-261-1/+1
|
* Add ability to set video thumbnail/previewChocobozzz2018-02-141-3/+15
|
* Add ability to update some configuration keysChocobozzz2018-01-171-1/+1
|
* Add ability to disable video commentsChocobozzz2018-01-031-1/+1
|
* Begin to add avatar to actorsChocobozzz2017-12-291-2/+28
|
* Set port if not specified in webfingerChocobozzz2017-12-191-2/+16
|
* Begin moving video channel to actorChocobozzz2017-12-191-9/+11
|
* Move models to typescript-sequelizeChocobozzz2017-12-131-8/+9
|
* Cleanup helpersChocobozzz2017-11-271-3/+2
|
* Send server announce when users upload a videoChocobozzz2017-11-271-6/+12
|
* Handle follow/acceptChocobozzz2017-11-271-0/+11
|
* Adapt client with video channelsChocobozzz2017-10-261-1/+0
|
* Use async/await in lib and initializersChocobozzz2017-10-261-9/+11
|
* Use async/await in controllersChocobozzz2017-10-261-0/+9
|
* Change how we handle resolutionChocobozzz2017-10-091-1/+1
| | | | It was an enum before, now we just use video height
* Implement video transcoding on server sideChocobozzz2017-10-031-2/+25
|
* 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
* Formated -> FormattedChocobozzz2017-08-251-6/+6
|
* Add ability to limit user registrationsChocobozzz2017-07-251-1/+19
|
* Remove "function" in favor of () => {}Chocobozzz2017-07-111-1/+1
|
* Move to promisesChocobozzz2017-07-051-17/+7
| | | | 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
|
* Update webpack stackChocobozzz2017-06-111-12/+1
|
* Type functionsChocobozzz2017-06-101-10/+6
|
* Type modelsChocobozzz2017-05-251-1/+8
|
* First typescript iterationChocobozzz2017-05-201-0/+54