]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
7 months agochore: Compile assets 44031/head
Ferdinand Thiessen [Wed, 6 Mar 2024 12:23:17 +0000 (13:23 +0100)]
chore: Compile assets

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 months agofeat(settings): Limit markdown heading output to ensure consistent levels
Ferdinand Thiessen [Wed, 6 Mar 2024 12:21:19 +0000 (13:21 +0100)]
feat(settings): Limit markdown heading output to ensure consistent levels

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 months agofix: Allow markdown to limit the min heading level
Ferdinand Thiessen [Thu, 22 Feb 2024 15:44:35 +0000 (16:44 +0100)]
fix: Allow markdown to limit the min heading level

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 months agoMerge pull request #43764 from nextcloud/fix/user_ldap-ignore-unserialize-errors...
Côme Chilliet [Wed, 6 Mar 2024 12:04:20 +0000 (13:04 +0100)]
Merge pull request #43764 from nextcloud/fix/user_ldap-ignore-unserialize-errors-in-migration

fix(user_ldap): Ignore unserialize error in group membership migration

7 months agoMerge pull request #43999 from nextcloud/fix/user_ldap-catch-db-errors-when-updating...
Côme Chilliet [Wed, 6 Mar 2024 10:44:14 +0000 (11:44 +0100)]
Merge pull request #43999 from nextcloud/fix/user_ldap-catch-db-errors-when-updating-group-memberships

fix(user_ldap): Catch DB Exceptions when updating group memberships

7 months agoMerge pull request #43997 from nextcloud/fix/url_regex
Jonas [Wed, 6 Mar 2024 10:29:28 +0000 (11:29 +0100)]
Merge pull request #43997 from nextcloud/fix/url_regex

fix: Make URL pattern regexes match localhost and URLs with ports

7 months agoMerge pull request #43189 from nextcloud/42914-search-in-single-talk-room
F. E Noel Nfebe [Wed, 6 Mar 2024 10:07:23 +0000 (11:07 +0100)]
Merge pull request #43189 from nextcloud/42914-search-in-single-talk-room

Feat: Create filter-plugin architecture for unified search

7 months agoMerge pull request #44016 from nextcloud/fix/disable-app-again-if-failed
Pytal [Wed, 6 Mar 2024 09:39:41 +0000 (01:39 -0800)]
Merge pull request #44016 from nextcloud/fix/disable-app-again-if-failed

fix(settings): Disable app again if it breaks the files app

7 months agofix(user_ldap): Catch DB Exceptions when updating group memberships 43999/head
Côme Chilliet [Tue, 5 Mar 2024 11:57:04 +0000 (12:57 +0100)]
fix(user_ldap): Catch DB Exceptions when updating group memberships

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
7 months agofix(user_ldap): Ignore unserialize error in group membership migration 43764/head
Côme Chilliet [Thu, 22 Feb 2024 12:39:10 +0000 (13:39 +0100)]
fix(user_ldap): Ignore unserialize error in group membership migration

The memberships will be checked by the background job later and data
 will be added to the table anyway.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
7 months agoMerge pull request #44014 from nextcloud/fix/remove-base-php-unused-endpoint
Côme Chilliet [Wed, 6 Mar 2024 09:16:27 +0000 (10:16 +0100)]
Merge pull request #44014 from nextcloud/fix/remove-base-php-unused-endpoint

fix: Remove unused endpoint from base.php

