]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
5 years agoIgnore unavailable entity/operation classes 17545/head
Julius Härtl [Tue, 15 Oct 2019 10:54:22 +0000 (12:54 +0200)]
Ignore unavailable entity/operation classes

Signed-off-by: Julius Härtl <jus@bitgrid.net>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 15 Oct 2019 02:15:06 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #17501 from nextcloud/bugfix/fad-48/list-share-downloads-under...
Roeland Jago Douma [Mon, 14 Oct 2019 22:21:54 +0000 (00:21 +0200)]
Merge pull request #17501 from nextcloud/bugfix/fad-48/list-share-downloads-under-sharing

List share download activity under sharing

5 years agoMerge pull request #17503 from nextcloud/fix/versions/download_filename
Roeland Jago Douma [Mon, 14 Oct 2019 20:27:32 +0000 (22:27 +0200)]
Merge pull request #17503 from nextcloud/fix/versions/download_filename

Set the proper filename for version downloads

5 years agoMerge pull request #17332 from nextcloud/bugfix/noid/mimetype-changes-on-renaming...
Roeland Jago Douma [Mon, 14 Oct 2019 19:38:33 +0000 (21:38 +0200)]
Merge pull request #17332 from nextcloud/bugfix/noid/mimetype-changes-on-renaming-a-folder

Only cache the mimetype if the file exists

5 years agoMerge pull request #17433 from nextcloud/bugfix/uncaught-promise-navigationduplicated
Roeland Jago Douma [Mon, 14 Oct 2019 19:27:32 +0000 (21:27 +0200)]
Merge pull request #17433 from nextcloud/bugfix/uncaught-promise-navigationduplicated

NavigationDuplicated: catch uncaught (in promise)

5 years agoMerge pull request #17535 from nextcloud/enh/noid/fileactions-cleanup
Roeland Jago Douma [Mon, 14 Oct 2019 19:25:28 +0000 (21:25 +0200)]
Merge pull request #17535 from nextcloud/enh/noid/fileactions-cleanup

Remove deprecated legacy file actions

5 years agoRemove deprecated legacy file actions 17535/head
Julius Härtl [Mon, 14 Oct 2019 17:19:16 +0000 (19:19 +0200)]
Remove deprecated legacy file actions

Signed-off-by: Julius Härtl <jus@bitgrid.net>
5 years agoCatch uncaught (in promise) 17433/head
Daniel Kesselberg [Sun, 6 Oct 2019 19:00:10 +0000 (21:00 +0200)]
Catch uncaught (in promise)

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
5 years agoMerge pull request #17402 from nextcloud/td/js_deprecate/jstimezonedetect
Roeland Jago Douma [Mon, 14 Oct 2019 16:13:43 +0000 (18:13 +0200)]
Merge pull request #17402 from nextcloud/td/js_deprecate/jstimezonedetect

Deprecate a lot of global js

5 years agoMerge pull request #17382 from nextcloud/refactor/accessibility/initialstate
Roeland Jago Douma [Mon, 14 Oct 2019 16:00:30 +0000 (18:00 +0200)]
Merge pull request #17382 from nextcloud/refactor/accessibility/initialstate

Initial state for accessibility

5 years agoSet the proper filename for version downloads 17503/head
Roeland Jago Douma [Thu, 10 Oct 2019 10:51:24 +0000 (12:51 +0200)]
Set the proper filename for version downloads

Before it just used the internalid (timestamp often) which is not really
user friendly.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years agoMerge pull request #17522 from nextcloud/fix/noid/reflection-toString-deprecated
Roeland Jago Douma [Mon, 14 Oct 2019 09:08:15 +0000 (11:08 +0200)]
Merge pull request #17522 from nextcloud/fix/noid/reflection-toString-deprecated

Fix ReflectionType::__toString() is deprecated

