aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares/validators
Commit message (Expand)AuthorAgeFilesLines
* Users can change ownership of their video [#510] (#888)Gaƫtan Rizio2018-09-042-2/+87
* add user account email verificiation (#977)Josh Morel2018-08-311-1/+45
* Implement daily upload limit (#956)Felix Ableitner2018-08-281-1/+4
* Improve error message on actor name conflictChocobozzz2018-08-271-1/+1
* Add ability to search video channelsChocobozzz2018-08-274-10/+40
* Add get subscription endpointChocobozzz2018-08-272-5/+5
* Add ability to set a name to a channelChocobozzz2018-08-272-15/+19
* Add subscriptions endpoints to REST APIChocobozzz2018-08-276-6/+83
* Cleanup utils helperChocobozzz2018-08-145-5/+5
* Improve blacklist managementChocobozzz2018-08-141-12/+21
* Add blacklist reason fieldChocobozzz2018-08-141-31/+24
* Add state and moderationComment for abuses on server sideChocobozzz2018-08-103-17/+72
* Add reason when banning a userChocobozzz2018-08-081-2/+3
* Implement user blocking on server sideChocobozzz2018-08-081-0/+21
* Add ability to delete our accountChocobozzz2018-08-081-0/+14
* Add import.video.torrent configurationChocobozzz2018-08-082-4/+12
* Import torrents with webtorrentChocobozzz2018-08-081-3/+10
* Import magnets with webtorrentChocobozzz2018-08-081-2/+16
* Add import http enabled configurationChocobozzz2018-08-062-0/+10
* Remove ability to delete video importsChocobozzz2018-08-061-25/+4
* Add ability to list video importsChocobozzz2018-08-061-0/+3
* Add ability to remove a video importChocobozzz2018-08-061-3/+11
* Add ability to import video with youtube-dlChocobozzz2018-08-063-30/+84
* Cleanup req files on bad requestChocobozzz2018-07-314-17/+19
* [Server>Middlewares>Follows] Changing error code 400 to 500Jorropo2018-07-271-1/+1
* Add ability to only filter in the search endpointChocobozzz2018-07-241-1/+1
* Add advanced search in clientChocobozzz2018-07-241-3/+2
* Add videos list filtersChocobozzz2018-07-241-1/+45
* Begin advanced searchChocobozzz2018-07-244-14/+27
* Remove unnecessary image check in video uploadChocobozzz2018-07-161-21/+0
* Refractor video attr validatorsChocobozzz2018-07-161-125/+72
* Implement captions/subtitlesChocobozzz2018-07-162-30/+76
* API: Add ability to update video channel avatarChocobozzz2018-06-293-19/+29
* Fix images size limitChocobozzz2018-06-222-29/+26
* Do not create a user with the same username than another actor nameChocobozzz2018-06-211-0/+9
* Fix removing scheduled updateChocobozzz2018-06-181-0/+6
* Add ability to schedule video publicationChocobozzz2018-06-151-1/+1
* Add ability for uploaders to schedule video updateChocobozzz2018-06-141-4/+42
* Add concept of video state, and add ability to wait transcoding beforeChocobozzz2018-06-121-0/+10
* Add video comments RSSChocobozzz2018-06-081-2/+21
* Only use account name in routesChocobozzz2018-05-252-32/+6
* Handle account name in client urlChocobozzz2018-05-241-3/+9
* feature: IP filtering on signup pageRigel Kent2018-05-221-2/+17
* Fix video channel update with an admin accountChocobozzz2018-05-171-4/+4
* Fix updating video tags to empty fieldChocobozzz2018-05-161-7/+9
* Add ability to update a video channelChocobozzz2018-05-111-13/+14
* Improve video torrent AP object validatorChocobozzz2018-05-111-2/+0
* Account/channel descriptions are not required anymoreChocobozzz2018-05-091-21/+74
* Fix video channel update/create on empty fieldsChocobozzz2018-05-071-3/+4
* Add video channel managementChocobozzz2018-04-261-2/+2