]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
3 years agoMerge pull request #27880 from nextcloud/bugfix/noid/make-integrity-check-verbose
Julius Härtl [Tue, 13 Jul 2021 07:48:06 +0000 (09:48 +0200)]
Merge pull request #27880 from nextcloud/bugfix/noid/make-integrity-check-verbose

Make integrity commands verbose

3 years agoMerge pull request #27631 from yan12125/php8-fix-error-reporting
Julius Härtl [Tue, 13 Jul 2021 06:52:18 +0000 (08:52 +0200)]
Merge pull request #27631 from yan12125/php8-fix-error-reporting

3 years agoMerge pull request #26481 from ghost/fdroid
Julius Härtl [Tue, 13 Jul 2021 06:49:59 +0000 (08:49 +0200)]
Merge pull request #26481 from ghost/fdroid

3 years agoMerge pull request #27852 from nextcloud/bugfix/noid/allow-casting-query-functions
Julius Härtl [Tue, 13 Jul 2021 06:48:49 +0000 (08:48 +0200)]
Merge pull request #27852 from nextcloud/bugfix/noid/allow-casting-query-functions

3 years agoMerge pull request #26728 from doc75/http-warning
Julius Härtl [Tue, 13 Jul 2021 06:47:43 +0000 (08:47 +0200)]
Merge pull request #26728 from doc75/http-warning

3 years agoCorrectly skip suppressed errors in PHP 8.0 27631/head
Chih-Hsuan Yen [Wed, 23 Jun 2021 12:24:21 +0000 (20:24 +0800)]
Correctly skip suppressed errors in PHP 8.0

Applies the suggested transformation mentioned in
https://www.php.net/manual/en/migration80.incompatible.php,

> The @ operator will no longer silence fatal errors (E_ERROR,
> E_CORE_ERROR, E_COMPILE_ERROR, E_USER_ERROR, E_RECOVERABLE_ERROR,
> E_PARSE). Error handlers that expect error_reporting to be 0 when
> @ is used, should be adjusted to use a mask check instead

The new code still works on PHP 7, as error_reporting() already
returns 0 when diagnostics are suppressed.

This fixes https://github.com/nextcloud/server/issues/25807 in PHP 8.0.
For PHP 7.x, https://github.com/nextcloud/server/pull/22243 suppresses
the E_NOTICE message from the second session_start() call with the error
suppression operator @, and thus those E_NOTICE messages are still
logged in PHP 8.0.

See also https://github.com/nextcloud/server/issues/25806

Signed-off-by: Chih-Hsuan Yen <yan12125@gmail.com>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 13 Jul 2021 02:26:35 +0000 (02:26 +0000)]
[tx-robot] updated from transifex

3 years agoMerge pull request #27264 from nextcloud/dependabot/npm_and_yarn/nextcloud/paths...
MichaIng [Mon, 12 Jul 2021 22:05:02 +0000 (00:05 +0200)]
Merge pull request #27264 from nextcloud/dependabot/npm_and_yarn/nextcloud/paths-2.0.0

Bump @nextcloud/paths from 1.1.2 to 2.0.0

3 years agoBump @nextcloud/paths from 1.1.2 to 2.0.0 27264/head
dependabot[bot] [Mon, 12 Jul 2021 21:02:25 +0000 (21:02 +0000)]
Bump @nextcloud/paths from 1.1.2 to 2.0.0

Bumps @nextcloud/paths from 1.1.2 to 2.0.0.

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
3 years agoMerge pull request #27272 from nextcloud/dependabot/npm_and_yarn/nextcloud/logger...
MichaIng [Mon, 12 Jul 2021 20:57:36 +0000 (22:57 +0200)]
Merge pull request #27272 from nextcloud/dependabot/npm_and_yarn/nextcloud/logger-2.0.0

Bump @nextcloud/logger from 1.1.2 to 2.0.0

3 years agoBump @nextcloud/logger from 1.1.2 to 2.0.0 27272/head
dependabot[bot] [Mon, 12 Jul 2021 19:10:51 +0000 (19:10 +0000)]
Bump @nextcloud/logger from 1.1.2 to 2.0.0

