aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Video channel API routes refractorChocobozzz2018-04-252-3/+6
|
* Update video channel routesChocobozzz2018-04-245-200/+239
|
* Add account viewChocobozzz2018-04-244-21/+40
|
* Add ability to choose what policy we have for NSFW videosChocobozzz2018-04-193-10/+46
| | | | There is a global instance setting and a per user setting
* Move server follow in the job queueChocobozzz2018-04-181-63/+15
| | | | It helps to track follow errors
* Add ability to click on the account in watch pageChocobozzz2018-04-171-1/+1
|
* Handle sort in rssChocobozzz2018-04-171-1/+1
|
* Add auth documentationChocobozzz2018-04-161-0/+2
|
* Add publishedAt field for video model.Julien Le Bras2018-03-301-1/+8
| | | | | | | | | | | | * New field added in the `video` table + migration script * `publishedAt` updated to NOW when privacy changes from private to public/unlisted (default = NOW) * Models updated to handle the new attribute * Client interface updated to use `publishedAt` instead of `createdAt` except in My Account > My Videos view
* Prevent brute force login attackChocobozzz2018-03-292-3/+13
|
* Fix views system behind a proxyChocobozzz2018-03-281-1/+1
|
* Fix custom server configuration numbersChocobozzz2018-03-271-5/+8
|
* show quota in stats, display quota on the about page, fixes #405 (#421)Rigel Kent2018-03-271-0/+3
| | | move videoQuota under a user object, use byte PipeTransform
* Try to refractor activities sendingChocobozzz2018-03-272-12/+4
| | | | There is still a need for work on this part though
* Fix error loggingChocobozzz2018-03-263-6/+6
|
* Add short description in configChocobozzz2018-03-151-0/+5
|
* Add "local" videos in menuChocobozzz2018-03-131-1/+1
|
* Add ability to change the homepageChocobozzz2018-03-011-0/+4
|