aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares/validators/index.ts
Commit message (Collapse)AuthorAgeFilesLines
* Support short uuid for GET video/playlistChocobozzz2021-06-291-1/+1
|
* CleanupChocobozzz2021-05-281-1/+0
| | | | | We must not expose private actor objects to clients Just make 2 GET requests on channel/accounts instead
* Add server API actors routeKimsible2021-05-051-0/+1
|
* Add banner testsChocobozzz2021-04-081-0/+1
|
* Use 3 tables to represent abusesChocobozzz2020-07-101-0/+1
|
* Add history on server sideChocobozzz2018-12-181-0/+1
| | | | Add ability to disable, clear and list user videos history
* Add ability for users to block an account/instance on server sideChocobozzz2018-10-161-0/+2
|
* Add user history and resume videosChocobozzz2018-10-051-4/+0
|
* Add subscriptions endpoints to REST APIChocobozzz2018-08-271-0/+1
|
* Add state and moderationComment for abuses on server sideChocobozzz2018-08-101-0/+1
|
* Add ability to import video with youtube-dlChocobozzz2018-08-061-0/+1
|
* Begin advanced searchChocobozzz2018-07-241-0/+1
|
* feature: initial syndication feeds supportRigel Kent2018-04-171-0/+1
| | | | | | | | | | | | | | | | | | Provides rss 2.0, atom 1.0 and json 1.0 feeds for videos (instance and account-wide) on listings and video-watch views. * still lacks redis caching * still lacks lastBuildDate support * still lacks channel-wide support * still lacks semantic annotation (for licenses, NSFW warnings, etc.) * still lacks love ( ˘ ³˘) * RSS: has MRSS support for torrent lists! * RSS: includes the first torrent in an enclosure * JSON: lists all torrents in the 'attachments' object * ATOM: lacking torrent listing support Advances #23 Partial implementation for the accountId generation in the client, which will need a hotfix to add a way to get the proper account id.
* Refractor activity pub lib/helpersChocobozzz2017-11-271-1/+1
|
* Rename Pod -> ServerChocobozzz2017-11-271-1/+1
|
* Follow worksChocobozzz2017-11-271-0/+1
|
* Send follow/acceptChocobozzz2017-11-271-0/+1
|
* Make it compile at leastChocobozzz2017-11-271-1/+0
|
* Begin activitypubChocobozzz2017-11-271-1/+2
|
* Add video channelsChocobozzz2017-10-261-0/+1
|
* Add oembed endpointChocobozzz2017-10-161-0/+1
|
* Video blacklist refractoringChocobozzz2017-10-101-1/+1
|
* Handle blacklist (#84)Green-Star2017-09-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* First typescript iterationChocobozzz2017-05-201-0/+6