]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 4 Jan 2021 02:21:58 +0000 (02:21 +0000)]
[tx-robot] updated from transifex

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 3 Jan 2021 02:21:07 +0000 (02:21 +0000)]
[tx-robot] updated from transifex

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 1 Jan 2021 02:21:13 +0000 (02:21 +0000)]
[tx-robot] updated from transifex

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 31 Dec 2020 02:27:13 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

3 years agoMerge pull request #24876 from nextcloud/backport/24874/stable20
Roeland Jago Douma [Wed, 30 Dec 2020 09:51:01 +0000 (10:51 +0100)]
Merge pull request #24876 from nextcloud/backport/24874/stable20

[stable20] Avoid huge exception argument logging

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

3 years agoAvoid huge exception argument logging 24876/head
Roeland Jago Douma [Tue, 29 Dec 2020 09:50:53 +0000 (10:50 +0100)]
Avoid huge exception argument logging

In some cases it might happen that you have an argument that deep down
somewhere has an array with a lot of entries (think thousands). Now
before we would just happily print them all. Which would fill the log.

Now it will just print the first 5. And add a line that there are N
more.

If you are on debug level we will still print them all.

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

3 years agoMerge pull request #24854 from nextcloud/backport/24833/stable20
Roeland Jago Douma [Mon, 28 Dec 2020 13:19:49 +0000 (14:19 +0100)]
Merge pull request #24854 from nextcloud/backport/24833/stable20

[stable20] Fix total upload size overwritten by next upload

3 years agoMerge pull request #24853 from nextcloud/backport/24832/stable20
Julius Härtl [Mon, 28 Dec 2020 11:40:20 +0000 (12:40 +0100)]
Merge pull request #24853 from nextcloud/backport/24832/stable20

[stable20] Make oc_files_trash.auto_id a bigint

3 years agoMerge pull request #24728 from nextcloud/backport/24721/stable20
Roeland Jago Douma [Mon, 28 Dec 2020 10:27:30 +0000 (11:27 +0100)]
Merge pull request #24728 from nextcloud/backport/24721/stable20

[stable20] Cancel user search requests to avoid duplicate results being added

3 years agoMerge pull request #24709 from nextcloud/backport/24683/stable20
Roeland Jago Douma [Mon, 28 Dec 2020 10:24:29 +0000 (11:24 +0100)]
Merge pull request #24709 from nextcloud/backport/24683/stable20

[stable20] [Fix #24682]: ensure federation cloud id is retruned if FN property not found

3 years agoFix total upload size overwritten by next upload 24854/head
Daniel Calviño Sánchez [Wed, 23 Dec 2020 17:53:01 +0000 (18:53 +0100)]
Fix total upload size overwritten by next upload

The upload progress is based on the "totalToUpload" variable. However,
as the variable is set when an upload is submitted, if another upload is
submitted before the previous one finished the upload progress only took
into account the size of the new upload (although the upload itself
worked fine; the files of the new submitted upload are added to the
active one). Now "totalToUpload" is either increased or set depending on
whether an upload is active or not.

Note that although "data.total" holds the total size of the files being
uploaded "totalToUpload" needs to be used in "fileuploadprogressall"
instead; "totalToUpload" is calculated when the upload is submitted, but
since 7c4c5fe6ae91 the actual upload of the files, and thus updating the
value of "data.total", may be deferred until the parent folders were
created.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
3 years agoMerge pull request #24826 from nextcloud/backport/24824/stable20
Roeland Jago Douma [Mon, 28 Dec 2020 09:47:29 +0000 (10:47 +0100)]
Merge pull request #24826 from nextcloud/backport/24824/stable20

[stable20] Catch the error on heartbeat update

3 years agoMake oc_files_trash.auto_id a bigint 24853/head
Vincent Petry [Wed, 23 Dec 2020 16:50:50 +0000 (17:50 +0100)]
Make oc_files_trash.auto_id a bigint

Adjusted migration.
Added to occ command to update existing tables.

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

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 27 Dec 2020 02:24:54 +0000 (02:24 +0000)]
[tx-robot] updated from transifex

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

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

3 years agoCatch the error on heartbeat update 24826/head
Roeland Jago Douma [Wed, 23 Dec 2020 09:35:03 +0000 (10:35 +0100)]
Catch the error on heartbeat update

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
3 years agoMerge pull request #24823 from nextcloud/backport/24730/stable20
Roeland Jago Douma [Wed, 23 Dec 2020 08:33:42 +0000 (09:33 +0100)]
Merge pull request #24823 from nextcloud/backport/24730/stable20

[stable20] Fix IPv6 localhost regex

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 23 Dec 2020 02:20:21 +0000 (02:20 +0000)]
[tx-robot] updated from transifex

3 years agoFix IPv6 localhost regex 24823/head
J0WI [Wed, 16 Dec 2020 13:37:56 +0000 (14:37 +0100)]
Fix IPv6 localhost regex

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
3 years agoMerge pull request #24806 from nextcloud/backport/24604/stable20
John Molakvoæ [Tue, 22 Dec 2020 09:59:08 +0000 (10:59 +0100)]
Merge pull request #24806 from nextcloud/backport/24604/stable20

