]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
4 years agoadd docs for useJsNonce 19967/head
Pavel Krasikov [Sun, 15 Mar 2020 14:02:11 +0000 (17:02 +0300)]
add docs for useJsNonce

Signed-off-by: Pavel Krasikov <klonishe@gmail.com>
4 years agoMerge pull request #19707 from nextcloud/fix/noid/non-centered-nojavascript
Roeland Jago Douma [Sat, 29 Feb 2020 10:28:18 +0000 (11:28 +0100)]
Merge pull request #19707 from nextcloud/fix/noid/non-centered-nojavascript

Fix non-centered no javascript message

4 years agoFix non-centered no javascript message 19707/head
Gary Kim [Sat, 29 Feb 2020 02:43:42 +0000 (10:43 +0800)]
Fix non-centered no javascript message

Signed-off-by: Gary Kim <gary@garykim.dev>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 29 Feb 2020 02:18:30 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #19664 from nextcloud/feature/revive-send-welcome-email-toggle
Christoph Wurst [Fri, 28 Feb 2020 16:11:12 +0000 (17:11 +0100)]
Merge pull request #19664 from nextcloud/feature/revive-send-welcome-email-toggle

Revive the "send email to new users" toggle for the user form

4 years agoMerge pull request #19493 from nextcloud/simplefile-new-lazy
Roeland Jago Douma [Fri, 28 Feb 2020 15:07:02 +0000 (16:07 +0100)]
Merge pull request #19493 from nextcloud/simplefile-new-lazy

Create SimpleFile only when writing the content

4 years agoRevive the "send email to new users" toggle for the user form 19664/head
Christoph Wurst [Wed, 26 Feb 2020 17:04:43 +0000 (18:04 +0100)]
Revive the "send email to new users" toggle for the user form

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoMerge pull request #19321 from nextcloud/enh/allow-to-overwrite-share-target-mountpoints
Joas Schilling [Fri, 28 Feb 2020 12:41:13 +0000 (13:41 +0100)]
Merge pull request #19321 from nextcloud/enh/allow-to-overwrite-share-target-mountpoints

Allow to overwrite share target mountpoints

4 years agoMerge pull request #19673 from nextcloud/dependabot/composer/php-opencloud/openstack...
Christoph Wurst [Fri, 28 Feb 2020 12:40:22 +0000 (13:40 +0100)]
Merge pull request #19673 from nextcloud/dependabot/composer/php-opencloud/openstack-3.0.7

Bump php-opencloud/openstack from 3.0.6 to 3.0.7

4 years agoBump autoloader 19493/head
Roeland Jago Douma [Fri, 28 Feb 2020 11:55:35 +0000 (12:55 +0100)]
Bump autoloader

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoallow writing content directly when creating new SimpleFile
Robin Appelman [Tue, 18 Feb 2020 17:02:58 +0000 (18:02 +0100)]
allow writing content directly when creating new SimpleFile

Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years agoCreate SimpleFile only when writing the content
Robin Appelman [Sun, 16 Feb 2020 00:14:52 +0000 (01:14 +0100)]
Create SimpleFile only when writing the content

instead of first creating an empty file and then writing the content.

This solves the overhead of creating an empty file with the common pattern:

```php
$file = $simpleFilder->newFile('foo.txt');
$file->putContent('bar.txt');
```

roughly halving the number of storage and database operations that need to be done when creating a `SimpleFile`.

This is not automatically done with `File` because that has a more complex api which I'm more hesitant to touch.
Instead the `Folder::newFile` api has been extended to accept the content for the new file.

In my local testing, the overhead of first creating an empty file took about 20% of the time for preview generation

Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years agobetter tests for SimpleFolder
Robin Appelman [Sun, 16 Feb 2020 00:10:39 +0000 (01:10 +0100)]
better tests for SimpleFolder

