aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Repair
Commit message (Collapse)AuthorAgeFilesLines
* Fix PHP lint CI failureChristopher Ng2022-11-241-1/+0
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Add repair job that will ensure that secret and passwordsalt are setCarl Schwan2022-11-231-0/+64
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* unbundle files_videoplayer and clean up a littleArthur Schiwon2022-09-291-0/+53
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* fix default value for updatedirectory settingArthur Schiwon2022-09-281-1/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Move avatar clearing in the backgroundCarl Schwan2022-09-262-3/+44
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* remove InstallCoreBundle repair stepArthur Schiwon2022-09-221-79/+0
| | | | | | | - core bundle was empty and thus removed - all former apps installed this way are shipped Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Update avatars on updateCarl Schwan2022-09-091-13/+7
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Merge pull request #33692 from nextcloud/update-dirblizzz2022-09-021-2/+2
|\ | | | | Document and use the new updateDirectory if set
| * Introduce $updateDir to move updates outside $dataDirGit'Fellow2022-08-251-2/+2
| | | | | | | | | | To be merged after https://github.com/nextcloud/updater/pull/420 Signed-off-by: Git'Fellow <carlos@reendex.com>
* | Parameter of RepairAdvanceEvent is actually an increment, not a step idCôme Chilliet2022-08-251-6/+5
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Declare strict types in all new Event classesCôme Chilliet2022-08-257-0/+21
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Migrate Repair events to OCP\EventDispatcher\EventCôme Chilliet2022-08-257-0/+270
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Add back TokenCleanupJob to invalidate old temporary tokensThomas Citharel2022-08-251-0/+47
|/ | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Fix typos in lib/private subdirectoryluz paz2022-07-271-1/+1
| | | | | | Found via `codespell -q 3 -S l10n -L jus ./lib/private` Signed-off-by: luz paz <luzpaz@github.com>
* feat: add docxf and form mimetypesLuka Trovic2022-06-071-0/+13
| | | | signed-off-by: Luka Trovic <luka@nextcloud.com>
* Update core to PHP 7.4 standardCarl Schwan2022-05-201-6/+2
| | | | | | | - Typed properties - Port to LoggerInterface Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Remove SCSSCacherJohn Molakvoæ2022-05-131-9/+0
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Merge pull request #31737 from nextcloud/fix/oc_oauth2_migrationJoas Schilling2022-03-311-13/+24
|\ | | | | Wrap oauth2 migrations inside conditions
| * Wrap oauth2 migrations inside conditionsLouis Chemineau2022-03-311-13/+24
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Merge pull request #31609 from nextcloud/fix/migrate-away-from-iloggerCôme Chilliet2022-03-293-25/+18
|\ \ | |/ |/| Migrate from ILogger to LoggerInterface in lib/private
| * Migrate from ILogger to LoggerInterface in lib/privateCôme Chilliet2022-03-243-25/+18
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Add oauth2_clients migration for OwncloudLouis Chemineau2022-03-241-0/+113
|/ | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Don't convert tables to COMPRESSEDacsfer2021-12-071-5/+0
|
* Bump doctrine/dbal from 3.0.0 to 3.1.3Christoph Wurst2021-10-221-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add OpenDocument flat mimetypes and x-office/drawing aliasJulius Härtl2021-10-121-0/+15
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0434-64/+37
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Refine version comparision for repair job for major version updatesMorris Jobke2021-05-191-2/+3
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #26834 from nextcloud/enh/only_run_onceJoas Schilling2021-05-191-1/+2
|\ | | | | Inject the repair job only once
| * Inject the repair job only onceRoeland Jago Douma2021-04-291-1/+2
| | | | | | | | | | | | | | Since we backproted we should do a better check. Else we run the code again for everybody upgrading to 22. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Repair job to use public AccoutManager APIArthur Schiwon2021-05-121-12/+10
|/ | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Do not try to contact lookup server if not neededRoeland Jago Douma2021-04-281-0/+62
| | | | | | | In some cases (for example you never send data to the lookup server) there is no need for this job to even try. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* bump applicable version due to an intermediate releaseArthur Schiwon2021-02-171-1/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* show suggestion to clean up possible invalid shares laterArthur Schiwon2021-01-291-0/+6
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* add repair job for unencoded calendarsArthur Schiwon2021-01-291-0/+132
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-083-13/+13
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2020-12-301-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Bump icewind/streams from 0.7.1 to 0.7.2Christoph Wurst2020-12-291-1/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-1618-24/+25
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #24488 from zzkt/patch-1Julius Härtl2020-12-151-0/+13
|\
| * repair text/org MIME typesnik gaffney2020-12-111-0/+13
| | | | | | | | Signed-off-by: nik gaffney <nik@fo.am>
* | Properly migrate from new owncloud avatar locationJulius Härtl2020-12-091-73/+42
| | | | | | | | | | | | as the files are not scanned we cannot use the OCP\Files api Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Readd repair steps that are relevant when migrating from ownCloudJulius Härtl2020-12-096-0/+595
| | | | | | | | | | | | This reverts commit d9b1492e03ab9fe58bb87baaeba745790ca15c53. Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Drop fk constraints on locks tableJulius Härtl2020-12-091-0/+9
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Fix PHP code styleJoas Schilling2020-12-081-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Add a repairstep to validate the phone numbersJoas Schilling2020-12-071-0/+89
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Also handle legacy cipher support when encryption is disabled but an old ↵Julius Härtl2020-12-032-2/+4
|/ | | | | | master key is present Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Harden EncryptionLegacyCipher a bitRoeland Jago Douma2020-11-202-0/+8
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix repair mimetype step to not leave stray cursorsJoas Schilling2020-11-061-52/+42
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add a background job that checks for potential user imported SSL ↵Morris Jobke2020-11-031-0/+61
| | | | | | certificates and shows a warning in the admin settings Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add cleanup job for old brutefoce attemptsRoeland Jago Douma2020-10-081-0/+49
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>