7 months agochore(assets): Recompile assets 43997/head
nextcloud-command [Tue, 5 Mar 2024 16:27:15 +0000 (16:27 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
7 months agofix: Make URL pattern regexes match localhost and URLs with ports
Jonas [Tue, 5 Mar 2024 11:10:22 +0000 (12:10 +0100)]
fix: Make URL pattern regexes match localhost and URLs with ports

E.g. the file reference widget should work with links to Nextcloud on
localhost.

This adjusts the URL pattern regexes in server to be in sync with the
ones in `@nextcloud/vue`. See nextcloud-libraries/nextcloud-vue#5176
for further details.

Signed-off-by: Jonas <jonas@freesources.org>
7 months agoMerge pull request #43998 from nextcloud/bugfix/noid/add-fixme-to-migration-files...
Joas Schilling [Wed, 6 Mar 2024 08:27:58 +0000 (09:27 +0100)]
Merge pull request #43998 from nextcloud/bugfix/noid/add-fixme-to-migration-files-to-help-developers

fix(migrations): Help developers to add description and copyright info

7 months agochore(assets): Recompile assets 43189/head
nextcloud-command [Wed, 6 Mar 2024 01:12:15 +0000 (01:12 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
7 months agorefactor: migrate from vuex to pinia
fenn-cs [Mon, 19 Feb 2024 10:23:28 +0000 (11:23 +0100)]
refactor: migrate from vuex to pinia

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
7 months agofeat(core): create filter-plugin architecture for unified search
fenn-cs [Mon, 29 Jan 2024 11:20:05 +0000 (12:20 +0100)]
feat(core): create filter-plugin architecture for unified search

This commit introduces the mechanism for apps out of the call,
to add search filters to the unified search "Places" filter selector.

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
7 months agofix(settings): Disable app again if it breaks the files app 44016/head
Ferdinand Thiessen [Tue, 5 Mar 2024 23:28:08 +0000 (00:28 +0100)]
fix(settings): Disable app again if it breaks the files app

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 months agofix: Remove unused endpoint from base.php 44014/head
Côme Chilliet [Tue, 5 Mar 2024 22:56:27 +0000 (23:56 +0100)]
fix: Remove unused endpoint from base.php

It’s not called anymore, and app loading cannot break boot anymore

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
7 months agoMerge pull request #43944 from nextcloud/fix/settings--profile-federation-actions
John Molakvoæ [Tue, 5 Mar 2024 21:32:24 +0000 (22:32 +0100)]
Merge pull request #43944 from nextcloud/fix/settings--profile-federation-actions

fix(settings): emails actions a11y and design

7 months agochore(assets): Recompile assets 43944/head
Grigorii K. Shartsev [Tue, 5 Mar 2024 21:04:26 +0000 (22:04 +0100)]
chore(assets): Recompile assets

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
7 months agofix(settings): emails actions a11y and design
Grigorii K. Shartsev [Fri, 1 Mar 2024 17:59:03 +0000 (18:59 +0100)]
fix(settings): emails actions a11y and design

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
7 months agoMerge pull request #43252 from nextcloud/fix/sharing/locking-orphan-share-delete
John Molakvoæ [Tue, 5 Mar 2024 21:02:56 +0000 (22:02 +0100)]
Merge pull request #43252 from nextcloud/fix/sharing/locking-orphan-share-delete

fix(sharing): Avoid (dead)locking during orphan deletion

7 months agoMerge pull request #43903 from nextcloud/fix/dav/dirty-address-book-update
John Molakvoæ [Tue, 5 Mar 2024 21:00:08 +0000 (22:00 +0100)]
Merge pull request #43903 from nextcloud/fix/dav/dirty-address-book-update

fix(dav): Fix atomic addressbook update

7 months agoMerge pull request #44001 from nextcloud/fix/migrate-settings-logger-to-ts
John Molakvoæ [Tue, 5 Mar 2024 20:58:52 +0000 (21:58 +0100)]
Merge pull request #44001 from nextcloud/fix/migrate-settings-logger-to-ts

fix(settings): Migrate logger to TypeScript

7 months agoMerge pull request #43904 from nextcloud/fix/dav/dirty-caldav-updates
Richard Steinmetz [Tue, 5 Mar 2024 20:44:40 +0000 (21:44 +0100)]
Merge pull request #43904 from nextcloud/fix/dav/dirty-caldav-updates

fix(dav): Fix atomic calendar/subscription updates

7 months agofix(sharing): Avoid (dead)locking during orphan deletion 43252/head
Christoph Wurst [Thu, 1 Feb 2024 08:31:12 +0000 (09:31 +0100)]
fix(sharing): Avoid (dead)locking during orphan deletion

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
7 months agoMerge pull request #43941 from nextcloud/fix/files-open-text
John Molakvoæ [Tue, 5 Mar 2024 17:21:57 +0000 (18:21 +0100)]
Merge pull request #43941 from nextcloud/fix/files-open-text

fix(files): Open new file when created from template

7 months agoMerge pull request #43471 from nextcloud/cache-path-by-id
Robin Appelman [Tue, 5 Mar 2024 16:26:25 +0000 (17:26 +0100)]
Merge pull request #43471 from nextcloud/cache-path-by-id

Cache path by id

7 months agofix: codeowners frontend expertise path
John Molakvoæ [Tue, 5 Mar 2024 14:34:37 +0000 (15:34 +0100)]
fix: codeowners frontend expertise path

Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
7 months agochore: Compile assets 44001/head
Ferdinand Thiessen [Tue, 5 Mar 2024 11:59:31 +0000 (12:59 +0100)]
chore: Compile assets

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 months agofix(migrations): Help developers to add description and copyright info 43998/head
Joas Schilling [Tue, 5 Mar 2024 11:56:38 +0000 (12:56 +0100)]
fix(migrations): Help developers to add description and copyright info

Signed-off-by: Joas Schilling <coding@schilljs.com>
7 months agofix(settings): Refactor logger code to use Typescript
Ferdinand Thiessen [Mon, 19 Feb 2024 21:17:39 +0000 (22:17 +0100)]
fix(settings): Refactor logger code to use Typescript

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 months agoMerge pull request #43855 from nextcloud/feat/team-provider
Julius Härtl [Tue, 5 Mar 2024 10:57:07 +0000 (11:57 +0100)]
Merge pull request #43855 from nextcloud/feat/team-provider

Implement team provider api

7 months agoMerge pull request #43988 from nextcloud/fix/files-favorite
John Molakvoæ [Tue, 5 Mar 2024 10:51:49 +0000 (11:51 +0100)]
Merge pull request #43988 from nextcloud/fix/files-favorite

fix(files): Adjust sidebar - remove deprecated function calls and add aria label for favorite icon

7 months agoMerge pull request #43989 from nextcloud/fix/breadrcrumbs-not-showing-on-fixed-view...
John Molakvoæ [Tue, 5 Mar 2024 09:34:02 +0000 (10:34 +0100)]
Merge pull request #43989 from nextcloud/fix/breadrcrumbs-not-showing-on-fixed-view-width

Fix/breadrcrumbs not showing on fixed view width

7 months agoMerge pull request #43975 from nextcloud/search-optimize-fixes
Robin Appelman [Tue, 5 Mar 2024 09:26:40 +0000 (10:26 +0100)]
Merge pull request #43975 from nextcloud/search-optimize-fixes

Handle more cases in the MergeDistributive search query optimizer

7 months agofeat: Implement team provider api 43855/head
Julius Härtl [Mon, 26 Feb 2024 15:30:16 +0000 (16:30 +0100)]
feat: Implement team provider api

Signed-off-by: Julius Härtl <jus@bitgrid.net>
7 months agochore: compile assets 43989/head
Eduardo Morales [Tue, 5 Mar 2024 01:17:04 +0000 (19:17 -0600)]
chore: compile assets

Signed-off-by: Eduardo Morales <emoral435@gmail.com>
7 months agofix: fixed breadcrumbs not showing due to viewport width
Eduardo Morales [Tue, 5 Mar 2024 01:13:20 +0000 (19:13 -0600)]
fix: fixed breadcrumbs not showing due to viewport width

Signed-off-by: Eduardo Morales <emoral435@gmail.com>
7 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 5 Mar 2024 00:19:41 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 months agofix(files): Open new file when created from template 43941/head
Ferdinand Thiessen [Fri, 1 Mar 2024 17:03:22 +0000 (18:03 +0100)]
fix(files): Open new file when created from template

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 months agochore: Compile assets 43988/head
Ferdinand Thiessen [Mon, 4 Mar 2024 23:39:13 +0000 (00:39 +0100)]
chore: Compile assets

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
7 months agofix(files): Remove deprecated function calls from sidebar and add aria-label to favor...
Ferdinand Thiessen [Mon, 4 Mar 2024 23:38:39 +0000 (00:38 +0100)]
fix(files): Remove deprecated function calls from sidebar and add aria-label to favorite icon

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 months agoMerge pull request #43898 from nextcloud/artonge/fix/improve_files_versions_listing
John Molakvoæ [Mon, 4 Mar 2024 16:23:18 +0000 (17:23 +0100)]
Merge pull request #43898 from nextcloud/artonge/fix/improve_files_versions_listing

Improve files version listing

7 months agoMerge pull request #43914 from nextcloud/chore/bump-ncvue-to_8.8.1
John Molakvoæ [Mon, 4 Mar 2024 15:30:26 +0000 (16:30 +0100)]
Merge pull request #43914 from nextcloud/chore/bump-ncvue-to_8.8.1

chore(deps): Bump nextcloud/vue from `8.7.1` to `8.8.1`

7 months agochore: compile assets 43914/head
Christopher Ng [Mon, 4 Mar 2024 15:22:22 +0000 (07:22 -0800)]
chore: compile assets

Signed-off-by: Christopher Ng <chrng8@gmail.com>
7 months agochore(deps): Bump nextcloud/vue from `8.7.1` to `8.8.1`
julia.kirschenheuter [Thu, 29 Feb 2024 14:36:11 +0000 (15:36 +0100)]
chore(deps): Bump nextcloud/vue from `8.7.1` to `8.8.1`

Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
7 months agoMerge pull request #43906 from nextcloud/enh/migrate-ssl-url-setupcheck
Côme Chilliet [Mon, 4 Mar 2024 14:54:47 +0000 (15:54 +0100)]
Merge pull request #43906 from nextcloud/enh/migrate-ssl-url-setupcheck

feat(settings): Migrate SSL access and URL generation check to SetupCheck API

7 months agoMerge pull request #43791 from nextcloud/share-api-cleanup
Robin Appelman [Mon, 4 Mar 2024 14:46:09 +0000 (15:46 +0100)]
Merge pull request #43791 from nextcloud/share-api-cleanup

Share api cleanup

7 months agoMerge pull request #43950 from nextcloud/dependabot/npm_and_yarn/libphonenumber-js...
Pytal [Mon, 4 Mar 2024 14:16:35 +0000 (06:16 -0800)]
Merge pull request #43950 from nextcloud/dependabot/npm_and_yarn/libphonenumber-js-1.10.57

chore(deps): Bump libphonenumber-js from 1.10.56 to 1.10.57

7 months agoMerge pull request #43972 from nextcloud/fix/fetch-custom-appstore
Julius Härtl [Mon, 4 Mar 2024 14:00:26 +0000 (15:00 +0100)]
Merge pull request #43972 from nextcloud/fix/fetch-custom-appstore

fix: Fetch custom app store url without internet connection

7 months agofix: handle cases where non-binary operators are mixed in for optimizing search queries 43975/head
Robin Appelman [Mon, 4 Mar 2024 13:25:10 +0000 (14:25 +0100)]
fix: handle cases where non-binary operators are mixed in for optimizing search queries

Signed-off-by: Robin Appelman <robin@icewind.nl>
7 months agofix: don't short circuit query optimizer
Robin Appelman [Mon, 4 Mar 2024 10:39:14 +0000 (11:39 +0100)]
fix: don't short circuit query optimizer

Signed-off-by: Robin Appelman <robin@icewind.nl>
7 months agotest: Additional tests for issue #35776
Dariusz Olszewski [Sun, 25 Feb 2024 20:11:27 +0000 (21:11 +0100)]
test: Additional tests for issue #35776

Signed-off-by: Dariusz Olszewski <starypatyk@users.noreply.github.com>
7 months agoperf: cache path by id to speedup getting nodes by id 43471/head
Robin Appelman [Fri, 16 Feb 2024 11:34:07 +0000 (12:34 +0100)]
perf: cache path by id to speedup getting nodes by id

Signed-off-by: Robin Appelman <robin@icewind.nl>
7 months agoperf: switch places that always use the first getById result to getFirstNodeById
Robin Appelman [Fri, 9 Feb 2024 08:54:52 +0000 (09:54 +0100)]
perf: switch places that always use the first getById result to getFirstNodeById

Signed-off-by: Robin Appelman <robin@icewind.nl>
7 months agochore(deps): Bump libphonenumber-js from 1.10.56 to 1.10.57 43950/head
dependabot[bot] [Sat, 2 Mar 2024 02:02:35 +0000 (02:02 +0000)]
chore(deps): Bump libphonenumber-js from 1.10.56 to 1.10.57

Bumps [libphonenumber-js](https://gitlab.com/catamphetamine/libphonenumber-js) from 1.10.56 to 1.10.57.
- [Changelog](https://gitlab.com/catamphetamine/libphonenumber-js/blob/master/CHANGELOG.md)
- [Commits](https://gitlab.com/catamphetamine/libphonenumber-js/compare/v1.10.56...v1.10.57)

---
updated-dependencies:
- dependency-name: libphonenumber-js
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
7 months agofix: Fetch custom app store url without internet connection 43972/head
Julius Härtl [Mon, 4 Mar 2024 08:44:19 +0000 (09:44 +0100)]
fix: Fetch custom app store url without internet connection

Signed-off-by: Julius Härtl <jus@bitgrid.net>
7 months agofeat: add interface to get only a single node by id instead of all nodes for the id
Robin Appelman [Thu, 8 Feb 2024 10:34:22 +0000 (11:34 +0100)]
feat: add interface to get only a single node by id instead of all nodes for the id

this should be enough in most(?) cases and makes efficient implementation and caching easier

Signed-off-by: Robin Appelman <robin@icewind.nl>
7 months agoMerge pull request #43959 from nextcloud/fix/docs-iurlgenerator
Ferdinand Thiessen [Mon, 4 Mar 2024 11:05:00 +0000 (12:05 +0100)]
Merge pull request #43959 from nextcloud/fix/docs-iurlgenerator

fix(IUrlGenerator): Add `throws` documentation for `imagePath` function

7 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Mon, 4 Mar 2024 00:19:54 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 months agoMerge pull request #43951 from nextcloud/dependabot/npm_and_yarn/webdav-5.4.0
dependabot[bot] [Sun, 3 Mar 2024 20:07:38 +0000 (20:07 +0000)]
Merge pull request #43951 from nextcloud/dependabot/npm_and_yarn/webdav-5.4.0

7 months agochore(deps): Bump webdav from 5.3.2 to 5.4.0 43951/head
dependabot[bot] [Sat, 2 Mar 2024 02:59:49 +0000 (02:59 +0000)]
chore(deps): Bump webdav from 5.3.2 to 5.4.0

Bumps [webdav](https://github.com/perry-mitchell/webdav-client) from 5.3.2 to 5.4.0.
- [Changelog](https://github.com/perry-mitchell/webdav-client/blob/master/CHANGELOG.md)
- [Commits](https://github.com/perry-mitchell/webdav-client/compare/v5.3.2...v5.4.0)

---
updated-dependencies:
- dependency-name: webdav
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
7 months agoMerge pull request #43962 from alexanderdd/patch-1
Andy Scherzinger [Sun, 3 Mar 2024 10:13:51 +0000 (11:13 +0100)]
Merge pull request #43962 from alexanderdd/patch-1

in text: "bruteforce" > "brute force"

7 months agoin text: "bruteforce" > "brute force" 43962/head
Alexander Müller [Sun, 3 Mar 2024 08:10:29 +0000 (09:10 +0100)]
in text: "bruteforce" > "brute force"

In description text we should use correct spelling which is "brute force" or "brute-force", not "bruteforce".

In other parts of the documentation, "brute force" is used: https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/bruteforce_configuration.html

See also https://en.wikipedia.org/wiki/Brute-force_attack

Signed-off-by: Alexander Müller <28591861+alexanderdd@users.noreply.github.com>
7 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sun, 3 Mar 2024 00:19:15 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 months agofix(IUrlGenerator): Add `throws` documentation for `imagePath` function 43959/head
Ferdinand Thiessen [Sat, 2 Mar 2024 20:33:50 +0000 (21:33 +0100)]
fix(IUrlGenerator): Add `throws` documentation for `imagePath` function

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sat, 2 Mar 2024 00:19:04 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 months agoMerge pull request #43057 from nextcloud/feat/cache-authtoken
John Molakvoæ [Fri, 1 Mar 2024 13:47:43 +0000 (14:47 +0100)]
Merge pull request #43057 from nextcloud/feat/cache-authtoken

7 months agoMerge pull request #43665 from nextcloud/43365-unified-search-filter-view-fix
John Molakvoæ [Fri, 1 Mar 2024 10:01:57 +0000 (11:01 +0100)]
Merge pull request #43665 from nextcloud/43365-unified-search-filter-view-fix

7 months agoMerge pull request #43896 from nextcloud/artonge/fix/version_creation_of_empty_files
Louis [Fri, 1 Mar 2024 09:12:37 +0000 (10:12 +0100)]
Merge pull request #43896 from nextcloud/artonge/fix/version_creation_of_empty_files

Do not create a new version for empty files

7 months agoMerge pull request #43921 from nextcloud/dependabot/github_actions/github-actions...
John Molakvoæ [Fri, 1 Mar 2024 07:57:32 +0000 (08:57 +0100)]
Merge pull request #43921 from nextcloud/dependabot/github_actions/github-actions-145a57c0cf

7 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Fri, 1 Mar 2024 00:38:32 +0000 (00:38 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 months agochore(deps): Bump the github-actions group with 4 updates 43921/head
dependabot[bot] [Thu, 29 Feb 2024 23:41:49 +0000 (23:41 +0000)]
chore(deps): Bump the github-actions group with 4 updates

Bumps the github-actions group with 4 updates: [andstor/file-existence-action](https://github.com/andstor/file-existence-action), [cypress-io/github-action](https://github.com/cypress-io/github-action), [codecov/codecov-action](https://github.com/codecov/codecov-action) and [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request).

Updates `andstor/file-existence-action` from 2.0.0 to 3.0.0
- [Release notes](https://github.com/andstor/file-existence-action/releases)
- [Commits](https://github.com/andstor/file-existence-action/compare/20b4d2e596410855db8f9ca21e96fbe18e12930b...076e0072799f4942c8bc574a82233e1e4d13e9d6)

Updates `cypress-io/github-action` from 6.6.0 to 6.6.1
- [Release notes](https://github.com/cypress-io/github-action/releases)
- [Changelog](https://github.com/cypress-io/github-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/cypress-io/github-action/compare/ebe8b24c4428922d0f793a5c4c96853a633180e3...1b70233146622b69e789ccdd4f9452adc638d25a)

Updates `codecov/codecov-action` from 3 to 4
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Commits](https://github.com/codecov/codecov-action/compare/v3...v4)

Updates `peter-evans/create-pull-request` from 5.0.2 to 6.0.1
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](https://github.com/peter-evans/create-pull-request/compare/153407881ec5c347639a548ade7d8ad1d6740e38...a4f52f8033a6168103c2538976c07b467e8163bc)

---
updated-dependencies:
- dependency-name: andstor/file-existence-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: cypress-io/github-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
7 months agofix(files_versions): Do not create a new version for empty files 43896/head
Louis Chemineau [Wed, 28 Feb 2024 15:06:16 +0000 (16:06 +0100)]
fix(files_versions): Do not create a new version for empty files

Signed-off-by: Louis Chemineau <louis@chmn.me>
7 months agofix(files_versions): Improve files version listing 43898/head
Louis Chemineau [Wed, 28 Feb 2024 16:01:59 +0000 (17:01 +0100)]
fix(files_versions): Improve files version listing

Signed-off-by: Louis Chemineau <louis@chmn.me>
7 months agochore(assets): Recompile assets 43665/head
nextcloud-command [Thu, 29 Feb 2024 19:48:22 +0000 (19:48 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
7 months agofeat(files): restore unified search filtering in files view
fenn-cs [Sat, 17 Feb 2024 22:27:12 +0000 (23:27 +0100)]
feat(files): restore unified search filtering in files view

The unified search emits, search events that other apps can subscribe to and
 react however they want to search queries, following
 4b55594f55ce4146ed93c50f71e6204a57d29612 and prior updates to migrate the Files
app ui to vue.js that feature was broken.

This commit reintroduces the feature using the current `FileList` implementation.

This commit also adds some logging to an empty exception handler.

Resolve : https://github.com/nextcloud/server/issues/43365

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
7 months agoMerge pull request #43908 from nextcloud/feat/migrate-data-directory-setup-check
Ferdinand Thiessen [Thu, 29 Feb 2024 16:42:19 +0000 (17:42 +0100)]
Merge pull request #43908 from nextcloud/feat/migrate-data-directory-setup-check

feat(settings): Migrate data directory protection check to `SetupCheck`

7 months agoMerge pull request #43876 from nextcloud/fix/breadcrumbs/fix-misaligned-text
Eduardo Morales [Thu, 29 Feb 2024 14:52:31 +0000 (08:52 -0600)]
Merge pull request #43876 from nextcloud/fix/breadcrumbs/fix-misaligned-text

fix: changed text alignment and icon logic

7 months agoMerge pull request #43897 from nextcloud/fix/move_out_profile_picture_federation...
Ferdinand Thiessen [Thu, 29 Feb 2024 13:42:06 +0000 (14:42 +0100)]
Merge pull request #43897 from nextcloud/fix/move_out_profile_picture_federation-action_from_the_heading_

fix(files): fix html structure on the profile page

7 months agochore: compile assets 43876/head
Eduardo Morales [Thu, 29 Feb 2024 13:02:56 +0000 (07:02 -0600)]
chore: compile assets

Signed-off-by: Eduardo Morales <emoral435@gmail.com>
7 months agofix: changed text alignment and icon logic
Eduardo Morales [Tue, 27 Feb 2024 16:42:05 +0000 (10:42 -0600)]
fix: changed text alignment and icon logic

Signed-off-by: Eduardo Morales <emoral435@gmail.com>
7 months agofeat(settings): Migrate data directory protection check to `SetupCheck` 43908/head
Ferdinand Thiessen [Thu, 29 Feb 2024 12:35:36 +0000 (13:35 +0100)]
feat(settings): Migrate data directory protection check to `SetupCheck`

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 months agoMerge pull request #42542 from nextcloud/aac-mimetype
John Molakvoæ [Thu, 29 Feb 2024 11:31:58 +0000 (12:31 +0100)]
Merge pull request #42542 from nextcloud/aac-mimetype

7 months agofeat(settings): Migrate SSL access and URL generation check to SetupCheck API 43906/head
Côme Chilliet [Thu, 29 Feb 2024 11:21:36 +0000 (12:21 +0100)]
feat(settings): Migrate SSL access and URL generation check to SetupCheck API

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
7 months agoMerge pull request #29988 from nextcloud/enh/hide-overwrites-from-disabled-apps-list
John Molakvoæ [Thu, 29 Feb 2024 10:47:50 +0000 (11:47 +0100)]
Merge pull request #29988 from nextcloud/enh/hide-overwrites-from-disabled-apps-list

7 months agochore(assets): Recompile assets 43897/head
nextcloud-command [Thu, 29 Feb 2024 08:49:41 +0000 (08:49 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
7 months agofix(dav): Fix atomic calendar/subscription updates 43904/head
Christoph Wurst [Thu, 29 Feb 2024 08:42:51 +0000 (09:42 +0100)]
fix(dav): Fix atomic calendar/subscription updates

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
7 months agofix(files): fix html structure on pre profile page
julia.kirschenheuter [Wed, 28 Feb 2024 15:40:51 +0000 (16:40 +0100)]
fix(files): fix html structure on pre profile page

Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
7 months agofix(dav): Fix atomic addressbook update 43903/head
Christoph Wurst [Thu, 29 Feb 2024 08:27:49 +0000 (09:27 +0100)]
fix(dav): Fix atomic addressbook update

Sabre executes the proppatch callback *after* calling updateAddressbook
and not synchronously. That means the code inside the callback was run
outside a database transaction. This moves the atomic helper into the
callback to create the expected transaction span.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
7 months agoMerge pull request #30957 from rotdrop/bugfix/collaboration-mail-plugin-fix-array...
John Molakvoæ [Thu, 29 Feb 2024 07:40:27 +0000 (08:40 +0100)]
Merge pull request #30957 from rotdrop/bugfix/collaboration-mail-plugin-fix-array-access-resulting-in-type-error

7 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Thu, 29 Feb 2024 00:20:21 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 months agoMerge pull request #43775 from nextcloud/enforce/forbidden_chars
John Molakvoæ [Wed, 28 Feb 2024 21:47:50 +0000 (22:47 +0100)]
Merge pull request #43775 from nextcloud/enforce/forbidden_chars

7 months agofix: Also expose forbidden filename character in the capabilities 43775/head
Ferdinand Thiessen [Fri, 23 Feb 2024 01:25:23 +0000 (02:25 +0100)]
fix: Also expose forbidden filename character in the capabilities

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 months agofix: Enforce forbidden filename characters on backend
Ferdinand Thiessen [Fri, 23 Feb 2024 01:22:12 +0000 (02:22 +0100)]
fix: Enforce forbidden filename characters on backend

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 months agoMerge pull request #41202 from nextcloud/pulsejet/fix-webdav
John Molakvoæ [Wed, 28 Feb 2024 21:18:43 +0000 (22:18 +0100)]
Merge pull request #41202 from nextcloud/pulsejet/fix-webdav

7 months agoMerge pull request #39244 from shdehnavi/refactor_dashboard_app
John Molakvoæ [Wed, 28 Feb 2024 19:41:34 +0000 (20:41 +0100)]
Merge pull request #39244 from shdehnavi/refactor_dashboard_app

7 months agoMerge pull request #43745 from nextcloud/feat/dav/write-default-calendar-url
Richard Steinmetz [Wed, 28 Feb 2024 19:08:55 +0000 (20:08 +0100)]
Merge pull request #43745 from nextcloud/feat/dav/write-default-calendar-url

feat(dav): update a principal's schedule-default-calendar-URL