]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
3 years agophp-cs happyness 24716/head
Arthur Schiwon [Fri, 27 Nov 2020 18:34:35 +0000 (19:34 +0100)]
php-cs happyness

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
3 years agoadd unit tests
Arthur Schiwon [Fri, 27 Nov 2020 18:24:12 +0000 (19:24 +0100)]
add unit tests

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
3 years agocheck number of members after potential resolving of rdns
Arthur Schiwon [Fri, 27 Nov 2020 17:44:27 +0000 (18:44 +0100)]
check number of members after potential resolving of rdns

- the type check is not necessary anymore for the return type of
  _groupMembers()

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
3 years agouse faster and less hungry foreach
Arthur Schiwon [Fri, 27 Nov 2020 17:22:59 +0000 (18:22 +0100)]
use faster and less hungry foreach

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
3 years agomoved the array_reduce to fix large search case
Tobias Perschon [Fri, 27 Nov 2020 02:02:43 +0000 (03:02 +0100)]
moved the array_reduce to fix large search case

also added some additional comments and renamed some vars to make it intuitive whats in them

Signed-off-by: Tobias Perschon <tobias@perschon.at>
3 years agoflatten result array as expected by following code
Arthur Schiwon [Thu, 26 Nov 2020 22:36:04 +0000 (23:36 +0100)]
flatten result array as expected by following code

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
3 years agoMerge pull request #24546 from nextcloud/backport/24543/stable20
Roeland Jago Douma [Tue, 15 Dec 2020 15:36:00 +0000 (16:36 +0100)]
Merge pull request #24546 from nextcloud/backport/24543/stable20

[stable20] Don't log params of imagecreatefromstring

3 years agoMerge pull request #24697 from nextcloud/backport/24589/stable20
Roeland Jago Douma [Tue, 15 Dec 2020 08:17:30 +0000 (09:17 +0100)]
Merge pull request #24697 from nextcloud/backport/24589/stable20

[stable20] Add tel, note, org and title search

3 years agoMerge pull request #24698 from nextcloud/backport/24416/stable20
Roeland Jago Douma [Tue, 15 Dec 2020 08:15:17 +0000 (09:15 +0100)]
Merge pull request #24698 from nextcloud/backport/24416/stable20

[stable20] Check php compatibility of app store app releases

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 15 Dec 2020 02:22:22 +0000 (02:22 +0000)]
[tx-robot] updated from transifex

3 years agoMerge pull request #24693 from nextcloud/version/20.0.4/final v20.0.4
Roeland Jago Douma [Mon, 14 Dec 2020 18:40:45 +0000 (19:40 +0100)]
Merge pull request #24693 from nextcloud/version/20.0.4/final

20.0.4

3 years agoCheck php compatibility of app store app releases 24698/head
Christoph Wurst [Fri, 27 Nov 2020 15:44:55 +0000 (16:44 +0100)]
Check php compatibility of app store app releases

Apps might increase the minimum php version requirement, in which case
an update could break the app or even the whole instance. We must not
install those releases, or better, don't even show them for
update/installation. This extends the app fetcher code to filter out the
releases that are not installable.

The filter respects minimum and maximum requirements. E.g. apps that are
still only released for php7.3 won't show up for php7.4 instances. This
behavior is new but if an app lists an explicit version requirement,
then we ought to repect that.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 years agoAdd tel, note, org and title search 24697/head
John Molakvoæ (skjnldsv) [Mon, 7 Dec 2020 14:03:10 +0000 (15:03 +0100)]
Add tel, note, org and title search

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
3 years agoBump bundle 24693/head
Roeland Jago Douma [Mon, 14 Dec 2020 14:54:56 +0000 (15:54 +0100)]
Bump bundle

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
3 years ago20.0.4
Roeland Jago Douma [Mon, 14 Dec 2020 14:36:19 +0000 (15:36 +0100)]
20.0.4

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
3 years agoMerge pull request #24653 from nextcloud/backport/23044/stable20
Roeland Jago Douma [Mon, 14 Dec 2020 14:35:00 +0000 (15:35 +0100)]
Merge pull request #24653 from nextcloud/backport/23044/stable20

[stable20] Handle owncloud migration to latest release

3 years agoMerge pull request #24654 from nextcloud/backport/24247/stable20
Roeland Jago Douma [Mon, 14 Dec 2020 14:31:12 +0000 (15:31 +0100)]
Merge pull request #24654 from nextcloud/backport/24247/stable20

[stable20] Use string for storing a OCM remote id

