Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't crash on youtube-dl update write error | Chocobozzz | 2021-01-04 | 1 | -1/+6 |
| | |||||
* | Add missing audit log if the user deletes its account | Chocobozzz | 2021-01-04 | 3 | -4/+11 |
| | |||||
* | Fix views processing hour 0 | Chocobozzz | 2020-12-30 | 1 | -1/+1 |
| | |||||
* | Support activeMonth and activeHalfyear in nodeinfo | Chocobozzz | 2020-12-30 | 3 | -3/+9 |
| | |||||
* | Increase notifications comment test timeout | Chocobozzz | 2020-12-30 | 1 | -8/+8 |
| | |||||
* | Styling | Chocobozzz | 2020-12-30 | 1 | -6/+9 |
| | |||||
* | (#3520) [cli] Hardened `auth add`: No longer fails with extraneous characters. | Theodore R. Smith | 2020-12-27 | 2 | -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 build | Chocobozzz | 2020-12-22 | 1 | -1/+1 |
| | |||||
* | Force HLS transcoding | Chocobozzz | 2020-12-22 | 2 | -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 cases | Chocobozzz | 2020-12-17 | 3 | -4/+17 |
| | |||||
* | More robust server stats tests | Chocobozzz | 2020-12-16 | 1 | -3/+3 |
| | |||||
* | Fix live badge in videos list | Chocobozzz | 2020-12-16 | 2 | -0/+17 |
| | |||||
* | Fix stats tests | Chocobozzz | 2020-12-16 | 1 | -2/+8 |
| | |||||
* | Increase test timeout | Chocobozzz | 2020-12-15 | 1 | -1/+1 |
| | |||||
* | Add AP stats | Chocobozzz | 2020-12-15 | 6 | -70/+189 |
| | |||||
* | Use -1 for max live duration unlimited | Chocobozzz | 2020-12-15 | 7 | -9/+9 |
| | |||||
* | Only link to crowdfunding pages in credits | Chocobozzz | 2020-12-14 | 1 | -9/+9 |
| | |||||
* | emails: remove hardcoded PeerTube names | kontrollanten | 2020-12-14 | 3 | -7/+10 |
| | |||||
* | emailer: use instance name instead of hostname | kontrollanten | 2020-12-14 | 11 | -17/+18 |
| | |||||
* | video embed: use instance name as html title | kontrollanten | 2020-12-14 | 1 | -0/+1 |
| | |||||
* | video-embed: inject custom CSS | kontrollanten | 2020-12-14 | 1 | -0/+1 |
| | | | | closes #3420 | ||||
* | Refactor jobs state | Chocobozzz | 2020-12-14 | 5 | -52/+50 |
| | |||||
* | Fix channels import with a channel with playlists | Chocobozzz | 2020-12-14 | 1 | -3/+8 |
| | |||||
* | More robust import script when using since/until | Chocobozzz | 2020-12-14 | 1 | -12/+11 |
| | |||||
* | Keep scope in notifier | Chocobozzz | 2020-12-14 | 1 | -5/+5 |
| | |||||
* | fix(notifier): notifyModeratorsOfNewAbuse | kontrollanten | 2020-12-14 | 1 | -5/+6 |
| | | | | closes #3445 | ||||
* | Fix tests timeout | Chocobozzz | 2020-12-14 | 11 | -49/+49 |
| | |||||
* | Add joblog at the end of ci | Chocobozzz | 2020-12-14 | 4 | -9/+11 |
| | |||||
* | Parse log script can take files as args | Chocobozzz | 2020-12-14 | 2 | -3/+4 |
| | |||||
* | add display of logs matching any state | Rigel Kent | 2020-12-13 | 4 | -11/+44 |
| | |||||
* | do not crash if SMTP server is down | Girish Ramakrishnan | 2020-12-12 | 1 | -5/+4 |
| | | | | | | just log a warning if the SMTP server is down on startup time fixes #3457 | ||||
* | Live views update | Chocobozzz | 2020-12-09 | 5 | -5/+72 |
| | |||||
* | Refactor views component | Chocobozzz | 2020-12-09 | 1 | -3/+2 |
| | |||||
* | Fix live tests | Chocobozzz | 2020-12-09 | 6 | -38/+43 |
| | |||||
* | Upgrade sequelize to v6 | Chocobozzz | 2020-12-09 | 73 | -447/+405 |
| | |||||
* | emit more specific status codes on video upload (#3423) | Rigel Kent | 2020-12-08 | 37 | -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 test | Chocobozzz | 2020-12-08 | 1 | -1/+1 |
| | |||||
* | Refactor a little bit client canonical URL | Chocobozzz | 2020-12-08 | 4 | -84/+138 |
| | |||||
* | Add tests | Thomas Citharel | 2020-12-08 | 1 | -5/+25 |
| | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | Set canonical link to original video/playlist url | Thomas Citharel | 2020-12-08 | 1 | -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 auth | kontrollanten | 2020-12-08 | 2 | -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 routes | kontrollanten | 2020-12-08 | 3 | -0/+26 |
| | |||||
* | Fix hook test | Chocobozzz | 2020-12-08 | 1 | -1/+1 |
| | |||||
* | Use dedicated hooks for account/channel videos | Chocobozzz | 2020-12-08 | 4 | -8/+65 |
| | |||||
* | server accounts/videos: trigger filter hook | kontrollanten | 2020-12-08 | 1 | -2/+9 |
| | |||||
* | Don't allow manual redundancy of live videos | Chocobozzz | 2020-12-07 | 1 | -2/+6 |
| | |||||
* | Fix replay last segments loop | Chocobozzz | 2020-12-07 | 1 | -12/+3 |
| | |||||
* | replace numbers with typed http status codes (#3409) | Rigel Kent | 2020-12-07 | 113 | -899/+1338 |
| | |||||
* | Fix live transcoding tests | Chocobozzz | 2020-12-04 | 1 | -1/+1 |
| | |||||
* | Fix lint | Chocobozzz | 2020-12-04 | 1 | -1/+1 |
| |