Bumps [@nextcloud/logger](https://github.com/nextcloud/nextcloud-logger) from 1.1.2 to 2.0.0.
- [Release notes](https://github.com/nextcloud/nextcloud-logger/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-logger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-logger/compare/v1.1.2...v2.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
3 years agoMerge pull request #27915 from nextcloud/fix/plasm-code-alerts
kesselb [Mon, 12 Jul 2021 19:23:03 +0000 (21:23 +0200)]
Merge pull request #27915 from nextcloud/fix/plasm-code-alerts

Fix Psalm code scanning alerts

3 years agoFix Psalm code scanning alerts 27915/head
MichaIng [Sun, 11 Jul 2021 18:05:33 +0000 (20:05 +0200)]
Fix Psalm code scanning alerts

InvalidScalarArgument (apps/theming/lib/IconBuilder.php#L213): https://github.com/nextcloud/server/security/code-scanning/6691
InvalidScalarArgument (apps/theming/lib/IconBuilder.php#L213): https://github.com/nextcloud/server/security/code-scanning/6692
MissingReturnType (apps/theming/lib/IconBuilder.php#L226): https://github.com/nextcloud/server/security/code-scanning/6693
MissingParamType (apps/theming/lib/IconBuilder.php#L226): https://github.com/nextcloud/server/security/code-scanning/6694
MissingParamType (apps/theming/lib/IconBuilder.php#L226): https://github.com/nextcloud/server/security/code-scanning/6695
PossiblyFalseArgument (apps/theming/lib/IconBuilder.php#L232): https://github.com/nextcloud/server/security/code-scanning/6696

Signed-off-by: MichaIng <micha@dietpi.com>
3 years agoMerge pull request #27922 from nextcloud/check-if-dnsresponse-is-false
kesselb [Mon, 12 Jul 2021 14:42:53 +0000 (16:42 +0200)]
Merge pull request #27922 from nextcloud/check-if-dnsresponse-is-false

Check if dns_get_record returns non-false

3 years agoCheck for !== false instead 27922/head
Lukas Reschke [Mon, 12 Jul 2021 13:06:30 +0000 (15:06 +0200)]
Check for !== false instead

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
3 years agoCheck if dns_get_record returns non-false
Lukas Reschke [Mon, 12 Jul 2021 11:15:20 +0000 (13:15 +0200)]
Check if dns_get_record returns non-false

`dns_get_record` can return false which results in exceptions such as
the ones shown in https://github.com/nextcloud/server/issues/27870.

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 12 Jul 2021 02:25:35 +0000 (02:25 +0000)]
[tx-robot] updated from transifex

3 years ago[tx-robot] updated from transifex 27909/head
Nextcloud bot [Sun, 11 Jul 2021 02:25:50 +0000 (02:25 +0000)]
[tx-robot] updated from transifex

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 10 Jul 2021 02:31:32 +0000 (02:31 +0000)]
[tx-robot] updated from transifex

3 years agoMerge pull request #27887 from nextcloud/enh/noid/fix-userstatus-mobile
szaimen [Fri, 9 Jul 2021 11:30:21 +0000 (13:30 +0200)]
Merge pull request #27887 from nextcloud/enh/noid/fix-userstatus-mobile

make user status usable on mobile

3 years agomake user status usable on mobile 27887/head
szaimen [Fri, 9 Jul 2021 08:13:15 +0000 (10:13 +0200)]
make user status usable on mobile

Signed-off-by: szaimen <szaimen@e.mail.de>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
3 years agoMerge pull request #27854 from nextcloud/fix/27371/fix-dark-theme-public-pages
Joas Schilling [Fri, 9 Jul 2021 09:00:53 +0000 (11:00 +0200)]
Merge pull request #27854 from nextcloud/fix/27371/fix-dark-theme-public-pages

Fix dark theme on public link shares

3 years agoFix accessibility theme for guests 27854/head
Joas Schilling [Fri, 9 Jul 2021 07:21:58 +0000 (09:21 +0200)]
Fix accessibility theme for guests

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years agofix filepicker bug in dark mode
szaimen [Wed, 7 Jul 2021 23:50:57 +0000 (01:50 +0200)]
fix filepicker bug in dark mode

Signed-off-by: szaimen <szaimen@e.mail.de>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 9 Jul 2021 02:26:17 +0000 (02:26 +0000)]
[tx-robot] updated from transifex

3 years agoMake integrity commands verbose 27880/head
Joas Schilling [Thu, 8 Jul 2021 19:17:29 +0000 (21:17 +0200)]
Make integrity commands verbose

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years agoMerge pull request #27847 from nextcloud/enh/26973/talk-password-failed
rakekniven [Thu, 8 Jul 2021 16:14:59 +0000 (18:14 +0200)]
Merge pull request #27847 from nextcloud/enh/26973/talk-password-failed

Update "Sending password by Nextcloud Talk failed" sentence

3 years agoMerge pull request #27864 from nextcloud/bug/27435/add-group-button
John Molakvoæ [Thu, 8 Jul 2021 15:21:18 +0000 (17:21 +0200)]
Merge pull request #27864 from nextcloud/bug/27435/add-group-button

3 years agoFix add group button 27864/head
Daniel Kesselberg [Wed, 7 Jul 2021 17:41:44 +0000 (19:41 +0200)]
Fix add group button

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
3 years agoMerge pull request #27774 from nextcloud/feat/workflow-auto-update
John Molakvoæ [Thu, 8 Jul 2021 14:29:10 +0000 (16:29 +0200)]
Merge pull request #27774 from nextcloud/feat/workflow-auto-update

Updating dependabot-approve-merge.yml workflow from template

3 years agoMerge pull request #27845 from nextcloud/update-diaspora-url
Lukas Reschke [Thu, 8 Jul 2021 11:00:28 +0000 (13:00 +0200)]
Merge pull request #27845 from nextcloud/update-diaspora-url

Use proper "Share to Diaspora" URL

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 8 Jul 2021 02:26:46 +0000 (02:26 +0000)]
[tx-robot] updated from transifex

3 years agoMerge pull request #27835 from nextcloud/htaccess-cache
Lukas Reschke [Wed, 7 Jul 2021 17:09:54 +0000 (19:09 +0200)]
Merge pull request #27835 from nextcloud/htaccess-cache

Cache images on browser

3 years agoMerge pull request #27844 from nextcloud/fix/25037/mobile-search-popup
Lukas Reschke [Wed, 7 Jul 2021 14:58:43 +0000 (16:58 +0200)]
Merge pull request #27844 from nextcloud/fix/25037/mobile-search-popup

Make search popup usable on mobile, too

3 years agoMerge pull request #27851 from nextcloud/backport/27848/master
Lukas Reschke [Wed, 7 Jul 2021 12:55:11 +0000 (14:55 +0200)]
Merge pull request #27851 from nextcloud/backport/27848/master

[master] Fixes recursion count incrementation

3 years agoAllow casting query functions as well 27852/head
Joas Schilling [Wed, 7 Jul 2021 12:20:24 +0000 (14:20 +0200)]
Allow casting query functions as well

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years agoAdd a unit test to check for casting a IQueryFunction
Joas Schilling [Wed, 7 Jul 2021 12:19:01 +0000 (14:19 +0200)]
Add a unit test to check for casting a IQueryFunction

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years agoFixes recursion count incrementation 27851/head
Sanpi [Wed, 7 Jul 2021 10:40:27 +0000 (12:40 +0200)]
Fixes recursion count incrementation

Signed-off-by: Sanpi <sanpi@homecomputing.fr>
3 years agoUpdate "Sending password by Nextcloud Talk failed" sentence 27847/head
szaimen [Wed, 7 Jul 2021 10:22:54 +0000 (12:22 +0200)]
Update "Sending password by Nextcloud Talk failed" sentence

Signed-off-by: szaimen <szaimen@e.mail.de>
3 years agoMerge pull request #27842 from nextcloud/enh/27206/everyone-active-users
szaimen [Wed, 7 Jul 2021 10:13:30 +0000 (12:13 +0200)]
Merge pull request #27842 from nextcloud/enh/27206/everyone-active-users

Admin user settings - change Everyone to Active users

3 years agoUse proper "Share to Diaspora" URL 27845/head
Lukas Reschke [Wed, 7 Jul 2021 09:37:39 +0000 (11:37 +0200)]
Use proper "Share to Diaspora" URL

The previous URL leads to an outdated GitHub page that links to websites
which are already available to sale.

This uses the somewhat more official https://share.diasporafoundation.org/

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
3 years agoMerge pull request #27830 from J0WI/simple-load-enc-module
Julius Härtl [Wed, 7 Jul 2021 09:38:13 +0000 (11:38 +0200)]
Merge pull request #27830 from J0WI/simple-load-enc-module

Refactor getEncryptionModule routine

3 years agoAdmin user settings - change Everyone to Active users 27842/head
szaimen [Wed, 7 Jul 2021 08:26:13 +0000 (10:26 +0200)]
Admin user settings - change Everyone to Active users

Signed-off-by: szaimen <szaimen@e.mail.de>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
3 years agoMake search popup usable on mobile, too 27844/head
szaimen [Wed, 7 Jul 2021 08:42:11 +0000 (10:42 +0200)]
Make search popup usable on mobile, too

Signed-off-by: szaimen <szaimen@e.mail.de>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
3 years agoMerge pull request #27838 from nextcloud-pr-bot/automated/noid/psalm-baseline-update
kesselb [Wed, 7 Jul 2021 08:16:06 +0000 (10:16 +0200)]
Merge pull request #27838 from nextcloud-pr-bot/automated/noid/psalm-baseline-update

[Automated] Update psalm-baseline.xml

3 years agoMerge pull request #27827 from nextcloud/enh/27292/singular-plural
John Molakvoæ [Wed, 7 Jul 2021 06:23:39 +0000 (08:23 +0200)]
Merge pull request #27827 from nextcloud/enh/27292/singular-plural

3 years agoUpdate psalm baseline 27838/head
Nextcloud-PR-Bot [Wed, 7 Jul 2021 04:10:53 +0000 (04:10 +0000)]
Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 7 Jul 2021 02:26:06 +0000 (02:26 +0000)]
[tx-robot] updated from transifex

3 years agoCache images on browser 27835/head
acsfer [Tue, 6 Jul 2021 21:56:05 +0000 (23:56 +0200)]
Cache images on browser

Fix #26851

3 years agoRefactor getEncryptionModule routine 27830/head
J0WI [Tue, 6 Jul 2021 17:20:32 +0000 (19:20 +0200)]
Refactor getEncryptionModule routine

3 years agoadd singular and plural in for days in admin sharing settings 27827/head
szaimen [Tue, 6 Jul 2021 17:05:17 +0000 (19:05 +0200)]
add singular and plural in for days in admin sharing settings

Signed-off-by: szaimen <szaimen@e.mail.de>
3 years agoMerge pull request #27801 from nextcloud/enh/noid/hardening-dns-pin-middleware
kesselb [Tue, 6 Jul 2021 16:55:25 +0000 (18:55 +0200)]
Merge pull request #27801 from nextcloud/enh/noid/hardening-dns-pin-middleware

Ignore subdomain for soa queries

3 years agoMerge pull request #27818 from nextcloud/fix/locking-cache-check
kesselb [Tue, 6 Jul 2021 16:53:51 +0000 (18:53 +0200)]
Merge pull request #27818 from nextcloud/fix/locking-cache-check

Fix in locking cache check

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 6 Jul 2021 02:26:02 +0000 (02:26 +0000)]
[tx-robot] updated from transifex

3 years agoFix in locking cache check 27818/head
MichaIng [Mon, 5 Jul 2021 21:11:13 +0000 (23:11 +0200)]
Fix in locking cache check

The intention obviously was to check whether $lockingCacheClass is defined, and existing class, and available. It was however checked whether the $distributedCacheClass is an existing class, which would have caused an exception already in the previous distributed cache check.

Signed-off-by: MichaIng <micha@dietpi.com>
3 years agoMerge pull request #27794 from nextcloud/fix/clarify-lazy-event-listener-container
Christoph Wurst [Mon, 5 Jul 2021 19:13:53 +0000 (21:13 +0200)]
Merge pull request #27794 from nextcloud/fix/clarify-lazy-event-listener-container

Clarify that lazy event listeners are built from the server container

3 years agoIgnore subdomain for soa queries 27801/head
Daniel Kesselberg [Mon, 5 Jul 2021 08:52:18 +0000 (10:52 +0200)]
Ignore subdomain for soa queries

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
3 years agoMerge pull request #27767 from nextcloud/enh/20515/maintenance-mode-info
Pytal [Mon, 5 Jul 2021 17:44:10 +0000 (10:44 -0700)]
Merge pull request #27767 from nextcloud/enh/20515/maintenance-mode-info

Improve maintenance mode info

3 years agoMerge pull request #27799 from nextcloud/bug/26425/check-return-encrypt
Lukas Reschke [Mon, 5 Jul 2021 16:53:32 +0000 (18:53 +0200)]
Merge pull request #27799 from nextcloud/bug/26425/check-return-encrypt

Throw exception if encrypting the data failed.

3 years agoMerge pull request #27758 from nullspoon/fix-dns-pinning
John Molakvoæ [Mon, 5 Jul 2021 15:37:51 +0000 (17:37 +0200)]
Merge pull request #27758 from nullspoon/fix-dns-pinning

3 years agoMerge pull request #27796 from nextcloud/bug/26839/check-pdo
Lukas Reschke [Mon, 5 Jul 2021 15:24:39 +0000 (17:24 +0200)]
Merge pull request #27796 from nextcloud/bug/26839/check-pdo

Check that pdo is installed

3 years agoMerge pull request #27810 from nextcloud/Valdnet-patch-1
Lukas Reschke [Mon, 5 Jul 2021 14:36:20 +0000 (16:36 +0200)]
Merge pull request #27810 from nextcloud/Valdnet-patch-1

Add a text string to l10n

3 years agoAdd a text string to l10n 27810/head
Valdnet [Mon, 5 Jul 2021 13:42:37 +0000 (15:42 +0200)]
Add a text string to l10n

3 years agoAdd a text string to l10n
Valdnet [Mon, 5 Jul 2021 13:40:00 +0000 (15:40 +0200)]
Add a text string to l10n

3 years agoClarify that lazy event listeners are built from the server container 27794/head
Christoph Wurst [Mon, 5 Jul 2021 06:30:56 +0000 (08:30 +0200)]
Clarify that lazy event listeners are built from the server container

Ref https://github.com/nextcloud/server/issues/27793

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 years agoMerge pull request #27198 from nextcloud/tests/run-s3-tests
Lukas Reschke [Mon, 5 Jul 2021 09:52:48 +0000 (11:52 +0200)]
Merge pull request #27198 from nextcloud/tests/run-s3-tests

Run s3 tests again

3 years agoThrow exception if encrypting the data failed. 27799/head
Daniel Kesselberg [Mon, 5 Jul 2021 08:23:16 +0000 (10:23 +0200)]
Throw exception if encrypting the data failed.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
3 years agoCheck that pdo is installed 27796/head
Daniel Kesselberg [Mon, 5 Jul 2021 07:49:05 +0000 (09:49 +0200)]
Check that pdo is installed

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 5 Jul 2021 02:25:35 +0000 (02:25 +0000)]
[tx-robot] updated from transifex

3 years agoAdd F-Droid 26481/head
HouraisanNEET [Sat, 10 Apr 2021 05:43:22 +0000 (13:43 +0800)]
Add F-Droid

Signed-off-by: HouraisanNEET <HouraisanNEET@users.noreply.github.com>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 4 Jul 2021 02:25:36 +0000 (02:25 +0000)]
[tx-robot] updated from transifex

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 3 Jul 2021 02:25:58 +0000 (02:25 +0000)]
[tx-robot] updated from transifex

