]>
source.dussan.org Git - nextcloud-server.git/log
Misha M.-Kupriyanov [Fri, 15 Mar 2024 09:40:54 +0000 (10:40 +0100)]
feat: reduce available languages per config value "reduce_to_languages"
Example: restrict to en, de, es, fr, it' languages
./occ config:system:set reduce_to_languages 0 --value en
./occ config:system:set reduce_to_languages 1 --value de
./occ config:system:set reduce_to_languages 2 --value es
./occ config:system:set reduce_to_languages 3 --value fr
./occ config:system:set reduce_to_languages 4 --value it
Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
Daniel [Fri, 21 Jun 2024 09:11:06 +0000 (11:11 +0200)]
Merge pull request #45514 from nextcloud/bug/noid/fix-check-for-dark-avatar
fix: use different file name for generated dark avatars
Nextcloud bot [Fri, 21 Jun 2024 00:19:57 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Ferdinand Thiessen [Thu, 20 Jun 2024 23:39:54 +0000 (01:39 +0200)]
Merge pull request #39825 from nextcloud/fix/debounce-account-properties
Increase debounce delay when saving account properties
Christopher Ng [Fri, 11 Aug 2023 23:10:36 +0000 (16:10 -0700)]
fix: Increase debounce delay when saving account properties
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Louis [Thu, 20 Jun 2024 15:49:51 +0000 (17:49 +0200)]
Merge pull request #45984 from nextcloud/artonge/fix/click_while_renaming
Don't trigger action when renaming
nextcloud-command [Thu, 20 Jun 2024 14:41:08 +0000 (14:41 +0000)]
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Louis Chemineau [Wed, 19 Jun 2024 14:45:24 +0000 (16:45 +0200)]
fix(files): Don't react to clicks when renaming
Signed-off-by: Louis Chemineau <louis@chmn.me>
Richard Steinmetz [Thu, 20 Jun 2024 13:44:34 +0000 (15:44 +0200)]
Merge pull request #45999 from nextcloud/fix/caldav/shared-calendars-activity-umlauts
fix(caldav): encode calendar URIs with umlauts for activities
Ferdinand Thiessen [Thu, 20 Jun 2024 13:06:36 +0000 (15:06 +0200)]
Merge pull request #45161 from nextcloud/fix/import-axios
fix: Do not import from `axios` but only `@nextcloud/axios`
julien-nc [Thu, 20 Jun 2024 11:56:06 +0000 (13:56 +0200)]
Merge pull request #46003 from nextcloud/fix/noid/undeclared-context-write-task-type
Add missing ContextWrite default task type in task processing manager
Julien Veyssier [Thu, 20 Jun 2024 10:55:36 +0000 (12:55 +0200)]
fix(taskprocessing): missing GenerateEmoji default task type in manager::_getTaskTypes
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
Julien Veyssier [Thu, 20 Jun 2024 10:27:08 +0000 (12:27 +0200)]
fix(taskprocessing): missing ContextWrite default task type in manager::_getTaskTypes
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
Ferdinand Thiessen [Wed, 15 May 2024 09:25:22 +0000 (11:25 +0200)]
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Thu, 2 May 2024 20:14:17 +0000 (22:14 +0200)]
fix: Do not import from `axios` but only `@nextcloud/axios`
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Thu, 20 Jun 2024 10:28:31 +0000 (12:28 +0200)]
Merge pull request #45207 from nextcloud/fix/webdav-aja
fix(dav): Try basic auth for ajax WebDAV requests
Louis [Thu, 20 Jun 2024 10:16:29 +0000 (12:16 +0200)]
Merge pull request #45688 from nextcloud/artonge/fix/show_non_writable_folders
Show non writable folders during move or copy
Richard Steinmetz [Thu, 20 Jun 2024 08:58:46 +0000 (10:58 +0200)]
Merge pull request #45980 from nextcloud/fix/theming/update-warning
fix(theming): properly apply warning style to update output
Richard Steinmetz [Thu, 20 Jun 2024 08:56:27 +0000 (10:56 +0200)]
fix(caldav): encode calendar URIs with umlauts for activities
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
Louis [Thu, 20 Jun 2024 07:14:57 +0000 (09:14 +0200)]
Merge pull request #45958 from nextcloud/fix/renaming-file-version-when-number
fix(files_versions): renaming file version when its not a string
yemkareems [Thu, 20 Jun 2024 06:06:21 +0000 (11:36 +0530)]
Merge pull request #45845 from nextcloud/fix/log-rename-to-use-internal-path
fix: rename split into two as before rename and after rename
yemkareems [Thu, 20 Jun 2024 05:29:38 +0000 (10:59 +0530)]
Merge pull request #45580 from nextcloud/fix/44933/avoid-duplicate-inserts-in-systemtag-object-mapping
fix: avoid duplicate tag inserts by checking if the mapping exists already in db
yemkareems [Fri, 14 Jun 2024 04:44:44 +0000 (10:14 +0530)]
fix: renameParams named as renamedNodes and code changed accordingly as suggested in review comments
Signed-off-by: yemkareems <yemkareems@gmail.com>
yemkareems [Thu, 13 Jun 2024 12:05:15 +0000 (17:35 +0530)]
fix: rename params old path passed from before rename to after rename to have one log for rename event
Signed-off-by: yemkareems <yemkareems@gmail.com>
yemkareems [Thu, 13 Jun 2024 07:29:51 +0000 (12:59 +0530)]
fix: rename logged as beforeRename and afterRename, and in both place getInternalPath is used in place of getPath to make it consistent across the logs
Signed-off-by: yemkareems <yemkareems@gmail.com>
Nextcloud bot [Thu, 20 Jun 2024 00:19:55 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
nextcloud-command [Wed, 19 Jun 2024 22:37:03 +0000 (22:37 +0000)]
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Sanskar Soni [Mon, 10 Jun 2024 10:17:21 +0000 (15:47 +0530)]
fix(files_versions): renaming file version when its not a string
Signed-off-by: Sanskar Soni <sanskarsoni300@gmail.com>
Andy Scherzinger [Wed, 19 Jun 2024 19:46:11 +0000 (21:46 +0200)]
Merge pull request #45972 from nextcloud/fix/noid/copyIcon
Update copy icon to Material Design icon and checkmark in non-bold
Christoph Wurst [Wed, 19 Jun 2024 16:04:36 +0000 (18:04 +0200)]
Merge pull request #45968 from nextcloud/fix/dav/limit-sync-token-created-at-updates
fix(dav): Limit number of UPDATES for sync token created_at
Louis Chemineau [Thu, 13 Jun 2024 14:08:41 +0000 (16:08 +0200)]
fix(files): Show non writable folders during move or copy
Signed-off-by: Louis Chemineau <louis@chmn.me>
John Molakvoæ [Wed, 19 Jun 2024 15:04:42 +0000 (17:04 +0200)]
Merge pull request #45963 from nextcloud/artonge/fix/openfile
nextcloud-command [Wed, 19 Jun 2024 13:58:18 +0000 (13:58 +0000)]
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Richard Steinmetz [Wed, 19 Jun 2024 13:44:21 +0000 (15:44 +0200)]
fix(theming): properly apply warning style to update output
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
Christoph Wurst [Wed, 19 Jun 2024 10:30:32 +0000 (12:30 +0200)]
fix(dav): Limit number of UPDATES for sync token created_at
Address book and calendar sync tokens have a created_at column in 26+
and we need to assign a current timestamp to the existing data at
upgrade so the data isn't cleaned up immediately. Updating the full
table is expensive and fails on clustered setups that limit transaction
size. We don't need a timestamp for the oldest rows so we can skip
updating them.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
nextcloud-command [Wed, 19 Jun 2024 09:55:38 +0000 (09:55 +0000)]
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Signed-off-by: Louis Chemineau <louis@chmn.me>
Louis Chemineau [Wed, 19 Jun 2024 09:18:57 +0000 (11:18 +0200)]
fix(files): Rename openFileInfo to fileInfo
And check if openFile is set in the URL before opening a file.
Signed-off-by: Louis Chemineau <louis@chmn.me>
Andy Scherzinger [Wed, 19 Jun 2024 12:33:18 +0000 (14:33 +0200)]
style: update copy icon to Material Design icon
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Richard Steinmetz [Wed, 19 Jun 2024 12:57:06 +0000 (14:57 +0200)]
Merge pull request #45969 from nextcloud/ci/phpunit-mysql/more-retries
ci(phpunit-mysql): increase mysql health check retries
Andy Scherzinger [Wed, 19 Jun 2024 11:47:05 +0000 (13:47 +0200)]
Merge pull request #45960 from nextcloud/chore/noid/spdxBatch17
Add SPDX header - batch 17
yemkareems [Wed, 19 Jun 2024 06:59:44 +0000 (12:29 +0530)]
fix: removed unused variable and check if tag ids are empty before starting the inserts
Signed-off-by: yemkareems <yemkareems@gmail.com>
yemkareems [Thu, 30 May 2024 10:08:06 +0000 (15:38 +0530)]
fix: filtering tags based on existing tags and doing a transaction around the select and insert
Signed-off-by: yemkareems <yemkareems@gmail.com>
yemkareems [Thu, 30 May 2024 09:09:58 +0000 (14:39 +0530)]
fix: do a select in systemtag_object_mapping to see if tag exists already in db. if it does not exist alone insert the same or else do nothing
Signed-off-by: yemkareems <yemkareems@gmail.com>
Richard Steinmetz [Wed, 19 Jun 2024 10:36:16 +0000 (12:36 +0200)]
ci(phpunit-mysql): increase mysql health check retries
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
nextcloud-command [Wed, 19 Jun 2024 10:22:05 +0000 (10:22 +0000)]
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Andy Scherzinger [Wed, 19 Jun 2024 10:00:24 +0000 (12:00 +0200)]
docs: Add REUSE compliance status badge
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger [Wed, 19 Jun 2024 09:54:47 +0000 (11:54 +0200)]
ci: Add REUSE compliance check
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger [Tue, 18 Jun 2024 14:46:56 +0000 (16:46 +0200)]
chore: Add SPDX header
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Robin Appelman [Wed, 19 Jun 2024 09:09:15 +0000 (11:09 +0200)]
Merge pull request #45930 from nextcloud/repair-mimetype-expensive
fix: move repair mimetype repair step to the expensive steps
Richard Steinmetz [Wed, 19 Jun 2024 06:10:24 +0000 (08:10 +0200)]
Merge pull request #45957 from nextcloud/perf/cache-storage-stats-header
perf: Tell browsers to cache storage stats endpoint as it is cached
Nextcloud bot [Wed, 19 Jun 2024 00:20:28 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Andy Scherzinger [Tue, 18 Jun 2024 21:32:58 +0000 (23:32 +0200)]
Merge pull request #45952 from nextcloud/fix/noid/spdxLicenseIdentifier
Fix license information extracted from built assets
Julius Härtl [Tue, 18 Jun 2024 21:00:17 +0000 (23:00 +0200)]
perf: Tell browsers to cache storage stats endpoint as it is cached
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Pytal [Tue, 18 Jun 2024 18:58:43 +0000 (11:58 -0700)]
Merge pull request #45685 from nextcloud/feat/emit-users-loaded
feat(settings): Emit loaded event for user management
nextcloud-command [Tue, 18 Jun 2024 18:40:31 +0000 (18:40 +0000)]
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Christopher Ng [Wed, 5 Jun 2024 21:52:47 +0000 (14:52 -0700)]
feat(settings): Emit loaded event for user management
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Andy Scherzinger [Tue, 18 Jun 2024 15:29:30 +0000 (17:29 +0200)]
Merge pull request #45228 from smokris/heartbeat-route
fix(settings): define a 'heartbeat' route, so SecurityHeaders can handle redirected root
nextcloud-command [Tue, 18 Jun 2024 14:27:21 +0000 (14:27 +0000)]
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Ferdinand Thiessen [Tue, 18 Jun 2024 15:25:55 +0000 (17:25 +0200)]
chore: Remove duplicates from `dep5`
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Tue, 18 Jun 2024 15:26:31 +0000 (17:26 +0200)]
chore: Switch order of license texts in `.license` files
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Tue, 18 Jun 2024 14:54:19 +0000 (16:54 +0200)]
chore: Adjust SPDX tool to multiple line licenses instead of `AND` chained
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Andy Scherzinger [Tue, 18 Jun 2024 12:38:43 +0000 (14:38 +0200)]
fix: hard-wire licenses until new versions are published shipping the SPDX listed license strings
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Côme Chilliet [Tue, 18 Jun 2024 14:33:31 +0000 (16:33 +0200)]
fix(tests): Strong type property $router in RouterTest
Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com>
Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Richard Steinmetz [Tue, 18 Jun 2024 13:24:37 +0000 (15:24 +0200)]
Merge pull request #45945 from nextcloud/perf/upgrade-reset-steps
perf: Avoid reusing previous migration steps
John Molakvoæ [Tue, 18 Jun 2024 13:11:50 +0000 (15:11 +0200)]
Merge pull request #45889 from nextcloud/fix/noid/cypress-local-changes
John Molakvoæ [Tue, 18 Jun 2024 13:08:44 +0000 (15:08 +0200)]
Merge pull request #45894 from nextcloud/test/cypress/changes-ci
Robin Appelman [Tue, 18 Jun 2024 09:27:29 +0000 (11:27 +0200)]
feat: add setup check for needed mimetype migrations
Signed-off-by: Robin Appelman <robin@icewind.nl>
Richard Steinmetz [Tue, 18 Jun 2024 11:57:42 +0000 (13:57 +0200)]
Merge pull request #45866 from nextcloud/bug/45697/disable-previews-two
fix(preview): don't create folder structure when previews are disabled
Julius Härtl [Tue, 18 Jun 2024 09:55:08 +0000 (11:55 +0200)]
perf: Avoid reusing previous migration steps
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Ferdinand Thiessen [Mon, 6 May 2024 18:17:24 +0000 (20:17 +0200)]
fix(dav): Try basic auth for ajax WebDAV requests
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Daniel Kesselberg [Thu, 13 Jun 2024 14:02:30 +0000 (16:02 +0200)]
fix(preview): don't create folder structure when previews are disabled
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Nextcloud bot [Tue, 18 Jun 2024 00:20:27 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Andy Scherzinger [Mon, 17 Jun 2024 22:37:00 +0000 (00:37 +0200)]
Merge pull request #45916 from nextcloud/fix/noid/versionsIcon
Align app icon for versions with right sidebar used icon
Arthur Schiwon [Mon, 17 Jun 2024 20:53:21 +0000 (22:53 +0200)]
Merge pull request #33581 from nextcloud/share-lazy-user
use LazyUser in DefaultShareProvider
Côme Chilliet [Mon, 17 Jun 2024 16:09:59 +0000 (18:09 +0200)]
fix(tests): Fix tests with new LazyUser usage in DefaultShareProvider
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Robin Appelman [Wed, 17 Aug 2022 12:29:32 +0000 (14:29 +0200)]
use LazyUser in DefaultShareProvider
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Mon, 17 Jun 2024 15:10:25 +0000 (17:10 +0200)]
fix: move repair mimetype repair step to the expensive steps
Signed-off-by: Robin Appelman <robin@icewind.nl>
Arthur Schiwon [Mon, 17 Jun 2024 14:32:41 +0000 (16:32 +0200)]
Merge pull request #45912 from nextcloud/fix/noid/3rdparty-check-ref
ci: use precise ref for 3rdparty check
Richard Steinmetz [Mon, 17 Jun 2024 11:31:47 +0000 (13:31 +0200)]
Merge pull request #45917 from nextcloud/fix/icons-themed
fix: Adjust icon generation to bring back themed icons
Robin Appelman [Mon, 17 Jun 2024 11:21:21 +0000 (13:21 +0200)]
Merge pull request #45582 from nextcloud/joblist-cleanup-by-id
delete background jobs by id when cleaning up
Ferdinand Thiessen [Mon, 17 Jun 2024 10:07:18 +0000 (12:07 +0200)]
fix: Adjust icon generation to bring back themed icons
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Andy Scherzinger [Mon, 17 Jun 2024 09:40:58 +0000 (11:40 +0200)]
fix: Align app icon for versions with right sidebar used icon
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Arthur Schiwon [Mon, 17 Jun 2024 09:25:28 +0000 (11:25 +0200)]
ci: use precise ref for 3rdparty check
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Ferdinand Thiessen [Mon, 17 Jun 2024 09:22:25 +0000 (11:22 +0200)]
Merge pull request #45900 from nextcloud/fix/files-versions-date
fix(files_versions): Use `NcDateTime` for proper translated version dates
Ferdinand Thiessen [Mon, 17 Jun 2024 08:39:37 +0000 (10:39 +0200)]
Merge pull request #45901 from nextcloud/automated/noid/master-update-psalm-baseline
[master] Update psalm-baseline.xml
Ferdinand Thiessen [Mon, 17 Jun 2024 08:38:52 +0000 (10:38 +0200)]
Merge pull request #45902 from nextcloud/fix/bump-delete-request-concurrency
fix(deleteAction): Bump up delete requests concurrency to 5
Côme Chilliet [Mon, 17 Jun 2024 07:42:49 +0000 (09:42 +0200)]
Merge pull request #45884 from nextcloud/fix/files-ownership-deny
fix(files): Properly handle denied ownership transfers
dependabot[bot] [Mon, 17 Jun 2024 07:42:35 +0000 (07:42 +0000)]
Merge pull request #45885 from nextcloud/dependabot/npm_and_yarn/jquery-ui-dist-1.13.3
Ferdinand Thiessen [Sun, 16 Jun 2024 15:23:14 +0000 (17:23 +0200)]
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Sun, 16 Jun 2024 15:20:32 +0000 (17:20 +0200)]
fix(files_versions): Version name and date should be shrinkable to allow viewing on small screens
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Sun, 16 Jun 2024 15:19:18 +0000 (17:19 +0200)]
fix(files_versions): Use `NcDateTime` to ensure date is transalted properly
Also do not use filters, filters are deprecated and will make migration to Vue 3 harder.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Mon, 17 Jun 2024 07:20:37 +0000 (09:20 +0200)]
Merge pull request #45875 from nextcloud/fix/guest-enforce-theme
fix(theming): also apply enforced theme for guests
dependabot[bot] [Sat, 15 Jun 2024 01:22:52 +0000 (01:22 +0000)]
chore(deps): bump jquery-ui-dist from 1.13.2 to 1.13.3
Bumps [jquery-ui-dist](https://github.com/jquery/jquery-ui) from 1.13.2 to 1.13.3.
- [Release notes](https://github.com/jquery/jquery-ui/releases)
- [Commits](https://github.com/jquery/jquery-ui/compare/1.13.2...1.13.3)
---
updated-dependencies:
- dependency-name: jquery-ui-dist
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>
nextcloud-command [Mon, 17 Jun 2024 06:27:30 +0000 (06:27 +0000)]
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
fenn-cs [Mon, 17 Jun 2024 06:17:03 +0000 (07:17 +0100)]
fix(deleteAction): Bump up delete requests concurrency to 5
A concurrency of who is not efficient. Low throughput, underutilization, high latency etc...
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
nextcloud-command [Mon, 17 Jun 2024 02:26:44 +0000 (02:26 +0000)]
chore(tests): Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Nextcloud bot [Mon, 17 Jun 2024 00:19:21 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Andy Scherzinger [Sun, 16 Jun 2024 18:21:52 +0000 (20:21 +0200)]
Merge pull request #45893 from nextcloud/automated/noid/master-fix-npm-audit
[master] Fix npm audit
Andy Scherzinger [Sun, 16 Jun 2024 18:16:20 +0000 (20:16 +0200)]
Merge pull request #45833 from nextcloud/fix/properly-extract-licenses
chore: Properly extract copyright information from bundled packages
nextcloud-command [Sun, 16 Jun 2024 17:52:59 +0000 (17:52 +0000)]
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>