aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* Fix stats testsChocobozzz2020-12-161-2/+8
|
* Increase test timeoutChocobozzz2020-12-151-1/+1
|
* Add AP statsChocobozzz2020-12-156-70/+189
|
* Use -1 for max live duration unlimitedChocobozzz2020-12-157-9/+9
|
* Only link to crowdfunding pages in creditsChocobozzz2020-12-141-9/+9
|
* emails: remove hardcoded PeerTube nameskontrollanten2020-12-143-7/+10
|
* emailer: use instance name instead of hostnamekontrollanten2020-12-1411-17/+18
|
* video embed: use instance name as html titlekontrollanten2020-12-141-0/+1
|
* video-embed: inject custom CSSkontrollanten2020-12-141-0/+1
| | | | closes #3420
* Refactor jobs stateChocobozzz2020-12-145-52/+50
|
* Fix channels import with a channel with playlistsChocobozzz2020-12-141-3/+8
|
* More robust import script when using since/untilChocobozzz2020-12-141-12/+11
|
* Keep scope in notifierChocobozzz2020-12-141-5/+5
|
* fix(notifier): notifyModeratorsOfNewAbusekontrollanten2020-12-141-5/+6
| | | | closes #3445
* Fix tests timeoutChocobozzz2020-12-1411-49/+49
|
* Add joblog at the end of ciChocobozzz2020-12-144-9/+11
|
* Parse log script can take files as argsChocobozzz2020-12-142-3/+4
|
* add display of logs matching any stateRigel Kent2020-12-134-11/+44
|
* do not crash if SMTP server is downGirish Ramakrishnan2020-12-121-5/+4
| | | | | | just log a warning if the SMTP server is down on startup time fixes #3457
* Live views updateChocobozzz2020-12-095-5/+72
|
* Refactor views componentChocobozzz2020-12-091-3/+2
|
* Fix live testsChocobozzz2020-12-096-38/+43
|
* Upgrade sequelize to v6Chocobozzz2020-12-0973-447/+405
|
* emit more specific status codes on video upload (#3423)Rigel Kent2020-12-0837-176/+378
| | | | | - reduce http status codes list to potentially useful codes - convert more codes to typed ones - factorize html generator for error responses
* Fix config testChocobozzz2020-12-081-1/+1
|
* Refactor a little bit client canonical URLChocobozzz2020-12-084-84/+138
|
* 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
|