3 years agoFix DnsPinMiddleware resolve pinning bug 27758/head
Aaron Ball [Fri, 2 Jul 2021 02:37:33 +0000 (20:37 -0600)]
Fix DnsPinMiddleware resolve pinning bug

Libcurl expects the value of the CURLOPT_RESOLVE configurations to be an
array of strings, those strings containing a comma delimited list of
resolved IPs for each host:port combination.

The original code here does create that array with the host:port:ip
combination, but multiple ips for a single host:port result in
additional array entries, rather than adding them to the end of the
string with a comma. Per the libcurl docs, the `CURLOPT_RESOLVE` array
entries should match the syntax `host:port:address[,address]`.

This creates a function-scoped associative array which uses `host:port`
as the key (which are supposed to be unique and this ensures that), and
the value is an array containing IP strings (ipv4 or ipv6). Once the
associative array is populated, it is then set to the CURLOPT_RESOLVE
array, imploding the ip arrays using a comma delimiter so the array
syntax matches the expected by libcurl.

Note that this reorders the "foreach ip" and "foreach port" loops.
Rather than looping over ips then ports, we now loop over ports then
ips, since ports are part of the unique host:port map, and multiple ips
can exist therein.

Signed-off-by: Aaron Ball <nullspoon@oper.io>
3 years agoMerge pull request #27750 from nextcloud/folder-search-filter-self
Julius Härtl [Fri, 2 Jul 2021 15:50:25 +0000 (17:50 +0200)]
Merge pull request #27750 from nextcloud/folder-search-filter-self

