aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Repair/Owncloud
Commit message (Collapse)AuthorAgeFilesLines
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-252-6/+6
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-248-153/+16
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* Merge pull request #43387 from nextcloud/fix/migrate-away-from-ilogger-in-jobsCôme Chilliet2024-02-082-50/+31
|
* Revert "Merge branch 'master' of github.com:nextcloud/server"Louis Chemineau2024-02-082-31/+50
| | | | | This reverts commit d9d60238c7aaab9c61bf2d50c15aa59bc88c8975, reversing changes made to ba3fdb0cdcfbb84f0080a2146a4ba2f01569915d.
* chore: Migrate away from internal Job classesCôme Chilliet2024-02-082-50/+31
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-235-10/+10
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* shorten oauth2 client names before resizing the columnJulien Veyssier2023-06-061-0/+21
| | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* drop the oauth2_clients trusted column, delete unsupported clients and their ↵Julien Veyssier2023-06-061-0/+34
| | | | | | access tokens Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* Use typed version of IConfig::getSystemValue as much as possibleCôme Chilliet2023-04-053-4/+4
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* composer run cs:fixCôme Chilliet2023-01-205-5/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* 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>
* 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-291-10/+3
|\ \ | |/ |/| Migrate from ILogger to LoggerInterface in lib/private
| * Migrate from ILogger to LoggerInterface in lib/privateCôme Chilliet2022-03-241-10/+3
| | | | | | | | 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>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-048-12/+8
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* 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-167-16/+13
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* 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>
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add visibility to all constantsChristoph Wurst2020-04-101-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-2/+0
| | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-052-2/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Some php-cs fixesRoeland Jago Douma2019-11-222-2/+0
| | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Drop foreign key before trying to drop the accounts tableJoas Schilling2019-07-111-2/+22
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Ask the schema whether the table and column existJoas Schilling2017-09-081-13/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add a repair step to drop the account_terms table on oc migrationJoas Schilling2017-08-071-0/+60
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Don't throw an error when the table doesn't existJoas Schilling2017-07-121-0/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add some more castingJoas Schilling2017-05-181-4/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Avoid problems for some DBs by removing the table completlyJoas Schilling2017-05-181-4/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add a migration step to save the data from the accounts table before migratingJoas Schilling2017-05-181-0/+178
Signed-off-by: Joas Schilling <coding@schilljs.com>