Commit graph

62633 commits

Author SHA1 Message Date
Thomas Citharel
a7b2e8a593
Refactor CalDAV\Schedule\PluginTest for depreciated phpunit methods
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2022-05-12 15:28:36 +02:00
Thomas Citharel
8d7154318f
Put calendar invites into the user's first available calendar
If there's no default calendar and we can't find anything with URI
'personal', instead of creating a new one, start by using the first
"real personal calendar" available.

If not, then we create the default one.

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2022-05-12 15:28:36 +02:00
blizzz
33ffaad14b
Merge pull request #32328 from nextcloud/automated/noid/psalm-baseline-update-1652242827
[Automated] Update psalm-baseline.xml
2022-05-12 12:09:50 +02:00
Joas Schilling
7d218bfb0a
Merge pull request #32344 from nextcloud/fix/always-free-db-result-qbmapper-find-entities
Always free the DB result in QBMapper::findEntities
2022-05-12 11:05:03 +02:00
Carl Schwan
fc1db22629
Merge pull request #32339 from nextcloud/appdatafactory-public
Make it possible to get the appdata folder using the public API
2022-05-12 10:45:38 +02:00
John Molakvoæ
be49f79503
Merge pull request #32278 from nextcloud/remove-default-php 2022-05-12 10:05:46 +02:00
Christoph Wurst
1cd05a06fa
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>
2022-05-12 09:51:37 +02:00
Carl Schwan
a392cd70fb Make it possible to get the appdata folder using the public API
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-11 23:28:37 +02:00
Joas Schilling
e11c5f21cf
Merge pull request #32336 from nextcloud/feature/noid/talk-poll-ROS
Add talk-poll to the ROS definitions
2022-05-11 17:14:05 +02:00
Joas Schilling
d18a293ee5
Add talk-poll to the ROS definitions
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-11 14:37:26 +02:00
John Molakvoæ
5a0b28d603
Merge pull request #32326 from nextcloud/fix/icons-cacher 2022-05-11 09:28:58 +02:00
John Molakvoæ
18f2340a40
Merge pull request #32149 from nextcloud/fix-transferring-groupfolders 2022-05-11 08:40:28 +02:00
John Molakvoæ
cb73fe26b8
Compile theming
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-05-11 08:35:23 +02:00
nextcloud-command
e712ea139d Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
2022-05-11 04:20:27 +00:00
John Molakvoæ
3c6253f965
Remove old legacy SvgController and IconsCacher
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-05-10 23:24:07 +02:00
John Molakvoæ
c59c3b5c1f
Migrate to static icons colours
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-05-10 23:24:06 +02:00
Carl Schwan
da64a3a7e8
Merge pull request #31900 from nextcloud/feat/server-container-public
Add a public replacement for OC::$server->get
2022-05-10 23:23:06 +02:00
Vincent Petry
b2fa8a0b53
Merge pull request #31664 from nextcloud/fix/232/keyboard-focus
keyboard focus on login input fields
2022-05-10 20:10:33 +02:00
Carl Schwan
f945c0cbc6 Add a public replacement for OC::$server->get
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-10 18:51:12 +02:00
Vanessa Pertsch
c714c3380a fix for transferring ownership of groupfolders
Signed-off-by: Vanessa Pertsch <vanessa.pertsch@nextcloud.com>
2022-05-10 16:54:22 +02:00
Vanessa Pertsch
721b2597bc keyboard focus on login input fields
Signed-off-by: Vanessa Pertsch <vanessa.pertsch@nextcloud.com>
2022-05-10 16:29:17 +02:00
Carl Schwan
f0f2a07f85
Merge pull request #32318 from nextcloud/increase-waitForS3-delay
Increase retry delay on 'Wait for S3' CI job
2022-05-10 10:22:26 +02:00
John Molakvoæ
0863a3d423
Merge pull request #32315 from nextcloud/fix/noid/preview-duplicate-folder-creation 2022-05-10 10:11:24 +02:00
John Molakvoæ
8f989bb489
Merge pull request #32274 from nextcloud/tooltip-overflow 2022-05-10 08:26:03 +02:00
Nextcloud bot
799cb624c9
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-10 02:36:28 +00:00
Git'Fellow
d8c7099cc9
Increase retry delay on 'Wait for S3' CI job
1 second means 10 seconds before failure (1x10). Increasing to 10x10 before failure.
2022-05-09 18:44:46 +02:00
Richard Steinmetz
982c846b11
Fix preview generator trying to recreate an existing folder
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2022-05-09 17:30:07 +02:00
Alexander F
00505c9a51 Set loglevel for IMagick Thumbnail error to info
Issue #32263

