Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-07 | 134 | -792/+792 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-06 | 2 | -2/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-05 | 18 | -28/+220 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-04 | 46 | -6/+5278 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-03 | 6 | -4/+24 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #42522 from nextcloud/backport/41914/stable27 | Robin Appelman | 2024-01-02 | 1 | -0/+68 |
|\ | | | | | [stable27] only do a multipart s3 copy when above the regular copy limit | ||||
| * | only do a multipart s3 copy when above the regular copy limit | Robin Appelman | 2023-12-29 | 1 | -0/+68 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #42375 from nextcloud/backport/42339/stable27 | Richard Steinmetz | 2024-01-02 | 1 | -1/+67 |
|\ \ | | | | | | | [stable27] fix(dav): allow multiple organizers if possible | ||||
| * | | fix(dav): allow multiple organizers if possible | Richard Steinmetz | 2024-01-02 | 1 | -1/+67 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is very hacky! However, we want to allow saving events with multiple organizers. Those events are not RFC compliant, but sometimes imported from major external calendar services (e.g. Google). If the current user is not an organizer of the event we ignore the exception as no scheduling messages will be sent anyway. Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
* | | | Merge pull request #42447 from nextcloud/backport/42405/stable27 | Louis | 2024-01-02 | 2 | -2/+29 |
|\ \ \ | |/ / |/| | | [stable27] fix(LDAP): ensure stored groups are formatted as simple list | ||||
| * | | fix(LDAP): ensure stored groups are formatted as simple list | Arthur Schiwon | 2023-12-22 | 2 | -2/+29 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | With array_unique it is possible that the keys are not in sequential order but have gaps. json_encode then would store them as associative array, which later on json_decode would result in a stdClass by default. This is unexpected and would also contradict the return type hint. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-02 | 4 | -2/+98 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-01 | 2 | -6/+6 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-12-31 | 10 | -10/+30 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-12-30 | 6 | -24/+28 |
| |/ |/| | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-12-29 | 2 | -2/+2 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-12-28 | 4 | -4/+4 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-12-27 | 6 | -8/+40 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-12-26 | 4 | -2/+34 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-12-25 | 6 | -18/+20 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-12-24 | 42 | -20/+186 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-12-23 | 30 | -2/+376 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-12-22 | 150 | -2434/+2674 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #42404 from nextcloud/backport/42401/stable27 | Ferdinand Thiessen | 2023-12-21 | 1 | -1/+2 |
|\ | | | | | [stable27] fix: Ensure app menu entries and dashboard welcome message have enough contrast | ||||
| * | fix: Adjust colors of app menu and dashboard | Ferdinand Thiessen | 2023-12-20 | 1 | -1/+2 |
| | | | | | | | | | | | | | | Those elements are shown directly on the background which has the `color-primary`, so they need to use `color-primary-text` instead of `color-primary-element-text` for guranteed contrast. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-12-21 | 104 | -136/+196 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-12-20 | 116 | -80/+70 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-12-19 | 156 | -128/+220 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-12-18 | 36 | -38/+124 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-12-17 | 24 | -210/+256 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(caldav): don't reuse query builder objects | Anna Larch | 2023-12-16 | 1 | -0/+2 |
| | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-12-16 | 108 | -96/+128 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-12-15 | 44 | -6/+294 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-12-14 | 82 | -118/+242 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-12-13 | 22 | -0/+54 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-12-12 | 38 | -2/+390 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-12-11 | 32 | -18/+156 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-12-10 | 18 | -0/+46 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-12-09 | 146 | -134/+210 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-12-08 | 72 | -2/+118 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #42063 from nextcloud/s27bc | Git'Fellow | 2023-12-07 | 1 | -1/+1 |
|\ | | | | | [stable27] Fix AppSettingsController.php overwriting currentLanguage | ||||
| * | Update AppSettingsController.php | Git'Fellow | 2023-12-06 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
* | | Merge pull request #42075 from nextcloud/backport/41944/stable27 | Louis | 2023-12-07 | 1 | -0/+16 |
|\ \ | | | | | | | [stable27] fix: Properly fetch version from shared files by accessing the owner storage version | ||||
| * | | fix: Properly fetch version from shared files by accessing the owner storage ↵ | Julius Härtl | 2023-12-06 | 1 | -0/+16 |
| | | | | | | | | | | | | | | | | | | version Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-12-07 | 44 | -36/+164 |
|/ / | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #41090 from nextcloud/backport/39044/stable27 | Robin Appelman | 2023-12-06 | 2 | -3/+14 |
|\ \ | |/ |/| | [stable27] Fix root mounts not being setup in some cases | ||||
| * | Merge branch 'stable27' into backport/39044/stable27 | staticdev | 2023-12-05 | 8 | -2/+158 |
| |\ | |||||
| * | | add more checks to ensure mounts aren't empty | Robin Appelman | 2023-12-05 | 2 | -3/+14 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-12-06 | 112 | -126/+428 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Merge pull request #41451 from nextcloud/backport/41447/stable27 | Arthur Schiwon | 2023-12-05 | 1 | -1/+3 |
|\ \ \ | |_|/ |/| | | [stable27] fix(backupcodes): Remove old notifications before creating a new remi… |