Commit Graph

70867 Commits

Author SHA1 Message Date
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
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
Daniel Kesselberg
170d3cf04b
chore: update sabre/vobject and sabre/event to latest minor
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2023-11-13 12:44:22 +01:00
Côme Chilliet
546c024f6c
Fix dynamic property in CalDav tests
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-11-13 12:40:44 +01:00
Marco
a8c1008c19
Merge branch 'master' into bugfix/close-participants-filter-after-click 2023-11-13 11:06:04 +00:00
Benjamin Gaussorgues
1e70f359bb
Fix default icon: should be white instead of black
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2023-11-13 11:16:03 +01:00
Christoph Wurst
c89016d5c3
Merge pull request #41407 from nextcloud/fix/userstatus/no-status-message-override-default-messages
fix(userstatus): Do not override message timestamp for default messages
2023-11-13 11:13:58 +01:00
Joas Schilling
476dcfdd6b
Merge pull request #41404 from nextcloud/bugfix/noid/workflow-issue-on-appdata
fix(workflow): Fix "Call to a member function getUID() on null" with …
2023-11-13 11:02:24 +01:00
Joas Schilling
0feb55ee93
Merge pull request #41271 from nextcloud/enh/text-processing-iprovider2
enh(TextProcessing): Add two new provider interfaces
2023-11-13 10:49:14 +01:00
Marco
7799f6701a Close participants filter after click
Signed-off-by: Marco <marcoambrosini@icloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-11-13 09:20:20 +00:00
Christoph Wurst
fc1dd985c8
fix(userstatus): Do not override message timestamp for default messages
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-11-13 09:53:28 +01:00
Joas Schilling
997a1c46fb
fix(workflow): Fix "Call to a member function getUID() on null" with appdata
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-11-13 09:00:40 +01:00
Nextcloud bot
36d370b216
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-13 00:25:08 +00:00
Ferdinand Thiessen
694c7e0689
Merge pull request #41389 from nextcloud/dependabot/npm_and_yarn/vueuse/integrations-10.6.0
chore(deps): Bump @vueuse/integrations from 10.5.0 to 10.6.0
2023-11-12 15:12:52 +01:00
Ferdinand Thiessen
e593c066a4
Merge pull request #41391 from nextcloud/dependabot/npm_and_yarn/regenerator-runtime-0.14.0
chore(deps): Bump regenerator-runtime from 0.13.11 to 0.14.0
2023-11-12 01:33:30 +01:00
Nextcloud bot
d3776e0e00
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-12 00:24:19 +00:00