aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares/validators/sort.ts
Commit message (Collapse)AuthorAgeFilesLines
* Add ability to list redundanciesChocobozzz2020-01-281-0/+3
|
* Add ability to search available pluginsChocobozzz2019-07-241-0/+3
|
* WIP plugins: plugin settings on server sideChocobozzz2019-07-241-1/+4
|
* Don't expose constants directly in initializers/Chocobozzz2019-04-111-1/+1
|
* Add /accounts/:username/ratings endpoint (#1756)Yohan Boniface2019-04-091-0/+3
| | | | | | | | | | | | * Add /users/me/videos/ratings endpoint * Move ratings endpoint from users to accounts * /accounts/:name/ratings: add support for rating= and sort= * Restrict ratings list to owner * Wording and better way to ensure current account
* Playlist server APIChocobozzz2019-03-181-1/+4
|
* Add user notification base codeChocobozzz2019-01-091-1/+4
|
* Add ability for users to block an account/instance on server sideChocobozzz2018-10-161-1/+7
|
* Add ability to search video channelsChocobozzz2018-08-271-1/+4
|
* Add subscriptions endpoints to REST APIChocobozzz2018-08-271-1/+4
|
* Add ability to list video importsChocobozzz2018-08-061-0/+3
|
* Begin advanced searchChocobozzz2018-07-241-0/+3
|
* Move sort middleware utils in utils fileChocobozzz2018-03-131-26/+1
|
* Send account activitypub update eventsChocobozzz2018-01-031-0/+3
|
* Propagate old comment on new followChocobozzz2017-12-281-2/+2
|
* Add comments controllerChocobozzz2017-12-221-1/+4
|
* Move models to typescript-sequelizeChocobozzz2017-12-131-1/+0
|
* Add ability to list jobsChocobozzz2017-11-301-1/+4
|
* Refractor validatorsChocobozzz2017-11-271-2/+4
|
* Handle follow/acceptChocobozzz2017-11-271-4/+7
|
* Add video channelsChocobozzz2017-10-261-0/+3
|
* Add pod list endpoint with pagination, sort...Chocobozzz2017-10-191-0/+3
|
* 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-151-16/+12
|
* Type functionsChocobozzz2017-06-101-5/+8
|
* First typescript iterationChocobozzz2017-05-201-0/+44