aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares/validators
Commit message (Expand)AuthorAgeFilesLines
* move from trending routes to alg paramRigel Kent2021-01-281-1/+3
* add default trending page choice, revert comments count for hot strategyRigel Kent2021-01-281-1/+2
* Allow users/visitors to search through an account's videos (#3589)Rigel Kent2021-01-191-0/+4
* stricter youtubedl format selectors (#3516)Rigel Kent2021-01-151-1/+1
* Allow user to search through their watch history (#3576)Rigel Kent2021-01-131-2/+17
* add support for 1440p (Quad HD/QHD/WQHD) videosRigel Kent2021-01-131-0/+2
* Use -1 for max live duration unlimitedChocobozzz2020-12-151-2/+2
* Refactor jobs stateChocobozzz2020-12-141-15/+5
* add display of logs matching any stateRigel Kent2020-12-131-3/+15
* Upgrade sequelize to v6Chocobozzz2020-12-091-13/+12
* emit more specific status codes on video upload (#3423)Rigel Kent2020-12-081-10/+31
* Don't allow manual redundancy of live videosChocobozzz2020-12-071-2/+6
* replace numbers with typed http status codes (#3409)Rigel Kent2020-12-0726-150/+193
* Add permanent live supportChocobozzz2020-12-031-1/+18
* Fix migration and testChocobozzz2020-11-251-25/+41
* refactor scoped token serviceRigel Kent2020-11-251-2/+3
* allow private syndication feeds via a user feedTokenRigel Kent2020-11-251-1/+20
* Split ffmpeg utils with ffprobe utilsChocobozzz2020-11-251-1/+1
* Fix incorrect IDs in AP federationChocobozzz2020-11-201-1/+0
* Add ability to display all channel/account videosChocobozzz2020-11-181-1/+4
* Add admin view to manage commentsChocobozzz2020-11-162-1/+3
* Implement video comment list in adminChocobozzz2020-11-132-2/+33
* Remove deprecated abuse apiChocobozzz2020-11-101-116/+3
* Add live server hooksChocobozzz2020-11-091-0/+30
* Begin live testsChocobozzz2020-11-091-3/+7
* Add max lives limitChocobozzz2020-11-092-1/+36
* Add ability to save live replayChocobozzz2020-11-091-3/+39
* Check live duration and sizeChocobozzz2020-11-093-9/+38
* Live streaming implementation first stepChocobozzz2020-11-091-0/+66
* Add redirection on unavailable video due to follow constraintsChocobozzz2020-08-261-16/+18
* Add ability to a video multiple times in a playlistChocobozzz2020-08-191-13/+6
* Make channelName optionnal in tests only and validatorskimsible2020-08-111-14/+11
* Add validator channelName for create-user apikimsible2020-08-111-0/+17
* Handle playlist oembedChocobozzz2020-08-071-15/+50
* Fix lintChocobozzz2020-08-072-5/+8
* Add openapi docChocobozzz2020-07-311-1/+1
* Add abuse messages management in my accountChocobozzz2020-07-311-0/+16
* Add server API to abuse messagesChocobozzz2020-07-311-7/+98
* test search for subscriptions and video-channelsRigel Kent2020-07-291-2/+2
* harmonize search for librariesRigel Kent2020-07-291-0/+13
* variable columns for users list, more columns possible, badge display for sta...Rigel Kent2020-07-291-1/+14
* Add new abuses testsChocobozzz2020-07-101-1/+1
* Add migrationsChocobozzz2020-07-101-2/+2
* Implement abuses check paramsChocobozzz2020-07-102-87/+57
* Use 3 tables to represent abusesChocobozzz2020-07-105-139/+257
* add check-params test for user listRigel Kent2020-07-031-2/+1
* add blocked filter in users list to filter banned usersRigel Kent2020-07-021-0/+16
* allow limiting video-comments rss feeds to an account or video channelRigel Kent2020-06-271-0/+6
* predefined report reasons & improved reporter UI (#2842)Rigel Kent2020-06-221-4/+35
* Split types and typingsChocobozzz2020-06-186-8/+8