aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/utils.ts
Commit message (Collapse)AuthorAgeFilesLines
* Refresh playlistsChocobozzz2019-03-191-1/+11
|
* Playlist server APIChocobozzz2019-03-181-3/+18
|
* Fix video sortChocobozzz2018-12-181-1/+5
|
* Add history on server sideChocobozzz2018-12-181-1/+1
| | | | Add ability to disable, clear and list user videos history
* Add ability to mute a user/instance by server in server apiChocobozzz2018-10-161-2/+0
|
* Add ability for users to block an account/instance on server sideChocobozzz2018-10-161-0/+18
|
* Fix videos overview tags sectionChocobozzz2018-08-311-5/+8
|
* Trending by intervalChocobozzz2018-08-311-10/+34
|
* Cleanup utils helperChocobozzz2018-08-141-0/+3
|
* Optimize search SQL query (I hope :p)Chocobozzz2018-07-271-13/+1
|
* Fix last commitChocobozzz2018-07-261-1/+1
|
* Add videos list filtersChocobozzz2018-07-241-1/+1
|
* Begin advanced searchChocobozzz2018-07-241-2/+50
|
* Fix sort inconsistencyChocobozzz2018-02-191-7/+7
|
* Move models to typescript-sequelizeChocobozzz2017-12-131-8/+9
|
* Handle blacklist (#84)Green-Star2017-09-221-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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/+3
|
* Type modelsChocobozzz2017-05-251-0/+6
|
* First typescript iterationChocobozzz2017-05-201-0/+21