-
Notifications
You must be signed in to change notification settings - Fork 509
Allow to disable talk updates #7569
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
disable_ads is a very disrespectful config name. Also if this is only used for the Talk changelog channel, it should be an app config for the app instead (and mostlikely come with an option to toggle it in the admin settings) |
This mod allows one to disable talk updates using new global `disable_ads` boolean setting in `config.php`. Related: nextcloud#3128 Author-Change-Id: IB#1121121
We plan to use it for disabling this and other ads we don't want to see in our setup; global disable ads switch is more appropriate for such stuff and may be used in other places also in the future to avoid nc overconfiguration. This PR is because other people find this option valuable: Feel free to adapt this PR to your requirements if you don't like global switch - we will rather continue to use |
|
I discussed it with others and we will accept a dedicated appconfig for this. |
|
|
Let me know if DCO and rebasing to master is required. |
That would be awesome |
This mod introduces spreed.changelog app setting that allows one to disable talk updates. Related: nextcloud#3128 Related: nextcloud#7569 Author-Change-Id: IB#1121121 Signed-off-by: Pawel Boguslawski <[email protected]>
13ac426 to
2e37b6a
Compare
|
Just force-pushed master compatible version with DCO (2e37b6a). Please change this PR target from |
|
Seems CI chocked on it. So repushed inside the org at #7613 |
This mod introduces spreed.changelog app setting that allows one to disable talk updates. Related: #3128 Related: #7569 Author-Change-Id: IB#1121121 Signed-off-by: Pawel Boguslawski <[email protected]>
This mod introduces spreed.changelog app setting that allows one to disable talk updates. Related: #3128 Related: #7569 Author-Change-Id: IB#1121121 Signed-off-by: Pawel Boguslawski <[email protected]>
This mod allows one to disable talk updates using new global
disable_adsboolean setting inconfig.php.Related: #3128
Author-Change-Id: IB#1121121