Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | fix: Skip users that still exist in backend | Ferdinand Thiessen | 2024-10-08 | 5 | -11/+30 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
| * | | | | fix: Make user removal more resilient | Ferdinand Thiessen | 2024-10-08 | 10 | -72/+243 | |
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently there is a problem if an exception is thrown in `User::delete`, because at that point the user is already removed from the backend, but not all data is deleted. There is no way to recover from this state, as the user is gone no information is available anymore. This means the data is still available on the server but can not removed by any API anymore. The solution here is to first set a flag and backup the user home, this can be used to recover failed user deletions in a way the delete can be re-tried. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-17 | 4 | -4/+6 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-16 | 2 | -6/+6 | |
| |_|/ |/| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-15 | 2 | -6/+6 | |
| |/ |/| | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-14 | 6 | -2/+40 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-13 | 6 | -8/+20 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-12 | 4 | -4/+24 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-11 | 4 | -10/+104 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-10 | 2 | -0/+36 | |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Merge pull request #48558 from nextcloud/backport/48522/stable30 | Stephan Orbaugh | 2024-10-08 | 1 | -8/+4 | |
|\ | | | | | [stable30] fix(QueryBuilder): Account for aliases in output columns | |||||
| * | fix(QueryBuilder): Account for aliases in output columnsbackport/48522/stable30 | provokateurin | 2024-10-03 | 1 | -8/+4 | |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-08 | 2 | -2/+36 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | fix(config): Mark more app configs sensitivebackport/48584/stable30 | Joas Schilling | 2024-10-07 | 1 | -0/+9 | |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-06 | 2 | -0/+2 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-04 | 2 | -14/+14 | |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-03 | 6 | -2/+32 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Merge pull request #48514 from nextcloud/backport/48513/stable30 | Marcel Klehr | 2024-10-02 | 1 | -1/+1 | |
|\ | | | | | [stable30] fix(TaskProcessing\Manager): Don't provoke PHP notice in setTaskResult | |||||
| * | fix(TaskProcessing\Manager): Don't provoke PHP notice in setTaskResultbackport/48513/stable30 | Marcel Klehr | 2024-10-02 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
* | | Merge pull request #48077 from nextcloud/backport/47852/stable30 | Benjamin Gaussorgues | 2024-10-02 | 7 | -13/+13 | |
|\ \ | ||||||
| * | | fix: misc code fixes around db shardingbackport/47852/stable30 | Robin Appelman | 2024-09-16 | 7 | -13/+13 | |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | | Merge pull request #48093 from nextcloud/backport/47316/stable30 | Kate | 2024-10-02 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * | | | fix: Prevent crash when refreshing metadata for files without an ownerbackport/47316/stable30 | Vincent FarZz | 2024-10-02 | 1 | -1/+1 | |
| | |/ | |/| | | | | | | | | | | | | | This crash was mostly happening when using external storages and for example the command "occ memories:migrate-google-takeout" Signed-off-by: Vincent FarZz <farcry69@live.fr> | |||||
* / | | fix(theming): Use `AppConfig` for setting background imagebackport/48439/stable30 | Ferdinand Thiessen | 2024-10-02 | 1 | -0/+1 | |
|/ / | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-02 | 2 | -0/+36 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Merge pull request #48503 from nextcloud/backport/48426/stable30 | Josh | 2024-10-01 | 1 | -1/+2 | |
|\ \ | | | | | | | [stable30] fix(config): Suppress `config.php` fopen error at install time | |||||
| * | | fix(config): Suppress error at install timebackport/48426/stable30 | Josh | 2024-10-01 | 1 | -1/+2 | |
| | | | | | | | | | Signed-off-by: Josh <josh.t.richards@gmail.com> | |||||
* | | | fix(Auth): ignore missing token when trying to set password-unconfirmablebackport/48484/stable30 | Arthur Schiwon | 2024-10-01 | 1 | -6/+14 | |
|/ / | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | |||||
* | | Merge pull request #48317 from nextcloud/backport/48307/stable30 | Kate | 2024-09-30 | 1 | -0/+10 | |
|\ \ | ||||||
| * | | fix: gracefully parse non-standard trusted certificatesbackport/48307/stable30 | Richard Steinmetz | 2024-09-30 | 1 | -0/+10 | |
| | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | |||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-29 | 134 | -214/+236 | |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-28 | 4 | -0/+42 | |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | fix(QueryBuilder): Restrict identifier length to 30 characters due to Oracle ↵backport/48361/stable30 | provokateurin | 2024-09-26 | 1 | -0/+17 | |
| | | | | | | | | | | | | | | | | | | limitations Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* | | | Merge pull request #48142 from nextcloud/backport/47265/stable30 | Joas Schilling | 2024-09-26 | 1 | -5/+17 | |
|\ \ \ | | | | | | | | | [stable30] feat(share): ensure unique share tokens with dynamic length adjustment | |||||
| * | | | fix(share): Ensure unique share tokensbackport/47265/stable30 | ernolf | 2024-09-25 | 1 | -5/+17 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - check for token collisions and retry up to three times. - throw after 3 attempts without finding a unique token. Signed-off-by: ernolf <raphael.gradenwitz@googlemail.com> | |||||
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-26 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | | fix(icons): Document icon requirements for notifications and activitiesbackport/48356/stable30 | Joas Schilling | 2024-09-25 | 2 | -0/+16 | |
|/ / / | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* / / | fix(querybuilder): Fix boolean type so that oracle handles boolean wellbackport/48215/stable30 | Joas Schilling | 2024-09-25 | 2 | -2/+3 | |
|/ / | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | Merge pull request #48127 from nextcloud/backport/48114/stable30 | Grigorii K. Shartsev | 2024-09-24 | 2 | -9/+1 | |
|\ \ | | | | | | | [stable30] fix(appstoreFetcher): get list from a custom store and remove unnecessary warning | |||||
| * | | fix(appstoreFetcher): get app list from custom app storebackport/48114/stable30 | Grigorii K. Shartsev | 2024-09-17 | 2 | -8/+1 | |
| | | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | |||||
| * | | fix(appstoreFetcher): remove unneeded warning | Grigorii K. Shartsev | 2024-09-17 | 1 | -1/+0 | |
| | | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | |||||
* | | | Merge pull request #48285 from nextcloud/backport/48207/stable30 | Andy Scherzinger | 2024-09-23 | 2 | -9/+18 | |
|\ \ \ | | | | | | | | | [stable30] fix: Don't crash if disabled user is missing in the database | |||||
| * | | | fix(users): Don't crash if disabled user is missing in the databasebackport/48207/stable30 | Louis Chemineau | 2024-09-23 | 2 | -9/+18 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
* | | | | Merge pull request #48302 from nextcloud/backport/48268/stable30 | Andy Scherzinger | 2024-09-23 | 1 | -2/+3 | |
|\ \ \ \ | | | | | | | | | | | [stable30] fix: skip the integrity check for nextcloud-init-sync.lock | |||||
| * | | | | fix: skip the integrity check for nextcloud-init-sync.lockbackport/48268/stable30 | Daniel Kesselberg | 2024-09-23 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud-init-sync.lock is used by nextcloud/docker to prevent running the initialization script on multiple containers at the same time. Ref: https://github.com/nextcloud/docker/issues/2299. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | |||||
* | | | | | Merge pull request #48299 from nextcloud/backport/48162/stable30 | Joas Schilling | 2024-09-23 | 2 | -4/+4 | |
|\ \ \ \ \ | |/ / / / |/| | | | | [stable30] fix(autocomplete): Move known array keys to psalm docs | |||||
| * | | | | fix(autocomplete): Move known array keys to psalm docsbackport/48162/stable30 | Joas Schilling | 2024-09-23 | 2 | -4/+4 | |
| |/ / / | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* / / / | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-23 | 8 | -0/+82 | |
|/ / / | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-22 | 12 | -0/+102 | |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-21 | 38 | -258/+10 | |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> |