dont include folder being search in in the results

3 years agoUpdating dependabot-approve-merge.yml workflow from template 27774/head
Nextcloud bot [Fri, 2 Jul 2021 15:43:33 +0000 (15:43 +0000)]
Updating dependabot-approve-merge.yml workflow from template

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoMerge pull request #27771 from nextcloud/bugfix/noid/autotest-wait-pgsql-docker
Julius Härtl [Fri, 2 Jul 2021 15:42:29 +0000 (17:42 +0200)]
Merge pull request #27771 from nextcloud/bugfix/noid/autotest-wait-pgsql-docker

Add connection check in autotest.sh for pgsql docker

3 years agodont include folder being search in in the results 27750/head
Robin Appelman [Thu, 1 Jul 2021 15:21:09 +0000 (17:21 +0200)]
dont include folder being search in in the results

Signed-off-by: Robin Appelman <robin@icewind.nl>
3 years agoMerge pull request #17148 from nextcloud/always-provide-color-to-default-personal...
Joas Schilling [Fri, 2 Jul 2021 14:29:18 +0000 (16:29 +0200)]
Merge pull request #17148 from nextcloud/always-provide-color-to-default-personal-calendar

Always provide theme color for default personal calendar

3 years agoAdd connection check in autotest.sh for pgsql docker 27771/head
Vincent Petry [Fri, 2 Jul 2021 13:26:06 +0000 (15:26 +0200)]
Add connection check in autotest.sh for pgsql docker

