Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Load video in permanent live after last one ended | Chocobozzz | 2020-12-04 | 4 | -12/+26 |
| | |||||
* | Fix audio issues with live replay | Chocobozzz | 2020-12-04 | 4 | -68/+49 |
| | |||||
* | Try to fix live freeze | Chocobozzz | 2020-12-04 | 1 | -3/+2 |
| | |||||
* | Fix live transcoding threads config | Chocobozzz | 2020-12-04 | 1 | -6/+10 |
| | |||||
* | Strict actor url comparison | Chocobozzz | 2020-12-03 | 2 | -2/+1 |
| | |||||
* | Try to fix non HTTPS remote accounts | Chocobozzz | 2020-12-03 | 1 | -3/+22 |
| | |||||
* | Add permanent live support | Chocobozzz | 2020-12-03 | 15 | -24/+326 |
| | |||||
* | more explicit error messages for file uploads | Rigel Kent | 2020-12-03 | 1 | -2/+2 |
| | |||||
* | Fix live invalid save replay duration | Chocobozzz | 2020-12-03 | 2 | -4/+6 |
| | |||||
* | Increase live constraint test timeout | Chocobozzz | 2020-12-02 | 1 | -1/+1 |
| | |||||
* | Prepare changelog | Chocobozzz | 2020-12-02 | 1 | -1/+1 |
| | |||||
* | Fix live replay duration glitch | Chocobozzz | 2020-12-02 | 5 | -132/+176 |
| |