aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* Increase live test timeoutChocobozzz2021-01-081-1/+1
|
* Reduce inbox stats updated intervalChocobozzz2021-01-081-1/+1
|
* Fix ldap test portChocobozzz2021-01-041-1/+1
|
* Fix autoblacklist notification issueChocobozzz2021-01-041-2/+7
|
* Don't crash on youtube-dl update write errorChocobozzz2021-01-041-1/+6
|
* Add missing audit log if the user deletes its accountChocobozzz2021-01-043-4/+11
|
* Fix views processing hour 0Chocobozzz2020-12-301-1/+1
|
* Support activeMonth and activeHalfyear in nodeinfoChocobozzz2020-12-303-3/+9
|
* Increase notifications comment test timeoutChocobozzz2020-12-301-8/+8
|
* StylingChocobozzz2020-12-301-6/+9
|
* (#3520) [cli] Hardened `auth add`: No longer fails with extraneous characters.Theodore R. Smith2020-12-272-0/+23
| | | | | | | | | | | | | | | | **The Solution:** I have hardened `auth add` by stripping out everything from the third '/' to the end of the instance URL. **The Problem:** When adding an authorization for the peertube-cli, before this commit you could not have anything after the domain_name:port. For instance, if there was a trailing / in your instance URL, before this commit it will always fail with expected 200 "OK", got 404 "Not Found". It took me over 20 minutes to figure out that this was the problem. See Issue #3091.
* Fix buildChocobozzz2020-12-221-1/+1
|
* Force HLS transcodingChocobozzz2020-12-222-8/+20
| | | | | | Fix weird behaviour with some web browsers. Don't really know if it's a ffmpeg bug, a safari bug or a peertube bug, but forcing transcoding seems to fix this playback bug
* Fix redundancy federation in some casesChocobozzz2020-12-173-4/+17
|
* More robust server stats testsChocobozzz2020-12-161-3/+3
|
* Fix live badge in videos listChocobozzz2020-12-162-0/+17
|
* 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
|