aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares/sort.ts
Commit message (Collapse)AuthorAgeFilesLines
* modularize abstract video list header and implement video hotness ↵Rigel Kent2021-01-281-1/+1
| | | | recommendation variant
* Optimize default sort when listing videosChocobozzz2020-08-201-0/+2
| | | | createdAt does not have the appropriate index
* Move to eslintcontainChocobozzz2020-02-031-1/+1
|
* Add ability to list redundanciesChocobozzz2020-01-281-9/+14
|
* Fix express validatorChocobozzz2019-07-251-1/+0
|
* Cleanup utils helperChocobozzz2018-08-141-1/+1
|
* expliciting type checks and predicates (server only)Rigel Kent2018-07-251-1/+1
|
* Add videos list filtersChocobozzz2018-07-241-1/+1
|
* Begin advanced searchChocobozzz2018-07-241-0/+7
|
* Set sort refractoringChocobozzz2018-01-181-59/+3
|
* Send account activitypub update eventsChocobozzz2018-01-031-1/+8
|
* Propagate old comment on new followChocobozzz2017-12-281-1/+1
|
* Add comments controllerChocobozzz2017-12-221-1/+8
|
* Move models to typescript-sequelizeChocobozzz2017-12-131-4/+2
|
* Add ability to list jobsChocobozzz2017-11-301-1/+8
|
* Rename Pod -> ServerChocobozzz2017-11-271-7/+0
|
* Handle follow/acceptChocobozzz2017-11-271-1/+15
|
* Add video channelsChocobozzz2017-10-261-0/+7
|
* Add pod list endpoint with pagination, sort...Chocobozzz2017-10-191-0/+7
|
* Handle blacklist (#84)Green-Star2017-09-221-1/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Type functionsChocobozzz2017-06-101-3/+6
|
* First typescript iterationChocobozzz2017-05-201-0/+25