Signed-off-by: Alexander Fleischer <Alexander.Fleischer@tu-ilmenau.de>
2022-05-09 17:09:40 +02:00
Joas Schilling
697cca9913
Merge pull request #32288 from nextcloud/techdebt/noid/fix-json-error
Fix JSON error when comment has no reactions
2022-05-09 17:08:53 +02:00
Joas Schilling
4e0595fb0f
Fix JSON error when comment has no reactions
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-09 09:53:49 +02:00
Nextcloud bot
4f55ba2a88
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-09 02:28:55 +00:00
Nextcloud bot
cec6d64598
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-08 02:28:52 +00:00
MichaIng
5a8595fbdd
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
2022-05-07 13:54:12 +02:00
Nextcloud bot
03554060d7
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-07 02:28:23 +00:00
Nextcloud bot
9c42717216
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-06 02:28:40 +00:00
blizzz
0284c0f717
Merge pull request #32276 from nextcloud/fix/ldap_error_handling
Do not dispatch postSetPassword when setPassword fails
2022-05-05 20:19:28 +02:00
Git'Fellow
c57fc7918f Fix indentation
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-05-05 17:39:38 +00:00
Vincent Petry
99151a5589
Merge pull request #32246 from nextcloud/performance/remove-bind-hash
Don't use hash to check if binding worked
2022-05-05 18:09:20 +02:00
Vincent Petry
fe24091ffb
Merge pull request #32110 from plumbeo/binary-encoding-4
Save encrypted files in binary format
2022-05-05 18:04:06 +02:00
Louis
841a4a4e61
Merge pull request #31964 from nextcloud/feat/ignore_mail_during_contact_lookup
Add setting to ignore email during search
2022-05-05 17:52:13 +02:00
Vincent Petry
7718c9776c
Merge pull request #32113 from nextcloud/bugfix/noid/fix-csp-merging-bools
Add CSP policy merge priority for booleans
2022-05-05 17:26:48 +02:00
Louis Chemineau
8a2cf5bb68 Do not dispatch postSetPassword when setPassword fails
Also Improve error message when setPassword fails

Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-05-05 17:21:23 +02:00
Carl Schwan
95b5187300 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>
2022-05-05 16:29:38 +02:00
Carl Schwan
0690646d09
Merge pull request #32279 from nextcloud/feat/profiler-cache-hit-info
Add hit information to profiler
2022-05-05 15:51:18 +02:00
Git'Fellow
eabfd20e16
Typo
Co-authored-by: Carl Schwan <carl@carlschwan.eu>
2022-05-05 15:30:41 +02:00
Git'Fellow
88bb5f773d Switch to overflow-wrap
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-05-05 13:12:16 +00:00
Carl Schwan
ba88187649 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>
2022-05-05 14:12:44 +02:00
Git'Fellow
f110ff9f4d
Remove default values
These values are already the default on supported PHP versions.
I suggest to remove these calls.
2022-05-05 13:46:09 +02:00
Git'Fellow
07153a191e Fix tooltips overflow
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-05-05 07:52:26 +00:00
Joas Schilling
d3efd40a24
Merge pull request #32259 from nextcloud/adjust-acceptance-tests-to-changes-in-notifications-markup
Adjust acceptance tests to changes in notifications markup
2022-05-05 09:21:00 +02:00