5 years agoMove to generateOcsUrl 17382/head
John Molakvoæ (skjnldsv) [Sat, 12 Oct 2019 13:39:25 +0000 (15:39 +0200)]
Move to generateOcsUrl

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
5 years agoInitial state for accessibility
John Molakvoæ (skjnldsv) [Thu, 3 Oct 2019 08:19:50 +0000 (10:19 +0200)]
Initial state for accessibility

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
5 years agoOnly cache the mimetype if the file exists 17332/head
Joas Schilling [Mon, 30 Sep 2019 09:39:50 +0000 (11:39 +0200)]
Only cache the mimetype if the file exists

Otherwise files access control will cache "application/octet-stream"
for all the target node on:
rename, move, copy and all other methods which create a new item

To check this:
1. Add an automated tagging rule which tags on mimetype NOT "httpd/unix-directory"
2. Add an access control rule which checks for any mimetype
3. Create a folder and rename it, the folder should not be tagged, but it is

Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years agoDeprecate js globals 17402/head
Roeland Jago Douma [Fri, 4 Oct 2019 09:40:35 +0000 (11:40 +0200)]
Deprecate js globals

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years agoAssume that getType is available 17522/head
Daniel Kesselberg [Sat, 12 Oct 2019 20:55:07 +0000 (22:55 +0200)]
Assume that getType is available

From PHP7 getType is always available. No need to check it nowdays.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
5 years agoFix ReflectionType::__toString() is deprecated
Daniel Kesselberg [Sat, 12 Oct 2019 20:40:03 +0000 (22:40 +0200)]
Fix ReflectionType::__toString() is deprecated

As of PHP 7.1.0, ReflectionType::__toString() is deprecated, and ReflectionParameter::getType() may return an instance of ReflectionNamedType. To get the name of the parameter type, ReflectionNamedType() is available in this case.

https://www.php.net/manual/en/reflectionparameter.gettype.php
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
5 years agoMerge pull request #17530 from nextcloud/dependabot/npm_and_yarn/babel/preset-env...
Roeland Jago Douma [Mon, 14 Oct 2019 07:47:44 +0000 (09:47 +0200)]
Merge pull request #17530 from nextcloud/dependabot/npm_and_yarn/babel/preset-env-7.6.3

Bump @babel/preset-env from 7.6.2 to 7.6.3

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 14 Oct 2019 02:15:09 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

5 years agoBump @babel/preset-env from 7.6.2 to 7.6.3 17530/head
dependabot-preview[bot] [Sun, 13 Oct 2019 19:06:04 +0000 (19:06 +0000)]
Bump @babel/preset-env from 7.6.2 to 7.6.3

Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.6.2 to 7.6.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.6.2...v7.6.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agoMerge pull request #17527 from nextcloud/dependabot/npm_and_yarn/babel/core-7.6.4
Roeland Jago Douma [Sun, 13 Oct 2019 19:04:01 +0000 (21:04 +0200)]
Merge pull request #17527 from nextcloud/dependabot/npm_and_yarn/babel/core-7.6.4

Bump @babel/core from 7.6.2 to 7.6.4

5 years agoMerge pull request #17528 from nextcloud/dependabot/npm_and_yarn/nextcloud-vue-0...
Roeland Jago Douma [Sun, 13 Oct 2019 18:58:12 +0000 (20:58 +0200)]
Merge pull request #17528 from nextcloud/dependabot/npm_and_yarn/nextcloud-vue-0.12.6

Bump nextcloud-vue from 0.12.4 to 0.12.6

5 years agoBump nextcloud-vue from 0.12.4 to 0.12.6 17528/head
dependabot-preview[bot] [Sun, 13 Oct 2019 16:26:09 +0000 (16:26 +0000)]
Bump nextcloud-vue from 0.12.4 to 0.12.6

