aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* Support encoding profilesChocobozzz2020-11-256-152/+393
* Export encoders options in a dedicated structChocobozzz2020-11-255-168/+341
* Split ffmpeg utils with ffprobe utilsChocobozzz2020-11-2516-342/+337
* Add pixel size to tooltip and gif support with FFmpeg for avatar upload (#3329)Kimsible2020-11-253-2/+45
* Relax live fps testChocobozzz2020-11-201-1/+1
* Provide express request to onLogout callChocobozzz2020-11-207-13/+123
* Fix transcoder testChocobozzz2020-11-201-1/+1
* Do not transcode to an higher bitrateChocobozzz2020-11-203-1/+43
* Add actor follow url migrationChocobozzz2020-11-202-1/+27
* Fix lintChocobozzz2020-11-202-3/+2
* remove outdated badges, add authorization to caption routesRigel Kent2020-11-201-3/+0
* Fix incorrect IDs in AP federationChocobozzz2020-11-2033-223/+268
* Update server dependenciesChocobozzz2020-11-193-14/+11
* Add ability to display all channel/account videosChocobozzz2020-11-186-16/+38
* Try to fix multiple server testsChocobozzz2020-11-181-1/+2
* Fix youtube-dl ipv4 PRChocobozzz2020-11-182-4/+6
* default youtube-dl to use ipv4 (#3311)Mark Van den Borre2020-11-182-0/+4
* Try to fix playlist testsChocobozzz2020-11-182-1/+5
* Don't take into account ended lives in concurrent lives checkChocobozzz2020-11-181-1/+5
* Update live settings edge delayChocobozzz2020-11-181-1/+1
* Remove notifications of muted accounts/serversChocobozzz2020-11-186-5/+348
* Fix live testsChocobozzz2020-11-171-1/+1
* Fix CLI import scriptChocobozzz2020-11-171-29/+41
* Add html test for mentions tooChocobozzz2020-11-171-10/+24
* Refactor markdown/sanitize html codeChocobozzz2020-11-171-29/+3
* Add email markdown testsChocobozzz2020-11-171-0/+22
* Disable HTTP import in push actionsChocobozzz2020-11-171-1/+8
* Increase live delayChocobozzz2020-11-171-1/+1
* Process remaining segment hashes on live endingChocobozzz2020-11-171-9/+25
* Merge branch 'feature/admin-comments' into developChocobozzz2020-11-1613-170/+478
|\
| * Add admin view to manage commentsChocobozzz2020-11-167-197/+307
| * Implement video comment list in adminChocobozzz2020-11-136-9/+206
* | add client overrides to nginx configuration (#3297)Kimsible2020-11-161-0/+1
|/
* Cleanup lives on server restartChocobozzz2020-11-133-2/+105