aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/lib/BackgroundJobs/VerifyUserData.php
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #43387 from nextcloud/fix/migrate-away-from-ilogger-in-jobsCôme Chilliet2024-02-081-42/+18
* Revert "Merge branch 'master' of github.com:nextcloud/server"Louis Chemineau2024-02-081-18/+42
* fix!: Migrate jobs away from deprecated interfacesCôme Chilliet2024-02-081-42/+18
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-5/+5
* Do not retain VerifyUserData job when lookup server is not availableJulius Härtl2021-08-171-1/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* VerifyUserData shall use IAccountManager, not private APIArthur Schiwon2021-05-121-30/+29
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+1
* Add missing parent::__construct() calls to JobsJoas Schilling2020-12-141-9/+3
* Make code strictJoas Schilling2020-12-071-5/+6
* Use proper OCP\BackgroundJobs\JobRoeland Jago Douma2020-11-251-4/+3
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-8/+2
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
* Update license headersChristoph Wurst2019-12-051-1/+5
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+0
* Move settings to an appChristoph Wurst2019-09-281-0/+301