Bumps [nextcloud-vue](https://github.com/nextcloud/nextcloud-vue) from 0.12.4 to 0.12.6.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases)
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v0.12.4...v0.12.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
5 years agoMerge pull request #17529 from nextcloud/dependabot/npm_and_yarn/dompurify-2.0.6
Roeland Jago Douma [Sun, 13 Oct 2019 16:23:57 +0000 (18:23 +0200)]
Merge pull request #17529 from nextcloud/dependabot/npm_and_yarn/dompurify-2.0.6

Bump dompurify from 2.0.3 to 2.0.6

5 years agoBump dompurify from 2.0.3 to 2.0.6 17529/head
dependabot-preview[bot] [Sun, 13 Oct 2019 10:17:51 +0000 (10:17 +0000)]
Bump dompurify from 2.0.3 to 2.0.6

Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.0.3 to 2.0.6.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/2.0.3...2.0.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
5 years agoMerge pull request #17526 from nextcloud/dependabot/npm_and_yarn/handlebars-4.4.3
Roeland Jago Douma [Sun, 13 Oct 2019 10:15:51 +0000 (12:15 +0200)]
Merge pull request #17526 from nextcloud/dependabot/npm_and_yarn/handlebars-4.4.3

Bump handlebars from 4.4.2 to 4.4.3

5 years agoBump handlebars from 4.4.2 to 4.4.3 17526/head
dependabot-preview[bot] [Sun, 13 Oct 2019 09:06:33 +0000 (09:06 +0000)]
Bump handlebars from 4.4.2 to 4.4.3

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.4.2 to 4.4.3.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.4.2...v4.4.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
5 years agoBump @babel/core from 7.6.2 to 7.6.4 17527/head
dependabot-preview[bot] [Sun, 13 Oct 2019 09:01:12 +0000 (09:01 +0000)]
Bump @babel/core from 7.6.2 to 7.6.4

Bumps [@babel/core](https://github.com/babel/babel) from 7.6.2 to 7.6.4.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.6.2...v7.6.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agoMerge pull request #17524 from nextcloud/dependabot/npm_and_yarn/nextcloud/axios...
Roeland Jago Douma [Sun, 13 Oct 2019 08:59:06 +0000 (10:59 +0200)]
Merge pull request #17524 from nextcloud/dependabot/npm_and_yarn/nextcloud/axios-0.4.2

Bump @nextcloud/axios from 0.4.1 to 0.4.2

5 years agoMerge pull request #17531 from nextcloud/dependabot/npm_and_yarn/webpack-4.41.1
Roeland Jago Douma [Sun, 13 Oct 2019 08:56:39 +0000 (10:56 +0200)]
Merge pull request #17531 from nextcloud/dependabot/npm_and_yarn/webpack-4.41.1

Bump webpack from 4.41.0 to 4.41.1

5 years agoBump webpack from 4.41.0 to 4.41.1 17531/head
dependabot-preview[bot] [Sun, 13 Oct 2019 01:25:28 +0000 (01:25 +0000)]
Bump webpack from 4.41.0 to 4.41.1

Bumps [webpack](https://github.com/webpack/webpack) from 4.41.0 to 4.41.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.41.0...v4.41.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
5 years agoMerge pull request #17523 from nextcloud/dependabot/npm_and_yarn/build/handlebars...
Roeland Jago Douma [Sun, 13 Oct 2019 06:31:01 +0000 (08:31 +0200)]
Merge pull request #17523 from nextcloud/dependabot/npm_and_yarn/build/handlebars-4.4.3

Bump handlebars from 4.4.2 to 4.4.3 in /build

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 13 Oct 2019 02:15:52 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

5 years agoBump @nextcloud/axios from 0.4.1 to 0.4.2 17524/head
dependabot-preview[bot] [Sun, 13 Oct 2019 01:14:10 +0000 (01:14 +0000)]
Bump @nextcloud/axios from 0.4.1 to 0.4.2

Bumps [@nextcloud/axios](https://github.com/nextcloud/nextcloud-axios) from 0.4.1 to 0.4.2.
- [Release notes](https://github.com/nextcloud/nextcloud-axios/releases)
- [Commits](https://github.com/nextcloud/nextcloud-axios/compare/v0.4.1...v0.4.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agoBump handlebars from 4.4.2 to 4.4.3 in /build 17523/head
dependabot-preview[bot] [Sun, 13 Oct 2019 01:13:38 +0000 (01:13 +0000)]
Bump handlebars from 4.4.2 to 4.4.3 in /build

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.4.2 to 4.4.3.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.4.2...v4.4.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agoMerge pull request #17390 from nextcloud/refactor/external-initial-state-impl
Roeland Jago Douma [Sat, 12 Oct 2019 11:52:28 +0000 (13:52 +0200)]
Merge pull request #17390 from nextcloud/refactor/external-initial-state-impl

Use the external initial state implementation

5 years agoUse the external initial state implementation 17390/head
Christoph Wurst [Thu, 3 Oct 2019 15:08:39 +0000 (17:08 +0200)]
Use the external initial state implementation

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 12 Oct 2019 02:15:10 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #17510 from nextcloud/bump/nextcloud/event-bus
Roeland Jago Douma [Fri, 11 Oct 2019 12:55:30 +0000 (14:55 +0200)]
Merge pull request #17510 from nextcloud/bump/nextcloud/event-bus

Bump nextcloud/event-bus to 0.2.1

5 years agoBump nextcloud/event-bus to 0.2.1 17510/head
Roeland Jago Douma [Fri, 11 Oct 2019 10:57:19 +0000 (12:57 +0200)]
Bump nextcloud/event-bus to 0.2.1

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years agoMerge pull request #17505 from nextcloud/design/input-contrast
Roeland Jago Douma [Fri, 11 Oct 2019 10:53:25 +0000 (12:53 +0200)]
Merge pull request #17505 from nextcloud/design/input-contrast

Increase contast between text and placeholder in input fields

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 11 Oct 2019 02:14:43 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #17484 from nextcloud/bugfix/activity-last-timestamp-merged
Roeland Jago Douma [Thu, 10 Oct 2019 18:30:16 +0000 (20:30 +0200)]
Merge pull request #17484 from nextcloud/bugfix/activity-last-timestamp-merged

Always use the latest timestamp for merged activities

5 years agoIncrease contast between text and placeholder in input fields 17505/head
Julius Härtl [Thu, 10 Oct 2019 13:54:10 +0000 (15:54 +0200)]
Increase contast between text and placeholder in input fields

Signed-off-by: Julius Härtl <jus@bitgrid.net>
5 years agoList share download activity under sharing 17501/head
Joas Schilling [Thu, 10 Oct 2019 06:43:54 +0000 (08:43 +0200)]
List share download activity under sharing

Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years agoMerge pull request #17488 from nextcloud/fix/phan-settings-app
kesselb [Wed, 9 Oct 2019 13:53:33 +0000 (15:53 +0200)]
Merge pull request #17488 from nextcloud/fix/phan-settings-app

Remove settings/ from phan

5 years agoMerge pull request #17276 from nextcloud/storage-id-eq
Roeland Jago Douma [Wed, 9 Oct 2019 13:17:49 +0000 (15:17 +0200)]
Merge pull request #17276 from nextcloud/storage-id-eq

Get single storage id using `eq` instead of `in`

5 years agoRemove settings/ from phan 17488/head
Daniel Kesselberg [Wed, 9 Oct 2019 12:34:05 +0000 (14:34 +0200)]
Remove settings/ from phan

settings is a app now. so the directory does not exist.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
5 years agoMerge pull request #17458 from nextcloud/enh/avoid_direct_query
Roeland Jago Douma [Wed, 9 Oct 2019 10:00:55 +0000 (12:00 +0200)]
Merge pull request #17458 from nextcloud/enh/avoid_direct_query

Make renewSessionToken return the new token

5 years agoAlways use the latest timestamp for merged activities 17484/head
Julius Härtl [Wed, 9 Oct 2019 09:25:37 +0000 (11:25 +0200)]
Always use the latest timestamp for merged activities

Signed-off-by: Julius Härtl <jus@bitgrid.net>
5 years agoMake renewSessionToken return the new token 17458/head
Roeland Jago Douma [Tue, 8 Oct 2019 09:01:53 +0000 (11:01 +0200)]
Make renewSessionToken return the new token

Avoids directly getting the token again. We just inserted it so it and
have all the info. So that query is just a waste.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years agoMerge pull request #17480 from nextcloud/enhancement/drone/no-submodule-when-not...
Roeland Jago Douma [Wed, 9 Oct 2019 06:59:20 +0000 (08:59 +0200)]
Merge pull request #17480 from nextcloud/enhancement/drone/no-submodule-when-not-needed

Remove unnecessary submodules steps

5 years agoRemove unwanted submodules 17480/head
John Molakvoæ (skjnldsv) [Wed, 9 Oct 2019 05:44:50 +0000 (07:44 +0200)]
Remove unwanted submodules

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 9 Oct 2019 02:15:07 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #17475 from nextcloud/ci/integration/parallel_composer
kesselb [Tue, 8 Oct 2019 20:54:03 +0000 (22:54 +0200)]
Merge pull request #17475 from nextcloud/ci/integration/parallel_composer

Run composer install in parallel

5 years agoRun composer install in parallel 17475/head
Roeland Jago Douma [Tue, 8 Oct 2019 19:17:53 +0000 (21:17 +0200)]
Run composer install in parallel

The newer docker image runs the composer isntall in parallel. Saving
precious seconds on CI.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years agoMerge pull request #17471 from nextcloud/bugfix/15951/public-txt-truncation-size
Roeland Jago Douma [Tue, 8 Oct 2019 18:52:39 +0000 (20:52 +0200)]
Merge pull request #17471 from nextcloud/bugfix/15951/public-txt-truncation-size

Raised public txt file truncation size to 10kb (#15951)

5 years agoMerge pull request #17463 from nextcloud/enh/token/cache
Roeland Jago Douma [Tue, 8 Oct 2019 18:52:24 +0000 (20:52 +0200)]
Merge pull request #17463 from nextcloud/enh/token/cache

Cache the public key tokens

5 years agoMerge pull request #17445 from nextcloud/db/add-index-on-schedulingobjects
Roeland Jago Douma [Tue, 8 Oct 2019 17:26:32 +0000 (19:26 +0200)]
Merge pull request #17445 from nextcloud/db/add-index-on-schedulingobjects

Add index on principaluri for schedulingobjects table

5 years agoMerge pull request #17462 from gary-kim/fix/noid/check-if-tag-name-empty
Roeland Jago Douma [Tue, 8 Oct 2019 17:25:02 +0000 (19:25 +0200)]
Merge pull request #17462 from gary-kim/fix/noid/check-if-tag-name-empty

Show error if tag name is empty

5 years agoRaised public txt file truncation size to 10kb 17471/head
Johannes Koenig [Tue, 8 Oct 2019 16:38:49 +0000 (18:38 +0200)]
Raised public txt file truncation size to 10kb

Signed-off-by: Johannes Koenig <mail@jokoenig.de>
5 years agoShow error if tag name is empty 17462/head
Gary Kim [Tue, 8 Oct 2019 11:35:30 +0000 (19:35 +0800)]
Show error if tag name is empty

Signed-off-by: Gary Kim <gary@garykim.dev>
5 years agoCache the public key tokens 17463/head
Roeland Jago Douma [Tue, 8 Oct 2019 11:57:36 +0000 (13:57 +0200)]
Cache the public key tokens

Sometimes (esp with token auth) we query the same token multiple times.
While this is properly indexed and fast it is still a bit of a waste.

Right now it is doing very stupid caching. Which gets invalidate on any
update.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years agoCheck and add index on principaluri for schedulingobjects table 17445/head
Thomas Citharel [Mon, 7 Oct 2019 12:39:27 +0000 (14:39 +0200)]
Check and add index on principaluri for schedulingobjects table

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
5 years agoMerge pull request #17429 from nextcloud/db/add-index-on-calendar-object-props-calend...
Roeland Jago Douma [Tue, 8 Oct 2019 08:09:48 +0000 (10:09 +0200)]
Merge pull request #17429 from nextcloud/db/add-index-on-calendar-object-props-calendar-id

Add index on calendarid for calendarobject_props table

5 years agoMerge pull request #17454 from nextcloud/ci/kill/ui-regression
Roeland Jago Douma [Tue, 8 Oct 2019 07:35:13 +0000 (09:35 +0200)]
Merge pull request #17454 from nextcloud/ci/kill/ui-regression

Kill ui-regression ci job

5 years agoMerge pull request #17431 from johkoenig/bugfix/17377/trusted_domain_helper_case_inse...
Roeland Jago Douma [Tue, 8 Oct 2019 06:51:11 +0000 (08:51 +0200)]
Merge pull request #17431 from johkoenig/bugfix/17377/trusted_domain_helper_case_insensitive

make TrustedDomainHelper case insensitive

5 years agoKill ui-regression ci job 17454/head
Roeland Jago Douma [Tue, 8 Oct 2019 06:49:55 +0000 (08:49 +0200)]
Kill ui-regression ci job

Since we do not use it at the moment anyway it seems like a waste of
resources to actually run it.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years agoMerge pull request #17440 from nextcloud/enh/noid/log-json-escape
Roeland Jago Douma [Tue, 8 Oct 2019 06:48:52 +0000 (08:48 +0200)]
Merge pull request #17440 from nextcloud/enh/noid/log-json-escape

Do not escape slashes in log json

5 years agoRemove duplicate code (#17451)
John Molakvoæ [Tue, 8 Oct 2019 06:21:30 +0000 (08:21 +0200)]
Remove duplicate code (#17451)

Remove duplicate code

5 years agoMerge pull request #17414 from gary-kim/enh/15155/delete-icon-in-trashbin
Roeland Jago Douma [Tue, 8 Oct 2019 06:08:02 +0000 (08:08 +0200)]
Merge pull request #17414 from gary-kim/enh/15155/delete-icon-in-trashbin

Show Delete Icon in Breadcrumb in Trashbin

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 8 Oct 2019 02:15:01 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

5 years agoRemove duplicate code 17451/head
Daniel Kesselberg [Mon, 7 Oct 2019 22:46:50 +0000 (00:46 +0200)]
Remove duplicate code

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
5 years agoAdd index on calendarid for calendarobject_props table 17429/head
Thomas Citharel [Sun, 6 Oct 2019 13:04:27 +0000 (15:04 +0200)]
Add index on calendarid for calendarobject_props table

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
5 years agoMerge pull request #17449 from nextcloud/fix/joas-should-know-you-have-to-increaste...
Roeland Jago Douma [Mon, 7 Oct 2019 17:46:31 +0000 (19:46 +0200)]
Merge pull request #17449 from nextcloud/fix/joas-should-know-you-have-to-increaste-the-server-version-for-new-migrations

Increase server version to trigger latest migration

5 years agoDo not follow symlinks with webpack (#17448)
John Molakvoæ [Mon, 7 Oct 2019 16:26:35 +0000 (18:26 +0200)]
Do not follow symlinks with webpack (#17448)

Do not follow symlinks with webpack

5 years agoIncrease server version to trigger all migrations 17449/head
Christoph Wurst [Mon, 7 Oct 2019 14:37:15 +0000 (16:37 +0200)]
Increase server version to trigger all migrations

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
5 years agoDo not follow symlinks with webpack 17448/head
John Molakvoæ (skjnldsv) [Mon, 7 Oct 2019 14:28:10 +0000 (16:28 +0200)]
Do not follow symlinks with webpack

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
5 years agoDo not escape slashes in log json 17440/head
Julius Härtl [Mon, 7 Oct 2019 11:39:40 +0000 (13:39 +0200)]
Do not escape slashes in log json

Signed-off-by: Julius Härtl <jus@bitgrid.net>
5 years agoShow Delete Icon in Breadcrumb in Trashbin 17414/head
Gary Kim [Sat, 5 Oct 2019 07:53:07 +0000 (15:53 +0800)]
Show Delete Icon in Breadcrumb in Trashbin

Signed-off-by: Gary Kim <gary@garykim.dev>
5 years agoMerge pull request #17411 from kinolaev/fix-oauth2-redirect
Roeland Jago Douma [Mon, 7 Oct 2019 10:03:52 +0000 (12:03 +0200)]
Merge pull request #17411 from kinolaev/fix-oauth2-redirect

Fix oauth client redirect

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 7 Oct 2019 02:14:42 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

5 years agomake TrustedDomainHelper case insensitive 17431/head
Johannes Koenig [Sun, 6 Oct 2019 18:43:55 +0000 (20:43 +0200)]
make TrustedDomainHelper case insensitive

Signed-off-by: Johannes Koenig <mail@jokoenig.de>
5 years agoMerge pull request #17421 from nextcloud/dependabot/npm_and_yarn/build/handlebars...
Roeland Jago Douma [Sun, 6 Oct 2019 10:42:28 +0000 (12:42 +0200)]
Merge pull request #17421 from nextcloud/dependabot/npm_and_yarn/build/handlebars-4.4.2

Bump handlebars from 4.4.0 to 4.4.2 in /build

5 years agoUse @nextcloud/paths and deprecate OC helpers (#17392)
John Molakvoæ [Sun, 6 Oct 2019 08:01:45 +0000 (10:01 +0200)]
Use @nextcloud/paths and deprecate OC helpers (#17392)

Use @nextcloud/paths and deprecate OC helpers

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 6 Oct 2019 02:15:13 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

5 years agoBump handlebars from 4.4.0 to 4.4.2 in /build 17421/head
dependabot-preview[bot] [Sun, 6 Oct 2019 01:13:11 +0000 (01:13 +0000)]
Bump handlebars from 4.4.0 to 4.4.2 in /build

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.4.0 to 4.4.2.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.4.2/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.4.0...v4.4.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agoUse @nextcloud/paths and deprecate OC helpers 17392/head
Christoph Wurst [Thu, 3 Oct 2019 16:48:35 +0000 (18:48 +0200)]
Use @nextcloud/paths and deprecate OC helpers

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
5 years agoFix Axios CSRF token update (#17404)
John Molakvoæ [Sat, 5 Oct 2019 21:37:10 +0000 (23:37 +0200)]
Fix Axios CSRF token update (#17404)

Fix Axios CSRF token update

5 years agoSwitch to @nextcloud/axios for the CSRF update fix 17404/head
Christoph Wurst [Fri, 4 Oct 2019 10:17:09 +0000 (12:17 +0200)]
Switch to @nextcloud/axios for the CSRF update fix

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
5 years agoAllow group displaynames in the database backend (#17221)
John Molakvoæ [Sat, 5 Oct 2019 16:34:14 +0000 (18:34 +0200)]
Allow group displaynames in the database backend (#17221)

Allow group displaynames in the database backend

5 years agoMerge pull request #17387 from nextcloud/fix/remove/federated_share
Roeland Jago Douma [Sat, 5 Oct 2019 13:18:37 +0000 (15:18 +0200)]
Merge pull request #17387 from nextcloud/fix/remove/federated_share

Allow removing federated shares of locally reshared files

5 years agoMerge pull request #17370 from nextcloud/jospoortvliet-patch-1
Roeland Jago Douma [Sat, 5 Oct 2019 13:16:32 +0000 (15:16 +0200)]
Merge pull request #17370 from nextcloud/jospoortvliet-patch-1

Update README.md

5 years agoUpdate README.md 17370/head
Jos Poortvliet [Wed, 2 Oct 2019 12:15:13 +0000 (14:15 +0200)]
Update README.md

some minor readme updates

5 years agoFix updating and deleting authtokens (#17397)
John Molakvoæ [Sat, 5 Oct 2019 10:34:57 +0000 (12:34 +0200)]
Fix updating and deleting authtokens (#17397)

Fix updating and deleting authtokens

5 years agoallow trash backends to overwrite the tooltip for trash items (#17374)
John Molakvoæ [Sat, 5 Oct 2019 09:17:07 +0000 (11:17 +0200)]
allow trash backends to overwrite the tooltip for trash items (#17374)

allow trash backends to overwrite the tooltip for trash items

5 years agofix updating and deleting authtokens 17397/head
Sergej Nikolaev [Fri, 4 Oct 2019 00:28:48 +0000 (03:28 +0300)]
fix updating and deleting authtokens

Signed-off-by: Sergej Nikolaev <kinolaev@gmail.com>
5 years agoEmit an event when the CSRF token changes
Christoph Wurst [Fri, 4 Oct 2019 10:10:43 +0000 (12:10 +0200)]
Emit an event when the CSRF token changes

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>