test behavior, not implementation

Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years agoMerge pull request #19694 from nextcloud/bugfix/noid/cache-404-avatar-responses-too
Joas Schilling [Fri, 28 Feb 2020 11:27:58 +0000 (12:27 +0100)]
Merge pull request #19694 from nextcloud/bugfix/noid/cache-404-avatar-responses-too

Also cache avatars when it's not allowed

4 years agoAlso cache avatars when it's not allowed 19694/head
Joas Schilling [Fri, 28 Feb 2020 09:44:15 +0000 (10:44 +0100)]
Also cache avatars when it's not allowed

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoMerge pull request #19613 from nextcloud/enh/19537/undefined-index-password
Roeland Jago Douma [Fri, 28 Feb 2020 09:01:44 +0000 (10:01 +0100)]
Merge pull request #19613 from nextcloud/enh/19537/undefined-index-password

Check that username and password are present.

4 years agoMerge pull request #19666 from nextcloud/bug/19416/referrer-policy-fallback
Roeland Jago Douma [Fri, 28 Feb 2020 08:46:09 +0000 (09:46 +0100)]
Merge pull request #19666 from nextcloud/bug/19416/referrer-policy-fallback

Don't show referrer policy warning if fallback policy set.

4 years agoMerge pull request #19655 from nextcloud/bugfix/noid/upload-cleanup-user-not-found
Roeland Jago Douma [Fri, 28 Feb 2020 07:51:51 +0000 (08:51 +0100)]
Merge pull request #19655 from nextcloud/bugfix/noid/upload-cleanup-user-not-found

Catch NotFoundException when getting the user folder

4 years agoMerge pull request #19676 from nextcloud/bugfix/noid/hover-color-of-search-results
Roeland Jago Douma [Fri, 28 Feb 2020 07:49:16 +0000 (08:49 +0100)]
Merge pull request #19676 from nextcloud/bugfix/noid/hover-color-of-search-results

Theme search results

4 years agoMerge pull request #19683 from RDIL/patch-1
Christoph Wurst [Fri, 28 Feb 2020 07:06:04 +0000 (08:06 +0100)]
Merge pull request #19683 from RDIL/patch-1

Readme: fix typo

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 28 Feb 2020 02:18:36 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

4 years agoReadme: fix typo 19683/head
Reece Dunham [Thu, 27 Feb 2020 19:56:54 +0000 (14:56 -0500)]
Readme: fix typo

4 years agoTheme search results 19676/head
Joas Schilling [Thu, 27 Feb 2020 12:46:26 +0000 (13:46 +0100)]
Theme search results

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoBump php-opencloud/openstack from 3.0.6 to 3.0.7 19673/head
Christoph Wurst [Thu, 27 Feb 2020 12:20:10 +0000 (13:20 +0100)]
Bump php-opencloud/openstack from 3.0.6 to 3.0.7

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoMerge pull request #19665 from nextcloud/dependabot/composer/league/flysystem-1.0.64 19633/head
Christoph Wurst [Thu, 27 Feb 2020 12:14:37 +0000 (13:14 +0100)]
Merge pull request #19665 from nextcloud/dependabot/composer/league/flysystem-1.0.64

Bump league/flysystem from 1.0.37 to 1.0.64

4 years agoMerge pull request #19670 from nextcloud/techdebt/noid/allow-to-remove-listeners
Christoph Wurst [Thu, 27 Feb 2020 12:08:42 +0000 (13:08 +0100)]
Merge pull request #19670 from nextcloud/techdebt/noid/allow-to-remove-listeners

Allow to remove listeners

4 years agoAllow to remove listeners 19670/head
Joas Schilling [Thu, 27 Feb 2020 10:01:29 +0000 (11:01 +0100)]
Allow to remove listeners

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoMerge pull request #19659 from nextcloud/techdebt/17486/allow-non-integer-ids-in...
Roeland Jago Douma [Thu, 27 Feb 2020 08:12:35 +0000 (09:12 +0100)]
Merge pull request #19659 from nextcloud/techdebt/17486/allow-non-integer-ids-in-entity-mapper

Allow non integer ids in Entity Mapper

