Ferdinand Thiessen
8d0c7cc5fa
fix: Allow to set custom app order on navigation entries added by closures to NavigationManager
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-11-14 20:03:28 +01:00
Ferdinand Thiessen
8bd9858345
fix(NavigationManager): Set default app in add function to allow entries added as closures
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-11-14 20:03:28 +01:00
Ferdinand Thiessen
84acc49932
fix(NavigationManager): Check for appManager before using it
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-11-14 20:03:28 +01:00
Ferdinand Thiessen
43a0016989
fix(INavigationManager): Add psalm typing for add parameter
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-11-14 20:03:28 +01:00
Arthur Schiwon
5c041122e8
Merge pull request #41472 from nextcloud/fix/update-vue-components
...
chore: Update `@nextcloud/vue`
2023-11-14 19:41:46 +01:00
Ferdinand Thiessen
0227678724
Merge pull request #41387 from nextcloud/fix/cypress-app-store
...
fix(cypress): Do not install calendar app from app store for testing
2023-11-14 19:33:23 +01:00
Ferdinand Thiessen
d45ff35eb2
chore: Update @nextcloud/vue
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-11-14 18:34:31 +01:00
Benjamin Gaussorgues
e90df6421a
Merge pull request #41432 from nextcloud/fix/white-user-icon-search
...
Fix search providers icons
2023-11-14 18:09:32 +01:00
Benjamin Gaussorgues
79d1e40894
Add missing icons for settings providers
...
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2023-11-14 17:51:22 +01:00
Benjamin Gaussorgues
86a44514bd
Fix user search provider icon
...
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2023-11-14 17:51:21 +01:00
Andy Scherzinger
93ea634de6
Merge pull request #41390 from nextcloud/enh/noid/limit-proppatch-metadata
...
Metadata must be set a editable for PROPPATCH
2023-11-14 17:17:17 +01:00
Christoph Wurst
8b5d85a953
Merge pull request #41340 from nextcloud/feat/caldav/ooo-event
...
feat(caldav): Create personal event for out-of-office messages
2023-11-14 15:53:02 +01:00
Maxence Lange
847c687a06
metadata must be set as editable for PROPPATCH
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2023-11-14 14:38:53 +01:00
Arthur Schiwon
281ac50869
Merge pull request #41442 from nextcloud/fix/noid/no-join-before-migration
...
ignore metadata if migration to 28 is not done
2023-11-14 14:37:05 +01:00
Julius Härtl
a2770e0f9d
Merge pull request #41455 from nextcloud/fix/f2vue_folder_overlay_icon
2023-11-14 14:05:47 +01:00
Christoph Wurst
5b7a5474b9
feat(caldav): Create personal event for out-of-office messages
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-11-14 13:57:12 +01:00
nextcloud-command
3281955aa0
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-11-14 12:45:04 +00:00
Jonas
28deb6cb45
fix(files): Use color-primary-element-text for files/folders overlay icons
...
Signed-off-by: Jonas <jonas@freesources.org>
2023-11-14 12:41:27 +01:00
Maxence Lange
761a688ec9
fix psalm
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2023-11-14 10:11:24 -01:00
Maxence Lange
3af12b2a50
ignore metadata if table is empty
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2023-11-14 09:28:58 -01:00
Arthur Schiwon
f313b12d54
Merge pull request #41436 from nextcloud/feat/introduce-inAppSearch-method-for-advanced-search
...
Add `inAppSearch` for advanced search providers
2023-11-14 11:13:48 +01:00
Arthur Schiwon
5f69640006
Merge pull request #41446 from nextcloud/fix/noid/moving-metadataquery
...
moving IMetadataQuery
2023-11-14 11:11:06 +01:00
Côme Chilliet
70acf44a45
Merge pull request #41086 from nextcloud/feat/migrate-memory-limit-setup-check
...
Migrate memory_limit check to new SetupCheck API
2023-11-14 10:50:31 +01:00
Joas Schilling
be76f0d088
Merge pull request #41447 from nextcloud/bugfix/noid/dont-spam-users-with-reminders
...
fix(backupcodes): Remove old notifications before creating a new remi…
2023-11-14 10:41:45 +01:00
Benjamin Gaussorgues
174b76fff3
Add new method inAppSearch for advanced search providers
...
Allows to indicates if a search provider also support in app search
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2023-11-14 09:58:20 +01:00
Benjamin Gaussorgues
bb82119a63
Merge pull request #41413 from nextcloud/fix/setting-app-order
...
Fix apps search provider order
2023-11-14 09:47:37 +01:00
Tobias Kaminsky
0e406d9d8b
Merge pull request #41443 from nextcloud/fix/f2vue_collectives_folder_icon
...
fix(files): Show Collectives icon in Collectives folders
2023-11-14 09:44:55 +01:00
nextcloud-command
effea5338a
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-11-14 08:15:19 +00:00
Joas Schilling
d1f3ab030b
fix(backupcodes): Remove old notifications before creating a new reminder
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-11-14 08:49:17 +01:00
Jonas
ee5c444e9c
fix(files): Show Collectives icon in Collectives folders
...
Signed-off-by: Jonas <jonas@freesources.org>
2023-11-14 08:40:44 +01:00
Nextcloud bot
6284009fa0
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-14 00:25:51 +00:00
Maxence Lange
380b81315a
moving metadataquery
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2023-11-13 22:25:37 -01:00
Julius Härtl
32a485cbef
Merge pull request #41444 from nextcloud/bugfix/41421
2023-11-14 00:13:29 +01:00
nextcloud-command
1433f4533d
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-11-13 22:45:33 +00:00
Julius Härtl
d7ae387713
fix: Change scroll container for sharing details
...
In order to meet accessibility requirements we cannot use a sticky
footer that overlaps important interactable content. Therefore this
moves to a scroll container for the details which does not include the
action buttons at the bottom.
Larger indentation change in SharingDetailsTab was required to have a
wrapping container for the scroll area.
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-11-13 23:41:21 +01:00
Louis
311b8ffbdf
Merge pull request #41426 from nextcloud/artonge/fix/live_photo_overlay
...
Use background to increase overlay contrast
2023-11-13 22:40:53 +01:00
Louis Chemineau
835c6f8627
Use background to increase overlay contrast
...
And limit it to files
Signed-off-by: Louis Chemineau <louis@chmn.me>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-11-13 19:10:42 +01:00
Julius Härtl
96eb00a861
Merge pull request #41416 from nextcloud/bugfix/preview-reset
2023-11-13 18:57:54 +01:00
Christoph Wurst
88fda7d1f4
Merge pull request #41401 from nextcloud/3rdparty-sabre-minor
...
chore: update sabre/vobject and sabre/event to latest minor
2023-11-13 18:29:40 +01:00
F. E Noel Nfebe
3e0f5eaa91
Merge pull request #41405 from nextcloud/bugfix/close-participants-filter-after-click
...
Close participants filter after click
2023-11-13 18:08:37 +01:00
nextcloud-command
7e94f782c1
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-11-13 16:00:37 +00:00
Benjamin Gaussorgues
8be988b645
Fix application search provider order
...
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2023-11-13 16:38:49 +01:00
Côme Chilliet
7495236034
Migrate memory_limit check to new SetupCheck API
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-11-13 15:55:46 +01:00
Julius Härtl
0d2e9a1b0a
fix: Only reset preview src if it used to fail before
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-11-13 15:55:46 +01:00
Joas Schilling
eaaf954753
Merge pull request #41417 from nextcloud/fix/noid/use-andWhere-not-where
...
fix(workflowengine): use andWhere() not second where()
2023-11-13 14:56:24 +01:00
Arthur Schiwon
93505b2cdd
fix(workflowengine): use andWhere() not second where()
...
- an unconditional where() condition is added right before
- fixes also wrongly named methods in the Exception message
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2023-11-13 14:47:47 +01:00
Benjamin Gaussorgues
0f694bec82
Merge pull request #41412 from nextcloud/fix/default-icon-white
...
Fix default icon: should be white instead of black
2023-11-13 14:37:34 +01:00
Joas Schilling
073ec6d217
Merge pull request #41406 from nextcloud/bugfix/noid/log-exception-class-when-message-is-empty
...
fix(log): Log exception class when message is empty
2023-11-13 14:28:52 +01:00
Côme Chilliet
4882d40a0c
Merge pull request #41415 from nextcloud/fix/fix-caldav-tests-8.3
...
Fix dynamic property in CalDav tests
2023-11-13 13:38:34 +01:00
Joas Schilling
a5684ea3d2
fix(log): Log exception class when message is empty
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-11-13 12:45:35 +01:00