Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add ability to cleanup remote AP interactions | Chocobozzz | 2021-03-03 | 1 | -1/+2 |
| | |||||
* | Dissociate video file names and video uuid | Chocobozzz | 2021-02-18 | 1 | -0/+3 |
| | |||||
* | Allow to specify transcoding and import jobs concurrency | Chocobozzz | 2021-02-08 | 1 | -0/+3 |
| | |||||
* | Fix URI search config update | Chocobozzz | 2021-02-01 | 1 | -2/+2 |
| | |||||
* | Support transcoding options/encoders by plugins | Chocobozzz | 2021-01-28 | 1 | -0/+2 |
| | |||||
* | move from trending routes to alg param | Rigel Kent | 2021-01-28 | 1 | -7/+5 |
| | |||||
* | add default trending page choice, revert comments count for hot strategy | Rigel Kent | 2021-01-28 | 1 | -1/+9 |
| | |||||
* | Disable sql prettifier by default | Chocobozzz | 2021-01-26 | 1 | -1/+2 |
| | | | | It adds too much lines, leading to difficulties when reading dev logs | ||||
* | Fix sendmail emailer | Chocobozzz | 2021-01-26 | 1 | -1/+5 |
| | |||||
* | feat: allow administrator to disable logging of ping requests | Johan Fleury | 2021-01-13 | 1 | -1/+2 |
| | |||||
* | add support for 1440p (Quad HD/QHD/WQHD) videos | Rigel Kent | 2021-01-13 | 1 | -0/+2 |
| | |||||
* | Fix youtube-dl ipv4 PR | Chocobozzz | 2020-11-18 | 1 | -3/+1 |
| | |||||
* | default youtube-dl to use ipv4 (#3311) | Mark Van den Borre | 2020-11-18 | 1 | -0/+3 |
| | | | Co-authored-by: Rigel Kent <sendmemail@rigelk.eu> | ||||
* | Add max lives limit | Chocobozzz | 2020-11-09 | 1 | -0/+3 |
| | |||||
* | Check live duration and size | Chocobozzz | 2020-11-09 | 1 | -0/+3 |
| | |||||
* | Live streaming implementation first step | Chocobozzz | 2020-11-09 | 1 | -0/+21 |
| | |||||
* | Update server dependencies | Chocobozzz | 2020-08-25 | 1 | -1/+1 |
| | |||||
* | Add ssl support to postgresql | Chocobozzz | 2020-08-24 | 1 | -0/+1 |
| | |||||
* | Add ability to override client assets : logo - favicon - PWA icons - PWA ↵ | Kim | 2020-07-10 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | manifest name and description (#2897) * Add client-overrides storage to config * Add static-serve for client overrides * Move backgroun-image logo from bundle to css tag for runtime content hash * Add dynamic JSON manifest * Add content hash for manifest, favicon and logo Co-authored-by: kimsible <kimsible@users.noreply.github.com> | ||||
* | Add database.name config option | Girish Ramakrishnan | 2020-06-25 | 1 | -1/+1 |
| | | | | | | | | If database.name is set, we use it as the complete database name. If unset, we use the "peertube"+database.suffix as the complete database name. Fixes #1620 | ||||
* | First implem global search | Chocobozzz | 2020-06-10 | 1 | -6/+12 |
| | |||||
* | Make federation of unlisted videos an instance-level server preference (#2802) | Levi Bard | 2020-06-03 | 1 | -0/+5 |
| | | | | | | | | | | | * 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 | ||||
* | Support broadcast messages | Chocobozzz | 2020-05-29 | 1 | -0/+7 |
| | |||||
* | Add sendmail | Ismaël Bouya | 2020-04-10 | 1 | -0/+2 |
| | |||||
* | Add ability to accept or not remote redundancies | Chocobozzz | 2020-04-07 | 1 | -0/+6 |
| | |||||
* | Update dependencies | Chocobozzz | 2020-02-28 | 1 | -1/+1 |
| | |||||
* | Refactor email enabled function | Chocobozzz | 2020-02-17 | 1 | -1/+6 |
| | |||||
* | Move to eslintcontain | Chocobozzz | 2020-02-03 | 1 | -2/+2 |
| | |||||
* | Add ability to list redundancies | Chocobozzz | 2020-01-28 | 1 | -2/+2 |
| | |||||
* | Use a proxy for youtube-dl to avoid travis errors | Chocobozzz | 2020-01-21 | 1 | -1/+5 |
| | |||||
* | Add max file size, max files and ip anonymize log options | Chocobozzz | 2019-12-12 | 1 | -1/+6 |
| | |||||
* | Add audio-only option to transcoders and player | frankdelange | 2019-11-25 | 1 | -0/+1 |
| | | | | | | | | 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/+3 |
| | | | | In favour of HLS | ||||
* | Add hardware information in instance config | Chocobozzz | 2019-09-05 | 1 | -0/+1 |
| | |||||
* | Add creation reason | Chocobozzz | 2019-09-05 | 1 | -0/+2 |
| | |||||
* | Add more attributes to about page | Chocobozzz | 2019-09-05 | 1 | -0/+10 |
| | |||||
* | Add auto follow back support for instances | Chocobozzz | 2019-09-04 | 1 | -0/+17 |
| | |||||
* | email object -> email subject | Chocobozzz | 2019-08-22 | 1 | -2/+2 |
| | |||||
* | Check latest plugins version with config interval | Chocobozzz | 2019-07-24 | 1 | -1/+2 |
| | |||||
* | Add ability to search available plugins | Chocobozzz | 2019-07-24 | 1 | -0/+6 |
| | |||||
* | WIP plugins: add theme support | Chocobozzz | 2019-07-24 | 1 | -0/+3 |
| | |||||
* | WIP plugins: add ability to register plugins | Chocobozzz | 2019-07-24 | 1 | -1/+2 |
| | |||||
* | Add rate limit to registration and API endpoints | Chocobozzz | 2019-07-04 | 1 | -0/+8 |
| | |||||
* | Add 4k conf in transcoding in admin panel | Chocobozzz | 2019-06-12 | 1 | -1/+2 |
| | |||||
* | Feature/logrotation (#1881) | Nassim Bounouas | 2019-06-11 | 1 | -1/+2 |
| | | | | | | | | | | | | | | * #1775 Configure the activation or deactivation of winston log rotation * Winston log rotation enabled by default #1775 * #1775 tslint correction * #1775 FileTransportOptions typed and configuration files * #1775 tslint correction * #1775 log.rotation.enabled configuration binding | ||||
* | Merge branch 'feature/audio-upload' into develop | Chocobozzz | 2019-05-21 | 1 | -0/+1 |
|\ | |||||
| * | Add audio support in upload | Chocobozzz | 2019-05-16 | 1 | -0/+1 |
| | | |||||
* | | Allow to control emails prefix and signature with config (#1789) | Yohan Boniface | 2019-05-17 | 1 | -0/+8 |
|/ | | | | | | * Allow to control emails prefix and signature with config * Adapt email config according to @Chocobozzz review | ||||
* | Allow to control RATES_LIMIT from configuration (#1787) | Yohan Boniface | 2019-04-26 | 1 | -0/+10 |
| | | | | | | * Allow to control RATES_LIMIT from configuration * @Chocobozzz review (squash me) | ||||
* | Add ability to delete old remote views | Chocobozzz | 2019-04-12 | 1 | -0/+7 |
| |