Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implemented configurable minimum signup age | Poslovitch | 2021-05-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Implements https://github.com/Chocobozzz/PeerTube/issues/3612 Fixed lint and removed debug Fixed another lint error Apply suggestions from code review Co-authored-by: Chocobozzz <chocobozzz@cpy.re> Add tests for min signup age config | ||||
* | Dissociate frameguard from csp | Chocobozzz | 2021-04-12 | 1 | -0/+1 |
| | |||||
* | Add new plugin/peertube version notifs | Chocobozzz | 2021-03-24 | 1 | -0/+1 |
| | |||||
* | Check ffmepg version on startup | Chocobozzz | 2021-03-24 | 1 | -3/+2 |
| | |||||
* | Add ability to cleanup remote AP interactions | Chocobozzz | 2021-03-03 | 1 | -1/+1 |
| | |||||
* | Dissociate video file names and video uuid | Chocobozzz | 2021-02-18 | 1 | -1/+1 |
| | |||||
* | Allow to specify transcoding and import jobs concurrency | Chocobozzz | 2021-02-08 | 1 | -2/+2 |
| | |||||
* | Support NodeJS 14 and 15, deprecate Node 10 | Chocobozzz | 2021-02-04 | 1 | -2/+2 |
| | |||||
* | Support transcoding profile in client admin | Chocobozzz | 2021-01-28 | 1 | -1/+2 |
| | |||||
* | Support transcoding options/encoders by plugins | Chocobozzz | 2021-01-28 | 1 | -29/+0 |
| | |||||
* | add support for 1440p (Quad HD/QHD/WQHD) videos | Rigel Kent | 2021-01-13 | 1 | -2/+3 |
| | |||||
* | Prepare changelog | Chocobozzz | 2020-12-02 | 1 | -1/+1 |
| | |||||
* | Add live transcoding bit rate tests | Chocobozzz | 2020-11-25 | 1 | -2/+0 |
| | |||||
* | Export encoders options in a dedicated struct | Chocobozzz | 2020-11-25 | 1 | -11/+18 |
| | |||||
* | Add max lives limit | Chocobozzz | 2020-11-09 | 1 | -1/+1 |
| | |||||
* | Check live duration and size | Chocobozzz | 2020-11-09 | 1 | -1/+6 |
| | |||||
* | First implem global search | Chocobozzz | 2020-06-10 | 1 | -1/+3 |
| | |||||
* | Make federation of unlisted videos an instance-level server preference (#2802) | Levi Bard | 2020-06-03 | 1 | -1/+2 |
| | | | | | | | | | | | * Add preference for federating unlisted videos * Connect unlisted video federation with new preference * Apply pull request feedback * Fix lint issues * Remove preference for federating unlisted videos from web admin interface | ||||
* | Check config resolutions keys | Chocobozzz | 2020-04-10 | 1 | -0/+2 |
| | |||||
* | Add ability to accept or not remote redundancies | Chocobozzz | 2020-04-07 | 1 | -1/+2 |
| | |||||
* | Move to eslintcontain | Chocobozzz | 2020-02-03 | 1 | -2/+2 |
| | |||||
* | Avoid circular error in logger | Chocobozzz | 2019-11-05 | 1 | -2/+2 |
| | |||||
* | Add ability to enabled HLS in the admin panel | Chocobozzz | 2019-11-05 | 1 | -1/+1 |
| | |||||
* | email object -> email subject | Chocobozzz | 2019-08-22 | 1 | -1/+1 |
| | |||||
* | Deprecate Node 8 | Chocobozzz | 2019-08-07 | 1 | -1/+15 |
| | | | | The support ends on December 2019: https://github.com/nodejs/Release#release-schedule | ||||
* | WIP plugins: add theme support | Chocobozzz | 2019-07-24 | 1 | -1/+2 |
| | |||||
* | WIP plugins: add ability to register plugins | Chocobozzz | 2019-07-24 | 1 | -1/+1 |
| | |||||
* | Fix email object/body configurations | Chocobozzz | 2019-06-11 | 1 | -0/+1 |
| | |||||
* | Allow to control RATES_LIMIT from configuration (#1787) | Yohan Boniface | 2019-04-26 | 1 | -1/+2 |
| | | | | | | * Allow to control RATES_LIMIT from configuration * @Chocobozzz review (squash me) | ||||
* | Add ability to delete old remote views | Chocobozzz | 2019-04-12 | 1 | -1/+2 |
| | |||||
* | Add ability to disable tracker | Chocobozzz | 2019-04-10 | 1 | -1/+2 |
| | |||||
* | Add ability to manually approves instance followers in REST API | Chocobozzz | 2019-04-08 | 1 | -1/+1 |
| | |||||
* | Add ability to forbid followers | Chocobozzz | 2019-04-08 | 1 | -1/+2 |
| | |||||
* | add quarantine videos feature (#1637) | Josh Morel | 2019-04-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | * add quarantine videos feature * increase Notification settings test timeout to 20000ms. was completing 7000 locally but timing out after 10000 on travis * fix quarantine video test issues -propagate misspelling -remove skip from server/tests/client.ts * WIP use blacklist for moderator video approval instead of video.quarantine boolean * finish auto-blacklist feature | ||||
* | Better videos redundancy config error handling | Chocobozzz | 2019-03-19 | 1 | -2/+2 |
| | |||||
* | Rename streaming playlists routes/directories | Chocobozzz | 2019-03-18 | 1 | -1/+1 |
| | |||||
* | BREAKING: update CSP configuration | Chocobozzz | 2019-02-21 | 1 | -0/+1 |
| | | | | Disable it by default and add ability to specify a custom report uri | ||||
* | Add isNSFW instance configuration key | Chocobozzz | 2019-02-20 | 1 | -1/+1 |
| | |||||
* | Add hls support on server | Chocobozzz | 2019-02-11 | 1 | -1/+1 |
| | |||||
* | Implement contact form in the client | Chocobozzz | 2019-01-10 | 1 | -1/+1 |
| | |||||
* | Support additional video extensions | Chocobozzz | 2018-12-11 | 1 | -1/+1 |
| | |||||
* | Add tmp and redundancy directories | Chocobozzz | 2018-12-04 | 1 | -0/+1 |
| | |||||
* | Fix transcoding | Chocobozzz | 2018-10-18 | 1 | -4/+4 |
| | |||||
* | Improve redundancy: add 'min_lifetime' configuration | Chocobozzz | 2018-09-24 | 1 | -0/+110 |