Nextcloud bot
47cda2c9c3
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2026-06-24 00:29:27 +00:00
Peter Ringelmann
122c253bce
chore: build assets
...
Signed-off-by: Peter Ringelmann <peter.ringelmann@nextcloud.com >
2026-06-22 18:13:19 +02:00
Peter Ringelmann
b91fe68b6d
fix(settings): correct heading order in account management sidebar
...
Signed-off-by: Peter Ringelmann <peter.ringelmann@nextcloud.com >
2026-06-22 16:41:02 +02:00
Ferdinand Thiessen
ecbb5d8711
Merge pull request #61247 from nextcloud/fix/mysql
...
chore: bump MySQL to min 8.4 and support 9.7
2026-06-22 11:10:10 +02:00
Nextcloud bot
874ef1e0d3
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2026-06-22 00:22:55 +00:00
Ferdinand Thiessen
2251dbea2b
chore: bump MySQL to min 8.4 and support 9.7
...
- Version 8.0 is out-of-support.
- Version 8.4 is now the oldest LTS.
- New LTS is 9.7
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2026-06-21 22:25:59 +02:00
Nextcloud bot
9bba086d5d
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2026-06-21 00:22:39 +00:00
Nextcloud bot
bd6995dff9
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2026-06-20 00:22:50 +00:00
Nextcloud bot
cbc86ed620
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2026-06-19 00:23:44 +00:00
Peter R.
e889c72d70
Merge pull request #61406 from nextcloud/fix/settings-nav-active-entry-mismatch
...
fix(settings): show app menu current-app button on settings pages
2026-06-18 15:30:49 +02:00
Peter Ringelmann
869c294a35
fix(settings): show app menu current-app button on settings pages
...
Signed-off-by: Peter Ringelmann <peter.ringelmann@nextcloud.com >
2026-06-18 13:43:39 +02:00
Sandi Cej
8658f839a9
fix: Fix alignment issues of app password form
...
Signed-off-by: Sandi Cej <cej.sandi@gmail.com >
2026-06-18 12:05:52 +02:00
Peter Ringelmann
c3dcffda09
fix(settings): add loading feedback to account create/edit dialogs
...
Signed-off-by: Peter Ringelmann <peter.ringelmann@nextcloud.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2026-06-18 10:00:28 +02:00
Nextcloud bot
dad4644546
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2026-06-18 00:22:59 +00:00
Nextcloud bot
188006bc95
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2026-06-17 00:22:57 +00:00
Nextcloud bot
a7eb76d031
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2026-06-15 00:23:21 +00:00
Nextcloud bot
eaae45d7dc
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2026-06-14 00:22:44 +00:00
Nextcloud bot
d02155784b
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2026-06-13 00:24:20 +00:00
Kate
718dfd0656
Merge pull request #61142 from nextcloud/chore/php/drop-8.2
...
chore(PHP): Drop 8.2 for Nextcloud 35
2026-06-12 15:27:12 +02:00
Louis
045905b1a4
Merge pull request #60801 from nextcloud/fix/fix-encryption-recovery-key-enabling
...
fix(encryption): Fix endpoint /ajax/userSetRecovery to support boolean
2026-06-12 11:54:20 +02:00
provokateurin
a7da9cd596
chore(PHP): Drop 8.2 for Nextcloud 35
...
Signed-off-by: provokateurin <kate@provokateurin.de >
2026-06-12 11:11:50 +02:00
Nextcloud bot
b7b45a8118
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2026-06-12 00:45:50 +00:00
Andy Scherzinger
b49ea3596e
Merge pull request #60596 from nextcloud/fix/settings-clear-app-navigation-toggle-overhang
...
fix(settings): clear NcAppNavigation toggle overhang
2026-06-11 23:25:07 +02:00
Louis
e6b8de4d0d
Merge pull request #60483 from masskrdjn/fix-hiding-unselectable-groups-in-account-manager
...
feat: implement isSelectableGroup function to filter out unselectable groups
2026-06-11 15:36:58 +02:00
Louis
da706223e4
Merge pull request #61140 from nextcloud/fix/fix-deprecations-in-tests
...
Fix deprecations in tests
2026-06-11 14:48:10 +02:00
Peter Ringelmann
ca950f7f5b
fix(settings): clear NcAppNavigation toggle overhang
...
Signed-off-by: Peter Ringelmann <peter.ringelmann@nextcloud.com >
2026-06-11 14:35:49 +02:00
Benjamin Gaussorgues
6470514906
Merge pull request #60285 from nextcloud/jtr/feat-settings-office-section
...
feat(settings): add shared Office admin section
2026-06-11 12:11:22 +02:00
Andy Scherzinger
d1921c9c13
Merge pull request #59413 from nextcloud/jtr/fix-setupcheck-maintenance-length
...
fix(SetupChecks): maintenance window length is 4h (not 6h)
2026-06-11 11:37:49 +02:00
krazyhell
f8980dab61
feat: implement isSelectableGroup function to filter out unselectable groups
...
Signed-off-by: krazyhell <hellwarrior@riseup.net >
2026-06-11 11:00:58 +02:00
Louis
3e2578113b
Merge pull request #60379 from nextcloud/jtr/test-settings-auth-group-dups
...
test(settings): reduce flakiness of authorized group integration assertions
2026-06-11 10:20:17 +02:00
Côme Chilliet
d881bca11f
chore(tests): Adapt tests to IUser strict typing
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com >
2026-06-11 09:45:31 +02:00
Nextcloud bot
bb8bc057ac
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2026-06-11 00:23:13 +00:00
Louis
250635a9a8
Merge pull request #61150 from nextcloud/carl/speedup-tests
...
Speedup tests execution
2026-06-10 17:23:13 +02:00
Carl Schwan
c02a231e7f
perf(CheckSetupController): Remove BackupStaticProperties
...
It's so slow 25s per test cases
Signed-off-by: Carl Schwan <carlschwan@kde.org >
2026-06-10 16:36:06 +02:00
Nextcloud bot
b8a41a5f33
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2026-06-10 00:22:53 +00:00
nfebe
f0486506a7
fix(settings): Show loading spinner while searching accounts
...
Typing in the account search field briefly emptied the list and
displayed "No accounts" until the request returned, which on large
instances misled admins into thinking the query matched nothing. The
empty-state now keeps the loading spinner visible whenever the list is
empty and a fetch is in flight, regardless of whether it is the initial
page load or a subsequent search/group switch.
Signed-off-by: nfebe <fenn25.fn@gmail.com >
2026-06-09 13:36:10 +01:00
Josh
78bbaad9e9
chore(settings): add new office admin-section to info.xml
...
Signed-off-by: Josh <josh.t.richards@gmail.com >
Signed-off-by: Carl Schwan <carlschwan@kde.org >
2026-06-08 11:10:07 -04:00
Josh
963499de86
chore(settings): add new office section to autoload_classmap.php
...
Signed-off-by: Josh <josh.t.richards@gmail.com >
2026-06-08 11:10:07 -04:00
Josh
0d84fc10c4
chore(settings): add new office section to autoload_static.php
...
Signed-off-by: Josh <josh.t.richards@gmail.com >
2026-06-08 11:10:07 -04:00
Josh
71605d9565
feat(settings): establish Office as a core section
...
Signed-off-by: Josh <josh.t.richards@gmail.com >
2026-06-08 11:10:07 -04:00
Nextcloud bot
dbe23295e4
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2026-06-06 00:22:55 +00:00
Nextcloud bot
732c23401d
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2026-06-05 00:23:59 +00:00
Nextcloud bot
b6d0e19876
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2026-06-04 00:23:44 +00:00
Stephan Orbaugh
50b67c1e28
Merge pull request #60458 from nextcloud/refactor/navigation-manager
...
refactor(NavigationManager): move navigation definitions into apps
2026-06-03 14:46:42 +02:00
Nextcloud bot
58be1732fe
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2026-06-03 00:36:08 +00:00
Ferdinand Thiessen
b27e4956d1
refactor(NavigationManager): move navigation definitions into apps
...
The manager itself does not need to know what hardcoded-things an app provides,
instead the apps itself should handle this.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2026-06-02 22:51:05 +02:00
Côme Chilliet
16160c9019
fix(encryption): Fix endpoint /ajax/userSetRecovery to support boolean
...
Frontend is sending a boolean but backend was still expecting a string.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2026-06-02 15:28:53 +02:00
Nextcloud bot
1bcfdf6d12
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2026-06-02 00:27:29 +00:00
Côme Chilliet
1ab09ec753
chore: Apply new coding standard to all files
...
The diff can be checked using: git diff --ignore-all-space --ignore-blank-lines
To see only the changes not related to blank lines.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2026-06-01 13:46:39 +02:00
Nextcloud bot
eae0510228
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2026-06-01 00:22:46 +00:00