When using pgsql docker for testing locally with autotest, make sure to
properly wait for the port to be available.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
3 years agoImprove maintenance mode info 27767/head
szaimen [Fri, 2 Jul 2021 11:09:25 +0000 (13:09 +0200)]
Improve maintenance mode info

Signed-off-by: szaimen <szaimen@e.mail.de>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 2 Jul 2021 02:25:20 +0000 (02:25 +0000)]
[tx-robot] updated from transifex

3 years agoMerge pull request #27533 from Rid/master
blizzz [Thu, 1 Jul 2021 15:36:06 +0000 (17:36 +0200)]
Merge pull request #27533 from Rid/master

Fix scanner mistaking socket files for directories

3 years agoMerge pull request #27586 from nextcloud/bugfi/noid/objectstore-checksum
blizzz [Thu, 1 Jul 2021 15:30:54 +0000 (17:30 +0200)]
Merge pull request #27586 from nextcloud/bugfi/noid/objectstore-checksum

Reset checksum when writing files to object store

3 years agoMerge pull request #27737 from nextcloud/enh/19906/contactsmenu
John Molakvoæ [Thu, 1 Jul 2021 13:24:16 +0000 (15:24 +0200)]
Merge pull request #27737 from nextcloud/enh/19906/contactsmenu

make contactsmenu icon bigger

