]>
source.dussan.org Git - nextcloud-server.git/log
Daniel Kesselberg [Sun, 21 May 2023 19:55:09 +0000 (21:55 +0200)]
fix: remove cpu core detection for preview semaphore
The idea of automatically limiting the number of concurrent preview requests to the number of CPU cores is nice.
Unfortunately it's difficult to determinate the number of CPU cores (e.g. open_basedir, freebsd, etc.).
This patch removes the detection and set the default for requests (existing + new) to 8 and generation to 4.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Simon L [Fri, 21 Jul 2023 12:06:04 +0000 (14:06 +0200)]
Merge pull request #39008 from nextcloud/enh/noid/reorder-fonts
switch to bootstrap font-stack
Simon L [Fri, 21 Jul 2023 08:39:06 +0000 (10:39 +0200)]
fix tests
Signed-off-by: Simon L <szaimen@e.mail.de>
Marcel Klehr [Fri, 21 Jul 2023 09:20:31 +0000 (11:20 +0200)]
Merge pull request #38854 from nextcloud/enh/llm-api
Benjamin Gaussorgues [Fri, 21 Jul 2023 09:04:32 +0000 (11:04 +0200)]
Merge pull request #39264 from nextcloud/feat/add-instance-category
Add instance category while checking new updates
Julia Kirschenheuter [Fri, 21 Jul 2023 08:47:42 +0000 (10:47 +0200)]
Merge pull request #39476 from nextcloud/fix/36975-increase_contrast_on_action_buttons
Remove opacity on federation control action buttons
Julia Kirschenheuter [Fri, 21 Jul 2023 08:44:42 +0000 (10:44 +0200)]
Merge pull request #39460 from nextcloud/fix/39413-add-more-space-belowitem-preview-explanation
Add more space below item preview explanation
Pytal [Fri, 21 Jul 2023 02:22:57 +0000 (19:22 -0700)]
Merge pull request #39382 from nextcloud/enh/a11y-aria-modal
Nextcloud bot [Fri, 21 Jul 2023 00:24:21 +0000 (00:24 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Christopher Ng [Thu, 13 Jul 2023 22:21:55 +0000 (15:21 -0700)]
enh(a11y): Add aria-modal to dialogs
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Anna [Thu, 20 Jul 2023 21:49:12 +0000 (23:49 +0200)]
Merge pull request #39504 from nextcloud/fix/caldav/access-typed-searchquery-property-without-init
fix(caldav): Assign initial value to typed CalendarQuery properties
Robin Appelman [Thu, 20 Jul 2023 17:32:03 +0000 (19:32 +0200)]
Merge pull request #39367 from nextcloud/s3-fopen-exception
handle more exceptions in AmazonS3::fopen
Robin Appelman [Thu, 20 Jul 2023 17:30:21 +0000 (19:30 +0200)]
Merge pull request #39275 from nextcloud/log-backtrace
Add optional to add backtrace to log items
Robin Appelman [Thu, 20 Jul 2023 17:29:42 +0000 (19:29 +0200)]
Merge pull request #38930 from nextcloud/chunk-clean-failed
clean failed upload chunks
Robin Appelman [Thu, 20 Jul 2023 16:37:07 +0000 (18:37 +0200)]
Merge pull request #38860 from nextcloud/scanner-change-summary
add summary of detected changes to files:scan output
Anna [Thu, 20 Jul 2023 16:00:06 +0000 (18:00 +0200)]
Merge branch 'master' into fix/caldav/access-typed-searchquery-property-without-init
julia.kirschenheuter [Tue, 18 Jul 2023 14:15:28 +0000 (16:15 +0200)]
Add more space below item of preview explanation
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
Matthieu Gallien [Thu, 20 Jul 2023 13:49:09 +0000 (15:49 +0200)]
Merge pull request #39221 from nextcloud/bugfix/bulkUploadEmptyFiles
Bugfix/bulk upload empty files
Simon L [Thu, 20 Jul 2023 13:26:22 +0000 (15:26 +0200)]
add missing places and address review.
Signed-off-by: Simon L <szaimen@e.mail.de>
Matthieu Gallien [Fri, 7 Jul 2023 09:22:19 +0000 (11:22 +0200)]
when reading an empty file getting EOF is not an error
will allow uploading empty files via bulk upload
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Christoph Wurst [Thu, 20 Jul 2023 11:28:52 +0000 (13:28 +0200)]
fix(caldav): Assign initial value to typed CalendarQuery properties
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Joas Schilling [Thu, 20 Jul 2023 10:08:18 +0000 (12:08 +0200)]
Merge pull request #39490 from nextcloud/bugfix/noid/fix-loading-infoxml
fix(apps): Fix loading info.xml file
Julius Härtl [Thu, 20 Jul 2023 09:00:08 +0000 (11:00 +0200)]
Merge pull request #38934 from nextcloud/bugfix/noid/ssec-multipart
Joas Schilling [Wed, 12 Jul 2023 07:23:37 +0000 (09:23 +0200)]
fix(apps): Fix loading info.xml file
Ref: https://bugs.php.net/bug.php?id=62577
Signed-off-by: Joas Schilling <coding@schilljs.com>
Nextcloud bot [Thu, 20 Jul 2023 00:26:12 +0000 (00:26 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Daniel [Wed, 19 Jul 2023 21:57:09 +0000 (23:57 +0200)]
Merge pull request #39477 from nextcloud/3rdparty-bump-symfony-http-routing-translation
chore(3rdparty): update symfony http-foundation, routing and translat…
Daniel Kesselberg [Wed, 19 Jul 2023 12:47:24 +0000 (14:47 +0200)]
chore(3rdparty): update symfony http-foundation, routing and translation to 5.4.24
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Joas Schilling [Wed, 19 Jul 2023 18:59:53 +0000 (20:59 +0200)]
Merge pull request #39222 from nextcloud/bugfix/noid/more-event-dispatchers
Migrate more apps to IEventDispatcher
Simon L [Wed, 19 Jul 2023 18:09:14 +0000 (20:09 +0200)]
address review
Signed-off-by: Simon L <szaimen@e.mail.de>
Simon L [Mon, 26 Jun 2023 10:52:50 +0000 (12:52 +0200)]
switch to bootstrap font-stack
Signed-off-by: Simon L <szaimen@e.mail.de>
Joas Schilling [Fri, 7 Jul 2023 09:30:58 +0000 (11:30 +0200)]
fix(workflowengine): Remove legacy event (deprecated since 17)
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Fri, 7 Jul 2023 09:28:02 +0000 (11:28 +0200)]
fix(loopup_server_connector): Migrate to IEventDispatcher
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Fri, 7 Jul 2023 09:27:29 +0000 (11:27 +0200)]
fix(files_trashbin): Migrate to IEventDispatcher and emit as typed event
Signed-off-by: Joas Schilling <coding@schilljs.com>
Marcel Klehr [Wed, 19 Jul 2023 15:33:11 +0000 (17:33 +0200)]
Fix tests: Adjust constructor signature
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Marcel Klehr [Wed, 19 Jul 2023 15:32:28 +0000 (17:32 +0200)]
Fix tests: Adjust constructor signature
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Joas Schilling [Wed, 19 Jul 2023 15:25:57 +0000 (17:25 +0200)]
Merge pull request #39304 from nextcloud/bugfix/noid/typed-event-comments-entity
fix(comments): Emit CommentsEntityEvent as typed event
julia.kirschenheuter [Wed, 19 Jul 2023 12:37:08 +0000 (14:37 +0200)]
Remove opacity on federation control action buttons
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
Daniel [Wed, 19 Jul 2023 12:20:07 +0000 (14:20 +0200)]
Merge pull request #39455 from nextcloud/3rdparty-bump-symfony-console
chore(3rdparty): update symfony/console to 5.4.24
Marcel Klehr [Wed, 19 Jul 2023 11:15:14 +0000 (13:15 +0200)]
Remove Task::factory method
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Pytal [Wed, 19 Jul 2023 00:33:16 +0000 (17:33 -0700)]
Merge pull request #39229 from nextcloud/fix/default-empty-content-files
Nextcloud bot [Wed, 19 Jul 2023 00:26:31 +0000 (00:26 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
John Molakvoæ [Fri, 7 Jul 2023 12:59:58 +0000 (14:59 +0200)]
fix(files): default emptycontent message
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Daniel [Tue, 18 Jul 2023 16:40:44 +0000 (18:40 +0200)]
Merge pull request #39444 from nextcloud/fix/l10n-manager
fix(l10n): User manager
Ferdinand Thiessen [Tue, 18 Jul 2023 15:39:44 +0000 (17:39 +0200)]
Merge pull request #39456 from nextcloud/fix/script-tag-for-module-js-with-version
fix: Correctly add `module` content type to script tags with versions
Daniel Kesselberg [Tue, 18 Jul 2023 10:50:31 +0000 (12:50 +0200)]
chore(3rdparty): update symfony/console to 5.4.24
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Daniel [Tue, 18 Jul 2023 15:05:12 +0000 (17:05 +0200)]
Merge pull request #38397 from nextcloud/enh/contacts/hide-adressbook-option
enh(contacts): show/hide addressbooks for all
Joas Schilling [Tue, 11 Jul 2023 09:06:29 +0000 (11:06 +0200)]
fix(comments): Emit CommentsEntityEvent as typed event
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Tue, 18 Jul 2023 13:44:23 +0000 (15:44 +0200)]
Merge pull request #39441 from nextcloud/3rdparty-bump-symfony-process
chore(3rdparty): update symfony/process to 5.4.24
Benjamin Gaussorgues [Fri, 7 Jul 2023 07:51:08 +0000 (09:51 +0200)]
Add instance category while checking new updates
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
Joas Schilling [Tue, 18 Jul 2023 13:30:30 +0000 (15:30 +0200)]
Merge pull request #39305 from nextcloud/bugfix/noid/sabre-plugin-events
feat(dav): Emit a typed event to deprecate OCA\DAV\Connector\Sabre::addPlugin
Ferdinand Thiessen [Tue, 18 Jul 2023 11:09:30 +0000 (13:09 +0200)]
fix: Correctly add `module` content type to script tags when scripts with versions are used
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Daniel Kesselberg [Mon, 17 Jul 2023 16:52:33 +0000 (18:52 +0200)]
chore(3rdparty): update symfony/process to 5.4.24
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Côme Chilliet [Tue, 18 Jul 2023 09:49:32 +0000 (11:49 +0200)]
Merge pull request #39447 from nextcloud/fix/fix-encryption-share
Fix sharing of encrypted files
Johannes [Tue, 18 Jul 2023 08:40:43 +0000 (10:40 +0200)]
Merge pull request #38907 from nextcloud/mail/fix/8551/contact-manager-search
Fix: ContactManager search with fullmatch
Simon L [Tue, 18 Jul 2023 08:25:48 +0000 (10:25 +0200)]
Merge pull request #39442 from nextcloud/2fa-codeowners
chore: update codeowners for 2fa
Côme Chilliet [Tue, 18 Jul 2023 07:42:57 +0000 (09:42 +0200)]
Fix sharing of encrypted files
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Julius Härtl [Tue, 18 Jul 2023 06:56:53 +0000 (08:56 +0200)]
Merge pull request #39378 from nextcloud/bugfix/noid/sidebar-fullscreen
Nextcloud bot [Tue, 18 Jul 2023 00:24:05 +0000 (00:24 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Christopher Ng [Mon, 17 Jul 2023 23:35:40 +0000 (16:35 -0700)]
fix(l10n): Manager
Signed-off-by: Christopher Ng <chrng8@gmail.com>
dependabot[bot] [Mon, 17 Jul 2023 22:38:06 +0000 (22:38 +0000)]
Merge pull request #39403 from nextcloud/dependabot/composer/build/integration/phpunit/phpunit-9.6.10
Pytal [Mon, 17 Jul 2023 22:19:07 +0000 (15:19 -0700)]
Merge pull request #39405 from nextcloud/dependabot/npm_and_yarn/dompurify-3.0.5
nextcloud-command [Mon, 17 Jul 2023 20:10:18 +0000 (20:10 +0000)]
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Julius Härtl [Thu, 13 Jul 2023 20:13:34 +0000 (22:13 +0200)]
fix: Always apply fullscreen styling to sidebar
Signed-off-by: Julius Härtl <jus@bitgrid.net>
dependabot[bot] [Mon, 17 Jul 2023 19:04:46 +0000 (19:04 +0000)]
chore(deps-dev): Bump phpunit/phpunit in /build/integration
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.6.8 to 9.6.10.
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/9.6.10/ChangeLog-9.6.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.6.8...9.6.10)
---
updated-dependencies:
- dependency-name: phpunit/phpunit
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Daniel Kesselberg [Mon, 17 Jul 2023 18:39:20 +0000 (20:39 +0200)]
chore: update codeowners for 2fa
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Julius Härtl [Mon, 17 Jul 2023 18:24:18 +0000 (20:24 +0200)]
Merge pull request #39432 from nextcloud/objectstore-without-multipart
Joas Schilling [Tue, 11 Jul 2023 09:50:07 +0000 (11:50 +0200)]
feat(dav): Emit a typed event to deprecate OCA\DAV\Connector\Sabre::addPlugin
Signed-off-by: Joas Schilling <coding@schilljs.com>
Arthur Schiwon [Mon, 17 Jul 2023 13:08:08 +0000 (15:08 +0200)]
docs(config): inform about log.backtrace
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Côme Chilliet [Mon, 17 Jul 2023 12:45:00 +0000 (14:45 +0200)]
Merge pull request #39309 from nextcloud/bug/35766/fix-get-uid-on-nullable
fix(profile): fix getUID on nullable user variable
Daniel Kesselberg [Mon, 17 Jul 2023 12:09:23 +0000 (14:09 +0200)]
fix: check that object store backend supports multi part uploads
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Joas Schilling [Mon, 17 Jul 2023 11:55:07 +0000 (13:55 +0200)]
Merge pull request #39416 from nextcloud/bugfix/noid/add-password-confirmation-requirement-for-getapppassword
fix(core): Add password confirmation requirement for getapppassword
Marcel Klehr [Mon, 17 Jul 2023 11:30:20 +0000 (13:30 +0200)]
Fix psalm errors
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Joas Schilling [Mon, 17 Jul 2023 10:07:22 +0000 (12:07 +0200)]
fix(core): Add password confirmation requirement for getapppassword
Signed-off-by: Joas Schilling <coding@schilljs.com>
Marcel Klehr [Mon, 17 Jul 2023 09:34:16 +0000 (11:34 +0200)]
cs:fix
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Marcel Klehr [Mon, 17 Jul 2023 09:20:43 +0000 (11:20 +0200)]
Update autoloaders
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Marcel Klehr [Mon, 17 Jul 2023 09:11:16 +0000 (11:11 +0200)]
Apply suggestions from code review
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
dependabot[bot] [Sat, 15 Jul 2023 02:25:48 +0000 (02:25 +0000)]
chore(deps): Bump dompurify from 2.4.5 to 3.0.5
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.4.5 to 3.0.5.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/2.4.5...3.0.5)
---
updated-dependencies:
- dependency-name: dompurify
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Nextcloud bot [Mon, 17 Jul 2023 00:25:33 +0000 (00:25 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 16 Jul 2023 00:25:05 +0000 (00:25 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
F. E Noel Nfebe [Sat, 15 Jul 2023 14:34:32 +0000 (15:34 +0100)]
Merge pull request #39401 from nextcloud/rakekniven-patch-2
fix(i18n) Changed grammar related to "login"
rakekniven [Fri, 14 Jul 2023 21:48:35 +0000 (23:48 +0200)]
fix(i18n) Changed grammar related to "login"
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
Nextcloud bot [Sat, 15 Jul 2023 00:27:01 +0000 (00:27 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Arthur Schiwon [Fri, 14 Jul 2023 17:30:42 +0000 (19:30 +0200)]
Merge pull request #39132 from nextcloud/fix/correct-exceptions-for-SAB
fix(CardDAV): catch right exception when checking for federated app classes
Marcel Klehr [Fri, 14 Jul 2023 14:27:06 +0000 (16:27 +0200)]
Fix psalm errors
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Marcel Klehr [Fri, 14 Jul 2023 14:10:39 +0000 (16:10 +0200)]
Fix psalm errors
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Marcel Klehr [Fri, 14 Jul 2023 13:59:50 +0000 (15:59 +0200)]
Massive refactoring: Turn LanguageModel OCP API into TextProcessing API
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Julius Härtl [Fri, 14 Jul 2023 12:21:39 +0000 (14:21 +0200)]
Merge pull request #39389 from nextcloud/enh/add-missing-indices-event
Anna [Fri, 14 Jul 2023 12:08:57 +0000 (14:08 +0200)]
Merge branch 'master' into fix/correct-exceptions-for-SAB
Julius Härtl [Fri, 14 Jul 2023 08:34:09 +0000 (10:34 +0200)]
feat: Add public event for missing indices
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Arthur Schiwon [Fri, 14 Jul 2023 11:05:11 +0000 (13:05 +0200)]
Merge pull request #39380 from nextcloud/fix/39379/systag_by_tagid-not-created
fix(db): no hardcoded table prefix is expected
Nextcloud bot [Fri, 14 Jul 2023 00:29:55 +0000 (00:29 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Arthur Schiwon [Thu, 13 Jul 2023 21:34:39 +0000 (23:34 +0200)]
fix(db): no hardcoded table prefix is expected
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Joas Schilling [Thu, 13 Jul 2023 15:58:26 +0000 (17:58 +0200)]
Merge pull request #39329 from nextcloud/feat/phpunit-for-css-generated-file
fix: also run phpunit on `apps/theming/css` modified files
Marcel Klehr [Thu, 13 Jul 2023 14:09:45 +0000 (16:09 +0200)]
Merge pull request #39339 from nextcloud/fix/noid/d404-nosearch
Robin Appelman [Thu, 13 Jul 2023 14:01:58 +0000 (16:01 +0200)]
Merge pull request #39321 from nextcloud/feature/openapi/files_external
files_external: Add OpenAPI spec
Robin Appelman [Thu, 13 Jul 2023 13:38:58 +0000 (15:38 +0200)]
fix SeekableHttpStream::stream_stat errors on failed open
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Thu, 13 Jul 2023 13:37:42 +0000 (15:37 +0200)]
handle more exceptions in AmazonS3::fopen
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Thu, 13 Jul 2023 13:36:51 +0000 (15:36 +0200)]
Merge pull request #39331 from nextcloud/feature/openapi/core
core: Add OpenAPI spec
Simon L [Thu, 13 Jul 2023 11:53:27 +0000 (13:53 +0200)]
Merge pull request #39210 from nextcloud/chore/clean-core-main-entry
Remove jQuery from main entry point where not needed
Maxence Lange [Thu, 13 Jul 2023 11:52:59 +0000 (10:52 -0100)]
Merge pull request #39323 from nextcloud/fix/noid/getstorge-before-rm
files_external: getStorage before remove