4 years agoBump league/flysystem from 1.0.37 to 1.0.64 19665/head
Christoph Wurst [Wed, 26 Feb 2020 17:31:33 +0000 (18:31 +0100)]
Bump league/flysystem from 1.0.37 to 1.0.64

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoMerge pull request #19632 from nextcloud/dependabot/composer/pear/pear-core-minimal...
Christoph Wurst [Thu, 27 Feb 2020 08:07:48 +0000 (09:07 +0100)]
Merge pull request #19632 from nextcloud/dependabot/composer/pear/pear-core-minimal-1.10.10

Bump pear/pear-core-minimal from 1.10.3 to 1.10.10

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 27 Feb 2020 02:18:38 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

4 years agoDon't show referrer policy warning if fallback policy set. 19666/head
Daniel Kesselberg [Wed, 26 Feb 2020 22:14:38 +0000 (23:14 +0100)]
Don't show referrer policy warning if fallback policy set.

Test-Set:

no-referrer-when-downgrade
no-referrer
strict-origin-when-cross-origin
same-origin
no-referrer, strict-origin-when-cross-origin
strict-origin-
unsafe-raw, same-origin
strict-origin-when-downgrade

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
4 years agoBump pear/pear-core-minimal from 1.10.3 to 1.10.10 19632/head
Christoph Wurst [Tue, 25 Feb 2020 08:32:07 +0000 (09:32 +0100)]
Bump pear/pear-core-minimal from 1.10.3 to 1.10.10

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoMerge pull request #19324 from nextcloud/3rdparty/composer/microsoft/azure-storage...
Christoph Wurst [Wed, 26 Feb 2020 17:20:38 +0000 (18:20 +0100)]
Merge pull request #19324 from nextcloud/3rdparty/composer/microsoft/azure-storage-blob-1.5.0

[3rdparty] Bump microsoft/azure-storage-blob from 1.2.0 to 1.5.0

4 years agoAllow non integer ids in Entity Mapper 19659/head
Joas Schilling [Wed, 26 Feb 2020 13:44:45 +0000 (14:44 +0100)]
Allow non integer ids in Entity Mapper

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoMerge pull request #19589 from nextcloud/bug/19162/reindex-quota-preset
John Molakvoæ [Wed, 26 Feb 2020 13:29:52 +0000 (14:29 +0100)]
Merge pull request #19589 from nextcloud/bug/19162/reindex-quota-preset

Make sure quota_preset is using numerical indexes

4 years agoCatch NotFoundException when getting the user folder 19655/head
Julius Härtl [Wed, 26 Feb 2020 10:20:20 +0000 (11:20 +0100)]
Catch NotFoundException when getting the user folder

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years ago[3rdparty] Bump microsoft/azure-storage-blob from 1.2.0 to 1.5.0 19324/head
John Molakvoæ (skjnldsv) [Thu, 6 Feb 2020 17:23:00 +0000 (18:23 +0100)]
[3rdparty] Bump microsoft/azure-storage-blob from 1.2.0 to 1.5.0

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 26 Feb 2020 02:18:20 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #19433 from nextcloud/bugfix/noid/fix-installing-talk
blizzz [Tue, 25 Feb 2020 23:10:54 +0000 (00:10 +0100)]
Merge pull request #19433 from nextcloud/bugfix/noid/fix-installing-talk

Fix installing Talk due to hardcoded route

4 years agoMerge pull request #19539 from nextcloud/bugfix/noid/allow-to-create-directories...
Joas Schilling [Tue, 25 Feb 2020 18:27:13 +0000 (19:27 +0100)]
Merge pull request #19539 from nextcloud/bugfix/noid/allow-to-create-directories-when-they-are-selectable

Allow to create directories when they are selectable

4 years agoMerge pull request #19252 from nextcloud/bug/fix-notification-object-id
Joas Schilling [Tue, 25 Feb 2020 16:04:25 +0000 (17:04 +0100)]
Merge pull request #19252 from nextcloud/bug/fix-notification-object-id

