Skip to content
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

[stable23] Make sure ResetTokenBackgroundJob doesn't execute if config is read-only #32890

Merged
merged 3 commits into from
Jul 6, 2022

Commits on Jun 15, 2022

  1. Make sure ResetTokenBackgroundJob doesn't execute if config is read-only

    No need to try to delete the config key in config.php if we aren't
    allowed to.
    
    Signed-off-by: Thomas Citharel <tcit@tcit.fr>
    tcitworld authored and backportbot-nextcloud[bot] committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    ff16e04 View commit details
    Browse the repository at this point in the history
  2. Use OCP version of TimedJob instead of OC for ResetTokenBackgroundJob

    Signed-off-by: Thomas Citharel <tcit@tcit.fr>
    tcitworld authored and backportbot-nextcloud[bot] committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    05150f2 View commit details
    Browse the repository at this point in the history
  3. Update tests after ResetTokenBackgroundJob changes

    Signed-off-by: Thomas Citharel <tcit@tcit.fr>
    tcitworld authored and backportbot-nextcloud[bot] committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    9d7729d View commit details
    Browse the repository at this point in the history