]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
13 months agoMerge pull request #39993 from nextcloud/backport/39937/stable27
Joas Schilling [Tue, 22 Aug 2023 12:21:15 +0000 (14:21 +0200)]
Merge pull request #39993 from nextcloud/backport/39937/stable27

[stable27] feat(dashboard): implement widget item api v2

13 months agoFix(CI): Satisfy old psalm by being less specific 39993/head
Joas Schilling [Tue, 22 Aug 2023 11:15:13 +0000 (13:15 +0200)]
Fix(CI): Satisfy old psalm by being less specific

Signed-off-by: Joas Schilling <coding@schilljs.com>
13 months agochore(assets): Recompile JS
Joas Schilling [Tue, 22 Aug 2023 08:44:41 +0000 (10:44 +0200)]
chore(assets): Recompile JS

Signed-off-by: Joas Schilling <coding@schilljs.com>
13 months agofeat(dashboard): implement widget item api v2
Richard Steinmetz [Thu, 17 Aug 2023 13:09:30 +0000 (15:09 +0200)]
feat(dashboard): implement widget item api v2

This API enables the dashboard to render all widgets from the API data
alone without having apps to provide their own bundles. This saves a lot
of traffic and execution time as a lot less javascript has to be parsed
on the frontend.

Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
13 months agoMerge pull request #39934 from nextcloud/backport/39481/stable27
Julius Härtl [Tue, 22 Aug 2023 06:58:16 +0000 (08:58 +0200)]
Merge pull request #39934 from nextcloud/backport/39481/stable27

13 months agoMerge pull request #39949 from nextcloud/backport/39770/stable27
Julius Härtl [Tue, 22 Aug 2023 06:57:02 +0000 (08:57 +0200)]
Merge pull request #39949 from nextcloud/backport/39770/stable27

