]>
source.dussan.org Git - nextcloud-server.git/log
Carl Schwan [Fri, 13 May 2022 11:06:29 +0000 (13:06 +0200)]
Merge pull request #32369 from nextcloud/automated/noid/psalm-baseline-update-
1652416168
[Automated] Update psalm-baseline.xml
Carl Schwan [Fri, 13 May 2022 10:56:39 +0000 (12:56 +0200)]
Merge pull request #30863 from nextcloud/performance/saving-user-profile-info
Minor optimizations for saving user personal information
John Molakvoæ [Fri, 13 May 2022 06:27:28 +0000 (08:27 +0200)]
Merge pull request #32250 from nextcloud/cleanup/cappedmemorycache
nextcloud-command [Fri, 13 May 2022 04:29:28 +0000 (04:29 +0000)]
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Nextcloud bot [Fri, 13 May 2022 02:29:09 +0000 (02:29 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Carl Schwan [Thu, 12 May 2022 19:08:57 +0000 (21:08 +0200)]
Merge pull request #32359 from nextcloud/dept/use_mutualized_scss
Use toast.scss from @nextcloud/dialogs
Carl Schwan [Thu, 3 Feb 2022 20:41:17 +0000 (21:41 +0100)]
Wrap multiple inserts inside a transation
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Carl Schwan [Wed, 26 Jan 2022 19:58:39 +0000 (20:58 +0100)]
Minor optimizations for saving user personal information
* Remove double hook: the OC_User::changeUser triggers an
OC\AccountManager::userUpdated and the app is already listening to this
signal in its Application definition
* Make createCard not check if an card exists if we already checked
previously. We also don't try to get the card if the user is disabled
as we don't use the card in this case
We this change we go from 100 DB requests to 80 DB requests when saving
an user email address.
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
(cherry picked from commit
c6fd482edf33214a9ad4787e4cac278f871fa7c8 )
Carl Schwan [Thu, 12 May 2022 19:00:27 +0000 (21:00 +0200)]
Merge pull request #32008 from nextcloud/fix/getSize-bool
Fix Call to a member function getSize() on bool
Carl Schwan [Thu, 12 May 2022 18:59:06 +0000 (20:59 +0200)]
Merge pull request #32335 from nextcloud/storage-info-dont-unjail
Don't unjail the path when getting the storage info
Carl Schwan [Thu, 12 May 2022 18:58:05 +0000 (20:58 +0200)]
Merge pull request #32185 from nextcloud/fix/default-share-provider-oracle
Fix getting shares in a folder on Oracle
Carl Schwan [Thu, 12 May 2022 18:57:38 +0000 (20:57 +0200)]
Merge pull request #32077 from nextcloud/cleanup/lock
Cleanup lock related code
Carl Schwan [Thu, 12 May 2022 17:01:26 +0000 (19:01 +0200)]
Merge pull request #32362 from nextcloud/fix-buttons-workflow
Fix buttons in workflow
rakekniven [Thu, 12 May 2022 16:29:55 +0000 (18:29 +0200)]
Merge pull request #32358 from nextcloud/Valdnet-patch-2
l10n: Delete space
Vanessa Pertsch [Thu, 12 May 2022 12:54:27 +0000 (14:54 +0200)]
add vue button component in workflow rule.vue
Signed-off-by: Vanessa Pertsch <vanessa.pertsch@nextcloud.com>
Vanessa Pertsch [Thu, 12 May 2022 07:50:33 +0000 (09:50 +0200)]
add vue button component in workflow operation.vue
Signed-off-by: Vanessa Pertsch <vanessa.pertsch@nextcloud.com>
Joas Schilling [Thu, 12 May 2022 13:45:58 +0000 (15:45 +0200)]
Merge pull request #32355 from nextcloud/bugfix/noid/prevent-invalid-length
Validate requested length is random string generator
Carl Schwan [Tue, 19 Apr 2022 08:56:54 +0000 (10:56 +0200)]
Fix Call to a member function getSize() on bool
getFileInfo might return false, handle this case by ignoring the result
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Carl Schwan [Fri, 22 Apr 2022 13:00:20 +0000 (15:00 +0200)]
Cleanup lock related code
- Port to QueryBuilder
- Improve the doc a bit
- Add type hinting
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Carl Schwan [Tue, 3 May 2022 09:15:24 +0000 (11:15 +0200)]
Add stricter psalm type for CappedMemoryCache
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Carl Schwan [Wed, 27 Apr 2022 12:46:28 +0000 (14:46 +0200)]
Fix getting shares in a folder on Orache
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Louis Chemineau [Thu, 12 May 2022 12:53:48 +0000 (14:53 +0200)]
Use toast.scss from @nextcloud/dialogs
Signed-off-by: Louis Chemineau <louis@chmn.me>
Valdnet [Thu, 12 May 2022 12:51:51 +0000 (14:51 +0200)]
l10n: Delete space
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Vincent Petry [Thu, 12 May 2022 11:58:18 +0000 (13:58 +0200)]
Validate requested length is random string generator
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
blizzz [Thu, 12 May 2022 10:09:50 +0000 (12:09 +0200)]
Merge pull request #32328 from nextcloud/automated/noid/psalm-baseline-update-
1652242827
[Automated] Update psalm-baseline.xml
Joas Schilling [Thu, 12 May 2022 09:05:03 +0000 (11:05 +0200)]
Merge pull request #32344 from nextcloud/fix/always-free-db-result-qbmapper-find-entities
Always free the DB result in QBMapper::findEntities
Carl Schwan [Thu, 12 May 2022 08:45:38 +0000 (10:45 +0200)]
Merge pull request #32339 from nextcloud/appdatafactory-public
Make it possible to get the appdata folder using the public API
John Molakvoæ [Thu, 12 May 2022 08:05:46 +0000 (10:05 +0200)]
Merge pull request #32278 from nextcloud/remove-default-php
Christoph Wurst [Thu, 12 May 2022 07:51:37 +0000 (09:51 +0200)]
Always free the DB result in QBMapper::findEntities
Without this patch it only happened if the code ran through without any
errors. Now the result is also freed in the case of an error.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Carl Schwan [Wed, 11 May 2022 14:45:32 +0000 (16:45 +0200)]
Make it possible to get the appdata folder using the public API
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Joas Schilling [Wed, 11 May 2022 15:14:05 +0000 (17:14 +0200)]
Merge pull request #32336 from nextcloud/feature/noid/talk-poll-ROS
Add talk-poll to the ROS definitions
Joas Schilling [Wed, 11 May 2022 12:37:26 +0000 (14:37 +0200)]
Add talk-poll to the ROS definitions
Signed-off-by: Joas Schilling <coding@schilljs.com>
Robin Appelman [Wed, 11 May 2022 09:41:00 +0000 (11:41 +0200)]
don't unjail the path when getting the storage info
the original reason for adding it no longer exist.
This was added with #30985 since then the share source storage was also used, however this was changed with #32076
Signed-off-by: Robin Appelman <robin@icewind.nl>
John Molakvoæ [Wed, 11 May 2022 07:28:58 +0000 (09:28 +0200)]
Merge pull request #32326 from nextcloud/fix/icons-cacher
John Molakvoæ [Wed, 11 May 2022 06:40:28 +0000 (08:40 +0200)]
Merge pull request #32149 from nextcloud/fix-transferring-groupfolders
John Molakvoæ [Tue, 10 May 2022 15:23:05 +0000 (17:23 +0200)]
Compile theming
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
nextcloud-command [Wed, 11 May 2022 04:20:27 +0000 (04:20 +0000)]
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
John Molakvoæ [Tue, 10 May 2022 14:54:58 +0000 (16:54 +0200)]
Remove old legacy SvgController and IconsCacher
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
John Molakvoæ [Tue, 10 May 2022 14:47:48 +0000 (16:47 +0200)]
Migrate to static icons colours
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Carl Schwan [Tue, 10 May 2022 21:23:06 +0000 (23:23 +0200)]
Merge pull request #31900 from nextcloud/feat/server-container-public
Add a public replacement for OC::$server->get
Vincent Petry [Tue, 10 May 2022 18:10:33 +0000 (20:10 +0200)]
Merge pull request #31664 from nextcloud/fix/232/keyboard-focus
keyboard focus on login input fields
Carl Schwan [Fri, 8 Apr 2022 12:16:21 +0000 (14:16 +0200)]
Add a public replacement for OC::$server->get
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Vanessa Pertsch [Tue, 26 Apr 2022 07:10:36 +0000 (09:10 +0200)]
fix for transferring ownership of groupfolders
Signed-off-by: Vanessa Pertsch <vanessa.pertsch@nextcloud.com>
Vanessa Pertsch [Tue, 22 Mar 2022 13:11:17 +0000 (14:11 +0100)]
keyboard focus on login input fields
Signed-off-by: Vanessa Pertsch <vanessa.pertsch@nextcloud.com>
Carl Schwan [Tue, 10 May 2022 08:22:26 +0000 (10:22 +0200)]
Merge pull request #32318 from nextcloud/increase-waitForS3-delay
Increase retry delay on 'Wait for S3' CI job
John Molakvoæ [Tue, 10 May 2022 08:11:24 +0000 (10:11 +0200)]
Merge pull request #32315 from nextcloud/fix/noid/preview-duplicate-folder-creation
John Molakvoæ [Tue, 10 May 2022 06:26:03 +0000 (08:26 +0200)]
Merge pull request #32274 from nextcloud/tooltip-overflow
Nextcloud bot [Tue, 10 May 2022 02:36:28 +0000 (02:36 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Git'Fellow [Mon, 9 May 2022 16:44:46 +0000 (18:44 +0200)]
Increase retry delay on 'Wait for S3' CI job
1 second means 10 seconds before failure (1x10). Increasing to 10x10 before failure.
Richard Steinmetz [Mon, 9 May 2022 14:54:57 +0000 (16:54 +0200)]
Fix preview generator trying to recreate an existing folder
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
Alexander F [Wed, 4 May 2022 13:32:48 +0000 (15:32 +0200)]
Set loglevel for IMagick Thumbnail error to info
Issue #32263
Signed-off-by: Alexander Fleischer <Alexander.Fleischer@tu-ilmenau.de>
Joas Schilling [Mon, 9 May 2022 15:08:53 +0000 (17:08 +0200)]
Merge pull request #32288 from nextcloud/techdebt/noid/fix-json-error
Fix JSON error when comment has no reactions
Joas Schilling [Fri, 6 May 2022 08:35:17 +0000 (10:35 +0200)]
Fix JSON error when comment has no reactions
Signed-off-by: Joas Schilling <coding@schilljs.com>
Nextcloud bot [Mon, 9 May 2022 02:28:55 +0000 (02:28 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 8 May 2022 02:28:52 +0000 (02:28 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
MichaIng [Sat, 7 May 2022 11:54:12 +0000 (13:54 +0200)]
Merge pull request #32096 from nextcloud/dependabot/npm_and_yarn/testing-library/user-event-14.1.1
Bump @testing-library/user-event from 14.1.0 to 14.1.1
Nextcloud bot [Sat, 7 May 2022 02:28:23 +0000 (02:28 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Fri, 6 May 2022 02:28:40 +0000 (02:28 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
blizzz [Thu, 5 May 2022 18:19:28 +0000 (20:19 +0200)]
Merge pull request #32276 from nextcloud/fix/ldap_error_handling
Do not dispatch postSetPassword when setPassword fails
Git'Fellow [Thu, 5 May 2022 17:26:31 +0000 (19:26 +0200)]
Fix indentation
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Vincent Petry [Thu, 5 May 2022 16:09:20 +0000 (18:09 +0200)]
Merge pull request #32246 from nextcloud/performance/remove-bind-hash
Don't use hash to check if binding worked
Vincent Petry [Thu, 5 May 2022 16:04:06 +0000 (18:04 +0200)]
Merge pull request #32110 from plumbeo/binary-encoding-4
Save encrypted files in binary format
Louis [Thu, 5 May 2022 15:52:13 +0000 (17:52 +0200)]
Merge pull request #31964 from nextcloud/feat/ignore_mail_during_contact_lookup
Add setting to ignore email during search
Vincent Petry [Thu, 5 May 2022 15:26:48 +0000 (17:26 +0200)]
Merge pull request #32113 from nextcloud/bugfix/noid/fix-csp-merging-bools
Add CSP policy merge priority for booleans
Louis Chemineau [Thu, 5 May 2022 09:21:20 +0000 (11:21 +0200)]
Do not dispatch postSetPassword when setPassword fails
Also Improve error message when setPassword fails
Signed-off-by: Louis Chemineau <louis@chmn.me>
Carl Schwan [Mon, 2 May 2022 19:46:42 +0000 (21:46 +0200)]
Don't use slow hashing to check the LDAP binding
Using password_hash is expensive and should be used for hashing
passwords when saving them in the database. Here we just want to see if
the bind was already done with the given password, so use a fast hashing
algorythm.
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Carl Schwan [Thu, 5 May 2022 13:51:18 +0000 (15:51 +0200)]
Merge pull request #32279 from nextcloud/feat/profiler-cache-hit-info
Add hit information to profiler
Git'Fellow [Thu, 5 May 2022 13:30:41 +0000 (15:30 +0200)]
Typo
Co-authored-by: Carl Schwan <carl@carlschwan.eu>
Git'Fellow [Thu, 5 May 2022 13:01:58 +0000 (15:01 +0200)]
Switch to overflow-wrap
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Carl Schwan [Thu, 5 May 2022 12:12:44 +0000 (14:12 +0200)]
Add hit information to profiler
This might be helpful later on for the cache ui that is worked on in
https://github.com/nextcloud/profiler/pull/21
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Git'Fellow [Thu, 5 May 2022 11:46:09 +0000 (13:46 +0200)]
Remove default values
These values are already the default on supported PHP versions.
I suggest to remove these calls.
Git'Fellow [Thu, 5 May 2022 07:24:00 +0000 (09:24 +0200)]
Fix tooltips overflow
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Joas Schilling [Thu, 5 May 2022 07:21:00 +0000 (09:21 +0200)]
Merge pull request #32259 from nextcloud/adjust-acceptance-tests-to-changes-in-notifications-markup
Adjust acceptance tests to changes in notifications markup
Joas Schilling [Thu, 5 May 2022 07:20:45 +0000 (09:20 +0200)]
Merge pull request #32249 from nextcloud/bugfix/noid/fix-missing-subline-info
Expose shareWithDisplayNameUnique also on autocomplete endpoint
Vincent Petry [Thu, 5 May 2022 06:18:52 +0000 (08:18 +0200)]
Merge pull request #32152 from nextcloud/bugfix/32151/allow-compatibility-wrapper-local-ext-storage
Allow compatibility wrapper on local external storage
Nextcloud bot [Thu, 5 May 2022 02:28:30 +0000 (02:28 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
plumbeo [Sat, 16 Apr 2022 15:14:13 +0000 (17:14 +0200)]
Save encrypted files in binary format
Default to the more space-efficient binary encoding for newly encrypted files
instead of the traditional base64 encoding, eliminating the 33% overhead.
The new option 'encryption.use_legacy_encoding' allows to force the legacy
encoding format if needed. Files encoded in the old format remain readable.
Based on https://github.com/owncloud/encryption/pull/224 and
https://github.com/owncloud/core/pull/38249 by karakayasemi.
Signed-off-by: plumbeo <plumbeo@users.noreply.github.com>
Carl Schwan [Wed, 4 May 2022 11:48:54 +0000 (13:48 +0200)]
Merge pull request #32262 from nextcloud/fix/noid/extra-leading-minus
Remove leading "minus"
Louis [Wed, 4 May 2022 11:38:03 +0000 (13:38 +0200)]
Merge pull request #31963 from nextcloud/feat/use_setting_in_dav_search
Use share setting in DAV search
Julien Veyssier [Wed, 4 May 2022 08:51:23 +0000 (10:51 +0200)]
remove leading minus which thankfully crashes because this operand does not apply to PsrLoggerAdapter
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
Nextcloud bot [Wed, 4 May 2022 02:30:36 +0000 (02:30 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Daniel Calviño Sánchez [Tue, 3 May 2022 21:11:19 +0000 (23:11 +0200)]
Adjust acceptance tests to changes in notifications markup
Since nextcloud/notifications#1178 each notification in the list is a
"<li>" rather than a "<div>".
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Louis Chemineau [Tue, 3 May 2022 15:51:11 +0000 (17:51 +0200)]
Do not display search option in Shares settings
Signed-off-by: Louis Chemineau <louis@chmn.me>
Louis Chemineau [Wed, 13 Apr 2022 13:38:09 +0000 (15:38 +0200)]
Add setting to ignore email during search
Signed-off-by: Louis Chemineau <louis@chmn.me>
Joas Schilling [Tue, 3 May 2022 14:08:19 +0000 (16:08 +0200)]
Merge pull request #32220 from nextcloud/feature/add-tests-to-validate-emojis
Include more emoji chars to test and fixes after include it
Joas Schilling [Tue, 3 May 2022 05:20:46 +0000 (07:20 +0200)]
Expose shareWithDisplayNameUnique also on autocomplete endpoint
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Tue, 3 May 2022 08:29:45 +0000 (10:29 +0200)]
Merge pull request #32213 from nextcloud/fix/theming-layout
Improve theming layout
Côme Chilliet [Tue, 3 May 2022 08:12:20 +0000 (10:12 +0200)]
Merge pull request #31775 from nextcloud/fix/migrate-dav-away-from-ilogger
Migrate dav application from ILogger to LoggerInterface
Nextcloud bot [Tue, 3 May 2022 02:28:53 +0000 (02:28 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Mon, 2 May 2022 13:12:35 +0000 (13:12 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Carl Schwan [Mon, 2 May 2022 11:57:52 +0000 (13:57 +0200)]
Merge pull request #32225 from nextcloud/dependabot/npm_and_yarn/nextcloud/axios-1.10.0
Bump @nextcloud/axios from 1.9.0 to 1.10.0
Côme Chilliet [Thu, 31 Mar 2022 14:30:40 +0000 (16:30 +0200)]
Fix use of $logger from another scope in apps/dav/lib/Server.php
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Thu, 31 Mar 2022 14:25:31 +0000 (16:25 +0200)]
Add missing use for LoggerInterface
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Thu, 31 Mar 2022 13:51:29 +0000 (15:51 +0200)]
Migrate last instances of $server::getLogger() from dav
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Thu, 31 Mar 2022 13:34:57 +0000 (15:34 +0200)]
Migrate dav application from ILogger to LoggerInterface
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Thu, 31 Mar 2022 13:34:43 +0000 (15:34 +0200)]
Fix namespace of RefreshWebcalServiceTest
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Thu, 31 Mar 2022 13:32:51 +0000 (15:32 +0200)]
Fix PublishingTest class name
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Thu, 31 Mar 2022 13:31:38 +0000 (15:31 +0200)]
Remove use of mixed type which is not available in PHP 7.4
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
dependabot[bot] [Sat, 30 Apr 2022 02:14:13 +0000 (02:14 +0000)]
Bump @nextcloud/axios from 1.9.0 to 1.10.0
Bumps [@nextcloud/axios](https://github.com/nextcloud/nextcloud-axios) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/nextcloud/nextcloud-axios/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-axios/compare/v1.9.0...v1.10.0)
---
updated-dependencies:
- dependency-name: "@nextcloud/axios"
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>
Côme Chilliet [Mon, 2 May 2022 08:15:10 +0000 (10:15 +0200)]
Merge pull request #31752 from nextcloud/fix/remove-still-more-ilogger
Move away from deprecated ILogger