]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
2 years agoonly log diagnostic events if a treshhold is set 32382/head
Robin Appelman [Fri, 13 May 2022 13:06:47 +0000 (15:06 +0200)]
only log diagnostic events if a treshhold is set

this prevents log spam and it's rare that you actually want to very short events logged anyway

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agoMerge pull request #32369 from nextcloud/automated/noid/psalm-baseline-update-1652416168
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

2 years agoMerge pull request #30863 from nextcloud/performance/saving-user-profile-info
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

2 years agoMerge pull request #32250 from nextcloud/cleanup/cappedmemorycache
John Molakvoæ [Fri, 13 May 2022 06:27:28 +0000 (08:27 +0200)]
Merge pull request #32250 from nextcloud/cleanup/cappedmemorycache

2 years agoUpdate psalm baseline 32369/head
nextcloud-command [Fri, 13 May 2022 04:29:28 +0000 (04:29 +0000)]
Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
2 years ago[tx-robot] updated from transifex
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>
2 years agoMerge pull request #32359 from nextcloud/dept/use_mutualized_scss
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

2 years agoWrap multiple inserts inside a transation 30863/head
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>
2 years agoMinor optimizations for saving user personal information
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)

2 years agoMerge pull request #32008 from nextcloud/fix/getSize-bool
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

2 years agoMerge pull request #32335 from nextcloud/storage-info-dont-unjail
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

2 years agoMerge pull request #32185 from nextcloud/fix/default-share-provider-oracle
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

2 years agoMerge pull request #32077 from nextcloud/cleanup/lock
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

2 years agoMerge pull request #32362 from nextcloud/fix-buttons-workflow
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

2 years agoMerge pull request #32358 from nextcloud/Valdnet-patch-2
rakekniven [Thu, 12 May 2022 16:29:55 +0000 (18:29 +0200)]
Merge pull request #32358 from nextcloud/Valdnet-patch-2

l10n: Delete space

2 years agoadd vue button component in workflow rule.vue 32362/head
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>
2 years agoadd vue button component in workflow operation.vue
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>
2 years agoMerge pull request #32355 from nextcloud/bugfix/noid/prevent-invalid-length
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

2 years agoFix Call to a member function getSize() on bool 32008/head
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>
2 years agoCleanup lock related code 32077/head
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>
2 years agoAdd stricter psalm type for CappedMemoryCache 32250/head
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>
2 years agoFix getting shares in a folder on Orache 32185/head
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>
2 years agoUse toast.scss from @nextcloud/dialogs 32359/head
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>
2 years agol10n: Delete space 32358/head
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>
2 years agoValidate requested length is random string generator 32355/head
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>
2 years agoMerge pull request #32328 from nextcloud/automated/noid/psalm-baseline-update-1652242827
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

2 years agoMerge pull request #32344 from nextcloud/fix/always-free-db-result-qbmapper-find...
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

2 years agoMerge pull request #32339 from nextcloud/appdatafactory-public
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

2 years agoMerge pull request #32278 from nextcloud/remove-default-php
John Molakvoæ [Thu, 12 May 2022 08:05:46 +0000 (10:05 +0200)]
Merge pull request #32278 from nextcloud/remove-default-php

2 years agoAlways free the DB result in QBMapper::findEntities 32344/head
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>
2 years agoMake it possible to get the appdata folder using the public API 32339/head
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>
2 years agoMerge pull request #32336 from nextcloud/feature/noid/talk-poll-ROS
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

2 years agoAdd talk-poll to the ROS definitions 32336/head
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>
2 years agodon't unjail the path when getting the storage info 32335/head
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>
2 years agoMerge pull request #32326 from nextcloud/fix/icons-cacher
John Molakvoæ [Wed, 11 May 2022 07:28:58 +0000 (09:28 +0200)]
Merge pull request #32326 from nextcloud/fix/icons-cacher

2 years agoMerge pull request #32149 from nextcloud/fix-transferring-groupfolders
John Molakvoæ [Wed, 11 May 2022 06:40:28 +0000 (08:40 +0200)]
Merge pull request #32149 from nextcloud/fix-transferring-groupfolders

2 years agoCompile theming 32326/head
John Molakvoæ [Tue, 10 May 2022 15:23:05 +0000 (17:23 +0200)]
Compile theming

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2 years agoUpdate psalm baseline 32328/head
nextcloud-command [Wed, 11 May 2022 04:20:27 +0000 (04:20 +0000)]
Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
2 years agoRemove old legacy SvgController and IconsCacher
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>
2 years agoMigrate to static icons colours
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>
2 years agoMerge pull request #31900 from nextcloud/feat/server-container-public
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

2 years agoMerge pull request #31664 from nextcloud/fix/232/keyboard-focus
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

