| Commit message (Expand) | Author | Age | Files | Lines |
* | fix(repair): PHP8.3 deprecation warningbackport/50809/stable31 | Git'Fellow | 2025-02-15 | 1 | -8/+4 |
* | fix(oauth2): adjust db schemas when migrating from owncloudbackport/50193/stable31 | Richard Steinmetz | 2025-02-05 | 1 | -4/+95 |
* | fix(owncloud): Fix ownCloud migration with oauth2 appbugfix/noid/fix-oauth2-owncloud-migration | Joas Schilling | 2024-11-04 | 1 | -4/+2 |
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 2 | -6/+6 |
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 8 | -153/+16 |
* | Merge pull request #43387 from nextcloud/fix/migrate-away-from-ilogger-in-jobs | Côme Chilliet | 2024-02-08 | 2 | -50/+31 |
* | Revert "Merge branch 'master' of github.com:nextcloud/server" | Louis Chemineau | 2024-02-08 | 2 | -31/+50 |
* | chore: Migrate away from internal Job classes | Côme Chilliet | 2024-02-08 | 2 | -50/+31 |
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 5 | -10/+10 |
* | shorten oauth2 client names before resizing the column | Julien Veyssier | 2023-06-06 | 1 | -0/+21 |
* | drop the oauth2_clients trusted column, delete unsupported clients and their ... | Julien Veyssier | 2023-06-06 | 1 | -0/+34 |
* | Use typed version of IConfig::getSystemValue as much as possible | Côme Chilliet | 2023-04-05 | 3 | -4/+4 |
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 5 | -5/+0 |
* | remove InstallCoreBundle repair step | Arthur Schiwon | 2022-09-22 | 1 | -79/+0 |
* | Merge pull request #31737 from nextcloud/fix/oc_oauth2_migration | Joas Schilling | 2022-03-31 | 1 | -13/+24 |
|\ |
|
| * | Wrap oauth2 migrations inside conditions | Louis Chemineau | 2022-03-31 | 1 | -13/+24 |
* | | Merge pull request #31609 from nextcloud/fix/migrate-away-from-ilogger | Côme Chilliet | 2022-03-29 | 1 | -10/+3 |
|\ \
| |/
|/| |
|
| * | Migrate from ILogger to LoggerInterface in lib/private | Côme Chilliet | 2022-03-24 | 1 | -10/+3 |
* | | Add oauth2_clients migration for Owncloud | Louis Chemineau | 2022-03-24 | 1 | -0/+113 |
|/ |
|
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 8 | -12/+8 |
* | Update license headers | Christoph Wurst | 2020-12-30 | 1 | -0/+1 |
* | Bump icewind/streams from 0.7.1 to 0.7.2 | Christoph Wurst | 2020-12-29 | 1 | -1/+2 |
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 7 | -16/+13 |
* | Properly migrate from new owncloud avatar location | Julius Härtl | 2020-12-09 | 1 | -73/+42 |
* | Readd repair steps that are relevant when migrating from ownCloud | Julius Härtl | 2020-12-09 | 6 | -0/+595 |
* | Drop fk constraints on locks table | Julius Härtl | 2020-12-09 | 1 | -0/+9 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 1 | -0/+1 |
* | Add visibility to all constants | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -2/+0 |
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 2 | -2/+2 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 2 | -2/+0 |
* | Drop foreign key before trying to drop the accounts table | Joas Schilling | 2019-07-11 | 1 | -2/+22 |
* | Ask the schema whether the table and column exist | Joas Schilling | 2017-09-08 | 1 | -13/+6 |
* | Add a repair step to drop the account_terms table on oc migration | Joas Schilling | 2017-08-07 | 1 | -0/+60 |
* | Don't throw an error when the table doesn't exist | Joas Schilling | 2017-07-12 | 1 | -0/+3 |
* | Add some more casting | Joas Schilling | 2017-05-18 | 1 | -4/+4 |
* | Avoid problems for some DBs by removing the table completly | Joas Schilling | 2017-05-18 | 1 | -4/+2 |
* | Add a migration step to save the data from the accounts table before migrating | Joas Schilling | 2017-05-18 | 1 | -0/+178 |