Hash event UID to make sure it's not too long for PushProvider notifications

4 years agoMerge pull request #19634 from nextcloud/bugfix/noid/long-cyrillic-note
Roeland Jago Douma [Tue, 25 Feb 2020 13:49:14 +0000 (14:49 +0100)]
Merge pull request #19634 from nextcloud/bugfix/noid/long-cyrillic-note

Correctly trim long cyrillic note

4 years agoCopy isFileNameValid function, so the filepicker works without the files app 19539/head
Joas Schilling [Wed, 19 Feb 2020 11:42:54 +0000 (12:42 +0100)]
Copy isFileNameValid function, so the filepicker works without the files app

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoFix "TypeError: u.$form is undefined"
Joas Schilling [Wed, 19 Feb 2020 10:58:04 +0000 (11:58 +0100)]
Fix "TypeError: u.$form is undefined"

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoAllow to create directories when they are selectable
Joas Schilling [Wed, 19 Feb 2020 10:34:18 +0000 (11:34 +0100)]
Allow to create directories when they are selectable

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoMerge pull request #19604 from nextcloud/dependabot/npm_and_yarn/p-queue-6.3.0
Roeland Jago Douma [Tue, 25 Feb 2020 10:30:38 +0000 (11:30 +0100)]
Merge pull request #19604 from nextcloud/dependabot/npm_and_yarn/p-queue-6.3.0

Bump p-queue from 6.2.1 to 6.3.0

4 years agoCorrectly trim long cyrillic note 19634/head
Joas Schilling [Tue, 25 Feb 2020 08:44:58 +0000 (09:44 +0100)]
Correctly trim long cyrillic note

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoMerge pull request #19619 from nextcloud/bugfix/19618/theme-dragndrop-hover-color
Joas Schilling [Tue, 25 Feb 2020 07:42:51 +0000 (08:42 +0100)]
Merge pull request #19619 from nextcloud/bugfix/19618/theme-dragndrop-hover-color

Fix hover state color of drag-n-drop with theming and dark mode

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 25 Feb 2020 02:19:24 +0000 (02:19 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #19621 from nextcloud/bugfix/noid/transfer-owner-delete-notification
Roeland Jago Douma [Mon, 24 Feb 2020 19:38:55 +0000 (20:38 +0100)]
Merge pull request #19621 from nextcloud/bugfix/noid/transfer-owner-delete-notification

Make sure that the transfer details are present in the database during the cron run

4 years agoMerge pull request #19549 from nextcloud/fix/19418/uuid-attr-log-flood
Roeland Jago Douma [Mon, 24 Feb 2020 19:03:53 +0000 (20:03 +0100)]
Merge pull request #19549 from nextcloud/fix/19418/uuid-attr-log-flood

remove noise from detectUuid and cache results

4 years agoMake sure that the transfer entry is present in the database 19621/head
Julius Härtl [Mon, 24 Feb 2020 14:01:39 +0000 (15:01 +0100)]
Make sure that the transfer entry is present in the database

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoMerge pull request #19313 from nextcloud/rakekniven-patch-1
Christoph Wurst [Mon, 24 Feb 2020 13:41:38 +0000 (14:41 +0100)]
Merge pull request #19313 from nextcloud/rakekniven-patch-1

l10n: Added plural form to string

4 years agoFix hover state color of drag-n-drop with theming and dark mode 19619/head
Joas Schilling [Mon, 24 Feb 2020 13:22:03 +0000 (14:22 +0100)]
Fix hover state color of drag-n-drop with theming and dark mode

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agol10n: Added plural form to string 19313/head
rakekniven [Thu, 6 Feb 2020 08:50:02 +0000 (09:50 +0100)]
l10n: Added plural form to string

Fix for #19304

Devs: Please verify. Changed are untested due to missing build environment.

Reported at Transifex.

Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
Signed-off-by: Gary Kim <gary@garykim.dev>
4 years agoMerge pull request #19578 from nextcloud/fix/12685/overwrite-content-type
John Molakvoæ [Mon, 24 Feb 2020 10:25:10 +0000 (11:25 +0100)]
Merge pull request #19578 from nextcloud/fix/12685/overwrite-content-type

Set content type for propfind request

4 years agoMerge pull request #19590 from nextcloud/enh/noid/compile-handlebars-action
Christoph Wurst [Mon, 24 Feb 2020 06:56:28 +0000 (07:56 +0100)]
Merge pull request #19590 from nextcloud/enh/noid/compile-handlebars-action

Move Compile Handlebars CI to GitHub Actions

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 24 Feb 2020 02:19:17 +0000 (02:19 +0000)]
[tx-robot] updated from transifex

