Commit graph

69029 commits

Author SHA1 Message Date
Arthur Schiwon
68af059ebe fix(LDAP): ensure stored groups are formatted as simple list
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>
2023-12-22 08:47:12 +00:00
Nextcloud bot
430b095897
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-22 00:20:40 +00:00
Git'Fellow
3f54f174cc
Merge pull request #42385 from nextcloud/backport/42298/stable27
[stable27] Don't write back .htaccess file on a RO filesystem
2023-12-21 16:49:08 +01:00
Ferdinand Thiessen
e454bf49c3
Merge pull request #42404 from nextcloud/backport/42401/stable27
[stable27] fix: Ensure app menu entries and dashboard welcome message have enough contrast
2023-12-21 14:58:42 +01:00
Nextcloud bot
c6a19f88f2
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-21 00:21:20 +00:00
nextcloud-command
b08805f0f0 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-12-20 15:51:36 +00:00
Ferdinand Thiessen
a46e34c56c fix: Adjust colors of app menu and dashboard
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>
2023-12-20 15:25:05 +00:00
Matthieu Gallien
8c062b046e
Merge pull request #42399 from nextcloud/backport/42140/stable27
[stable27] Update crl after revoke rides.csr
2023-12-20 15:36:14 +01:00
Matthieu Gallien
eb76ef98a3
Update crl after revoke rides.csr
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2023-12-20 11:22:41 +01:00
Nextcloud bot
a850fab874
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-20 00:19:35 +00:00
Git'Fellow
26068baa4a Read Only FS return false
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
2023-12-19 21:09:31 +00:00
Nextcloud bot
38224a844f
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-19 00:19:47 +00:00
Nextcloud bot
bfc8a35a3e
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-18 00:19:39 +00:00
Nextcloud bot
e61e3f0e22
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-17 00:19:15 +00:00
Git'Fellow
aa8dc1374a
Merge pull request #42153 from nextcloud/backport/42144/stable27
[stable27] fix(caldav): don't reuse query builder objects
2023-12-16 10:39:51 +01:00
Anna Larch
90cb0bcb8e fix(caldav): don't reuse query builder objects
Signed-off-by: Anna Larch <anna@nextcloud.com>
2023-12-16 10:05:34 +01:00
Nextcloud bot
c3293f0f9b
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-16 00:19:41 +00:00
Nextcloud bot
4e6e5e2117
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-15 00:19:18 +00:00
Arthur Schiwon
9b6551d4c8
Merge pull request #42147 from nextcloud/release/27.1.5
27.1.5
2023-12-14 10:33:48 +01:00
Joas Schilling
5ec35746fc
Merge pull request #42188 from nextcloud/automated/noid/stable27-update-ca-cert-bundle
[stable27] fix(security): Update CA certificate bundle
2023-12-14 06:52:20 +01:00
nextcloud-command
02e19dcb54 fix(security): Update CA certificate bundle
Signed-off-by: GitHub <noreply@github.com>
2023-12-14 02:19:33 +00:00
Nextcloud bot
91f23469c4
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-14 00:19:42 +00:00
Nextcloud bot
c416abbb7f
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-13 00:20:13 +00:00
Nextcloud bot
87e8468d40
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-12 00:19:14 +00:00
Arthur Schiwon
a693c6f1f7
27.1.5
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2023-12-11 12:27:25 +01:00
Nextcloud bot
ba589be5a7
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-11 00:24:39 +00:00
Nextcloud bot
249c1e47ff
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-10 00:19:31 +00:00
Nextcloud bot
6325dbf736
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-09 00:19:24 +00:00
Nextcloud bot
344a445c86
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-08 00:19:14 +00:00
Arthur Schiwon
35d05e3482
Merge pull request #42015 from nextcloud/release/27.1.5_rc1
27.1.5 RC1
2023-12-07 17:01:04 +01:00
Arthur Schiwon
1c52732441
Merge pull request #42091 from nextcloud/fix/noid/compile-the-assets
fix(dist): assets were not compiled
2023-12-07 15:49:56 +01:00
Arthur Schiwon
b45a2b672c
fix(dist): assets were not compiled
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2023-12-07 11:17:32 +01:00
Git'Fellow
d42a96e1ef
Merge pull request #42063 from nextcloud/s27bc
[stable27] Fix AppSettingsController.php overwriting currentLanguage
2023-12-07 10:05:27 +01:00
Arthur Schiwon
d3127983bf
Merge pull request #42085 from nextcloud/backport/41999/stable27
[stable27] fix(security): Handle idn_to_utf8 returning false
2023-12-07 10:03:13 +01:00
Arthur Schiwon
77cb70f466
Merge pull request #42083 from nextcloud/backport/41937/stable27
[stable27] fix(bruteforce-protection): Don't throw a 500 when MaxDelayReached is…
2023-12-07 10:02:54 +01:00
Arthur Schiwon
41f31f2e1c
Merge pull request #42078 from nextcloud/backport/40071/stable27
[stable27] fix(updatecheck): Don't wait 120s for a response of updater.nextcloud…
2023-12-07 10:00:26 +01:00
Louis
d5a95825d3
Merge pull request #42075 from nextcloud/backport/41944/stable27
[stable27] fix: Properly fetch version from shared files by accessing the owner storage version
2023-12-07 09:50:08 +01:00
Joas Schilling
85f46eea95
Merge pull request #42081 from nextcloud/backport/40714/stable27
[stable27] fix(systemreport): Mask onlyoffice secret as sensitive
2023-12-07 07:32:51 +01:00
Joas Schilling
6b895462ac
fix(security): Handle idn_to_utf8 returning false
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-12-07 06:39:34 +01:00
Joas Schilling
2fd8cf4b15
fix(bruteforce-protection): Don't throw a 500 when MaxDelayReached is thrown
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-12-07 06:34:11 +01:00
Joas Schilling
58072190dd
fix(systemreport): Mask onlyoffice secret as sensitive
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-12-07 06:25:30 +01:00
Joas Schilling
838669242b
fix(updatecheck): Don't wait 120s for a response of updater.nextcloud.com
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-12-07 06:19:05 +01:00
Nextcloud bot
84af629fa5
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-07 00:19:57 +00:00
Julius Härtl
f401b582d3 fix: Properly fetch version from shared files by accessing the owner storage version
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-12-06 20:43:24 +00:00
Joas Schilling
1021550843
Update .drone.yml signature
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-12-06 20:14:32 +01:00
Robin Appelman
72fca6ece3
Merge pull request #41090 from nextcloud/backport/39044/stable27
[stable27] Fix root mounts not being setup in some cases
2023-12-06 17:48:30 +01:00
Git'Fellow
cf7b64b79d
Update AppSettingsController.php
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
2023-12-06 16:12:49 +01:00
Nextcloud bot
669dc0dd62
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-06 00:21:12 +00:00
Arthur Schiwon
7d507d24ff
Merge pull request #41451 from nextcloud/backport/41447/stable27
[stable27] fix(backupcodes): Remove old notifications before creating a new remi…
2023-12-05 23:08:54 +01:00
Arthur Schiwon
bb7a704593
Merge pull request #42034 from nextcloud/fix/stable27-dialogs-l10n
fix: Update `@nextcloud/dialogs` to 4.2.2 to fix translations of FilePicker
2023-12-05 23:06:50 +01:00