[stable20] Allow to force rename a conflicting calendar

3 years agoMerge pull request #24798 from nextcloud/backport/24796/stable20
Roeland Jago Douma [Tue, 22 Dec 2020 08:10:47 +0000 (09:10 +0100)]
Merge pull request #24798 from nextcloud/backport/24796/stable20

[stable20] Actually set the TTL on redis set

3 years agoAllow to force rename a conflicting calendar 24806/head
John Molakvoæ (skjnldsv) [Tue, 8 Dec 2020 09:22:46 +0000 (10:22 +0100)]
Allow to force rename a conflicting calendar

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 22 Dec 2020 02:19:17 +0000 (02:19 +0000)]
[tx-robot] updated from transifex

3 years ago[Fix #24682]: ensure federation cloud id is retruned if FN property not found 24709/head
Guillaume Virlet [Sun, 13 Dec 2020 12:12:23 +0000 (13:12 +0100)]
[Fix #24682]: ensure federation cloud id is retruned if FN property not found

Signed-off-by: Guillaume Virlet <github@virlet.org>
3 years agoActually set the TTL on redis set 24798/head
Roeland Jago Douma [Mon, 21 Dec 2020 12:07:20 +0000 (13:07 +0100)]
Actually set the TTL on redis set

Else well the keys remain for ever and ever.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
3 years agoMerge pull request #24792 from nextcloud/backport/23319/stable20
Roeland Jago Douma [Mon, 21 Dec 2020 12:32:55 +0000 (13:32 +0100)]
Merge pull request #24792 from nextcloud/backport/23319/stable20

[stable20] Fix Argon2 descriptions

3 years agoMerge pull request #24751 from nextcloud/backport/24737/stable20
Roeland Jago Douma [Mon, 21 Dec 2020 10:43:49 +0000 (11:43 +0100)]
Merge pull request #24751 from nextcloud/backport/24737/stable20

[stable20] Also unset the other possible unused paramters

3 years agoMerge pull request #24791 from nextcloud/backport/24715/stable20
Roeland Jago Douma [Mon, 21 Dec 2020 09:32:28 +0000 (10:32 +0100)]
Merge pull request #24791 from nextcloud/backport/24715/stable20

[stable20] Limit getIncomplete query to one row

3 years agoFix Argon2 descriptions 24792/head
MichaIng [Fri, 9 Oct 2020 18:18:32 +0000 (20:18 +0200)]
Fix Argon2 descriptions

The threads option for the password_hash function does not define the maximum allowed number of CPU threads to be used by the hashing algorithm but the exact number of threads that is used.

Similarly the memory_cost option for the password_hash function does not define the maximum allowed memory to be used by the hashing algorithm, but the exact amount of memory that is used by the hashing table. The minimum value is 8 KiB per thread.

The time_cost option for the password_hash function does not define the allowed time in seconds, but the number of iterations for the hash function.

If the minimum values are understood, the minimum values are used instead.

Signed-off-by: MichaIng <micha@dietpi.com>
3 years agoLimit getIncomplete query to one row 24791/head
Daniel Kesselberg [Tue, 15 Dec 2020 20:42:26 +0000 (21:42 +0100)]
Limit getIncomplete query to one row

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 21 Dec 2020 02:19:05 +0000 (02:19 +0000)]
[tx-robot] updated from transifex

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 20 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, 19 Dec 2020 02:19:47 +0000 (02:19 +0000)]
[tx-robot] updated from transifex

3 years agoAlso unset the other possible unused paramters 24751/head
Roeland Jago Douma [Wed, 16 Dec 2020 19:31:30 +0000 (20:31 +0100)]
Also unset the other possible unused paramters

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

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 17 Dec 2020 02:20:29 +0000 (02:20 +0000)]
[tx-robot] updated from transifex

3 years agoBump bundles 24728/head
Julius Härtl [Wed, 16 Dec 2020 11:40:00 +0000 (12:40 +0100)]
Bump bundles

Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
3 years agoOnly let the infinite handler fetch more results if the limit is hit
Julius Härtl [Wed, 16 Dec 2020 09:42:17 +0000 (10:42 +0100)]
Only let the infinite handler fetch more results if the limit is hit

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoCancel user search requests to avoid duplicate results being added
Julius Härtl [Wed, 16 Dec 2020 09:41:41 +0000 (10:41 +0100)]
Cancel user search requests to avoid duplicate results being added

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoMerge pull request #24714 from nextcloud/backport/24713/stable20
Roeland Jago Douma [Wed, 16 Dec 2020 07:55:17 +0000 (08:55 +0100)]
Merge pull request #24714 from nextcloud/backport/24713/stable20

[stable20] Do not include non-required scripts on the upgrade page

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 16 Dec 2020 02:20:51 +0000 (02:20 +0000)]
[tx-robot] updated from transifex

3 years agoDo not include non-required scripts on the upgrade page 24714/head
Julius Härtl [Tue, 15 Dec 2020 20:14:07 +0000 (21:14 +0100)]
Do not include non-required scripts on the upgrade page

Signed-off-by: Julius Härtl <jus@bitgrid.net>
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