2 years agoAdd a public replacement for OC::$server->get 31900/head
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>
2 years agofix for transferring ownership of groupfolders 32149/head
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>
2 years agokeyboard focus on login input fields 31664/head
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>
2 years agoMerge pull request #32318 from nextcloud/increase-waitForS3-delay
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

2 years agoMerge pull request #32315 from nextcloud/fix/noid/preview-duplicate-folder-creation
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

2 years agoMerge pull request #32274 from nextcloud/tooltip-overflow
John Molakvoæ [Tue, 10 May 2022 06:26:03 +0000 (08:26 +0200)]
Merge pull request #32274 from nextcloud/tooltip-overflow

2 years ago[tx-robot] updated from transifex
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>
2 years agoIncrease retry delay on 'Wait for S3' CI job 32318/head
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.

2 years agoFix preview generator trying to recreate an existing folder 32315/head
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>
2 years agoSet loglevel for IMagick Thumbnail error to info
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>
2 years agoMerge pull request #32288 from nextcloud/techdebt/noid/fix-json-error
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

2 years agoFix JSON error when comment has no reactions 32288/head
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>
2 years ago[tx-robot] updated from transifex
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>
2 years ago[tx-robot] updated from transifex
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>
2 years agoMerge pull request #32096 from nextcloud/dependabot/npm_and_yarn/testing-library...
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

2 years ago[tx-robot] updated from transifex
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>
2 years ago[tx-robot] updated from transifex 32268/head
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>
2 years agoMerge pull request #32276 from nextcloud/fix/ldap_error_handling
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

2 years agoFix indentation 32274/head
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>
2 years agoMerge pull request #32246 from nextcloud/performance/remove-bind-hash
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

2 years agoMerge pull request #32110 from plumbeo/binary-encoding-4
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

2 years agoMerge pull request #31964 from nextcloud/feat/ignore_mail_during_contact_lookup
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

2 years agoMerge pull request #32113 from nextcloud/bugfix/noid/fix-csp-merging-bools
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

2 years agoDo not dispatch postSetPassword when setPassword fails 32276/head
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>
2 years agoDon't use slow hashing to check the LDAP binding 32246/head
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>
2 years agoMerge pull request #32279 from nextcloud/feat/profiler-cache-hit-info
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

2 years agoTypo
Git'Fellow [Thu, 5 May 2022 13:30:41 +0000 (15:30 +0200)]
Typo

Co-authored-by: Carl Schwan <carl@carlschwan.eu>
2 years agoSwitch to overflow-wrap
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>
2 years agoAdd hit information to profiler 32279/head
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>
2 years agoRemove default values 32278/head
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.

2 years agoFix tooltips overflow
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>
2 years agoMerge pull request #32259 from nextcloud/adjust-acceptance-tests-to-changes-in-notifi...
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

2 years agoMerge pull request #32249 from nextcloud/bugfix/noid/fix-missing-subline-info
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

2 years agoMerge pull request #32152 from nextcloud/bugfix/32151/allow-compatibility-wrapper...
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

2 years ago[tx-robot] updated from transifex
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>
2 years agoSave encrypted files in binary format 32110/head
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>
2 years agoMerge pull request #32262 from nextcloud/fix/noid/extra-leading-minus
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"

2 years agoMerge pull request #31963 from nextcloud/feat/use_setting_in_dav_search
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

2 years agoremove leading minus which thankfully crashes because this operand does not apply... 32262/head
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>
2 years ago[tx-robot] updated from transifex
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>
2 years agoAdjust acceptance tests to changes in notifications markup 32259/head
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>
2 years agoDo not display search option in Shares settings 31964/head
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>
2 years agoAdd setting to ignore email during search
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>
2 years agoMerge pull request #32220 from nextcloud/feature/add-tests-to-validate-emojis
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

2 years agoExpose shareWithDisplayNameUnique also on autocomplete endpoint 32249/head
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>
2 years agoMerge pull request #32213 from nextcloud/fix/theming-layout
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

2 years agoMerge pull request #31775 from nextcloud/fix/migrate-dav-away-from-ilogger
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

2 years ago[tx-robot] updated from transifex
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>
2 years ago[tx-robot] updated from transifex
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>
2 years agoMerge pull request #32225 from nextcloud/dependabot/npm_and_yarn/nextcloud/axios...
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

2 years agoFix use of $logger from another scope in apps/dav/lib/Server.php 31775/head
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>
2 years agoAdd missing use for LoggerInterface
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>
2 years agoMigrate last instances of $server::getLogger() from dav
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>
2 years agoMigrate dav application from ILogger to LoggerInterface
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>
2 years agoFix namespace of RefreshWebcalServiceTest
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>
2 years agoFix PublishingTest class name
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>
2 years agoRemove use of mixed type which is not available in PHP 7.4
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>
2 years agoBump @nextcloud/axios from 1.9.0 to 1.10.0 32225/head
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>