aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add stats routeChocobozzz2018-02-283-2/+43
|
* Add indentation in json configuration file generated by the adminChocobozzz2018-02-281-1/+1
| | | | interface
* Add warning in production.yamlChocobozzz2018-02-271-0/+1
| | | | To avoid confusion with the local-production.json file
* Fix job panel sorting in administrationChocobozzz2018-02-271-1/+1
|
* Fix resolution for portrait videosChocobozzz2018-02-271-3/+3
|
* Avoids easy cheating on vidoe viewsChocobozzz2018-02-231-0/+10
|
* Don't follow ourselvesChocobozzz2018-02-231-0/+4
|
* Add ability to add custom css/javascriptChocobozzz2018-02-221-2/+10
|
* Add ability to update thumbnail and preview on clientChocobozzz2018-02-161-0/+6
|
* Implement support field in video and video channelChocobozzz2018-02-153-14/+27
|
* Fix concurrency issue on video uploadChocobozzz2018-02-141-0/+1
|
* Handle thumbnail updateChocobozzz2018-02-141-0/+3
|
* Add ability to set video thumbnail/previewChocobozzz2018-02-142-31/+77
|
* Add about pageChocobozzz2018-01-311-1/+19
|
* Add new name/terms/description config optionsChocobozzz2018-01-311-0/+5
|
* Add version in footerChocobozzz2018-01-311-0/+2
|
* Add tests for emailsChocobozzz2018-01-301-6/+20
|
* Add ability to reset our passwordChocobozzz2018-01-301-2/+37
|
* Move job queue to redisChocobozzz2018-01-253-18/+46
| | | | | | | We'll use it as cache in the future. /!\ You'll loose your old jobs (pending jobs too) so upgrade only when you don't have pending job anymore.
* Basic api documentation #7 (#220)Dimitri Gilbert2018-01-241-1/+0
| | | | | | | | | | | | | | | | | | | | * Basic api documentation * fix styling issue * fix styling issue * gitignore unecessary folders * openApi 2.0 first draft * solved conflicts * solved errors in openapi file * added missing doc on video + deleted apidoc comments * fix last warnings and errors inopenapi definition
* Destroy user token when changing its roleChocobozzz2018-01-231-0/+7
|
* Don't show videos of remote instance after unfollowChocobozzz2018-01-189-26/+35
|