Stephan Orbaugh
d1fb84fb90
Merge pull request #60227 from nextcloud/chore/bump-vue-legacy-8.39.0
...
chore(deps): Update @nextcloud/vue legacy bundle to 8.39.0
2026-05-08 11:08:41 +02:00
Lukas Schaefer
a2a06ec96d
Merge pull request #60171 from nextcloud/feat/task/reformat-paragraphs
...
feat(TaskProcessing): add TextToTextReformatParagraphs task type
2026-05-08 04:21:20 -04:00
nextcloud-command
96cc9e18cb
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2026-05-08 07:47:14 +00:00
nfebe
933b9cf0a3
chore(deps): Update @nextcloud/vue legacy bundle to 8.39.0
...
Sidebar, settings dialog, and sidebar tabs improvements.
Signed-off-by: nfebe <fenn25.fn@gmail.com>
2026-05-08 08:38:56 +01:00
Nextcloud bot
548708d971
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-05-08 00:19:38 +00:00
Louis
f501b442a4
Merge pull request #60180 from nextcloud/feat/59888/waffle-menu
...
feat(core): app menu waffle launcher
2026-05-07 21:50:35 +02:00
Peter Ringelmann
c36d64d06a
fix(cypress): adapt NavigationHeader and theming specs to waffle launcher
...
Signed-off-by: Peter Ringelmann <peter.ringelmann@nextcloud.com>
2026-05-07 19:25:15 +02:00
Peter Ringelmann
831989b770
chore: rebuild assets
...
-e
Signed-off-by: Peter Ringelmann <peter.ringelmann@nextcloud.com>
2026-05-07 19:25:15 +02:00
Peter Ringelmann
fa201206bb
fix: unit test
...
-e
Signed-off-by: Peter Ringelmann <peter.ringelmann@nextcloud.com>
2026-05-07 19:25:15 +02:00
Peter Ringelmann
16190be2aa
chore: rebuild assets
...
-e
Signed-off-by: Peter Ringelmann <peter.ringelmann@nextcloud.com>
2026-05-07 19:25:15 +02:00
Peter Ringelmann
55f9a872af
fix: minor styling issues
...
-e
Signed-off-by: Peter Ringelmann <peter.ringelmann@nextcloud.com>
2026-05-07 19:25:15 +02:00
Peter Ringelmann
041dd9f70b
refactor(AppItem): drop redundant boolean prop defaults
...
-e
Signed-off-by: Peter Ringelmann <peter.ringelmann@nextcloud.com>
2026-05-07 19:25:15 +02:00
Peter Ringelmann
f895e77ab4
feat: only app store link opens in new tab
...
-e
Signed-off-by: Peter Ringelmann <peter.ringelmann@nextcloud.com>
2026-05-07 19:25:15 +02:00
Peter Ringelmann
8e5d02be2d
feat: add app store link for non-admins
...
-e
Signed-off-by: Peter Ringelmann <peter.ringelmann@nextcloud.com>
2026-05-07 19:25:15 +02:00
Peter Ringelmann
7ec7eb86bf
fix: remove new tab links
...
-e
Signed-off-by: Peter Ringelmann <peter.ringelmann@nextcloud.com>
2026-05-07 19:25:15 +02:00
Peter Ringelmann
78e98bba29
fix: stylelint issue
...
-e
Signed-off-by: Peter Ringelmann <peter.ringelmann@nextcloud.com>
2026-05-07 19:25:15 +02:00
Peter Ringelmann
4cd0ddbf66
feat(core): app menu waffle launcher
...
- Popover grid replaces the old hamburger overlay
- Roving tabindex keyboard nav (arrow keys, Home/End, Enter/Space)
- Focus returns to whichever trigger opened the popover
- RTL-aware horizontal alignment
- Admin-only "More apps" tile
- Unit + Cypress coverage
Resolves : #59888
Signed-off-by: Peter Ringelmann <peter.ringelmann@nextcloud.com>
2026-05-07 19:25:15 +02:00
Louis
92d196d0bc
Merge pull request #58754 from nextcloud/jospoortvliet-patch-1
...
Add 'user_migration' to relevant quick presets
2026-05-07 17:09:02 +02:00
Louis
091a2119db
Merge pull request #60160 from nextcloud/fix/fix-admin-delegation
...
fix(settings): Fix admin delegation for hidden sections
2026-05-07 16:13:22 +02:00
Christoph Wurst
8d3ea2d6d9
Merge pull request #60217 from nextcloud/chore-baseline-update
...
ci: Add deprecated getEvent to psalm baseline
2026-05-07 15:51:35 +02:00
Daniel Kesselberg
88b63bb902
ci: Add deprecated getEvent to psalm baseline
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2026-05-07 14:47:50 +02:00
Andy Scherzinger
e126aee10f
Merge pull request #60205 from nextcloud/fix/add-appstore-to-reuse
...
chore(AppStore): Add translations to REUSE.toml for app store
2026-05-07 14:34:13 +02:00
Andy Scherzinger
730408359d
Merge pull request #60202 from JoudAlqahtani/fix/typo-occurred-setupcheck
...
fix: correct typo 'occured' to 'occurred' in SetupCheckManager
2026-05-07 13:07:43 +02:00
Christoph Wurst
832caae608
Merge pull request #59452 from nextcloud/fix/increase-footer-width
...
fix(public.scss): increase footer width
2026-05-07 12:56:50 +02:00
Louis
b468f90ef0
Merge pull request #60023 from nextcloud/fix/fix-oracle-setup-tests
...
chore: Increase page load timeout for oracle setup tests
2026-05-07 12:50:04 +02:00
Côme Chilliet
e0f64f8602
fix(settings): Fix admin delegation for hidden sections
...
Webhooks and users did not appear anymore in admin delegation because
only admin sections were considered and not the new delegation sections.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2026-05-07 12:47:54 +02:00
Côme Chilliet
9e55ead452
fix: Remove duplicated match values in PresetManager
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2026-05-07 12:42:08 +02:00
Jos Poortvliet
8acbf54a87
feat: Add 'user_migration' to relevant quick presets
...
closes https://github.com/nextcloud/server/issues/57406
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
2026-05-07 12:42:08 +02:00
David Dreschner
230afb8f11
chore(AppStore): Add translations to REUSE.toml for app store
...
Signed-off-by: David Dreschner <david.dreschner@nextcloud.com>
2026-05-07 12:19:41 +02:00
nextcloud-command
ced1bb4f08
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2026-05-07 11:51:57 +02:00
Grigory V
455e381213
fix(public.scss): increase footer width
...
Signed-off-by: Grigory V <scratchx@gmx.com>
2026-05-07 11:51:57 +02:00
Benjamin Gaussorgues
fffba55318
Merge pull request #60185 from nextcloud/jtr/docs-config-ovewriteCLIUrl
2026-05-07 11:27:56 +02:00
Joas Schilling
c1ab99e9fc
Merge pull request #59940 from nextcloud/bug/noid/fix-since-checker
...
Fix since checker
2026-05-07 11:25:42 +02:00
John Molakvoæ
57a2630be7
Merge pull request #60192 from nextcloud/enh/ship-files_lock
2026-05-07 09:10:57 +02:00
Joud
76d325e532
fix: correct typo 'occured' to 'occurred' in SetupCheckManager
...
Signed-off-by: Joud <Joud@iastate.edu>
2026-05-07 00:27:52 -05:00
Nextcloud bot
c1ea92a7de
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-05-07 00:19:37 +00:00
Joas Schilling
f2ea807be2
Merge pull request #60181 from nextcloud/bugfix/noid/remove-testing-app-from-packaging
...
build: Remove testing app during packaging
2026-05-06 20:52:17 +02:00
Ferdinand Thiessen
d506de9a3c
Merge pull request #60189 from nextcloud/fix/cypress-resize-observer-loop
...
test(cypress): defer ResizeObserver callbacks to next frame
2026-05-06 18:44:01 +02:00
Arthur Schiwon
5c1eee588e
feat(updatenotification): handle files_lock
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2026-05-06 18:38:09 +02:00
Louis
8cff6dcd1e
Merge pull request #60161 from nextcloud/bugfix/hif-file-support
...
[local] feat(files): support .HIF file
2026-05-06 18:33:10 +02:00
Louis
0ac7d3cf99
Merge pull request #59671 from nextcloud/feat/add-check-all-seen-users
...
feat(user_ldap): Add option to check all seen users
2026-05-06 18:29:48 +02:00
Arthur Schiwon
8a087c288d
build: ship files_lock with 34
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2026-05-06 17:55:18 +02:00
Peter Ringelmann
1215126fb6
test(cypress): defer ResizeObserver callbacks to next frame
...
-e
Signed-off-by: Peter Ringelmann <peter.ringelmann@nextcloud.com>
2026-05-06 17:06:13 +02:00
Anna
5d7cdb8fb5
Merge pull request #59477 from nextcloud/fix/noid/preview-scan-bulk-fetch-chunking
...
fix(previews): fix chunking for querybuilder
2026-05-06 16:27:30 +02:00
Josh
7744667776
docs(config): clarify overwrite.cli.url guidance in sample / Admin Manual
...
Signed-off-by: Josh <josh.t.richards@gmail.com>
2026-05-06 10:10:53 -04:00
Louis
2fcc7b14b4
Merge pull request #60165 from nextcloud/fix/recommended-apps-password-confirmation
...
fix(core): prompt for password once when installing recommended apps
2026-05-06 15:33:42 +02:00
Lukas Schaefer
574243fab3
feat(TaskProcessing): add TextToTextReformatParagraphs task type
...
Signed-off-by: Lukas Schaefer <lukas@lschaefer.xyz>
2026-05-06 09:03:07 -04:00
Joas Schilling
a137de9613
build: Remove testing app during packaging
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2026-05-06 13:43:34 +02:00
Peter Ringelmann
3a4bb2bed2
chore(assets): recompile assets
...
Signed-off-by: Peter Ringelmann <peter.ringelmann@nextcloud.com>
2026-05-06 13:27:22 +02:00
Peter Ringelmann
aefd591b82
chore: extend E2E tests
...
-e
Signed-off-by: Peter Ringelmann <peter.ringelmann@nextcloud.com>
2026-05-06 13:25:52 +02:00