aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/helpers/custom-validators/videos.ts
Commit message (Expand)AuthorAgeFilesLines
* Refractor user quota SQL queriesChocobozzz2018-08-281-3/+0
* Add state and moderationComment for abuses on server sideChocobozzz2018-08-101-5/+2
* Import magnets with webtorrentChocobozzz2018-08-081-0/+9
* Fix last commitChocobozzz2018-07-261-4/+4
* expliciting type checks and predicates (server only)Rigel Kent2018-07-251-4/+4
* Implement captions/subtitlesChocobozzz2018-07-161-0/+24
* Handle higher FPS for high resolution (test)Chocobozzz2018-06-291-0/+5
* Fix images size limitChocobozzz2018-06-221-2/+2
* Add ability for uploaders to schedule video updateChocobozzz2018-06-141-2/+11
* Add concept of video state, and add ability to wait transcoding beforeChocobozzz2018-06-121-8/+16
* Improve create import file jobChocobozzz2018-06-071-2/+2
* Fix video channel update with an admin accountChocobozzz2018-05-171-3/+18
* Fix updating video tags to empty fieldChocobozzz2018-05-161-3/+5
* Add ability to update a video channelChocobozzz2018-05-111-0/+16
* Use ISO 639 for languagesChocobozzz2018-04-231-4/+5
* Update the api documentationChocobozzz2018-03-191-6/+1
* Update videos response apiChocobozzz2018-03-191-1/+6
* Implement support field in video and video channelChocobozzz2018-02-151-1/+6
* Add ability to set video thumbnail/previewChocobozzz2018-02-141-15/+14
* A few updates for the watch video view (#181)Benjamin Bouvier2018-01-071-1/+1
* Add ability to disable video commentsChocobozzz2018-01-031-5/+0
* Move models to typescript-sequelizeChocobozzz2017-12-131-7/+12
* Fix lintChocobozzz2017-12-081-1/+0
* Finish admin designChocobozzz2017-12-081-4/+5
* Refractor validatorsChocobozzz2017-11-271-36/+3
* Add shares forward and collection on videos/video channelsChocobozzz2017-11-271-1/+23
* Misc cleanupChocobozzz2017-11-271-2/+12
* Cleanup helpersChocobozzz2017-11-271-92/+21
* Fix lintChocobozzz2017-11-271-10/+8
* Fix video upload and videos listChocobozzz2017-11-271-10/+5
* Add video abuse to activity pubChocobozzz2017-11-271-5/+0
* Rename Pod -> ServerChocobozzz2017-11-271-2/+2
* Fix issues on server startChocobozzz2017-11-271-0/+6
* Remove references to authorChocobozzz2017-11-271-2/+2
* Continue activitypubChocobozzz2017-11-271-4/+12
* Add video privacy settingChocobozzz2017-10-311-0/+12
* Add lazy description on serverChocobozzz2017-10-301-0/+5
* Be tolerant with remote requestsChocobozzz2017-10-261-1/+19
* Add video channelsChocobozzz2017-10-261-20/+0
* Video blacklist refractoringChocobozzz2017-10-101-2/+32
* Change how we handle resolutionChocobozzz2017-10-091-3/+2
* Upgrade express validator to v4Chocobozzz2017-09-151-33/+3
* Add tests for npm run scriptsChocobozzz2017-09-071-0/+1
* Upgrade common server dependenciesChocobozzz2017-08-251-30/+28
* Move video file metadata in their own tableChocobozzz2017-08-251-13/+26
* Remove "function" in favor of () => {}Chocobozzz2017-07-111-1/+1
* Use global uuid instead of remoteId for videosChocobozzz2017-07-111-4/+10
* Create types for model enumsChocobozzz2017-06-161-1/+2
* Update webpack stackChocobozzz2017-06-111-0/+1
* Type functionsChocobozzz2017-06-101-40/+70