Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Translate plugin settings | Chocobozzz | 2021-12-29 | 1 | -0/+1 |
| | |||||
* | Fix type conflict | Chocobozzz | 2021-12-24 | 1 | -2/+2 |
| | |||||
* | Use different p2p policy for embeds and webapp | Chocobozzz | 2021-12-16 | 1 | -1/+7 |
| | |||||
* | Add ability for admins to set default p2p policy | Chocobozzz | 2021-12-16 | 1 | -0/+4 |
| | |||||
* | Ability for admins to set default upload values | Chocobozzz | 2021-12-14 | 1 | -0/+10 |
| | |||||
* | Add ability to redirect users on external auth | Chocobozzz | 2021-12-03 | 1 | -0/+6 |
| | |||||
* | Made the video channels limit (per user) server-wide configurable (#4491) | Florian CUNY | 2021-10-26 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | * Made the video channels limit (per user) server-wide configurable Implements https://github.com/Chocobozzz/PeerTube/issues/3092 Also added a "quota bar" in the account's settings page * Fixed lint errors * Another pass at fixing lint errors * Applied code suggestions * Removed 'video channels quota' | ||||
* | Fix lint | Chocobozzz | 2021-10-14 | 1 | -1/+1 |
| | |||||
* | Fix admin edition disabling feature | Chocobozzz | 2021-10-14 | 1 | -1/+8 |
| | |||||
* | Rename config key | Chocobozzz | 2021-10-12 | 1 | -1/+1 |
| | |||||
* | add option to always show channel display name (#4422) | kontrollanten | 2021-10-12 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | * add option to always show channel display name closes #4040 * show avatar in video miniatures closes #4040 * Revert "show avatar in video miniatures" This reverts commit 79b1a84140857fc24f7e2233e838d012f72bc56f. * channel display name: fix review comments | ||||
* | Allow configuration to be static/readonly (#4315) | Jelle Besseling | 2021-10-12 | 1 | -0/+1 |
| | | | | | | | | | | | * Allow configuration to be static/readonly * Make all components disableable * Improve disabled component styling * Rename edits allowed field in configuration * Fix CI | ||||
* | Implemented configurable minimum signup age | Poslovitch | 2021-05-28 | 1 | -0/+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 | ||||
* | Instance homepage support (#4007) | Chocobozzz | 2021-05-27 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | * 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 | ||||
* | Inject server config in HTML | Chocobozzz | 2021-05-14 | 1 | -0/+2 |
| | |||||
* | Add ability to update the banner | Chocobozzz | 2021-04-08 | 1 | -0/+9 |
| | |||||
* | Support transcoding options/encoders by plugins | Chocobozzz | 2021-01-28 | 1 | -0/+6 |
| | |||||
* | move from trending routes to alg param | Rigel Kent | 2021-01-28 | 1 | -6/+4 |
| | |||||
* | add default trending page choice, revert comments count for hot strategy | Rigel Kent | 2021-01-28 | 1 | -1/+7 |
| | |||||
* | Add more hints regarding live port | Chocobozzz | 2021-01-11 | 1 | -0/+4 |
| | |||||
* | Add max lives limit | Chocobozzz | 2020-11-09 | 1 | -0/+2 |
| | |||||
* | Check live duration and size | Chocobozzz | 2020-11-09 | 1 | -0/+3 |
| | |||||
* | Live streaming implementation first step | Chocobozzz | 2020-11-09 | 1 | -0/+10 |
| | |||||
* | First implem global search | Chocobozzz | 2020-06-10 | 1 | -0/+7 |
| | |||||
* | Support broadcast messages | Chocobozzz | 2020-05-29 | 1 | -1/+9 |
| | |||||
* | Add external login buttons | Chocobozzz | 2020-05-04 | 1 | -0/+4 |
| | |||||
* | Begin support for external auths | Chocobozzz | 2020-05-04 | 1 | -0/+16 |
| | |||||
* | Make the search helper change based on the server config | Rigel Kent | 2020-02-13 | 1 | -0/+7 |
| | |||||
* | Move to eslintcontain | Chocobozzz | 2020-02-03 | 1 | -3/+3 |
| | |||||
* | Add informational message at login for visitors coming from upload button | Rigel Kent | 2020-01-10 | 1 | -0/+8 |
| | | | | resolves #1880 | ||||
* | Add ability to disable webtorrent | Chocobozzz | 2019-11-25 | 1 | -0/+4 |
| | | | | In favour of HLS | ||||
* | Use search client scope | Chocobozzz | 2019-07-24 | 1 | -2/+1 |
| | |||||
* | Add client hooks | Chocobozzz | 2019-07-24 | 1 | -1/+2 |
| | |||||
* | WIP plugins: load theme on client side | Chocobozzz | 2019-07-24 | 1 | -2/+6 |
| | |||||
* | WIP plugins: add theme support | Chocobozzz | 2019-07-24 | 1 | -1/+8 |
| | |||||
* | WIP plugins: hook on client side | Chocobozzz | 2019-07-24 | 1 | -0/+10 |
| | |||||
* | Add ability to disable tracker | Chocobozzz | 2019-04-10 | 1 | -0/+4 |
| | |||||
* | add quarantine videos feature (#1637) | Josh Morel | 2019-04-02 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Add isNSFW instance configuration key | Chocobozzz | 2019-02-20 | 1 | -0/+1 |
| | |||||
* | Add hls support on server | Chocobozzz | 2019-02-11 | 1 | -2/+6 |
| | |||||
* | WIP : Indicate to users how "trending" works (#1458) | Aurélien Béranger | 2019-01-14 | 1 | -0/+6 |
| | | | | | | | | | | * Get the INTERVAL_DAYS const in the video-trending component * Change Trending section title * Add a tooltip to explain how trending section works * Minor CSS fix for the my-feed popover next to the titlepage | ||||
* | Implement contact form on server side | Chocobozzz | 2019-01-10 | 1 | -0/+4 |
| | |||||
* | Add error when email system is not configured and using the forgot | Chocobozzz | 2018-12-05 | 1 | -0/+4 |
| | | | | password system | ||||
* | show last commit hash alongside server version in footer | Rigel Kent | 2018-10-01 | 1 | -0/+1 |
| | |||||
* | add user account email verificiation (#977) | Josh Morel | 2018-08-31 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add user account email verificiation includes server and client code to: * enable verificationRequired via custom config * send verification email with registration * ask for verification email * verify via email * prevent login if not verified and required * conditional client links to ask for new verification email * allow login for verified=null these are users created when verification not required should still be able to login when verification is enabled * refactor email verifcation pr * change naming from verified to emailVerified * change naming from askVerifyEmail to askSendVerifyEmail * undo unrelated automatic prettier formatting on api/config * use redirectService for home * remove redundant success notification on email verified * revert test.yaml smpt host | ||||
* | Implement daily upload limit (#956) | Felix Ableitner | 2018-08-28 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | * Implement daily upload limit (ref #652) * remove duplicate code * review fixes * fix tests? * whitespace fixes, finish leftover todo * fix tests * added some new tests * use different config value for tests * remove todo | ||||
* | Add import.video.torrent configuration | Chocobozzz | 2018-08-08 | 1 | -0/+3 |
| | |||||
* | Fix fps federation | Chocobozzz | 2018-08-06 | 1 | -2/+1 |
| | |||||
* | Add import http enabled configuration | Chocobozzz | 2018-08-06 | 1 | -0/+9 |
| | |||||
* | Implement captions/subtitles | Chocobozzz | 2018-07-16 | 1 | -0/+9 |
| |