3 years agoMerge pull request #27742 from nextcloud/enh/explicit-hint-federation-local
John Molakvoæ [Thu, 1 Jul 2021 13:23:52 +0000 (15:23 +0200)]
Merge pull request #27742 from nextcloud/enh/explicit-hint-federation-local

Clarify that federated sharing settings may also affect shares between users on the current instanc

3 years agoClarify that federated sharing settings may also affect shares between users on the... 27742/head
Julius Härtl [Thu, 1 Jul 2021 08:25:22 +0000 (10:25 +0200)]
Clarify that federated sharing settings may also affect shares between users on the current instance

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoMerge pull request #27739 from nextcloud/enh/noid/app-settings-button
Julius Härtl [Thu, 1 Jul 2021 08:28:42 +0000 (10:28 +0200)]
Merge pull request #27739 from nextcloud/enh/noid/app-settings-button

design fixes to app-settings button

3 years agoMerge pull request #26681 from nextcloud/techdebt/hint-exception-ocp
Julius Härtl [Thu, 1 Jul 2021 06:34:55 +0000 (08:34 +0200)]
Merge pull request #26681 from nextcloud/techdebt/hint-exception-ocp

Move HintException to OCP

3 years agoUse minio for s3 tests 27198/head
Julius Härtl [Fri, 28 May 2021 17:24:21 +0000 (19:24 +0200)]
Use minio for s3 tests

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 1 Jul 2021 02:24:48 +0000 (02:24 +0000)]
[tx-robot] updated from transifex

