aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared
Commit message (Collapse)AuthorAgeFilesLines
...
* replace numbers with typed http status codes (#3409)Rigel Kent2020-12-0735-206/+379
|
* Add permanent live supportChocobozzz2020-12-035-0/+14
|
* refactor 404 pageRigel Kent2020-12-031-1/+1
|
* Fix lintChocobozzz2020-12-031-1/+1
|
* more explicit error messages for file uploadsRigel Kent2020-12-032-0/+420
|
* Add logs to fixture generationsChocobozzz2020-12-011-0/+3
|
* Add inspect to test scriptChocobozzz2020-11-301-7/+13
|
* :sparkles: Add input-password #3375madmath032020-11-301-1/+1
|
* Add registered setting CLI plugin install testChocobozzz2020-11-271-0/+20
|
* Try to fix live testChocobozzz2020-11-261-0/+5
|
* Fix live FPS limitChocobozzz2020-11-261-0/+1
|
* Fix migration and testChocobozzz2020-11-252-12/+24
|
* refactor scoped token serviceRigel Kent2020-11-251-1/+1
|
* allow private syndication feeds via a user feedTokenRigel Kent2020-11-252-1/+18
|
* Add transcoding module commentsChocobozzz2020-11-251-2/+11
|
* Add live transcoding bit rate testsChocobozzz2020-11-255-29/+22
|
* Support encoding profilesChocobozzz2020-11-252-5/+9
|
* Do not transcode to an higher bitrateChocobozzz2020-11-202-2/+16
| | | | Thanks bkil https://github.com/bkil
* Update server dependenciesChocobozzz2020-11-191-1/+1
|
* Add ability to display all channel/account videosChocobozzz2020-11-181-1/+1
|
* Fix live testsChocobozzz2020-11-171-1/+1
|
* Fix client buildChocobozzz2020-11-171-1/+1
|
* Refactor markdown/sanitize html codeChocobozzz2020-11-174-0/+50
|
* Add admin view to manage commentsChocobozzz2020-11-161-1/+36
|
* Implement video comment list in adminChocobozzz2020-11-133-1/+23
|
* Cleanup lives on server restartChocobozzz2020-11-131-0/+15
|
* Increase tests waitsChocobozzz2020-11-121-1/+1
|
* Remove deprecated abuse apiChocobozzz2020-11-104-135/+0
|
* Update ffmpeg static version for testsChocobozzz2020-11-091-4/+20
|
* Add live server hooksChocobozzz2020-11-091-1/+5
|
* Add live notification testsChocobozzz2020-11-092-1/+21
|
* Add save replay live testsChocobozzz2020-11-092-10/+58
|
* Add check constraints live testsChocobozzz2020-11-092-6/+45
|
* Begin live testsChocobozzz2020-11-095-9/+17
|
* Add check params live testsChocobozzz2020-11-094-3/+109
|
* Add max lives limitChocobozzz2020-11-094-1/+10
|
* Add ability to save live replayChocobozzz2020-11-094-0/+11
|
* Check live duration and sizeChocobozzz2020-11-093-0/+8
|
* Add watch messages if live has not startedChocobozzz2020-11-096-2/+17
|
* Handle live federationChocobozzz2020-11-092-4/+7
|
* Live streaming implementation first stepChocobozzz2020-11-099-12/+57
|
* Fix VideoStreamingPlaylist modelChocobozzz2020-08-271-1/+1
|
* Don't use @shared in modelsChocobozzz2020-08-277-9/+10
| | | | So other projects can use them
* Add redirection on unavailable video due to follow constraintsChocobozzz2020-08-262-0/+4
|
* Add fixtures cache to github actionsChocobozzz2020-08-241-2/+2
|
* Remove unused gitlab ci env variablesChocobozzz2020-08-242-3/+1
|
* Add ability to set a description to dynamic fieldsChocobozzz2020-08-211-0/+2
|
* Add ability to set custom field to video formChocobozzz2020-08-217-8/+23
|
* Support plugin hooks in embedChocobozzz2020-08-202-2/+8
|
* add ng-select for templatable select optionsRigel Kent2020-08-111-0/+1
| | | | | | | - create select-tags component to replace ngx-chips - create select-options to factorize option selection in forms - create select-channel to simplify channel selection - refactor tags validation