]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
10 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 5 Dec 2023 00:21:19 +0000 (00:21 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
10 months agoMerge pull request #42006 from nextcloud/bugfix/41448
Julius Härtl [Mon, 4 Dec 2023 21:09:55 +0000 (22:09 +0100)]
Merge pull request #42006 from nextcloud/bugfix/41448

10 months agochore(assets): Recompile assets 42006/head
nextcloud-command [Mon, 4 Dec 2023 19:56:52 +0000 (19:56 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
10 months agofix: Properly take show_hidden user setting into account for file listing
Julius Härtl [Mon, 4 Dec 2023 11:35:43 +0000 (12:35 +0100)]
fix: Properly take show_hidden user setting into account for file listing

Signed-off-by: Julius Härtl <jus@bitgrid.net>
10 months agoMerge pull request #41985 from nextcloud/pulsejet/fix-log-exception
Varun Patil [Mon, 4 Dec 2023 15:34:51 +0000 (07:34 -0800)]
Merge pull request #41985 from nextcloud/pulsejet/fix-log-exception

fix(dav): allow any throwable in logException

10 months agoMerge pull request #42008 from nextcloud/techdebt/noid/allow-to-load-multiple-metadat...
Joas Schilling [Mon, 4 Dec 2023 13:44:27 +0000 (14:44 +0100)]
Merge pull request #42008 from nextcloud/techdebt/noid/allow-to-load-multiple-metadata-with-1-query

fix(metadata): Allow to load metadata of multiple files at once

10 months agofix(metadata): Allow to load metadata of multiple files at once 42008/head
Joas Schilling [Mon, 4 Dec 2023 12:26:47 +0000 (13:26 +0100)]
fix(metadata): Allow to load metadata of multiple files at once

Signed-off-by: Joas Schilling <coding@schilljs.com>
10 months agoMerge pull request #41999 from nextcloud/bugfix/noid/handle-idn_to_utf8-returning...
Joas Schilling [Mon, 4 Dec 2023 10:46:27 +0000 (11:46 +0100)]
Merge pull request #41999 from nextcloud/bugfix/noid/handle-idn_to_utf8-returning-false

fix(security): Handle idn_to_utf8 returning false

10 months agofix(files): allow any throwable in logException 41985/head
Varun Patil [Sun, 3 Dec 2023 04:52:45 +0000 (20:52 -0800)]
fix(files): allow any throwable in logException

If a TypeError is passed here, it in turn causes a TypeError which
kills the rendering of the error page.

Signed-off-by: Varun Patil <varunpatil@ucla.edu>
10 months agoMerge pull request #41995 from nextcloud/fix/template-manager-templatedirectory-empty
Joas Schilling [Mon, 4 Dec 2023 09:39:50 +0000 (10:39 +0100)]
Merge pull request #41995 from nextcloud/fix/template-manager-templatedirectory-empty

fix(TemplateManager): Bail early if templatedirectory is empty

10 months agofix(security): Handle idn_to_utf8 returning false 41999/head
Joas Schilling [Mon, 4 Dec 2023 09:38:46 +0000 (10:38 +0100)]
fix(security): Handle idn_to_utf8 returning false

Signed-off-by: Joas Schilling <coding@schilljs.com>
10 months agofix(TemplateManager): Bail early if templatedirectory is empty 41995/head
Marcel Klehr [Mon, 4 Dec 2023 07:29:37 +0000 (08:29 +0100)]
fix(TemplateManager): Bail early if templatedirectory is empty

fixes #39266

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
10 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Mon, 4 Dec 2023 00:18:27 +0000 (00:18 +0000)]
Fix(l10n): Update translations from Transifex

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

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
10 months agoMerge pull request #41971 from nextcloud/enh/upgrade-disable-web-instructions
Daniel [Sat, 2 Dec 2023 16:04:32 +0000 (17:04 +0100)]
Merge pull request #41971 from nextcloud/enh/upgrade-disable-web-instructions

10 months agofeat(Updater/Admin): Clarify instructions for `upgrade.disable-web` 41971/head
Josh Richards [Fri, 1 Dec 2023 14:03:42 +0000 (09:03 -0500)]
feat(Updater/Admin): Clarify instructions for `upgrade.disable-web`

Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
10 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sat, 2 Dec 2023 00:21:18 +0000 (00:21 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
10 months agoMerge pull request #41953 from nextcloud/fix/files-favorite-icon-label
Ferdinand Thiessen [Fri, 1 Dec 2023 23:17:08 +0000 (00:17 +0100)]
Merge pull request #41953 from nextcloud/fix/files-favorite-icon-label

fix(files): Move aria-label for favorite icon from span to icon

10 months agochore: Compile assets 41953/head
Ferdinand Thiessen [Fri, 1 Dec 2023 03:06:34 +0000 (04:06 +0100)]
chore: Compile assets

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
10 months agofix(files): Remove aria-label from span and move to favorite icon
Ferdinand Thiessen [Fri, 1 Dec 2023 03:06:14 +0000 (04:06 +0100)]
fix(files): Remove aria-label from span and move to favorite icon

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
10 months agoMerge pull request #41916 from nextcloud/fix/41835/files--add-visible-label-to-webdav...
Grigorii K. Shartsev [Fri, 1 Dec 2023 20:10:52 +0000 (01:10 +0500)]
Merge pull request #41916 from nextcloud/fix/41835/files--add-visible-label-to-webdav-settings

fix(files): add visible label to webdav URL in settings

10 months agochore(assets): recompile assets 41916/head
Grigorii K. Shartsev [Fri, 1 Dec 2023 19:57:01 +0000 (20:57 +0100)]
chore(assets): recompile assets

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
10 months agofix(files): add label for WebDAV URL in files settings
Grigorii K. Shartsev [Wed, 29 Nov 2023 21:47:26 +0000 (22:47 +0100)]
fix(files): add label for WebDAV URL in files settings

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
10 months agoMerge pull request #41942 from nextcloud/update/nextcloud-vue
Joas Schilling [Fri, 1 Dec 2023 18:32:49 +0000 (19:32 +0100)]
Merge pull request #41942 from nextcloud/update/nextcloud-vue

chore: Update `@nextcloud/vue` to 8.3.0

10 months agochore: Update `@nextcloud/vue` to 8.3.0 41942/head
Ferdinand Thiessen [Thu, 30 Nov 2023 16:42:53 +0000 (17:42 +0100)]
chore: Update `@nextcloud/vue` to 8.3.0

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
10 months agoMerge pull request #41951 from nextcloud/fix/files-table-headers
Ferdinand Thiessen [Fri, 1 Dec 2023 17:03:42 +0000 (18:03 +0100)]
Merge pull request #41951 from nextcloud/fix/files-table-headers

fix(files): Remove confusing table header labels

10 months agoMerge pull request #40169 from nextcloud/enh/load-disabled-users-directly
Pytal [Fri, 1 Dec 2023 16:42:04 +0000 (08:42 -0800)]
Merge pull request #40169 from nextcloud/enh/load-disabled-users-directly

enh(settings): Load from disabled users endpoint

10 months agochore: Compile assets 41951/head
Ferdinand Thiessen [Fri, 1 Dec 2023 16:32:06 +0000 (17:32 +0100)]
chore: Compile assets

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
10 months agofix(files): Remove confusing table header labels
Ferdinand Thiessen [Fri, 1 Dec 2023 01:33:52 +0000 (02:33 +0100)]
fix(files): Remove confusing table header labels

For screen readers the table header was very verbose and confusing,
as the SR reads out e.g. "sort list by name button FILENAME" for every row / file.
Instead reduce it to "name button FILENAME" and add information about sorting to caption, as recommended by WCAG [1]

[1]: https://www.w3.org/WAI/ARIA/apg/patterns/table/examples/sortable-table/

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
10 months agoMerge pull request #41650 from nextcloud/enh/6428/ldap-group-admin-mapping
Arthur Schiwon [Fri, 1 Dec 2023 12:59:37 +0000 (13:59 +0100)]
Merge pull request #41650 from nextcloud/enh/6428/ldap-group-admin-mapping

feat(LDAP): implement IIsAdmin interface

10 months agoMerge pull request #41844 from nextcloud/fix/tp-api-covariance
Marcel Klehr [Fri, 1 Dec 2023 12:24:17 +0000 (13:24 +0100)]
Merge pull request #41844 from nextcloud/fix/tp-api-covariance

fix(TextProcessing): Add task type template param to IManager and registerTPProvider

10 months agofeat(LDAP): warn about demoting a group while promoting another 41650/head
Arthur Schiwon [Tue, 28 Nov 2023 21:07:29 +0000 (22:07 +0100)]
feat(LDAP): warn about demoting a group while promoting another

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
10 months agoenh(LDAP): add occ command to promote an LDAP group to admin
Arthur Schiwon [Tue, 21 Nov 2023 20:32:55 +0000 (21:32 +0100)]
enh(LDAP): add occ command to promote an LDAP group to admin

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
10 months agoenh(LDAP): implement IIsAdmin interface
Arthur Schiwon [Tue, 21 Nov 2023 19:20:16 +0000 (20:20 +0100)]
enh(LDAP): implement IIsAdmin interface

- add configuration to specify one LDAP group acting as admin group (CLI)
- implement `isAdmin()` method, basically relying on inGroup against the
  configured group

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
10 months agofix(TextProcessing): Make task type template param covariant 41844/head
Marcel Klehr [Wed, 29 Nov 2023 09:55:12 +0000 (10:55 +0100)]
fix(TextProcessing): Make task type template param covariant

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
10 months agoMerge pull request #41958 from nextcloud/fix/cypress-global-search-modal
Andy Scherzinger [Fri, 1 Dec 2023 10:44:51 +0000 (11:44 +0100)]
Merge pull request #41958 from nextcloud/fix/cypress-global-search-modal

fix(cypress): Adjust user columns tests

10 months agoMerge pull request #41957 from nextcloud/feat/41458/add-ocs-endpoint-for-setting-ooo
Joas Schilling [Fri, 1 Dec 2023 09:24:05 +0000 (10:24 +0100)]
Merge pull request #41957 from nextcloud/feat/41458/add-ocs-endpoint-for-setting-ooo

feat(out-of-office): Add OCS endpoint to set and clear absence

10 months agofix(out-of-office)!: Remove non OCS endpoint 41957/head
Joas Schilling [Fri, 1 Dec 2023 08:17:02 +0000 (09:17 +0100)]
fix(out-of-office)!: Remove non OCS endpoint

Signed-off-by: Joas Schilling <coding@schilljs.com>
10 months agofix(cypress): Adjust user columns tests to be more specific when selecting a modal 41958/head
Ferdinand Thiessen [Thu, 30 Nov 2023 19:37:46 +0000 (20:37 +0100)]
fix(cypress): Adjust user columns tests to be more specific when selecting a modal

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
10 months agofeat(out-of-office): Migrate frontend to OCS endpoint
Joas Schilling [Fri, 1 Dec 2023 08:16:01 +0000 (09:16 +0100)]
feat(out-of-office): Migrate frontend to OCS endpoint

Signed-off-by: Joas Schilling <coding@schilljs.com>
10 months agofeat(out-of-office): Add OCS endpoint to set and clear absence
Joas Schilling [Fri, 1 Dec 2023 08:15:18 +0000 (09:15 +0100)]
feat(out-of-office): Add OCS endpoint to set and clear absence

Signed-off-by: Joas Schilling <coding@schilljs.com>
10 months agoMerge pull request #41931 from nextcloud/techdebt/noid/add-typing
Joas Schilling [Fri, 1 Dec 2023 07:00:00 +0000 (08:00 +0100)]
Merge pull request #41931 from nextcloud/techdebt/noid/add-typing

techdebt(Middleware): Add more specific array types so its clickable in IDEs

10 months agoMerge pull request #41928 from nextcloud/bugfix/noid/fix-copyright-headers
Joas Schilling [Fri, 1 Dec 2023 06:59:33 +0000 (07:59 +0100)]
Merge pull request #41928 from nextcloud/bugfix/noid/fix-copyright-headers

fix(copyright): Fix copyright doc blocks

10 months agoInvert parameter order in getDisabledUserList to be consistent 40169/head
Côme Chilliet [Thu, 19 Oct 2023 08:35:49 +0000 (10:35 +0200)]
Invert parameter order in getDisabledUserList to be consistent

This matches what was done in the calls and so fixes getting disabled
 user list when there are several backends returning disabled users.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
10 months agochore: compile assets
Christopher Ng [Mon, 16 Oct 2023 22:56:15 +0000 (15:56 -0700)]
chore: compile assets

Signed-off-by: Christopher Ng <chrng8@gmail.com>
10 months agoenh(settings): Load from disabled users endpoint
Christopher Ng [Thu, 31 Aug 2023 00:45:16 +0000 (17:45 -0700)]
enh(settings): Load from disabled users endpoint

Signed-off-by: Christopher Ng <chrng8@gmail.com>
10 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Fri, 1 Dec 2023 00:18:33 +0000 (00:18 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
10 months agoMerge pull request #41937 from nextcloud/bugfix/noid/dont-throw-500-when-max-delay...
Andy Scherzinger [Thu, 30 Nov 2023 20:53:49 +0000 (21:53 +0100)]
Merge pull request #41937 from nextcloud/bugfix/noid/dont-throw-500-when-max-delay-reached

fix(bruteforce-protection): Don't throw a 500 when MaxDelayReached is…

10 months agoMerge pull request #41885 from nextcloud/fix-enforced-options-share
F. E Noel Nfebe [Thu, 30 Nov 2023 20:45:28 +0000 (21:45 +0100)]
Merge pull request #41885 from nextcloud/fix-enforced-options-share

Improve share logic for enforced password & expiry date

10 months agoMerge pull request #41924 from nextcloud/artonge/debt/comment_sync_live_photos
Louis [Thu, 30 Nov 2023 16:33:01 +0000 (17:33 +0100)]
Merge pull request #41924 from nextcloud/artonge/debt/comment_sync_live_photos

Add comment in SyncLivePhotosListener

10 months agochore(assets): Recompile assets 41885/head
nextcloud-command [Thu, 30 Nov 2023 16:23:23 +0000 (16:23 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
10 months agoMerge pull request #41729 from nextcloud/disable-old-unified-search-default
F. E Noel Nfebe [Thu, 30 Nov 2023 16:17:52 +0000 (17:17 +0100)]
Merge pull request #41729 from nextcloud/disable-old-unified-search-default

Enable new global search by default

10 months agofix(bruteforce-protection): Don't throw a 500 when MaxDelayReached is thrown 41937/head
Joas Schilling [Thu, 30 Nov 2023 11:52:35 +0000 (12:52 +0100)]
fix(bruteforce-protection): Don't throw a 500 when MaxDelayReached is thrown

Signed-off-by: Joas Schilling <coding@schilljs.com>
10 months agoAdd comment in SyncLivePhotosListener 41924/head
Louis Chemineau [Thu, 30 Nov 2023 10:10:57 +0000 (11:10 +0100)]
Add comment in SyncLivePhotosListener

Signed-off-by: Louis Chemineau <louis@chmn.me>
10 months agotechdebt(Middleware): Add more specific array types so its clickable in IDEs 41931/head
Joas Schilling [Thu, 30 Nov 2023 11:27:08 +0000 (12:27 +0100)]
techdebt(Middleware): Add more specific array types so its clickable in IDEs

Signed-off-by: Joas Schilling <coding@schilljs.com>
10 months agoEnable new global search by default 41729/head
fenn-cs [Fri, 24 Nov 2023 09:40:36 +0000 (10:40 +0100)]
Enable new global search by default

The new global search would now be activated by default and users,
 have the option to revert to the old unified search by setting `unified_search.enabled`
to true in the NC `config.php` file.

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
10 months agoMerge pull request #41923 from nextcloud/fix/app-menu-icon-size
Andy Scherzinger [Thu, 30 Nov 2023 11:11:09 +0000 (12:11 +0100)]
Merge pull request #41923 from nextcloud/fix/app-menu-icon-size

fix(core): app icon alignment in app menu

10 months agoImprove share logic for enforced password & expiry date
fenn-cs [Wed, 29 Nov 2023 14:06:51 +0000 (15:06 +0100)]
Improve share logic for enforced password & expiry date

* It's possible for the admin to enforce and expiry date after, some
 shares have been created. This commit makes possible to update the
 share with the new admin constraints.

* This commit would users to modify enforced expiry to anything within
 range and less than the enforced limit in the pre-create dialog for public
 shares.

* This commit fixes, unable to update share without updating password.

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
10 months agofix(copyright): Fix copyright doc blocks 41928/head
Joas Schilling [Thu, 30 Nov 2023 10:53:47 +0000 (11:53 +0100)]
fix(copyright): Fix copyright doc blocks

Signed-off-by: Joas Schilling <coding@schilljs.com>
10 months agoMerge pull request #41799 from nextcloud/fix/revert-user-status-composer-classloader
Anna [Thu, 30 Nov 2023 10:26:17 +0000 (11:26 +0100)]
Merge pull request #41799 from nextcloud/fix/revert-user-status-composer-classloader

10 months agoMerge pull request #41808 from nextcloud/accessibility/breadcrumbs
Ferdinand Thiessen [Thu, 30 Nov 2023 10:12:19 +0000 (11:12 +0100)]
Merge pull request #41808 from nextcloud/accessibility/breadcrumbs

accessibility fix - changed the dir attribute to have valid value

10 months agochore(assets): recompile assets 41923/head
Grigorii K. Shartsev [Thu, 30 Nov 2023 09:54:42 +0000 (10:54 +0100)]
chore(assets): recompile assets

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
10 months agofix(core): app icon alignment in app menu
Grigorii K. Shartsev [Thu, 30 Nov 2023 09:53:04 +0000 (10:53 +0100)]
fix(core): app icon alignment in app menu

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
10 months agoMerge pull request #41765 from nextcloud/artonge/feat/sync_live_photos
Louis [Thu, 30 Nov 2023 09:33:42 +0000 (10:33 +0100)]
Merge pull request #41765 from nextcloud/artonge/feat/sync_live_photos

Synchronize operation on live photo files

10 months agoaccessibility fix - changed the dir attribute to have valid value, keeping previous... 41808/head
Eduardo Morales [Tue, 28 Nov 2023 17:20:52 +0000 (11:20 -0600)]
accessibility fix - changed the dir attribute to have valid value, keeping previous value as data-dir

Signed-off-by: Eduardo Morales <emoral435@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
10 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Thu, 30 Nov 2023 00:22:32 +0000 (00:22 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
10 months agoMerge pull request #41911 from nextcloud/update/vue/master
Andy Scherzinger [Wed, 29 Nov 2023 22:58:07 +0000 (23:58 +0100)]
Merge pull request #41911 from nextcloud/update/vue/master

update @nextcloud/upload to 1.0.2

10 months agoupdate @nextcloud/uploader to 1.0.2 41911/head
root [Wed, 29 Nov 2023 15:50:45 +0000 (16:50 +0100)]
update @nextcloud/uploader to 1.0.2

Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
10 months agoMerge pull request #41771 from nextcloud/always-emit-search-event
Andy Scherzinger [Wed, 29 Nov 2023 21:09:48 +0000 (22:09 +0100)]
Merge pull request #41771 from nextcloud/always-emit-search-event

Always emit search event

10 months agoMerge pull request #41855 from nextcloud/bugfix/41352/fix-settings-app-icons
Joas Schilling [Wed, 29 Nov 2023 20:10:57 +0000 (21:10 +0100)]
Merge pull request #41855 from nextcloud/bugfix/41352/fix-settings-app-icons

fix(theming): Fix color inverted icons based on theming and dark mode

10 months agoAlways emit search event 41771/head
fenn-cs [Mon, 27 Nov 2023 12:45:28 +0000 (13:45 +0100)]
Always emit search event

For BOD, it's better to always emit the search event so
 apps (all of which we don't know) responding to this effect would receive notifications when
the search happens within these apps.

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
10 months agoMerge pull request #41785 from nextcloud/fix-open-search-result
Andy Scherzinger [Wed, 29 Nov 2023 18:44:58 +0000 (19:44 +0100)]
Merge pull request #41785 from nextcloud/fix-open-search-result

Migrate openResult method to SearchResult component

10 months agoSynchronize operation on live photo files 41765/head
Louis Chemineau [Wed, 29 Nov 2023 18:05:35 +0000 (19:05 +0100)]
Synchronize operation on live photo files

Signed-off-by: Louis Chemineau <louis@chmn.me>
10 months agoMigrate openResult method to SearchResult component 41785/head
fenn-cs [Tue, 28 Nov 2023 09:05:07 +0000 (10:05 +0100)]
Migrate openResult method to SearchResult component

After moving the `SearchResult` to its own component and leaving
 out the openResult method, the search results do not lead anywhere but
 but error out.

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
10 months agoFix more active entry icons 41855/head
Joas Schilling [Wed, 29 Nov 2023 11:01:20 +0000 (12:01 +0100)]
Fix more active entry icons

Signed-off-by: Joas Schilling <coding@schilljs.com>
10 months agofix(theming): Fix color inverted icons based on theming and dark mode
Joas Schilling [Wed, 29 Nov 2023 10:27:57 +0000 (11:27 +0100)]
fix(theming): Fix color inverted icons based on theming and dark mode

Signed-off-by: Joas Schilling <coding@schilljs.com>
10 months agoMerge pull request #41792 from nextcloud/avoid-mutating-prop
Ferdinand Thiessen [Wed, 29 Nov 2023 15:27:01 +0000 (16:27 +0100)]
Merge pull request #41792 from nextcloud/avoid-mutating-prop

Handle close GlobalSearchModal gracefully

10 months agoMerge pull request #41867 from nextcloud/update-mimetype-msg
Christoph Wurst [Wed, 29 Nov 2023 14:53:24 +0000 (15:53 +0100)]
Merge pull request #41867 from nextcloud/update-mimetype-msg

fix: change mime type for msg file

10 months agoMerge pull request #41816 from nextcloud/fix/dav/single-day-ooo
Christoph Wurst [Wed, 29 Nov 2023 14:52:28 +0000 (15:52 +0100)]
Merge pull request #41816 from nextcloud/fix/dav/single-day-ooo

fix(dav): Allow single-day out of office

10 months agochore(assets): Recompile assets 41792/head
nextcloud-command [Wed, 29 Nov 2023 14:22:58 +0000 (14:22 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
10 months agoHandle close GlobalSearchModal gracefully
fenn-cs [Tue, 28 Nov 2023 10:01:31 +0000 (11:01 +0100)]
Handle close GlobalSearchModal gracefully

The current close infrastructure modifies a prop which has
 no real effect aside bugs.

In addition, calling the `NcModal.close()` as the primary way to
 close the search modal instead of using the states defined in `GlobalSearch` view
 causing re-open bugs (Modal cannot open, needs to click twice, and other weird stuff).

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
10 months agoMerge pull request #41781 from nextcloud/minor-ui-updates-global-search
Andy Scherzinger [Wed, 29 Nov 2023 14:08:41 +0000 (15:08 +0100)]
Merge pull request #41781 from nextcloud/minor-ui-updates-global-search

UI updates for global search

10 months agoMerge pull request #41866 from nextcloud/fix/dav/login-timezone
Christoph Wurst [Wed, 29 Nov 2023 14:01:51 +0000 (15:01 +0100)]
Merge pull request #41866 from nextcloud/fix/dav/login-timezone

fix(dav): Prioritize timezone from core/login

10 months agofix(dav): Allow single-day out of office 41816/head
Christoph Wurst [Wed, 29 Nov 2023 07:57:54 +0000 (08:57 +0100)]
fix(dav): Allow single-day out of office

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
10 months agoMerge pull request #41703 from nextcloud/fix/dav/ooo-date-conversion
Christoph Wurst [Wed, 29 Nov 2023 13:09:54 +0000 (14:09 +0100)]
Merge pull request #41703 from nextcloud/fix/dav/ooo-date-conversion

fix(dav): Convert dates without tz drift

10 months agoFix date filter wording & improve search feedback 41781/head
fenn-cs [Mon, 27 Nov 2023 22:30:00 +0000 (23:30 +0100)]
Fix date filter wording & improve search feedback

- Show loading when actually loading, instead of no content
- Change modified label to `Date` as it applies to a bunch of things.

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
10 months agofix: change mime type for msg file 41867/head
Daniel Kesselberg [Wed, 29 Nov 2023 11:27:55 +0000 (12:27 +0100)]
fix: change mime type for msg file

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
10 months agofix(dav): Prioritize timezone from core/login 41866/head
Christoph Wurst [Wed, 29 Nov 2023 11:17:30 +0000 (12:17 +0100)]
fix(dav): Prioritize timezone from core/login

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
10 months agofix(dav): Timezone drift of OOO event 41703/head
Christoph Wurst [Thu, 23 Nov 2023 18:26:21 +0000 (19:26 +0100)]
fix(dav): Timezone drift of OOO event

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
10 months agofix(dav): Convert dates without tz drift
Christoph Wurst [Thu, 23 Nov 2023 18:15:47 +0000 (19:15 +0100)]
fix(dav): Convert dates without tz drift

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
10 months agoUnbold user names in SearchableList
fenn-cs [Mon, 27 Nov 2023 19:14:39 +0000 (20:14 +0100)]
Unbold user names in SearchableList

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
10 months agoImprove accesibility for search tags/chips
fenn-cs [Mon, 27 Nov 2023 19:03:23 +0000 (20:03 +0100)]
Improve accesibility for search tags/chips

- Use stand font of filter tags/chips
- No bold
- Use close icon and no close thick

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
10 months agoMerge pull request #41818 from nextcloud/techdebt/noid/clarify-ooo-return-data
Andy Scherzinger [Wed, 29 Nov 2023 09:49:17 +0000 (10:49 +0100)]
Merge pull request #41818 from nextcloud/techdebt/noid/clarify-ooo-return-data

fix(OOO): Make the returned data more explicit

10 months agoMerge pull request #41803 from nextcloud/register-eml-msg
Andy Scherzinger [Wed, 29 Nov 2023 08:29:17 +0000 (09:29 +0100)]
Merge pull request #41803 from nextcloud/register-eml-msg

fix: add mimetype for eml and msg

10 months agofix(OOO): Make the returned data more explicit 41818/head
Joas Schilling [Wed, 29 Nov 2023 08:14:05 +0000 (09:14 +0100)]
fix(OOO): Make the returned data more explicit

Signed-off-by: Joas Schilling <coding@schilljs.com>
10 months agoMerge pull request #41759 from nextcloud/fix/dav/ooo-form-mandatory-message
Christoph Wurst [Wed, 29 Nov 2023 07:54:25 +0000 (08:54 +0100)]
Merge pull request #41759 from nextcloud/fix/dav/ooo-form-mandatory-message

fix(dav): Make ooo settings a form and the message required

10 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Wed, 29 Nov 2023 00:20:25 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
10 months agoMerge pull request #41619 from nextcloud/fix/files--active-state-on-list-item-click
Grigorii K. Shartsev [Tue, 28 Nov 2023 22:35:41 +0000 (03:35 +0500)]
Merge pull request #41619 from nextcloud/fix/files--active-state-on-list-item-click

fix(files): remove focus outline on file list item click and make the link focusable

10 months agochore(assets): Recompile assets 41619/head
Grigorii K. Shartsev [Tue, 28 Nov 2023 21:52:17 +0000 (22:52 +0100)]
chore(assets): Recompile assets

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
10 months agorefactor(files): replace deprecated `is` attr on `<a>` with dynamic component
Grigorii K. Shartsev [Mon, 20 Nov 2023 14:03:15 +0000 (15:03 +0100)]
refactor(files): replace deprecated `is` attr on `<a>` with dynamic component

- Special attribute `is` is deprecated and removed in Vue 3
- It is confusing, that `<a>` element is rendered as `span` sometimes

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>