Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-04-27 | 72 | -136/+150 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #37833 from nextcloud/backport/37807/stable26 | Ferdinand Thiessen | 2023-04-26 | 1 | -1/+2 |
|\ | | | | | [stable26] Fix background color of external devices with errors on dark color theme | ||||
| * | fix(files_external): Background color of external devices with errors should ↵ | Ferdinand Thiessen | 2023-04-20 | 1 | -1/+2 |
| | | | | | | | | | | | | respect color theme Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | Merge pull request #37900 from ↵ | Louis | 2023-04-26 | 2 | -2/+177 |
|\ \ | | | | | | | | | | | | | nextcloud/backport/stable26/artonge/fix/dont_override_stored_credentials_with_saml [stable26] Do not override stored credentials when login in with SAML | ||||
| * | | Test StorePasswordListener | Louis Chemineau | 2023-04-25 | 1 | -0/+175 |
| | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
| * | | Do not override stored credentials when login in with SAML | Louis Chemineau | 2023-04-25 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When login in with SAML, the password from `$event->getPassword()` is `null`. This PR makes sure that this `null` value won't be used to override the stored password even though it is different. This PR also allow for the password and user to be updated even though they were not set before. Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | | | Merge pull request #37922 from nextcloud/backport/37909/stable26 | Arthur Schiwon | 2023-04-26 | 1 | -12/+13 |
|\ \ \ | | | | | | | | | [stable26] Update crl after revoke shifts.csr | ||||
| * | | | Update crl after revoke shifts.csr | Vitor Mattos | 2023-04-25 | 1 | -12/+13 |
| | | | | | | | | | | | | | | | | Signed-off-by: Vitor Mattos <vitor@php.rio> | ||||
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-04-26 | 34 | -2/+168 |
|/ / / | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Merge pull request #37911 from nextcloud/backport/37780/stable26 | Louis | 2023-04-25 | 8 | -24/+50 |
|\ \ \ | | | | | | | | | [stable26] Trap focus in dialogs | ||||
| * | | | Trap focus in dialogs | Christopher Ng | 2023-04-25 | 3 | -5/+24 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit 79310bd54533a9dfd21c41796cecabdbc8ba94ca) | ||||
| * | | | Add focus-trap | Christopher Ng | 2023-04-25 | 5 | -19/+26 |
| |/ / | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit 87ae9bbc12c1cddb8ca4685c4c46d01d11025ae0) | ||||
* | | | Merge pull request #37907 from nextcloud/stable26-make-grid-toggle-sticky | Simon L | 2023-04-25 | 5 | -7/+8 |
|\ \ \ | | | | | | | | | [stable26] make grid toggle sticky | ||||
| * | | | fix: make grid view button sticky | Daniel Kesselberg | 2023-04-24 | 5 | -7/+8 |
| | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | | | Merge pull request #37768 from nextcloud/backport/37764/stable26 | Louis | 2023-04-25 | 1 | -1/+1 |
|\ \ \ \ | |_|/ / |/| | | | [stable26] Really disable versions features when S3 versioning is enabled | ||||
| * | | | Really disable versions features when S3 versioning is enabled | Louis Chemineau | 2023-04-25 | 1 | -1/+1 |
|/ / / | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | | | Merge pull request #37910 from nextcloud/backport/37804/stable26 | John Molakvoæ | 2023-04-25 | 4 | -41/+278 |
|\ \ \ | | | | | | | | | [stable26] Bump @nextcloud/vue from 7.8.0 to 7.10.0 | ||||
| * | | | Bump @nextcloud/vue from 7.8.0 to 7.10.0 | Christopher Ng | 2023-04-24 | 4 | -41/+278 |
| |/ / | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* / / | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-04-25 | 38 | -14/+292 |
|/ / | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #37743 from nextcloud/backport/36690/stable26 | Julius Härtl | 2023-04-24 | 4 | -21/+34 |
|\ \ | |||||
| * | | fix: Check return type on rollback | Julius Härtl | 2023-04-14 | 1 | -5/+8 |
| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | | don't re-get fileinfo for versioned file if it's not shared | Robin Appelman | 2023-04-14 | 2 | -14/+17 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | tests(files_versions): Tear down fs to clear mount cache before testing | Julius Härtl | 2023-04-14 | 2 | -2/+9 |
| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | | fix: Make sure that rollback hook is triggered on all version backends | Julius Härtl | 2023-04-14 | 2 | -7/+7 |
| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | Merge pull request #37836 from nextcloud/backport/37826/stable26 | Joas Schilling | 2023-04-24 | 2 | -15/+8 |
|\ \ \ | | | | | | | | | [stable26] fix(files): Don't throw an error when guests access the controller | ||||
| * | | | fix(files): Don't throw an error when guests access the controller | Joas Schilling | 2023-04-20 | 2 | -15/+8 |
| | |/ | |/| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-04-24 | 4 | -0/+76 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-04-23 | 22 | -38/+104 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-04-22 | 10 | -6/+120 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Merge pull request #37740 from ↵ | John Molakvoæ | 2023-04-21 | 2 | -1/+7 |
|\ \ \ | | | | | | | | | | | | | | | | | nextcloud/revert-37718-revert-37701-backport/37617/stable26 [stable26] handle not being able to write file for notify self-test | ||||
| * | | | Revert "Revert "[stable26] handle not being able to write file for notify ↵ | John Molakvoæ | 2023-04-14 | 2 | -1/+7 |
| | |/ | |/| | | | | | | | self-test"" | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-04-21 | 48 | -0/+248 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Merge pull request #37812 from nextcloud/backport/stable26-fix-event-moving | Arthur Schiwon | 2023-04-20 | 1 | -2/+2 |
|\ \ \ | |_|/ |/| | | [stable26] fix event move issue | ||||
| * | | fix event move issue | Maximilian Martin | 2023-04-19 | 1 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Maximilian Martin <maximilian_martin@gmx.de> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-04-20 | 152 | -2/+408 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Merge pull request #37782 from nextcloud/release/26.0.1v26.0.1 | John Molakvoæ | 2023-04-19 | 1 | -2/+2 |
|\ \ \ | |/ / |/| | | 26.0.1 | ||||
| * | | 26.0.1 | John Molakvoæ | 2023-04-18 | 1 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-04-19 | 444 | -518/+666 |
|/ / | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-04-18 | 178 | -92/+208 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-04-17 | 16 | -0/+118 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-04-16 | 32 | -6/+136 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-04-15 | 228 | -656/+702 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #37718 from nextcloud/revert-37701-backport/37617/stable26 | John Molakvoæ | 2023-04-14 | 2 | -7/+1 |
|\ | | | | | Revert "[stable26] handle not being able to write file for notify self-test" | ||||
| * | Revert "[stable26] handle not being able to write file for notify self-test" | John Molakvoæ | 2023-04-13 | 2 | -7/+1 |
| | | |||||
* | | Fix(l10n): 🔠 Update translations from Transifex | Nextcloud bot | 2023-04-14 | 2 | -0/+12 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #37701 from nextcloud/backport/37617/stable26 | Robin Appelman | 2023-04-13 | 2 | -1/+7 |
|\ | | | | | [stable26] handle not being able to write file for notify self-test | ||||
| * | handle not being able to write file for notify self-test | Robin Appelman | 2023-04-13 | 2 | -1/+7 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #37698 from nextcloud/release/26.0.1_rc1v26.0.1rc1 | John Molakvoæ | 2023-04-13 | 1 | -2/+2 |
|\ \ | | | | | | | 26.0.1 RC1 | ||||
| * | | 26.0.1 RC1 | John Molakvoæ | 2023-04-13 | 1 | -2/+2 |
| |/ | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | | Merge pull request #37705 from nextcloud/backport/37704/stable26 | John Molakvoæ | 2023-04-13 | 1 | -6/+16 |
|\ \ | | | | | | | [stable26] fix(translation): Fix several issues with the translations api |