aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* Add testsThomas Citharel2020-12-081-5/+25
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Set canonical link to original video/playlist urlThomas Citharel2020-12-081-5/+13
| | | | | | The local URL was used instead of the original url Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* server/mw/oauth: res.loc.auth to true upon authkontrollanten2020-12-082-1/+3
| | | | | | | Setting res.locals.authenticated explicity to true makes it's more clear whether the req is authenticated when using optionalAuthenticate middlware.
* plugins: add optional authentication for routeskontrollanten2020-12-083-0/+26
|
* Fix hook testChocobozzz2020-12-081-1/+1
|
* Use dedicated hooks for account/channel videosChocobozzz2020-12-084-8/+65
|
* server accounts/videos: trigger filter hookkontrollanten2020-12-081-2/+9
|
* Don't allow manual redundancy of live videosChocobozzz2020-12-071-2/+6
|
* Fix replay last segments loopChocobozzz2020-12-071-12/+3
|
* replace numbers with typed http status codes (#3409)Rigel Kent2020-12-07113-899/+1338
|
* Fix live transcoding testsChocobozzz2020-12-041-1/+1
|
* Fix lintChocobozzz2020-12-041-1/+1
|
* Load video in permanent live after last one endedChocobozzz2020-12-044-12/+26
|
* Fix audio issues with live replayChocobozzz2020-12-044-68/+49
|
* Try to fix live freezeChocobozzz2020-12-041-3/+2
|
* Fix live transcoding threads configChocobozzz2020-12-041-6/+10
|
* Strict actor url comparisonChocobozzz2020-12-032-2/+1
|
* Try to fix non HTTPS remote accountsChocobozzz2020-12-031-3/+22
|
* Add permanent live supportChocobozzz2020-12-0315-24/+326
|
* more explicit error messages for file uploadsRigel Kent2020-12-031-2/+2
|
* Fix live invalid save replay durationChocobozzz2020-12-032-4/+6
|
* Increase live constraint test timeoutChocobozzz2020-12-021-1/+1
|
* Prepare changelogChocobozzz2020-12-021-1/+1
|
* Fix live replay duration glitchChocobozzz2020-12-025-132/+176
|
* Keep displayName as valid playlist sortChocobozzz2020-12-013-5/+16
|
* Add local actor follow url migrationChocobozzz2020-12-012-1/+28
|
* Add logs to fixture generationsChocobozzz2020-12-011-1/+1
|
* Fix sort fields on Video PlaylistsArman2020-12-011-1/+1
| | | displayName does not exist in VideoPlaylistModel, the correct field is `name`
* Fix live saving after a server restartChocobozzz2020-11-302-13/+14
|
* Fix lintChocobozzz2020-11-301-1/+1
|
* Fix high CPU with long live when save replay is trueChocobozzz2020-11-304-29/+55
|
* Add inspect to test scriptChocobozzz2020-11-301-1/+1
|
* Try to fix live testsChocobozzz2020-11-301-2/+9
|
* Fix cors on sha segment endpointChocobozzz2020-11-271-0/+2
|
* More robust live testChocobozzz2020-11-271-4/+4
|
* Fix 500 on unknown threadChocobozzz2020-11-271-0/+4
|
* Add registered setting CLI plugin install testChocobozzz2020-11-272-14/+7
|
* Try to fix live testChocobozzz2020-11-261-0/+3
|
* Fix "Too many packets buffered for output stream"Chocobozzz2020-11-261-12/+23
| | | | And move encoder global options in a global wrapper
* Count only active lives for account limitChocobozzz2020-11-261-1/+4
|
* Fix live FPS limitChocobozzz2020-11-264-42/+67
|
* Fix comment account external URLChocobozzz2020-11-251-1/+0
| | | | | It did not work, and I think it's better to target the local account page anyway
* Avoid too large cert error messagesChocobozzz2020-11-251-0/+2
|
* Fix migration and testChocobozzz2020-11-257-62/+133
|
* refactor scoped token serviceRigel Kent2020-11-254-69/+107
|
* allow private syndication feeds via a user feedTokenRigel Kent2020-11-257-9/+235
|
* Add tests to gif resizerChocobozzz2020-11-255-44/+46
|
* Add transcoding module commentsChocobozzz2020-11-255-16/+57
|
* Fix audio encoding paramsChocobozzz2020-11-254-33/+36
|
* Add live transcoding bit rate testsChocobozzz2020-11-257-28/+48
|