13 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 22 Aug 2023 00:52:06 +0000 (00:52 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
13 months agofix: don't emit Hooks when hookpaths are empty 39934/head
Anna Larch [Wed, 19 Jul 2023 14:39:04 +0000 (16:39 +0200)]
fix: don't emit Hooks when hookpaths are empty

Signed-off-by: Anna Larch <anna@nextcloud.com>
13 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Mon, 21 Aug 2023 00:27:51 +0000 (00:27 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
13 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sun, 20 Aug 2023 00:34:05 +0000 (00:34 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
13 months agoMerge pull request #39919 from nextcloud/fix/legacy-files-list-sorting
Ferdinand Thiessen [Sat, 19 Aug 2023 14:22:39 +0000 (16:22 +0200)]
Merge pull request #39919 from nextcloud/fix/legacy-files-list-sorting

[stable27] fix(files): Fix legacy files list sorting

13 months agofix(files): Fix legacy files list sorting 39919/head
Ferdinand Thiessen [Wed, 16 Aug 2023 18:11:31 +0000 (20:11 +0200)]
fix(files): Fix legacy files list sorting

The sorting was not saved since files2vue changes in Nextcloud 27, as a new API endpoint
was introduced and the old one was dropped without adjusting the legacy file list to use it.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
13 months agoMerge pull request #39962 from nextcloud/backport/39961/stable27
Joas Schilling [Sat, 19 Aug 2023 08:44:30 +0000 (10:44 +0200)]
Merge pull request #39962 from nextcloud/backport/39961/stable27

[stable27] fix(CS): Use the naming pattern for the URL scheme

13 months agochore: compile assets 39962/head
Christopher Ng [Sat, 19 Aug 2023 00:21:57 +0000 (17:21 -0700)]
chore: compile assets

Signed-off-by: Christopher Ng <chrng8@gmail.com>
13 months agofix(CS): Use the naming pattern for the URL scheme
Joas Schilling [Fri, 18 Aug 2023 10:52:16 +0000 (12:52 +0200)]
fix(CS): Use the naming pattern for the URL scheme

Signed-off-by: Joas Schilling <coding@schilljs.com>
(cherry picked from commit bf2a9aa46d886d9032f1c6f2e95e44aa97f30525)

13 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sat, 19 Aug 2023 00:34:11 +0000 (00:34 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
13 months agoMerge pull request #39947 from nextcloud/backport/39910/stable27
Joas Schilling [Fri, 18 Aug 2023 11:21:01 +0000 (13:21 +0200)]
Merge pull request #39947 from nextcloud/backport/39910/stable27

[stable27] fix(memcache): Fix comparison of Memcache configs to classes

14 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Fri, 18 Aug 2023 00:36:00 +0000 (00:36 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
14 months agofix: always use display name from correct backend 39949/head
Max [Wed, 9 Aug 2023 07:33:07 +0000 (09:33 +0200)]
fix: always use display name from correct backend

Overwrite the display name after the account is initialized
when using an instacne of IGetDisplayNameBackend.

Before when using a variation of user_oidc and registering
a Backend.php implementing IGetDisplayNameBackend
the personal setting page shows 'uid'.

The UserManager/AccountManager seems not to use consistently
the correct backend.

The correct backend is used in this sequence:

server/lib/private/TemplateLayout.php

          $userDisplayName = \OC_User::getDisplayName();
          $this->assign(user_displayname, $userDisplayName);

In the settings page, it definitely not calls the registered backend,
but seems to fall back to default Backend and shows (usually) uid
or a value from the standard account property table.

Signed-off-by: Max <max@nextcloud.com>
14 months agofix(memcache): Fix comparison of Memcache configs to classes 39947/head
Joas Schilling [Wed, 16 Aug 2023 14:01:00 +0000 (16:01 +0200)]
fix(memcache): Fix comparison of Memcache configs to classes

Signed-off-by: Joas Schilling <coding@schilljs.com>
14 months agoMerge pull request #39930 from nextcloud/backport/39906/stable27
Ferdinand Thiessen [Thu, 17 Aug 2023 13:59:41 +0000 (15:59 +0200)]
Merge pull request #39930 from nextcloud/backport/39906/stable27

[stable27] Prevent PHP warning when CacheEntry extension keys are not set

14 months agofix: Prevent PHP warnings when optional CacheEntry attributes are unset 39930/head
Ferdinand Thiessen [Wed, 16 Aug 2023 12:12:40 +0000 (14:12 +0200)]
fix: Prevent PHP warnings when optional CacheEntry attributes are unset

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
14 months agotests: Add test for CacheEntry getters
Ferdinand Thiessen [Wed, 16 Aug 2023 11:48:31 +0000 (13:48 +0200)]
tests: Add test for CacheEntry getters

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
14 months agoMerge pull request #39908 from nextcloud/release/27.1.0_beta_2 v27.1.0beta2
John Molakvoæ [Thu, 17 Aug 2023 08:10:15 +0000 (10:10 +0200)]
Merge pull request #39908 from nextcloud/release/27.1.0_beta_2

14 months agoMerge pull request #39921 from nextcloud/backport/39916/stable27
John Molakvoæ [Thu, 17 Aug 2023 06:07:24 +0000 (08:07 +0200)]
Merge pull request #39921 from nextcloud/backport/39916/stable27

14 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Thu, 17 Aug 2023 00:33:58 +0000 (00:33 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
14 months agotry to fix regression with public file upload button 39921/head
Simon L [Wed, 16 Aug 2023 16:21:11 +0000 (18:21 +0200)]
try to fix regression with public file upload button

Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
14 months agoMerge pull request #39873 from nextcloud/backport/39786/stable27
Julius Härtl [Wed, 16 Aug 2023 18:54:33 +0000 (20:54 +0200)]
Merge pull request #39873 from nextcloud/backport/39786/stable27

14 months agoMerge pull request #39913 from nextcloud/fix/stable27-filepicker-update
Ferdinand Thiessen [Wed, 16 Aug 2023 18:29:28 +0000 (20:29 +0200)]
Merge pull request #39913 from nextcloud/fix/stable27-filepicker-update

Update `@nextcloud/dialogs` to 4.2.0-beta.3 to fix FilePicker issues

14 months agoMerge pull request #39915 from nextcloud/backport/39884/stable27
Simon L [Wed, 16 Aug 2023 16:37:43 +0000 (18:37 +0200)]
Merge pull request #39915 from nextcloud/backport/39884/stable27

[stable27] adjust add button

14 months agochore(assets): Recompile assets 39915/head
nextcloud-command [Wed, 16 Aug 2023 16:15:10 +0000 (16:15 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
14 months agoaddress review
Simon L [Wed, 16 Aug 2023 10:41:44 +0000 (12:41 +0200)]
address review

Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
14 months agoadjust add button
Simon L [Tue, 15 Aug 2023 14:00:19 +0000 (16:00 +0200)]
adjust add button

Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
14 months agofix: Update `@nextcloud/dialogs` to 4.2.0-beta.3 to fix FilePicker issues 39913/head
Ferdinand Thiessen [Wed, 16 Aug 2023 15:05:47 +0000 (17:05 +0200)]
fix: Update `@nextcloud/dialogs` to 4.2.0-beta.3 to fix FilePicker issues

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
14 months agoMerge pull request #39904 from nextcloud/backport/38397/stable27
John Molakvoæ [Wed, 16 Aug 2023 13:44:16 +0000 (15:44 +0200)]
Merge pull request #39904 from nextcloud/backport/38397/stable27

14 months agofix: Also cleanup version metadata if expiring 39873/head
Julius Härtl [Thu, 10 Aug 2023 07:26:12 +0000 (09:26 +0200)]
fix: Also cleanup version metadata if expiring

Signed-off-by: Julius Härtl <jus@bitgrid.net>
14 months agoMerge pull request #39871 from nextcloud/backport/38714/stable27
John Molakvoæ [Wed, 16 Aug 2023 13:43:43 +0000 (15:43 +0200)]
Merge pull request #39871 from nextcloud/backport/38714/stable27

[stable27] select the fileid first when looking for incomplete files

14 months agoMerge pull request #39858 from nextcloud/backport/39568/stable27
John Molakvoæ [Wed, 16 Aug 2023 13:43:10 +0000 (15:43 +0200)]
Merge pull request #39858 from nextcloud/backport/39568/stable27

14 months agoMerge pull request #39817 from nextcloud/backport/39700/stable27
John Molakvoæ [Wed, 16 Aug 2023 13:42:43 +0000 (15:42 +0200)]
Merge pull request #39817 from nextcloud/backport/39700/stable27

14 months ago27.1.0 beta 2 39908/head
John Molakvoæ [Wed, 16 Aug 2023 13:37:08 +0000 (15:37 +0200)]
27.1.0 beta 2

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
14 months agoenh(contacts): show/hide addressbooks for all 39904/head
Johannes Merkel [Mon, 22 May 2023 13:25:16 +0000 (15:25 +0200)]
enh(contacts): show/hide addressbooks for all

Signed-off-by: Johannes Merkel <mail@johannesgge.de>
14 months agoMerge pull request #39893 from nextcloud/fix/stable27-filepicker-ref
Andy Scherzinger [Wed, 16 Aug 2023 05:38:23 +0000 (07:38 +0200)]
Merge pull request #39893 from nextcloud/fix/stable27-filepicker-ref

[stable27] Fix smart picker integration of new Vue based file picker

14 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Wed, 16 Aug 2023 00:25:46 +0000 (00:25 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
14 months agofix(files): Files reference picker migrated to new file picker 39893/head
Ferdinand Thiessen [Tue, 15 Aug 2023 18:40:42 +0000 (20:40 +0200)]
fix(files): Files reference picker migrated to new file picker

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
14 months agoMerge pull request #39887 from nextcloud/backport/39876/stable27
Pytal [Tue, 15 Aug 2023 16:55:04 +0000 (09:55 -0700)]
Merge pull request #39887 from nextcloud/backport/39876/stable27

14 months agoMerge pull request #39886 from nextcloud/backport/39885/stable27
Andy Scherzinger [Tue, 15 Aug 2023 15:53:58 +0000 (17:53 +0200)]
Merge pull request #39886 from nextcloud/backport/39885/stable27

[stable27] Bump Hub 5 -> Hub 6

14 months agofix(files_reminders): Delete reminders on node deleted 39887/head
Christopher Ng [Tue, 15 Aug 2023 01:09:24 +0000 (18:09 -0700)]
fix(files_reminders): Delete reminders on node deleted

Signed-off-by: Christopher Ng <chrng8@gmail.com>
14 months agofix(files_reminders): Always respect json output option
Christopher Ng [Tue, 15 Aug 2023 01:07:03 +0000 (18:07 -0700)]
fix(files_reminders): Always respect json output option

Signed-off-by: Christopher Ng <chrng8@gmail.com>
14 months agofix(files_reminders): Allow non-admin
Christopher Ng [Tue, 15 Aug 2023 01:05:14 +0000 (18:05 -0700)]
fix(files_reminders): Allow non-admin

Signed-off-by: Christopher Ng <chrng8@gmail.com>
14 months agoBUmp Hub 5 -> Hub 6 39886/head
Andy Scherzinger [Tue, 15 Aug 2023 15:00:05 +0000 (17:00 +0200)]
BUmp Hub 5 -> Hub 6

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
14 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 15 Aug 2023 00:59:46 +0000 (00:59 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
14 months agoMerge pull request #39855 from nextcloud/backport/39820/stable27
Pytal [Tue, 15 Aug 2023 00:15:43 +0000 (17:15 -0700)]
Merge pull request #39855 from nextcloud/backport/39820/stable27

14 months agoMerge pull request #39853 from nextcloud/manual/backport/39804/wrap-org-name-login...
F. E Noel Nfebe [Mon, 14 Aug 2023 20:33:20 +0000 (21:33 +0100)]
Merge pull request #39853 from nextcloud/manual/backport/39804/wrap-org-name-login-form

[stable27] Wrap long productName on login form

14 months agoWrap long productName on login form 39853/head
fenn-cs [Mon, 14 Aug 2023 20:01:37 +0000 (21:01 +0100)]
Wrap long productName on login form

Backport : #39848

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
14 months agoselect the fileid first when looking for incomplete files 39871/head
Robin Appelman [Thu, 8 Jun 2023 15:14:18 +0000 (17:14 +0200)]
select the fileid first when looking for incomplete files

this seems to improve mariadbs index selection

Signed-off-by: Robin Appelman <robin@icewind.nl>
14 months agoAdd l10n for files_reminders 39855/head
Christopher Ng [Fri, 11 Aug 2023 18:42:55 +0000 (11:42 -0700)]
Add l10n for files_reminders

Signed-off-by: Christopher Ng <chrng8@gmail.com>
14 months agocache calendar objects from calendarQuery 39858/head
Robin Appelman [Tue, 25 Jul 2023 16:09:11 +0000 (18:09 +0200)]
cache calendar objects from calendarQuery

Signed-off-by: Robin Appelman <robin@icewind.nl>
14 months agopreload shares for calendars when listing calendars
Robin Appelman [Tue, 25 Jul 2023 15:08:50 +0000 (17:08 +0200)]
preload shares for calendars when listing calendars

Signed-off-by: Robin Appelman <robin@icewind.nl>
14 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Mon, 14 Aug 2023 09:06:01 +0000 (09:06 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
14 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Mon, 14 Aug 2023 00:26:10 +0000 (00:26 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
14 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sun, 13 Aug 2023 00:25:10 +0000 (00:25 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
14 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sat, 12 Aug 2023 00:27:51 +0000 (00:27 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
14 months agofix: close cursor after reading the invitation 39817/head
Daniel Kesselberg [Thu, 3 Aug 2023 14:34:56 +0000 (16:34 +0200)]
fix: close cursor after reading the invitation

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
14 months agoMerge pull request #39813 from nextcloud/fix/bump-nextcloud-vue/7.12.2-in-stable27
Benjamin Gaussorgues [Fri, 11 Aug 2023 14:15:11 +0000 (16:15 +0200)]
Merge pull request #39813 from nextcloud/fix/bump-nextcloud-vue/7.12.2-in-stable27

[stable27] chore: update `@nextcloud-vue` to `v7.12.2`

14 months agochore: update `@nextcloud-vue` to `v7.12.2` 39813/head
Benjamin Gaussorgues [Fri, 11 Aug 2023 10:33:00 +0000 (12:33 +0200)]
chore: update `@nextcloud-vue` to `v7.12.2`

Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
14 months agoMerge pull request #39757 from nextcloud/release/27.1.0
John Molakvoæ [Fri, 11 Aug 2023 07:06:57 +0000 (09:06 +0200)]
Merge pull request #39757 from nextcloud/release/27.1.0

14 months agoMerge branch 'stable27' into release/27.1.0 39757/head
John Molakvoæ [Fri, 11 Aug 2023 07:06:46 +0000 (09:06 +0200)]
Merge branch 'stable27' into release/27.1.0

Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
14 months agoMerge pull request #39785 from nextcloud/backport/39741/stable27
John Molakvoæ [Fri, 11 Aug 2023 07:05:54 +0000 (09:05 +0200)]
Merge pull request #39785 from nextcloud/backport/39741/stable27

14 months agoMerge pull request #39746 from nextcloud/backport/39058/stable27
John Molakvoæ [Fri, 11 Aug 2023 07:05:36 +0000 (09:05 +0200)]
Merge pull request #39746 from nextcloud/backport/39058/stable27

14 months agoMerge pull request #39722 from nextcloud/backport/39698/stable27
John Molakvoæ [Fri, 11 Aug 2023 07:05:22 +0000 (09:05 +0200)]
Merge pull request #39722 from nextcloud/backport/39698/stable27

14 months agoMerge pull request #39710 from nextcloud/backport/39689/stable27
John Molakvoæ [Fri, 11 Aug 2023 07:05:05 +0000 (09:05 +0200)]
Merge pull request #39710 from nextcloud/backport/39689/stable27

14 months agoMerge pull request #38526 from nextcloud/backport/38520/stable27
John Molakvoæ [Fri, 11 Aug 2023 07:03:37 +0000 (09:03 +0200)]
Merge pull request #38526 from nextcloud/backport/38520/stable27

14 months agoImproved display of app links 38526/head
Jérôme Herbinet [Tue, 30 May 2023 14:35:45 +0000 (16:35 +0200)]
Improved display of app links

Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
14 months agoMerge pull request #39637 from nextcloud/backport/8c846ce1035052d9450495da2a056e31e85...
John Molakvoæ [Fri, 11 Aug 2023 06:21:02 +0000 (08:21 +0200)]
Merge pull request #39637 from nextcloud/backport/8c846ce1035052d9450495da2a056e31e8560899

14 months agochore(assets): Recompile assets 39637/head
nextcloud-command [Thu, 10 Aug 2023 12:02:28 +0000 (12:02 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
14 months agofeat(settings): Show supported apps on app settings if subscribed
Ferdinand Thiessen [Wed, 26 Jul 2023 20:55:50 +0000 (22:55 +0200)]
feat(settings): Show supported apps on app settings if subscribed

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
14 months agoMerge pull request #39799 from nextcloud/appecosystem-auth-stable27
John Molakvoæ [Fri, 11 Aug 2023 05:56:16 +0000 (07:56 +0200)]
Merge pull request #39799 from nextcloud/appecosystem-auth-stable27

14 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Fri, 11 Aug 2023 00:30:19 +0000 (00:30 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
14 months agoFix psalm ci (stub). Wrap server container with try-catch 39799/head
Andrey Borysenko [Wed, 2 Aug 2023 14:40:58 +0000 (17:40 +0300)]
Fix psalm ci (stub). Wrap server container with try-catch

Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
14 months agoadded Application Ecosystem V2 login handler
Alexander Piskun [Tue, 1 Aug 2023 11:50:59 +0000 (14:50 +0300)]
added Application Ecosystem V2 login handler

Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
14 months agoMerge pull request #39803 from nextcloud/feat/stable27-update-dialogs
Andy Scherzinger [Thu, 10 Aug 2023 23:36:14 +0000 (01:36 +0200)]
Merge pull request #39803 from nextcloud/feat/stable27-update-dialogs

[stable27] Update `@nextcloud/dialogs` for FilePicker design fixes

14 months agochore: Update `@nextcloud/dialogs` to 4.2.0-beta.2 for fixing FilePicker designs 39803/head
Ferdinand Thiessen [Thu, 10 Aug 2023 23:16:47 +0000 (01:16 +0200)]
chore: Update `@nextcloud/dialogs` to 4.2.0-beta.2 for fixing FilePicker designs

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
14 months agoMerge pull request #39793 from nextcloud/feat/vue-filepicker-27
Ferdinand Thiessen [Thu, 10 Aug 2023 23:07:51 +0000 (01:07 +0200)]
Merge pull request #39793 from nextcloud/feat/vue-filepicker-27

[stable27] Vue based FilePicker

14 months agofix: Move broken filepicker selenium tests to cypress 39793/head
Ferdinand Thiessen [Thu, 10 Aug 2023 17:39:08 +0000 (19:39 +0200)]
fix: Move broken filepicker selenium tests to cypress

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
14 months agofix(cypress): Fix the user theming cypress test for the new filepicker
Ferdinand Thiessen [Thu, 10 Aug 2023 13:49:20 +0000 (15:49 +0200)]
fix(cypress): Fix the user theming cypress test for the new filepicker

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
14 months agofeat: Add new Vue FilePicker from `@nextcloud/dialogs` and use it by default.
Ferdinand Thiessen [Thu, 10 Aug 2023 10:52:05 +0000 (12:52 +0200)]
feat: Add new Vue FilePicker from `@nextcloud/dialogs` and use it by default.

Still providing the legacy one until the Vue FilePicker is out of beta.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
14 months agoMerge pull request #39800 from nextcloud/backport/39798/stable27
Andy Scherzinger [Thu, 10 Aug 2023 21:23:02 +0000 (23:23 +0200)]
Merge pull request #39800 from nextcloud/backport/39798/stable27

[stable27] enh(files_reminders): Adjust reminder options

14 months agochore: compile assets 39800/head
Christopher Ng [Thu, 10 Aug 2023 17:52:13 +0000 (10:52 -0700)]
chore: compile assets

Signed-off-by: Christopher Ng <chrng8@gmail.com>
(cherry picked from commit 17cc3b36028d2d50f43b92acc7b2d0f2397c2710)

14 months agoenh(files_reminders): Adjust reminder options
Christopher Ng [Thu, 10 Aug 2023 17:48:17 +0000 (10:48 -0700)]
enh(files_reminders): Adjust reminder options

Signed-off-by: Christopher Ng <chrng8@gmail.com>
(cherry picked from commit 9d93588a5d757fb34cd851e0d140a8f8883120dc)

14 months agoMerge pull request #39794 from nextcloud/backport/39789/stable27
Julius Härtl [Thu, 10 Aug 2023 17:55:53 +0000 (19:55 +0200)]
Merge pull request #39794 from nextcloud/backport/39789/stable27

14 months agochore(assets): Recompile assets 39794/head
nextcloud-command [Thu, 10 Aug 2023 16:29:37 +0000 (16:29 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
14 months agofix: Pass proper viewer filename
Julius Härtl [Thu, 10 Aug 2023 09:02:11 +0000 (11:02 +0200)]
fix: Pass proper viewer filename

Signed-off-by: Julius Härtl <jus@bitgrid.net>
14 months agoMerge pull request #39783 from nextcloud/backport/39685/stable27
Andy Scherzinger [Thu, 10 Aug 2023 14:58:14 +0000 (16:58 +0200)]
Merge pull request #39783 from nextcloud/backport/39685/stable27

[stable27] feat: Set file reminders

14 months agoMerge pull request #39795 from nextcloud/backport/39780/stable27
Simon L [Thu, 10 Aug 2023 13:35:39 +0000 (15:35 +0200)]
Merge pull request #39795 from nextcloud/backport/39780/stable27

[stable27] log imaginary errors as info to not spam the server logs

14 months agolog imaginary errors as info to not spam the server logs 39795/head
Simon L [Wed, 9 Aug 2023 14:10:27 +0000 (16:10 +0200)]
log imaginary errors as info to not spam the server logs

Signed-off-by: Simon L <szaimen@e.mail.de>
14 months agoensure outerquery ->where() function doesn't clobber earier ->andWhere() 39785/head
Jamie McClelland [Mon, 7 Aug 2023 17:35:08 +0000 (13:35 -0400)]
ensure outerquery ->where() function doesn't clobber earier ->andWhere()

Signed-off-by: Jamie McClelland <jm@mayfirst.org>
14 months agooptimize calendar search query
Jamie McClelland [Mon, 7 Aug 2023 14:49:13 +0000 (10:49 -0400)]
optimize calendar search query

see https://github.com/nextcloud/calendar/issues/4758

Signed-off-by: Jamie McClelland <jm@mayfirst.org>
14 months agochore: compile assets 39783/head
Christopher Ng [Wed, 9 Aug 2023 17:45:02 +0000 (10:45 -0700)]
chore: compile assets

Signed-off-by: Christopher Ng <chrng8@gmail.com>
(cherry picked from commit 1d2ec6bb0bdf7e01f35c67104727b88b0a85f899)

14 months agoenh: set later today to 6pm
Christopher Ng [Wed, 9 Aug 2023 17:38:49 +0000 (10:38 -0700)]
enh: set later today to 6pm

Signed-off-by: Christopher Ng <chrng8@gmail.com>
(cherry picked from commit 9d43583b473d72aad1ce0912ec8c42204f99db89)

14 months agoenh: pass params in subject
Christopher Ng [Wed, 9 Aug 2023 17:20:32 +0000 (10:20 -0700)]
enh: pass params in subject

Signed-off-by: Christopher Ng <chrng8@gmail.com>
(cherry picked from commit 86db2d7f15f8507e9c563507491b7dba3c63e932)