3 years agoMerge pull request #24636 from nextcloud/fix/noid/dashboard-without-accessibility
Roeland Jago Douma [Mon, 14 Dec 2020 14:14:52 +0000 (15:14 +0100)]
Merge pull request #24636 from nextcloud/fix/noid/dashboard-without-accessibility

[stable20] Avoid dashboard crash when accessibility app is not installed

3 years agoBump dav app version 24653/head
Julius Härtl [Mon, 14 Dec 2020 10:14:07 +0000 (11:14 +0100)]
Bump dav app version

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoAdd missing table columns
Julius Härtl [Fri, 25 Sep 2020 07:03:22 +0000 (09:03 +0200)]
Add missing table columns

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoMake sure the migrations table schema is always checked
Julius Härtl [Wed, 9 Dec 2020 09:10:51 +0000 (10:10 +0100)]
Make sure the migrations table schema is always checked

Signed-off-by: Julius Härtl <jus@bitgrid.net>
Revert "Make sure the migrations table schema is always checked"

This reverts commit 258955ef738a52d9da2ac2fe59466e6093d7e9bc.

Set current vendor during upgrade and perform migrations table change if needed

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoChange further columns to be nullable with a default of 0
Julius Härtl [Wed, 9 Dec 2020 11:13:02 +0000 (12:13 +0100)]
Change further columns to be nullable with a default of 0

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoProperly migrate from new owncloud avatar location
Julius Härtl [Wed, 9 Dec 2020 11:04:14 +0000 (12:04 +0100)]
Properly migrate from new owncloud avatar location

as the files are not scanned we cannot use the OCP\Files api

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoDump autoloader
Julius Härtl [Mon, 7 Dec 2020 14:16:14 +0000 (15:16 +0100)]
Dump autoloader

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoReadd repair steps that are relevant when migrating from ownCloud
Julius Härtl [Mon, 7 Dec 2020 13:30:08 +0000 (14:30 +0100)]
Readd repair steps that are relevant when migrating from ownCloud

This reverts commit d9b1492e03ab9fe58bb87baaeba745790ca15c53.

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoHandle oc_dav_properties migration
Julius Härtl [Mon, 7 Dec 2020 12:51:17 +0000 (13:51 +0100)]
Handle oc_dav_properties migration

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoAdd missing index on oc_cards and rename if it previously existed
Julius Härtl [Fri, 27 Nov 2020 12:24:33 +0000 (13:24 +0100)]
Add missing index on oc_cards and rename if it previously existed

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoMove authtoken login_name column to varchar(255)
Julius Härtl [Fri, 27 Nov 2020 11:54:12 +0000 (12:54 +0100)]
Move authtoken login_name column to varchar(255)

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoAdd missing mount_id index
Julius Härtl [Fri, 27 Nov 2020 11:53:51 +0000 (12:53 +0100)]
Add missing mount_id index

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoDrop attributes on oc_share table
Julius Härtl [Fri, 20 Nov 2020 15:29:02 +0000 (16:29 +0100)]
Drop attributes on oc_share table

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoDrop assignable systemtag column
Julius Härtl [Fri, 20 Nov 2020 15:24:03 +0000 (16:24 +0100)]
Drop assignable systemtag column

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoDrop oc_dav_job_status table
Julius Härtl [Fri, 20 Nov 2020 15:16:31 +0000 (16:16 +0100)]
Drop oc_dav_job_status table

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoAdjust execution duration to 0
Vincent Petry [Thu, 29 Oct 2020 16:58:12 +0000 (17:58 +0100)]
Adjust execution duration to 0

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
3 years agoAdjust further columns
Vincent Petry [Thu, 29 Oct 2020 14:27:22 +0000 (15:27 +0100)]
Adjust further columns

- calendarsubscriptions.lastmodified -> not null
- external_config.value -> allow null

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
3 years agoAdjust calendars.components to 64 chars
Vincent Petry [Thu, 29 Oct 2020 14:12:21 +0000 (15:12 +0100)]
Adjust calendars.components to 64 chars

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
3 years agoAllow major/minor match for owncloud version
Julius Härtl [Fri, 25 Sep 2020 10:04:11 +0000 (12:04 +0200)]
Allow major/minor match for owncloud version

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoAvoid checking for brute force protection capabilities when upgrading
Julius Härtl [Fri, 25 Sep 2020 10:03:55 +0000 (12:03 +0200)]
Avoid checking for brute force protection capabilities when upgrading

