aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/server/server-config.model.ts
Commit message (Collapse)AuthorAgeFilesLines
* Implemented configurable minimum signup agePoslovitch2021-05-281-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)Chocobozzz2021-05-271-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 HTMLChocobozzz2021-05-141-0/+2
|
* Add ability to update the bannerChocobozzz2021-04-081-0/+9
|
* Support transcoding options/encoders by pluginsChocobozzz2021-01-281-0/+6
|
* move from trending routes to alg paramRigel Kent2021-01-281-6/+4
|
* add default trending page choice, revert comments count for hot strategyRigel Kent2021-01-281-1/+7
|
* Add more hints regarding live portChocobozzz2021-01-111-0/+4
|
* Add max lives limitChocobozzz2020-11-091-0/+2
|
* Check live duration and sizeChocobozzz2020-11-091-0/+3
|
* Live streaming implementation first stepChocobozzz2020-11-091-0/+10
|
* First implem global searchChocobozzz2020-06-101-0/+7
|
* Support broadcast messagesChocobozzz2020-05-291-1/+9
|
* Add external login buttonsChocobozzz2020-05-041-0/+4
|
* Begin support for external authsChocobozzz2020-05-041-0/+16
|
* Make the search helper change based on the server configRigel Kent2020-02-131-0/+7
|
* Move to eslintcontainChocobozzz2020-02-031-3/+3
|
* Add informational message at login for visitors coming from upload buttonRigel Kent2020-01-101-0/+8
| | | | resolves #1880
* Add ability to disable webtorrentChocobozzz2019-11-251-0/+4
| | | | In favour of HLS
* Use search client scopeChocobozzz2019-07-241-2/+1
|
* Add client hooksChocobozzz2019-07-241-1/+2
|
* WIP plugins: load theme on client sideChocobozzz2019-07-241-2/+6
|
* WIP plugins: add theme supportChocobozzz2019-07-241-1/+8
|
* WIP plugins: hook on client sideChocobozzz2019-07-241-0/+10
|
* Add ability to disable trackerChocobozzz2019-04-101-0/+4
|
* add quarantine videos feature (#1637)Josh Morel2019-04-021-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 keyChocobozzz2019-02-201-0/+1
|
* Add hls support on serverChocobozzz2019-02-111-2/+6
|
* WIP : Indicate to users how "trending" works (#1458)Aurélien Béranger2019-01-141-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 sideChocobozzz2019-01-101-0/+4
|
* Add error when email system is not configured and using the forgotChocobozzz2018-12-051-0/+4
| | | | password system
* show last commit hash alongside server version in footerRigel Kent2018-10-011-0/+1
|
* add user account email verificiation (#977)Josh Morel2018-08-311-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 Ableitner2018-08-281-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 configurationChocobozzz2018-08-081-0/+3
|
* Fix fps federationChocobozzz2018-08-061-2/+1
|
* Add import http enabled configurationChocobozzz2018-08-061-0/+9
|
* Implement captions/subtitlesChocobozzz2018-07-161-0/+9
|
* feature: IP filtering on signup pageRigel Kent2018-05-221-1/+2
| | | | | | disable registration form on IP not in range checking the CIDR list before filtering with it placing the cidr filters as an attribute object in the config
* Add ability to choose what policy we have for NSFW videosChocobozzz2018-04-191-0/+3
| | | | There is a global instance setting and a per user setting
* show quota in stats, display quota on the about page, fixes #405 (#421)Rigel Kent2018-03-271-0/+4
| | | move videoQuota under a user object, use byte PipeTransform
* Add short description in configChocobozzz2018-03-151-0/+1
|
* Add ability to change the homepageChocobozzz2018-03-011-1/+2
|
* Add stats routeChocobozzz2018-02-281-0/+40