aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests
Commit message (Collapse)AuthorAgeFilesLines
* Implement video channel viewsChocobozzz2018-04-252-8/+2
|
* Update video-channel routes (again)Chocobozzz2018-04-255-52/+37
| | | | Use /video-channels now, it's more simple for clients
* Add account link in videos listChocobozzz2018-04-251-0/+2
|
* Video channel API routes refractorChocobozzz2018-04-257-102/+270
|
* Update video channel routesChocobozzz2018-04-244-51/+121
|
* Use ISO 639 for languagesChocobozzz2018-04-237-31/+31
|
* Add information concerning video privacy in my videos listChocobozzz2018-04-191-2/+2
|
* Add help concerning NSFW videos in uploadChocobozzz2018-04-191-0/+1
|
* Add ability to choose what policy we have for NSFW videosChocobozzz2018-04-197-19/+265
| | | | There is a global instance setting and a per user setting
* Fix testsChocobozzz2018-04-181-1/+1
|
* Add auth documentationChocobozzz2018-04-161-0/+20
|
* Add tests for publishedAtChocobozzz2018-04-042-3/+7
|
* Add reverse proxy test in travisChocobozzz2018-03-292-1/+2
|
* Prevent brute force login attackChocobozzz2018-03-292-3/+90
|
* Fix delete comment federationChocobozzz2018-03-271-1/+30
|
* Fix check comments params unit testsChocobozzz2018-03-261-2/+2
|
* Update the api documentationChocobozzz2018-03-193-10/+10
|
* BEARKING CHANGE: Update videos API responseChocobozzz2018-03-192-11/+11
| | | | before beta
* Add short description in configChocobozzz2018-03-152-0/+13
|
* Add "local" videos in menuChocobozzz2018-03-132-1/+43
|
* Change video abuse API responseChocobozzz2018-03-122-16/+18
|
* Update videos api list for accountChocobozzz2018-03-128-66/+89
|
* Add ability to change the homepageChocobozzz2018-03-012-0/+6
|
* Add stats routeChocobozzz2018-02-287-6/+125
|
* Add 30 fps limit in transcodingChocobozzz2018-02-262-1/+32
|
* Avoids easy cheating on vidoe viewsChocobozzz2018-02-232-10/+27
|
* Add ability to add custom css/javascriptChocobozzz2018-02-222-3/+23
|
* Add ability to update another user videoChocobozzz2018-02-221-6/+22
|
* Try to improve production guideChocobozzz2018-02-161-0/+2
|
* Implement support field in video and video channelChocobozzz2018-02-1513-57/+186
|
* Fix testsChocobozzz2018-02-149-18/+12
|
* Support thumbnails in youtube importChocobozzz2018-02-141-1/+1
|
* Add ability to set video thumbnail/previewChocobozzz2018-02-149-65/+230
|
* Fix upload from CLI scriptChocobozzz2018-02-121-1/+3
|
* Don't stuck on active jobsChocobozzz2018-02-121-1/+1
|
* Begin import script with youtube-dlChocobozzz2018-02-094-217/+6
|
* Fix config testChocobozzz2018-02-091-2/+2
|
* Send an email on video abuse reportChocobozzz2018-02-012-4/+34
|
* Add about pageChocobozzz2018-01-312-7/+31
|
* Add new name/terms/description config optionsChocobozzz2018-01-313-2/+17
|
* Add tests for emailsChocobozzz2018-01-305-1/+167
|
* Add ability to login with emailChocobozzz2018-01-291-1/+1
|
* Move job queue to redisChocobozzz2018-01-256-37/+45
| | | | | | | 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.
* Misc. typos (#245)luzpaz2018-01-251-1/+1
| | | Found via `codespell -q 3`
* Add api doc in htmlChocobozzz2018-01-242-2/+1
|
* Fix testsChocobozzz2018-01-242-19/+28
|
* Destroy user token when changing its roleChocobozzz2018-01-233-23/+35
|
* Add ability to configure log levelChocobozzz2018-01-191-0/+4
|
* Fix embed button outlineChocobozzz2018-01-191-1/+8
|
* Increase tests timeoutChocobozzz2018-01-1818-18/+18
|