This might happen a releases that doesn't have this table yet

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoFix missing authtoken scope
Julius Härtl [Fri, 25 Sep 2020 10:03:15 +0000 (12:03 +0200)]
Fix missing authtoken scope

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoDrop fk constraints on locks table
Julius Härtl [Fri, 25 Sep 2020 07:12:26 +0000 (09:12 +0200)]
Drop fk constraints on locks table

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoAllow upgrade from oc 10.5
Julius Härtl [Fri, 25 Sep 2020 07:03:34 +0000 (09:03 +0200)]
Allow upgrade from oc 10.5

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoBump app versions for federatedfilesharing and files_sharing 24654/head
Julius Härtl [Mon, 14 Dec 2020 10:11:56 +0000 (11:11 +0100)]
Bump app versions for federatedfilesharing and files_sharing

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoUpdate psalm baseline
Julius Härtl [Fri, 11 Dec 2020 12:29:22 +0000 (13:29 +0100)]
Update psalm baseline

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoResolve conflict in addShare parameters
Julius Härtl [Fri, 11 Dec 2020 07:11:54 +0000 (08:11 +0100)]
Resolve conflict in addShare parameters

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoUpdate psalm baseline
Julius Härtl [Fri, 4 Dec 2020 08:13:17 +0000 (09:13 +0100)]
Update psalm baseline

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoAdd temporary test for migrating int to string
Julius Härtl [Fri, 4 Dec 2020 07:23:12 +0000 (08:23 +0100)]
Add temporary test for migrating int to string

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoAdjust default
Julius Härtl [Thu, 3 Dec 2020 16:39:56 +0000 (17:39 +0100)]
Adjust default

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoDo not register share menu in cases where the files app has not been registered yet
Julius Härtl [Thu, 3 Dec 2020 15:08:41 +0000 (16:08 +0100)]
Do not register share menu in cases where the files app has not been registered yet

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoGet rid of database.xml in files_sharing
Julius Härtl [Fri, 20 Nov 2020 14:40:30 +0000 (15:40 +0100)]
Get rid of database.xml in files_sharing

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoMove columns to bigint
Julius Härtl [Fri, 20 Nov 2020 14:38:59 +0000 (15:38 +0100)]
Move columns to bigint

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoMigrate files_sharing to migrations and move remote_id to a string in share_external
Julius Härtl [Fri, 20 Nov 2020 14:30:36 +0000 (15:30 +0100)]
Migrate files_sharing to migrations and move remote_id to a string in share_external

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoMove remoteId of remote reshares to string
Julius Härtl [Fri, 20 Nov 2020 12:29:36 +0000 (13:29 +0100)]
Move remoteId of remote reshares to string

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 14 Dec 2020 02:19:37 +0000 (02:19 +0000)]
[tx-robot] updated from transifex

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 13 Dec 2020 02:18:42 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 12 Dec 2020 02:18:57 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

3 years agoavoid dashboard js crash when accessibility app is not installed 24636/head
Julien Veyssier [Thu, 10 Dec 2020 12:43:03 +0000 (13:43 +0100)]
avoid dashboard js crash when accessibility app is not installed

Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
3 years agoMerge pull request #24649 from nextcloud/dependabot/npm_and_yarn/stable20/ini-1.3.7
Roeland Jago Douma [Fri, 11 Dec 2020 12:05:42 +0000 (13:05 +0100)]
Merge pull request #24649 from nextcloud/dependabot/npm_and_yarn/stable20/ini-1.3.7

[Security] Bump ini from 1.3.5 to 1.3.7

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 11 Dec 2020 02:20:27 +0000 (02:20 +0000)]
[tx-robot] updated from transifex

3 years ago[Security] Bump ini from 1.3.5 to 1.3.7 24649/head
dependabot-preview[bot] [Thu, 10 Dec 2020 17:45:20 +0000 (17:45 +0000)]
[Security] Bump ini from 1.3.5 to 1.3.7

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. **This update includes a security fix.**
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 10 Dec 2020 02:20:27 +0000 (02:20 +0000)]
[tx-robot] updated from transifex

3 years agoMerge pull request #24621 from nextcloud/version/20.0.3/final v20.0.3
Roeland Jago Douma [Wed, 9 Dec 2020 19:24:07 +0000 (20:24 +0100)]
Merge pull request #24621 from nextcloud/version/20.0.3/final

20.0.3

3 years ago20.0.3 24621/head
Roeland Jago Douma [Wed, 9 Dec 2020 19:05:53 +0000 (20:05 +0100)]
20.0.3

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 9 Dec 2020 02:19:57 +0000 (02:19 +0000)]
[tx-robot] updated from transifex

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 8 Dec 2020 02:20:33 +0000 (02:20 +0000)]
[tx-robot] updated from transifex

3 years agoMerge pull request #24584 from nextcloud/version/20.0.3/RC2 v20.0.3RC2
Roeland Jago Douma [Mon, 7 Dec 2020 20:20:14 +0000 (21:20 +0100)]
Merge pull request #24584 from nextcloud/version/20.0.3/RC2

