aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Repair/Owncloud
Commit message (Expand)AuthorAgeFilesLines
* fix(repair): PHP8.3 deprecation warningbackport/50809/stable31Git'Fellow2025-02-151-8/+4
* fix(oauth2): adjust db schemas when migrating from owncloudbackport/50193/stable31Richard Steinmetz2025-02-051-4/+95
* fix(owncloud): Fix ownCloud migration with oauth2 appbugfix/noid/fix-oauth2-owncloud-migrationJoas Schilling2024-11-041-4/+2
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-252-6/+6
* chore: Add SPDX headerAndy Scherzinger2024-05-248-153/+16
* 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
* chore: Migrate away from internal Job classesCôme Chilliet2024-02-082-50/+31
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-235-10/+10
* shorten oauth2 client names before resizing the columnJulien Veyssier2023-06-061-0/+21
* drop the oauth2_clients trusted column, delete unsupported clients and their ...Julien Veyssier2023-06-061-0/+34
* Use typed version of IConfig::getSystemValue as much as possibleCôme Chilliet2023-04-053-4/+4
* composer run cs:fixCôme Chilliet2023-01-205-5/+0
* remove InstallCoreBundle repair stepArthur Schiwon2022-09-221-79/+0
* Merge pull request #31737 from nextcloud/fix/oc_oauth2_migrationJoas Schilling2022-03-311-13/+24
|\
| * Wrap oauth2 migrations inside conditionsLouis Chemineau2022-03-311-13/+24
* | Merge pull request #31609 from nextcloud/fix/migrate-away-from-iloggerCôme Chilliet2022-03-291-10/+3
|\ \ | |/ |/|
| * Migrate from ILogger to LoggerInterface in lib/privateCôme Chilliet2022-03-241-10/+3
* | Add oauth2_clients migration for OwncloudLouis Chemineau2022-03-241-0/+113
|/
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-048-12/+8
* Update license headersChristoph Wurst2020-12-301-0/+1
* Bump icewind/streams from 0.7.1 to 0.7.2Christoph Wurst2020-12-291-1/+2
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-167-16/+13
* Properly migrate from new owncloud avatar locationJulius Härtl2020-12-091-73/+42
* Readd repair steps that are relevant when migrating from ownCloudJulius Härtl2020-12-096-0/+595
* Drop fk constraints on locks tableJulius Härtl2020-12-091-0/+9
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Add visibility to all constantsChristoph Wurst2020-04-101-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-2/+0
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Update license headersChristoph Wurst2019-12-052-2/+2
* Some php-cs fixesRoeland Jago Douma2019-11-222-2/+0
* Drop foreign key before trying to drop the accounts tableJoas Schilling2019-07-111-2/+22
* Ask the schema whether the table and column existJoas Schilling2017-09-081-13/+6
* Add a repair step to drop the account_terms table on oc migrationJoas Schilling2017-08-071-0/+60
* Don't throw an error when the table doesn't existJoas Schilling2017-07-121-0/+3
* Add some more castingJoas Schilling2017-05-181-4/+4
* Avoid problems for some DBs by removing the table completlyJoas Schilling2017-05-181-4/+2
* Add a migration step to save the data from the accounts table before migratingJoas Schilling2017-05-181-0/+178