Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reorganize imports | Chocobozzz | 2021-07-20 | 1 | -1/+1 |
| | |||||
* | add operationId doc middleware to so API endpoints | Rigel Kent | 2021-06-04 | 1 | -3/+10 |
| | |||||
* | Implemented configurable minimum signup age | Poslovitch | 2021-05-28 | 1 | -1/+2 |
| | | | | | | | | | | | | | | 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 | ||||
* | Instance homepage support (#4007) | Chocobozzz | 2021-05-27 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | * Prepare homepage parsers * Add ability to update instance hompage * Add ability to set homepage as landing page * Add homepage preview in admin * Dynamically update left menu for homepage * Inject home content in homepage * Add videos list and channel miniature custom markup * Remove unused elements in markup service | ||||
* | Refactor a little bit controllers | Chocobozzz | 2021-05-12 | 1 | -2/+5 |
| | |||||
* | Add server plugin helpers | Chocobozzz | 2021-04-09 | 1 | -245/+5 |
| | |||||
* | Add ability to update the banner | Chocobozzz | 2021-04-08 | 1 | -0/+8 |
| | |||||
* | Add banners support | Chocobozzz | 2021-04-08 | 1 | -2/+2 |
| | |||||
* | Add ability to update torrents cache in client | Chocobozzz | 2021-02-18 | 1 | -0/+3 |
| | |||||
* | Allow to specify transcoding and import jobs concurrency | Chocobozzz | 2021-02-08 | 1 | -0/+2 |
| | |||||
* | Support transcoding options/encoders by plugins | Chocobozzz | 2021-01-28 | 1 | -2/+9 |
| | |||||
* | move from trending routes to alg param | Rigel Kent | 2021-01-28 | 1 | -13/+13 |
| | |||||
* | add default trending page choice, revert comments count for hot strategy | Rigel Kent | 2021-01-28 | 1 | -2/+16 |
| | |||||
* | stricter youtubedl format selectors (#3516) | Rigel Kent | 2021-01-15 | 1 | -11/+1 |
| | | | | | | | | | | | | | | * stricter youtubedl format selectors make sure selectors avoid av1, and otherwise match as closely to the maximum resolution enabled for transcoding * add support for merge formats in youtubedl * avoid vp9.2 in youtubedl to avoid any HDR * move getEnabledResolutions, safer replace of imported extension * add test for youtube-dl selectors | ||||
* | add support for 1440p (Quad HD/QHD/WQHD) videos | Rigel Kent | 2021-01-13 | 1 | -0/+2 |
| | |||||
* | Add more hints regarding live port | Chocobozzz | 2021-01-11 | 1 | -0/+4 |
| | |||||
* | Add max lives limit | Chocobozzz | 2020-11-09 | 1 | -0/+4 |
| | |||||
* | Check live duration and size | Chocobozzz | 2020-11-09 | 1 | -0/+5 |
| | |||||
* | Live streaming implementation first step | Chocobozzz | 2020-11-09 | 1 | -6/+33 |
| | |||||
* | Add search index tests | Chocobozzz | 2020-06-10 | 1 | -1/+1 |
| | |||||
* | First implem global search | Chocobozzz | 2020-06-10 | 1 | -1/+19 |
| | |||||
* | Support broadcast messages | Chocobozzz | 2020-05-29 | 1 | -0/+13 |
| | |||||
* | Add plugin settings change watcher | Chocobozzz | 2020-05-04 | 1 | -1/+1 |
| | |||||
* | Add external login buttons | Chocobozzz | 2020-05-04 | 1 | -0/+4 |
| | |||||
* | Begin support for external auths | Chocobozzz | 2020-05-04 | 1 | -11/+45 |
| | |||||
* | Refactor email enabled function | Chocobozzz | 2020-02-17 | 1 | -3/+2 |
| | |||||
* | Make the search helper change based on the server config | Rigel Kent | 2020-02-13 | 1 | -0/+6 |
| | |||||
* | Move to eslintcontain | Chocobozzz | 2020-02-03 | 1 | -11/+11 |
| | |||||
* | Adding the request ip for hook filter:api.user.signup.allowed.result (#2416) | John Livingston | 2020-01-20 | 1 | -1/+3 |
| | | | | | | * Adding the request ip for hook filter:api.user.signup.allowed.result * Fix typo | ||||
* | Add informational message at login for visitors coming from upload button | Rigel Kent | 2020-01-10 | 1 | -0/+8 |
| | | | | resolves #1880 | ||||
* | Update validator dependency | Chocobozzz | 2020-01-07 | 1 | -2/+2 |
| | |||||
* | (nodeinfo) add server config to the nodeinfo metadata | Rigel Kent | 2019-12-17 | 1 | -28/+31 |
| | |||||
* | Add audio only transcoding tests | Chocobozzz | 2019-11-25 | 1 | -1/+1 |
| | |||||
* | Add audio-only option to transcoders and player | frankdelange | 2019-11-25 | 1 | -0/+2 |
| | | | | | | | | This patch adds an audio-only option to PeerTube by means of a new transcoding configuration which creates mp4 files which only contain an audio stream. This new transcoder has a resolution of '0' and is presented in the preferences and in the player resolution menu as 'Audio-only' (localised). When playing such streams the player shows the file thumbnail as background and disables controls autohide. Audio-only files can be shared and streamed just like any other file. They can be downloaded as well, the resulting file will be an mp4 container with a single audio stream. This patch is a proof of concept to show the feasibility of 'true' audio-only support. There are better ways of doing this which also enable multiple audio streams for a given video stream (e.g. DASH) but as this would entail a fundamental change in the way PeerTube works it is a bridge too far for a simple proof of concept. | ||||
* | Add ability to disable webtorrent | Chocobozzz | 2019-11-25 | 1 | -0/+6 |
| | | | | In favour of HLS | ||||
* | Add plugin hook on registration | Chocobozzz | 2019-10-25 | 1 | -1/+7 |
| | |||||
* | Add hardware information in instance config | Chocobozzz | 2019-09-05 | 1 | -0/+3 |
| | |||||
* | Add creation reason | Chocobozzz | 2019-09-05 | 1 | -0/+2 |
| | |||||
* | Add more attributes to about page | Chocobozzz | 2019-09-05 | 1 | -1/+20 |
| | |||||
* | Add auto follow back support for instances | Chocobozzz | 2019-09-04 | 1 | -0/+12 |
| | |||||
* | Use process.env.npm_package_version | Chocobozzz | 2019-07-24 | 1 | -29/+34 |
| | |||||
* | WIP plugins: load theme on client side | Chocobozzz | 2019-07-24 | 1 | -2/+3 |
| | |||||
* | WIP plugins: add theme support | Chocobozzz | 2019-07-24 | 1 | -15/+28 |
| | |||||
* | WIP plugins: hook on client side | Chocobozzz | 2019-07-24 | 1 | -1/+18 |
| | |||||
* | Add 4k conf in transcoding in admin panel | Chocobozzz | 2019-06-12 | 1 | -1/+2 |
| | |||||
* | Update config.ts | LiPeK | 2019-05-28 | 1 | -1/+1 |
| | | | This should fix https://github.com/Chocobozzz/PeerTube/issues/1850 | ||||
* | Add audio support in upload | Chocobozzz | 2019-05-16 | 1 | -0/+1 |
| | |||||
* | Don't expose constants directly in initializers/ | Chocobozzz | 2019-04-11 | 1 | -1/+1 |
| | |||||
* | Move config in its own file | Chocobozzz | 2019-04-11 | 1 | -1/+2 |
| | |||||
* | Add ability to disable tracker | Chocobozzz | 2019-04-10 | 1 | -0/+3 |
| |