3 years agodesign fixes to app-settings button 27739/head
szaimen [Wed, 30 Jun 2021 23:09:38 +0000 (01:09 +0200)]
design fixes to app-settings button

Signed-off-by: szaimen <szaimen@e.mail.de>
3 years agoMigrate HintException to OCP 26681/head
Gary Kim [Tue, 29 Jun 2021 23:20:33 +0000 (19:20 -0400)]
Migrate HintException to OCP

Signed-off-by: Gary Kim <gary@garykim.dev>
3 years agomake contactsmenu icon bigger 27737/head
szaimen [Wed, 30 Jun 2021 18:35:26 +0000 (20:35 +0200)]
make contactsmenu icon bigger

Signed-off-by: szaimen <szaimen@e.mail.de>
3 years agoMerge pull request #27732 from nextcloud/fix/27576/LDAPProviderFactory-not-found
blizzz [Wed, 30 Jun 2021 16:50:06 +0000 (18:50 +0200)]
Merge pull request #27732 from nextcloud/fix/27576/LDAPProviderFactory-not-found

Fix LDAPProviderFactory not found

3 years agounset ldap provider when disabling user_ldap 27732/head
Arthur Schiwon [Wed, 30 Jun 2021 13:16:42 +0000 (15:16 +0200)]
unset ldap provider when disabling user_ldap

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
3 years agoensure that factoryClass exisits before instantiation
Arthur Schiwon [Wed, 30 Jun 2021 13:09:27 +0000 (15:09 +0200)]
ensure that factoryClass exisits before instantiation

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
3 years agoRun s3 tests again
Julius Härtl [Fri, 28 May 2021 07:49:42 +0000 (09:49 +0200)]
Run s3 tests again

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoMerge pull request #27638 from nextcloud/enh/noid/fix-encrypted-version
Julius Härtl [Wed, 30 Jun 2021 12:17:38 +0000 (14:17 +0200)]
Merge pull request #27638 from nextcloud/enh/noid/fix-encrypted-version

3 years agoMerge pull request #27723 from nextcloud/fix/noid/typo-regex
John Molakvoæ [Wed, 30 Jun 2021 12:16:16 +0000 (14:16 +0200)]
Merge pull request #27723 from nextcloud/fix/noid/typo-regex

fix incredible off-by-one-typo-error

3 years agoMerge pull request #27700 from nextcloud/deprecate-remote
blizzz [Wed, 30 Jun 2021 09:21:12 +0000 (11:21 +0200)]
Merge pull request #27700 from nextcloud/deprecate-remote

Deprecate OCP\Remote