aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api
Commit message (Collapse)AuthorAgeFilesLines
* Add get subscription endpointChocobozzz2018-08-271-12/+24
|
* Add ability to set a name to a channelChocobozzz2018-08-272-11/+10
|
* Add subscriptions endpoints to REST APIChocobozzz2018-08-277-19/+123
|
* Split users controllerChocobozzz2018-08-272-208/+231
|
* Cleanup utils helperChocobozzz2018-08-143-6/+9
|
* Improve blacklist managementChocobozzz2018-08-141-2/+2
|
* Add blacklist reason fieldChocobozzz2018-08-142-17/+45
|
* Add state and moderationComment for abuses on server sideChocobozzz2018-08-101-8/+54
|
* Add reason when banning a userChocobozzz2018-08-081-2/+6
|
* Implement user blocking on server sideChocobozzz2018-08-081-0/+48
|
* Add ability to delete our accountChocobozzz2018-08-081-1/+17
|
* Add torrent testsChocobozzz2018-08-081-2/+4
|
* Add import.video.torrent configurationChocobozzz2018-08-083-5/+15
|
* Import torrents with webtorrentChocobozzz2018-08-081-12/+45
|
* Import magnets with webtorrentChocobozzz2018-08-081-37/+105
|
* Fix fps federationChocobozzz2018-08-061-1/+1
|
* Add tests regarding video importChocobozzz2018-08-061-4/+5
|
* Add import http enabled configurationChocobozzz2018-08-063-3/+16
|
* Add audit logs for video importChocobozzz2018-08-061-7/+4
|
* Remove ability to delete video importsChocobozzz2018-08-061-20/+1
| | | | Users should remove the linked video instead
* Add ability to list video importsChocobozzz2018-08-061-1/+29
|
* Add ability to remove a video importChocobozzz2018-08-061-2/+10
|
* Add ability to import video with youtube-dlChocobozzz2018-08-062-1/+153
|
* Add audit logs in various modulesAurélien Bertron2018-07-316-17/+109
| | | | | | | | | - Videos - Videos comments - Users - Videos channels - Videos abuses - Custom config
* Add videos list filtersChocobozzz2018-07-244-17/+35
|
* Begin advanced searchChocobozzz2018-07-243-23/+45
|
* Speed up populate database scriptChocobozzz2018-07-241-2/+0
|
* Render CSS/title/description tags on server sideChocobozzz2018-07-181-0/+3
|
* Handle .srt subtitlesChocobozzz2018-07-161-8/+2
|
* Implement captions/subtitlesChocobozzz2018-07-163-1/+115
|
* Migrate to bullChocobozzz2018-07-111-10/+15
|
* Handle higher FPS for high resolution (test)Chocobozzz2018-06-291-2/+5
|
* API: Add ability to update video channel avatarChocobozzz2018-06-292-29/+35
|
* move CORS allowance to the REST API routerWilliam Lahti2018-06-291-0/+7
|
* Filter by category (#720)PhieF2018-06-271-0/+1
| | | | | | | | | | * get videos with specific category (api) * update api doc with category * add url parameter to filter by category * fix lint issues
* Fix removing scheduled updateChocobozzz2018-06-181-1/+3
|
* Add ability for uploaders to schedule video updateChocobozzz2018-06-142-1/+25
|
* Refractor retry transaction functionChocobozzz2018-06-136-196/+84
|
* Add concept of video state, and add ability to wait transcoding beforeChocobozzz2018-06-122-30/+24
| | | | publishing a video
* Add ability to manually run transcoding jobChocobozzz2018-05-301-1/+2
|
* Only use account name in routesChocobozzz2018-05-251-6/+6
|
* feature: IP filtering on signup pageRigel Kent2018-05-222-2/+6
| | | | | | disable registration form on IP not in range checking the CIDR list before filtering with it placing the cidr filters as an attribute object in the config
* Fix video channel update with an admin accountChocobozzz2018-05-171-1/+1
|
* Fix typingsChocobozzz2018-05-161-2/+4
|
* Fix updating video tags to empty fieldChocobozzz2018-05-161-2/+2
|
* Add ability to update a video channelChocobozzz2018-05-111-6/+19
|
* Add ability to embed a video in TwitterChocobozzz2018-05-111-0/+6
| | | | The instance should be whitelisted first
* Add video channel managementChocobozzz2018-04-261-1/+1
|
* Add ability to update the user display name/descriptionChocobozzz2018-04-261-0/+1
|
* Update video-channel routes (again)Chocobozzz2018-04-252-168/+173
| | | | Use /video-channels now, it's more simple for clients