20.0.3 RC2

3 years agoMerge pull request #24563 from nextcloud/backport/24552/stable20
Roeland Jago Douma [Mon, 7 Dec 2020 10:52:17 +0000 (11:52 +0100)]
Merge pull request #24563 from nextcloud/backport/24552/stable20

[stable20] Remember me is not an app_password

3 years ago20.0.3 RC2 24584/head
Roeland Jago Douma [Mon, 7 Dec 2020 10:44:46 +0000 (11:44 +0100)]
20.0.3 RC2

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
3 years agoMerge pull request #24582 from nextcloud/backport/24581/stable20
Roeland Jago Douma [Mon, 7 Dec 2020 10:16:12 +0000 (11:16 +0100)]
Merge pull request #24582 from nextcloud/backport/24581/stable20

[stable20] Do not load nonexisting setup.js

3 years agoDo not load nonexisting setup.js 24582/head
Julius Härtl [Mon, 7 Dec 2020 06:39:25 +0000 (07:39 +0100)]
Do not load nonexisting setup.js

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 7 Dec 2020 02:20:52 +0000 (02:20 +0000)]
[tx-robot] updated from transifex

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 6 Dec 2020 02:19:39 +0000 (02:19 +0000)]
[tx-robot] updated from transifex

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 5 Dec 2020 02:19:00 +0000 (02:19 +0000)]
[tx-robot] updated from transifex

3 years agoFix typo 24563/head
Morris Jobke [Fri, 4 Dec 2020 11:51:45 +0000 (12:51 +0100)]
Fix typo

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
3 years agoRemember me is not an app_password
Roeland Jago Douma [Fri, 4 Dec 2020 11:40:28 +0000 (12:40 +0100)]
Remember me is not an app_password

While technically they are stored the same. This session variable is
used to indicate that a user is using an app password to authenticate.
Like from a client. Or when having it generated automatically.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
3 years agoMerge pull request #24557 from nextcloud/bugfix/noid/force-composerv1/stable20
Christoph Wurst [Fri, 4 Dec 2020 15:17:26 +0000 (16:17 +0100)]
Merge pull request #24557 from nextcloud/bugfix/noid/force-composerv1/stable20

[stable20] dont use system composer for autoload checker

3 years agoMerge pull request #24553 from nextcloud/backport/24550/stable20
Roeland Jago Douma [Fri, 4 Dec 2020 15:09:52 +0000 (16:09 +0100)]
Merge pull request #24553 from nextcloud/backport/24550/stable20

[stable20] Generate a new session id if the decrypting the session data fails

3 years agoMerge pull request #24556 from nextcloud/revert/stable20/21090
Roeland Jago Douma [Fri, 4 Dec 2020 14:09:22 +0000 (15:09 +0100)]
Merge pull request #24556 from nextcloud/revert/stable20/21090

Revert "Do not read certificate bundle from data dir by default"

3 years agoForce composer v1 24557/head
Julius Härtl [Fri, 4 Dec 2020 13:27:35 +0000 (14:27 +0100)]
Force composer v1

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agocleanup after autoloader generation
Robin Appelman [Wed, 2 Dec 2020 14:02:56 +0000 (15:02 +0100)]
cleanup after autoloader generation

Signed-off-by: Robin Appelman <robin@icewind.nl>
3 years agodont use system composer for autoload checker
Robin Appelman [Thu, 26 Nov 2020 14:47:33 +0000 (15:47 +0100)]
dont use system composer for autoload checker

this ensures that the same composer version is used by everyone (and ci)

Signed-off-by: Robin Appelman <robin@icewind.nl>
3 years agoRevert "Do not read certificate bundle from data dir by default" 24556/head
Morris Jobke [Fri, 4 Dec 2020 12:37:10 +0000 (13:37 +0100)]
Revert "Do not read certificate bundle from data dir by default"

This reverts commit 18b0d753f2d76da10fefbf9a34e22dfdcbdc93b0.

3 years agoGenerate a new session id if the decrypting the session data fails 24553/head
Roeland Jago Douma [Fri, 4 Dec 2020 10:42:40 +0000 (11:42 +0100)]
Generate a new session id if the decrypting the session data fails

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
3 years agoDon't log params of imagecreatefromstring 24546/head
Vincent Petry [Fri, 4 Dec 2020 08:22:30 +0000 (09:22 +0100)]
Don't log params of imagecreatefromstring

To prevent flooding the log with actual image data.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 4 Dec 2020 02:19:34 +0000 (02:19 +0000)]
[tx-robot] updated from transifex