4 years agoBump p-queue from 6.2.1 to 6.3.0 19604/head
dependabot-preview[bot] [Sun, 23 Feb 2020 20:07:16 +0000 (20:07 +0000)]
Bump p-queue from 6.2.1 to 6.3.0

Bumps [p-queue](https://github.com/sindresorhus/p-queue) from 6.2.1 to 6.3.0.
- [Release notes](https://github.com/sindresorhus/p-queue/releases)
- [Commits](https://github.com/sindresorhus/p-queue/compare/v6.2.1...v6.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years agoMerge pull request #19605 from nextcloud/dependabot/npm_and_yarn/jsdom-16.2.0
Roeland Jago Douma [Sun, 23 Feb 2020 20:04:34 +0000 (21:04 +0100)]
Merge pull request #19605 from nextcloud/dependabot/npm_and_yarn/jsdom-16.2.0

Bump jsdom from 16.1.0 to 16.2.0

4 years agoMerge pull request #19498 from nextcloud/dependabot/npm_and_yarn/vue-loader-15.9.0
Roeland Jago Douma [Sun, 23 Feb 2020 19:51:32 +0000 (20:51 +0100)]
Merge pull request #19498 from nextcloud/dependabot/npm_and_yarn/vue-loader-15.9.0

Bump vue-loader from 15.8.3 to 15.9.0

4 years agoCheck that username and password are present. 19613/head
Daniel Kesselberg [Sun, 23 Feb 2020 17:53:17 +0000 (18:53 +0100)]
Check that username and password are present.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
4 years agoBump vue-loader from 15.8.3 to 15.9.0 19498/head
dependabot-preview[bot] [Sun, 23 Feb 2020 15:52:40 +0000 (15:52 +0000)]
Bump vue-loader from 15.8.3 to 15.9.0

Bumps [vue-loader](https://github.com/vuejs/vue-loader) from 15.8.3 to 15.9.0.
- [Release notes](https://github.com/vuejs/vue-loader/releases)
- [Changelog](https://github.com/vuejs/vue-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-loader/compare/v15.8.3...v15.9.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years agoMerge pull request #19196 from nextcloud/feature/17126/allow_apps_to_register_their_o...
Roeland Jago Douma [Sun, 23 Feb 2020 16:00:03 +0000 (17:00 +0100)]
Merge pull request #19196 from nextcloud/feature/17126/allow_apps_to_register_their_own_calendars

Allow apps to provide Calendars in user's calendarHome

4 years agoMerge pull request #19478 from Tim-Obert/bug/19475/fix-routes-generation-authpublicsh...
Roeland Jago Douma [Sun, 23 Feb 2020 15:43:31 +0000 (16:43 +0100)]
Merge pull request #19478 from Tim-Obert/bug/19475/fix-routes-generation-authpublicsharecontroller

Change the route generation of AuthPublicShareController.php

4 years agoMerge pull request #19602 from nextcloud/dependabot/npm_and_yarn/sinon-chai-3.5.0
Roeland Jago Douma [Sun, 23 Feb 2020 15:35:31 +0000 (16:35 +0100)]
Merge pull request #19602 from nextcloud/dependabot/npm_and_yarn/sinon-chai-3.5.0

Bump sinon-chai from 3.4.0 to 3.5.0

4 years agoBump jsdom from 16.1.0 to 16.2.0 19605/head
dependabot-preview[bot] [Sun, 23 Feb 2020 15:30:52 +0000 (15:30 +0000)]
Bump jsdom from 16.1.0 to 16.2.0

Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.1.0 to 16.2.0.
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md)
- [Commits](https://github.com/jsdom/jsdom/compare/16.1.0...16.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years agoMerge pull request #19603 from nextcloud/dependabot/npm_and_yarn/file-loader-5.1.0
Roeland Jago Douma [Sun, 23 Feb 2020 15:28:29 +0000 (16:28 +0100)]
Merge pull request #19603 from nextcloud/dependabot/npm_and_yarn/file-loader-5.1.0

Bump file-loader from 5.0.2 to 5.1.0

4 years agoMerge pull request #19586 from nextcloud/bug/19547/missing-translation-tab
Roeland Jago Douma [Sun, 23 Feb 2020 15:23:38 +0000 (16:23 +0100)]
Merge pull request #19586 from nextcloud/bug/19547/missing-translation-tab

Replace tab character with space

4 years agoMerge pull request #19542 from nextcloud/fix/link-share-show-password
Roeland Jago Douma [Sun, 23 Feb 2020 15:21:27 +0000 (16:21 +0100)]
Merge pull request #19542 from nextcloud/fix/link-share-show-password

Show the link password when it's set

4 years agoShow the link password when it's set 19542/head
Christoph Wurst [Wed, 19 Feb 2020 12:30:42 +0000 (13:30 +0100)]
Show the link password when it's set

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years agoMerge pull request #19500 from nextcloud/dependabot/npm_and_yarn/webpack-cli-3.3.11
Roeland Jago Douma [Sun, 23 Feb 2020 12:35:07 +0000 (13:35 +0100)]
Merge pull request #19500 from nextcloud/dependabot/npm_and_yarn/webpack-cli-3.3.11

Bump webpack-cli from 3.3.10 to 3.3.11

4 years agoReplace tab character with space 19586/head
Daniel Kesselberg [Sat, 22 Feb 2020 17:29:40 +0000 (18:29 +0100)]
Replace tab character with space

Otherwise the translation is missing. Also I don't see the reason for the tab character.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years agoBump webpack-cli from 3.3.10 to 3.3.11 19500/head
dependabot-preview[bot] [Sun, 23 Feb 2020 10:49:39 +0000 (10:49 +0000)]
Bump webpack-cli from 3.3.10 to 3.3.11

Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.3.10 to 3.3.11.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/next/CHANGELOG_v3.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/v3.3.10...v3.3.11)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years agoMerge pull request #19601 from nextcloud/dependabot/npm_and_yarn/nextcloud/l10n-1.1.0
Roeland Jago Douma [Sun, 23 Feb 2020 10:36:23 +0000 (11:36 +0100)]
Merge pull request #19601 from nextcloud/dependabot/npm_and_yarn/nextcloud/l10n-1.1.0

Bump @nextcloud/l10n from 1.0.1 to 1.1.0

4 years agoMerge pull request #19593 from nextcloud/dependabot/npm_and_yarn/css-vars-ponyfill...
Roeland Jago Douma [Sun, 23 Feb 2020 09:43:59 +0000 (10:43 +0100)]
Merge pull request #19593 from nextcloud/dependabot/npm_and_yarn/css-vars-ponyfill-2.2.1

Bump css-vars-ponyfill from 2.1.2 to 2.2.1

4 years agoMerge pull request #19600 from nextcloud/dependabot/npm_and_yarn/moment-timezone...
Roeland Jago Douma [Sun, 23 Feb 2020 09:42:14 +0000 (10:42 +0100)]
Merge pull request #19600 from nextcloud/dependabot/npm_and_yarn/moment-timezone-0.5.28

Bump moment-timezone from 0.5.27 to 0.5.28

4 years agoBump moment-timezone from 0.5.27 to 0.5.28 19600/head
dependabot-preview[bot] [Sun, 23 Feb 2020 02:13:31 +0000 (02:13 +0000)]
Bump moment-timezone from 0.5.27 to 0.5.28

Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.27 to 0.5.28.
- [Release notes](https://github.com/moment/moment-timezone/releases)
- [Changelog](https://github.com/moment/moment-timezone/blob/develop/changelog.md)
- [Commits](https://github.com/moment/moment-timezone/compare/0.5.27...0.5.28)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years agoMove Compile Handlebars CI to GitHub Actions 19590/head
Gary Kim [Sat, 22 Feb 2020 19:32:26 +0000 (03:32 +0800)]
Move Compile Handlebars CI to GitHub Actions

Signed-off-by: Gary Kim <gary@garykim.dev>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 23 Feb 2020 02:19:29 +0000 (02:19 +0000)]
[tx-robot] updated from transifex

4 years agoBump file-loader from 5.0.2 to 5.1.0 19603/head
dependabot-preview[bot] [Sun, 23 Feb 2020 02:15:51 +0000 (02:15 +0000)]
Bump file-loader from 5.0.2 to 5.1.0

Bumps [file-loader](https://github.com/webpack-contrib/file-loader) from 5.0.2 to 5.1.0.
- [Release notes](https://github.com/webpack-contrib/file-loader/releases)
- [Changelog](https://github.com/webpack-contrib/file-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/file-loader/compare/v5.0.2...v5.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years agoBump sinon-chai from 3.4.0 to 3.5.0 19602/head
dependabot-preview[bot] [Sun, 23 Feb 2020 02:15:10 +0000 (02:15 +0000)]
Bump sinon-chai from 3.4.0 to 3.5.0

Bumps [sinon-chai](https://github.com/domenic/sinon-chai) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/domenic/sinon-chai/releases)
- [Changelog](https://github.com/domenic/sinon-chai/blob/master/CHANGELOG.md)
- [Commits](https://github.com/domenic/sinon-chai/compare/3.4.0...3.5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years agoBump @nextcloud/l10n from 1.0.1 to 1.1.0 19601/head
dependabot-preview[bot] [Sun, 23 Feb 2020 02:14:14 +0000 (02:14 +0000)]
Bump @nextcloud/l10n from 1.0.1 to 1.1.0

Bumps [@nextcloud/l10n](https://github.com/nextcloud/nextcloud-l10n) from 1.0.1 to 1.1.0.
- [Release notes](https://github.com/nextcloud/nextcloud-l10n/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-l10n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-l10n/compare/v1.0.1...v1.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years agoBump css-vars-ponyfill from 2.1.2 to 2.2.1 19593/head
dependabot-preview[bot] [Sat, 22 Feb 2020 20:28:25 +0000 (20:28 +0000)]
Bump css-vars-ponyfill from 2.1.2 to 2.2.1

Bumps [css-vars-ponyfill](https://github.com/jhildenbiddle/css-vars-ponyfill) from 2.1.2 to 2.2.1.
- [Release notes](https://github.com/jhildenbiddle/css-vars-ponyfill/releases)
- [Changelog](https://github.com/jhildenbiddle/css-vars-ponyfill/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jhildenbiddle/css-vars-ponyfill/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years agoMerge pull request #19566 from nextcloud/bugfix/noid/fix-logging
Roeland Jago Douma [Sat, 22 Feb 2020 20:44:30 +0000 (21:44 +0100)]
Merge pull request #19566 from nextcloud/bugfix/noid/fix-logging

FIx logging in accessibility controller

4 years agoMerge pull request #19528 from nextcloud/bugfix/noid/remove-user-root-from-error...
Roeland Jago Douma [Sat, 22 Feb 2020 20:25:24 +0000 (21:25 +0100)]
Merge pull request #19528 from nextcloud/bugfix/noid/remove-user-root-from-error-message

Strip of users home path from share api message

4 years agoMerge pull request #19576 from nextcloud/fix/update-bundles
Roeland Jago Douma [Sat, 22 Feb 2020 20:23:35 +0000 (21:23 +0100)]
Merge pull request #19576 from nextcloud/fix/update-bundles

Update webpack bundles

4 years agoUpdate webpack bundles 19576/head
Christoph Wurst [Fri, 21 Feb 2020 16:38:43 +0000 (17:38 +0100)]
Update webpack bundles

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years agoMake sure quota_preset is using numerical indexes 19589/head
Daniel Kesselberg [Sat, 22 Feb 2020 19:02:56 +0000 (20:02 +0100)]
Make sure quota_preset is using numerical indexes

If one set quota_present to "default, none, 1 GB, 5 GB, 10 GB" the old implementation will remove default and none but keep the array indexes. Later json_encode will recognize a array with 2 as first index as object and hence quotaPreset.reduce will fail.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 22 Feb 2020 02:18:42 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

4 years agoSet content type for propfind request 19578/head
Daniel Kesselberg [Fri, 21 Feb 2020 21:13:49 +0000 (22:13 +0100)]
Set content type for propfind request

Without the request is sent as application/x-www-form-urlencoded; charset=UTF-8 and might be blocked by some application firewalls because content and content type do not match.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
4 years agoMerge pull request #18227 from nextcloud/bug/17947/set-transaction-isolation-connect
Christoph Wurst [Fri, 21 Feb 2020 16:48:39 +0000 (17:48 +0100)]
Merge pull request #18227 from nextcloud/bug/17947/set-transaction-isolation-connect

Add event subscriber for transaction isolation level

4 years agoMerge pull request #19412 from nextcloud/fix/19404/make-favorite-public
Christoph Wurst [Fri, 21 Feb 2020 16:47:53 +0000 (17:47 +0100)]
Merge pull request #19412 from nextcloud/fix/19404/make-favorite-public

Make TAG_FAVORITE public

4 years agoMerge pull request #19517 from nextcloud/bugfix/noid/add-folder-to-predefined-types
Christoph Wurst [Fri, 21 Feb 2020 16:47:07 +0000 (17:47 +0100)]
Merge pull request #19517 from nextcloud/bugfix/noid/add-folder-to-predefined-types

Add a shortcut for Folders mimetype

4 years agoMerge pull request #19518 from nextcloud/bugfix/makefile-npm-ci
Christoph Wurst [Fri, 21 Feb 2020 16:46:10 +0000 (17:46 +0100)]
Merge pull request #19518 from nextcloud/bugfix/makefile-npm-ci

Use npm ci in Makefile

4 years agoMerge pull request #19392 from nextcloud/feature/dav-calendar-subscriptions/introduce...
Christoph Wurst [Fri, 21 Feb 2020 16:35:18 +0000 (17:35 +0100)]
Merge pull request #19392 from nextcloud/feature/dav-calendar-subscriptions/introduce-refresh-rate-setting

Introduce a default refresh rate app setting for calendar subscriptions

4 years agoIntroduce a default refresh rate app setting for calendar subscriptions 19392/head
Thomas Citharel [Mon, 10 Feb 2020 12:52:57 +0000 (13:52 +0100)]
Introduce a default refresh rate app setting for calendar subscriptions

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
4 years agoMerge pull request #19511 from nextcloud/bugfix/noid/secondary-view-id
Christoph Wurst [Fri, 21 Feb 2020 11:17:58 +0000 (12:17 +0100)]
Merge pull request #19511 from nextcloud/bugfix/noid/secondary-view-id

Make sure the secondary view registered for systemtags has an id

4 years agoMerge pull request #19398 from nextcloud/bug/dav-load-subscriptions-at-activation
Christoph Wurst [Fri, 21 Feb 2020 11:17:13 +0000 (12:17 +0100)]
Merge pull request #19398 from nextcloud/bug/dav-load-subscriptions-at-activation

Move RefreshWebcalJob logic to a proper service so that it may be called independently