3 years agoMerge pull request #24472 from nextcloud/version/20.0.3/RC1
Morris Jobke [Thu, 3 Dec 2020 12:49:47 +0000 (13:49 +0100)]
Merge pull request #24472 from nextcloud/version/20.0.3/RC1

20.0.3 RC1

3 years ago20.0.3 RC1 24472/head
Roeland Jago Douma [Tue, 1 Dec 2020 10:30:37 +0000 (11:30 +0100)]
20.0.3 RC1

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
3 years agoMerge pull request #24534 from nextcloud/3rdparty/stable20/archive_tar
Morris Jobke [Thu, 3 Dec 2020 12:11:12 +0000 (13:11 +0100)]
Merge pull request #24534 from nextcloud/3rdparty/stable20/archive_tar

[3rdparty][security] Archive TAR to 1.4.11

3 years agoMerge pull request #24532 from nextcloud/backport/24409/stable20
Roeland Jago Douma [Thu, 3 Dec 2020 11:22:41 +0000 (12:22 +0100)]
Merge pull request #24532 from nextcloud/backport/24409/stable20

[stable20] Also run repair steps when encryption is disabled but a legacy key is present

3 years ago[3rdparty][security] Archive TAR to 1.4.11 24534/head
Roeland Jago Douma [Thu, 3 Dec 2020 10:10:24 +0000 (11:10 +0100)]
[3rdparty][security] Archive TAR to 1.4.11

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
3 years agoMerge pull request #24530 from nextcloud/fix/stable20-nextcloud-log-normalizer
Morris Jobke [Thu, 3 Dec 2020 10:14:46 +0000 (11:14 +0100)]
Merge pull request #24530 from nextcloud/fix/stable20-nextcloud-log-normalizer

[stable20] Replace abandoned log normalizer with our fork

3 years agoMerge pull request #24531 from nextcloud/backport/24516/stable20
Morris Jobke [Thu, 3 Dec 2020 10:14:03 +0000 (11:14 +0100)]
Merge pull request #24531 from nextcloud/backport/24516/stable20

[stable20] Add icon to user limit notification

3 years agoMerge pull request #24527 from nextcloud/backport/24519/stable20
Roeland Jago Douma [Thu, 3 Dec 2020 10:00:56 +0000 (11:00 +0100)]
Merge pull request #24527 from nextcloud/backport/24519/stable20

[stable20] Fix vsprint parameter

3 years agoAlso handle legacy cipher support when encryption is disabled but an old master key... 24532/head
Julius Härtl [Fri, 27 Nov 2020 09:01:34 +0000 (10:01 +0100)]
Also handle legacy cipher support when encryption is disabled but an old master key is present

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoImprove wording 24531/head
Morris Jobke [Wed, 2 Dec 2020 20:42:32 +0000 (21:42 +0100)]
Improve wording

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
3 years agoAdd icon to user limit notification
Morris Jobke [Wed, 2 Dec 2020 19:13:33 +0000 (20:13 +0100)]
Add icon to user limit notification

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
3 years agoReplace abandoned log normalizer with our fork 24530/head
Christoph Wurst [Thu, 3 Dec 2020 08:50:10 +0000 (09:50 +0100)]
Replace abandoned log normalizer with our fork

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 years agoMerge pull request #24517 from nextcloud/backport/24459/stable20
Roeland Jago Douma [Thu, 3 Dec 2020 08:37:44 +0000 (09:37 +0100)]
Merge pull request #24517 from nextcloud/backport/24459/stable20

[stable20] Only execute plain mimetype check for directories and do the fallback…

3 years agoFix vsprint parameter 24527/head
Roeland Jago Douma [Wed, 2 Dec 2020 20:56:55 +0000 (21:56 +0100)]
Fix vsprint parameter

%2\$; is not valid. On php7 this is just ignored but on php8 it gives an
error. %2\$s; works.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 3 Dec 2020 02:20:01 +0000 (02:20 +0000)]
[tx-robot] updated from transifex

3 years agoOnly execute plain mimetype check for directories and do the fallback only for non... 24517/head
Morris Jobke [Mon, 30 Nov 2020 15:43:55 +0000 (16:43 +0100)]
Only execute plain mimetype check for directories and do the fallback only for non-directories

Ref #23096

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
3 years agoMerge pull request #24513 from nextcloud/backport/24501/stable20
Morris Jobke [Wed, 2 Dec 2020 19:50:08 +0000 (20:50 +0100)]
Merge pull request #24513 from nextcloud/backport/24501/stable20

[stable20] set mountid for personal external storage mounts