]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
5 years agoGet the proper UID 16728/head
Roeland Jago Douma [Tue, 13 Aug 2019 07:33:46 +0000 (09:33 +0200)]
Get the proper UID

Some user backends (like the database backend) allow us to obtain a user
case insensitive. However the UID itself is case sensitive.

Example:
* create a user User1
* login as User1
  - This results the data/User1 folder to be created etc
* now have some code somewhere that obtains the userFolder (from
IRootFolder) but pas in 'uSER1' as uid
  - The code will check if that is a valid user. And in this case it is
  since User1 and uSER1 both map to the same user
  - However the the UID in the user object is used for the folder a new
  folder fill be create data/uSER1

With this PR this is avoided now. Since we obtain the real UID casing in
the backend before creating the user object.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years agoMerge pull request #16711 from nextcloud/fix/csp/form_actions/loginflow
Roeland Jago Douma [Mon, 12 Aug 2019 06:24:53 +0000 (08:24 +0200)]
Merge pull request #16711 from nextcloud/fix/csp/form_actions/loginflow

Fix login flow form actions

5 years agoBump vue-router from 3.0.7 to 3.1.2 (#16718)
John Molakvoæ [Mon, 12 Aug 2019 06:06:15 +0000 (08:06 +0200)]
Bump vue-router from 3.0.7 to 3.1.2 (#16718)

Bump vue-router from 3.0.7 to 3.1.2

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 12 Aug 2019 02:14:48 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #16721 from nextcloud/fix/16644
Roeland Jago Douma [Sun, 11 Aug 2019 20:46:01 +0000 (22:46 +0200)]
Merge pull request #16721 from nextcloud/fix/16644

Correctly handle emtpy string in proxyuserpwd config

5 years agoBump vue-router from 3.0.7 to 3.1.2 16718/head
dependabot-preview[bot] [Sun, 11 Aug 2019 19:48:58 +0000 (19:48 +0000)]
Bump vue-router from 3.0.7 to 3.1.2

Bumps [vue-router](https://github.com/vuejs/vue-router) from 3.0.7 to 3.1.2.
- [Release notes](https://github.com/vuejs/vue-router/releases)
- [Changelog](https://github.com/vuejs/vue-router/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-router/compare/v3.0.7...v3.1.2)

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 #16179 from J0WI/mv-frameoptions
Roeland Jago Douma [Sun, 11 Aug 2019 19:30:51 +0000 (21:30 +0200)]
Merge pull request #16179 from J0WI/mv-frameoptions

Add X-Frame-Options header to .htaccess

5 years agoCorrectly handle emtpy string in proxyuserpwd config 16721/head
Scott Shambarger [Fri, 2 Aug 2019 22:18:01 +0000 (15:18 -0700)]
Correctly handle emtpy string in proxyuserpwd config

As documented, the default value for config value proxyuserpwd is ''.
However, that value results in the error:
 "cURL error 5: Unsupported proxy syntax in '@'".
This patch handles the values of '' and null (the default in the code)
the same for config values proxyuserpwd and proxy.

Signed-off-by: Scott Shambarger <devel@shambarger.net>
5 years agoMerge pull request #16713 from nextcloud/dependabot/npm_and_yarn/style-loader-1.0.0
Roeland Jago Douma [Sun, 11 Aug 2019 18:39:25 +0000 (20:39 +0200)]
Merge pull request #16713 from nextcloud/dependabot/npm_and_yarn/style-loader-1.0.0

Bump style-loader from 0.23.1 to 1.0.0

5 years agoRemove duplicated spaces 16179/head
J0WI [Mon, 1 Jul 2019 16:45:27 +0000 (18:45 +0200)]
Remove duplicated spaces

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
5 years agoUse "always" condition for security headers
J0WI [Mon, 1 Jul 2019 16:41:59 +0000 (18:41 +0200)]
Use "always" condition for security headers

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
5 years agoSort headers
J0WI [Mon, 1 Jul 2019 16:41:04 +0000 (18:41 +0200)]
Sort headers

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
5 years agoAdd X-Frame-Options header to .htaccess
J0WI [Mon, 1 Jul 2019 16:40:17 +0000 (18:40 +0200)]
Add X-Frame-Options header to .htaccess

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
5 years agoFix login flow form actions 16711/head
Roeland Jago Douma [Sat, 10 Aug 2019 17:27:01 +0000 (19:27 +0200)]
Fix login flow form actions

So fun fact. Chrome considers a redirect after submitting a form part of
the form actions. Since we redirect to a new protocol (nc://login/).
Causing the form submission to work but the redirect failing hard.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years agoBump style-loader from 0.23.1 to 1.0.0 16713/head
dependabot-preview[bot] [Sun, 11 Aug 2019 14:27:48 +0000 (14:27 +0000)]
Bump style-loader from 0.23.1 to 1.0.0

Bumps [style-loader](https://github.com/webpack-contrib/style-loader) from 0.23.1 to 1.0.0.
- [Release notes](https://github.com/webpack-contrib/style-loader/releases)
- [Changelog](https://github.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/style-loader/compare/v0.23.1...v1.0.0)

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 #16716 from nextcloud/dependabot/npm_and_yarn/css-loader-3.2.0
Roeland Jago Douma [Sun, 11 Aug 2019 13:59:56 +0000 (15:59 +0200)]
Merge pull request #16716 from nextcloud/dependabot/npm_and_yarn/css-loader-3.2.0

Bump css-loader from 3.1.0 to 3.2.0

5 years agoMerge pull request #16717 from nextcloud/dependabot/npm_and_yarn/file-loader-4.2.0
Roeland Jago Douma [Sun, 11 Aug 2019 11:56:38 +0000 (13:56 +0200)]
Merge pull request #16717 from nextcloud/dependabot/npm_and_yarn/file-loader-4.2.0

Bump file-loader from 4.1.0 to 4.2.0

5 years agoBump css-loader from 3.1.0 to 3.2.0 16716/head
dependabot-preview[bot] [Sun, 11 Aug 2019 10:51:38 +0000 (10:51 +0000)]
Bump css-loader from 3.1.0 to 3.2.0

Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v3.1.0...v3.2.0)

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 #16714 from nextcloud/dependabot/npm_and_yarn/nextcloud-vue-0...
Roeland Jago Douma [Sun, 11 Aug 2019 10:51:17 +0000 (12:51 +0200)]
Merge pull request #16714 from nextcloud/dependabot/npm_and_yarn/nextcloud-vue-0.12.1

Bump nextcloud-vue from 0.12.0 to 0.12.1

5 years agoMerge pull request #16715 from nextcloud/dependabot/npm_and_yarn/blueimp-md5-2.11.1
Roeland Jago Douma [Sun, 11 Aug 2019 10:48:07 +0000 (12:48 +0200)]
Merge pull request #16715 from nextcloud/dependabot/npm_and_yarn/blueimp-md5-2.11.1

Bump blueimp-md5 from 2.11.0 to 2.11.1

5 years agoBump file-loader from 4.1.0 to 4.2.0 16717/head
dependabot-preview[bot] [Sun, 11 Aug 2019 08:48:09 +0000 (08:48 +0000)]
Bump file-loader from 4.1.0 to 4.2.0

Bumps [file-loader](https://github.com/webpack-contrib/file-loader) from 4.1.0 to 4.2.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/v4.1.0...v4.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agoBump sass-loader from 7.1.0 to 7.2.0 (#16712)
John Molakvoæ [Sun, 11 Aug 2019 08:46:14 +0000 (10:46 +0200)]
Bump sass-loader from 7.1.0 to 7.2.0 (#16712)

Bump sass-loader from 7.1.0 to 7.2.0

5 years agoBump nextcloud-vue from 0.12.0 to 0.12.1 16714/head
dependabot-preview[bot] [Sun, 11 Aug 2019 01:14:42 +0000 (01:14 +0000)]
Bump nextcloud-vue from 0.12.0 to 0.12.1

Bumps [nextcloud-vue](https://github.com/nextcloud/nextcloud-vue) from 0.12.0 to 0.12.1.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases)
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v0.12.0...v0.12.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 #16613 from nextcloud/enh/featurepolicy
Roeland Jago Douma [Sun, 11 Aug 2019 08:16:58 +0000 (10:16 +0200)]
Merge pull request #16613 from nextcloud/enh/featurepolicy

Add Feature-Policy header

5 years agoBump blueimp-md5 from 2.11.0 to 2.11.1 16715/head
dependabot-preview[bot] [Sun, 11 Aug 2019 01:15:19 +0000 (01:15 +0000)]
Bump blueimp-md5 from 2.11.0 to 2.11.1

Bumps [blueimp-md5](https://github.com/blueimp/JavaScript-MD5) from 2.11.0 to 2.11.1.
- [Release notes](https://github.com/blueimp/JavaScript-MD5/releases)
- [Commits](https://github.com/blueimp/JavaScript-MD5/compare/v2.11.0...v2.11.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 11 Aug 2019 02:15:28 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

5 years agoBump sass-loader from 7.1.0 to 7.2.0 16712/head
dependabot-preview[bot] [Sun, 11 Aug 2019 01:13:24 +0000 (01:13 +0000)]
Bump sass-loader from 7.1.0 to 7.2.0

Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 7.1.0 to 7.2.0.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases)
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/sass-loader/compare/v7.1.0...v7.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agoAdd tests 16613/head
Roeland Jago Douma [Sat, 10 Aug 2019 12:34:45 +0000 (14:34 +0200)]
Add tests

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years agoAdd feature policy header
Roeland Jago Douma [Sat, 27 Jul 2019 13:33:55 +0000 (15:33 +0200)]
Add feature policy header

This adds the events and the classes to modify the feature policy.
It also adds a default restricted feature policy.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years ago[tx-robot] updated from transifex 16644/head
Nextcloud bot [Sat, 10 Aug 2019 02:14:48 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 9 Aug 2019 02:14:15 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

5 years agoBump js-yaml from 3.12.0 to 3.13.1 in /build (#16693)
John Molakvoæ [Thu, 8 Aug 2019 11:51:00 +0000 (13:51 +0200)]
Bump js-yaml from 3.12.0 to 3.13.1 in /build (#16693)

Bump js-yaml from 3.12.0 to 3.13.1 in /build

5 years agoMerge pull request #16638 from nextcloud/fix/noid/ldap-ext-storage-handler-loading-cli
Roeland Jago Douma [Thu, 8 Aug 2019 08:48:59 +0000 (10:48 +0200)]
Merge pull request #16638 from nextcloud/fix/noid/ldap-ext-storage-handler-loading-cli

delay sending event from app init to when they are needed

5 years agoHave the OCSBaseResponse call the parent constructor
Roeland Jago Douma [Tue, 30 Jul 2019 08:44:44 +0000 (10:44 +0200)]
Have the OCSBaseResponse call the parent constructor

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years agoBump js-yaml from 3.12.0 to 3.13.1 in /build 16693/head
dependabot[bot] [Thu, 8 Aug 2019 07:43:03 +0000 (07:43 +0000)]
Bump js-yaml from 3.12.0 to 3.13.1 in /build

Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.12.0 to 3.13.1.
- [Release notes](https://github.com/nodeca/js-yaml/releases)
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/3.12.0...3.13.1)

Signed-off-by: dependabot[bot] <support@github.com>
5 years agoMerge pull request #15187 from vitormattos/bugfix-create-database-user
Roeland Jago Douma [Thu, 8 Aug 2019 07:03:48 +0000 (09:03 +0200)]
Merge pull request #15187 from vitormattos/bugfix-create-database-user

Bugfix: user is not allowed

5 years agoMerge pull request #16683 from nextcloud/fix/audit/disabled-user-message
Roeland Jago Douma [Thu, 8 Aug 2019 06:20:06 +0000 (08:20 +0200)]
Merge pull request #16683 from nextcloud/fix/audit/disabled-user-message

Fix enable/disable user audit message

5 years agoMerge pull request #16686 from nextcloud/fix/16684/return_int_getIf
Roeland Jago Douma [Thu, 8 Aug 2019 06:14:21 +0000 (08:14 +0200)]
Merge pull request #16686 from nextcloud/fix/16684/return_int_getIf

Properly return an int in the getId function of the cache

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 8 Aug 2019 02:14:43 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

5 years agoBump nextcloud-vue to 0.12.0 (#16681)
John Molakvoæ [Wed, 7 Aug 2019 20:22:31 +0000 (22:22 +0200)]
Bump nextcloud-vue to 0.12.0 (#16681)

Bump nextcloud-vue to 0.12.0

5 years agoProperly return an int in the getId function of the cache 16686/head
Roeland Jago Douma [Wed, 7 Aug 2019 18:38:42 +0000 (20:38 +0200)]
Properly return an int in the getId function of the cache

fixes #16684

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years agoFix enable/disable user audit message 16683/head
John Molakvoæ (skjnldsv) [Wed, 7 Aug 2019 15:50:59 +0000 (17:50 +0200)]
Fix enable/disable user audit message

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
5 years agoBump nextcloud-vue to 0.12.0 16681/head
John Molakvoæ (skjnldsv) [Wed, 7 Aug 2019 15:08:12 +0000 (17:08 +0200)]
Bump nextcloud-vue to 0.12.0

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

5 years agoFix ie app menu loading click (#16667)
John Molakvoæ [Tue, 6 Aug 2019 17:58:40 +0000 (19:58 +0200)]
Fix ie app menu loading click (#16667)

Fix ie app menu loading click

5 years agoFix ie app menu loading click 16667/head
John Molakvoæ (skjnldsv) [Tue, 6 Aug 2019 12:37:03 +0000 (14:37 +0200)]
Fix ie app menu loading click

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
5 years agoprevent the server's app-navigation's css to overrule the scop… (#16661)
John Molakvoæ [Tue, 6 Aug 2019 13:37:55 +0000 (15:37 +0200)]
prevent the server's app-navigation's css to overrule the scop… (#16661)

prevent the server's app-navigation's css to overrule the scoped css …

5 years agoprevent the server's app-navigation's css to overrule the scoped css in vue components 16661/head
Marco Ambrosini [Tue, 6 Aug 2019 06:45:19 +0000 (08:45 +0200)]
prevent the server's app-navigation's css to overrule the scoped css in vue components

Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 6 Aug 2019 02:14:36 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #16498 from nextcloud/feature/noid/room_metadata
Morris Jobke [Mon, 5 Aug 2019 12:52:45 +0000 (14:52 +0200)]
Merge pull request #16498 from nextcloud/feature/noid/room_metadata

Allow calendar resources/rooms to provide metadata

5 years agoMerge pull request #16639 from nextcloud/feature/noid/new-types
Roeland Jago Douma [Mon, 5 Aug 2019 12:21:12 +0000 (14:21 +0200)]
Merge pull request #16639 from nextcloud/feature/noid/new-types

Adding comparaison types: +regex +wildcard (fulltextsearch)

5 years agoMerge pull request #16643 from nextcloud/enh/moreDIUsage
Morris Jobke [Mon, 5 Aug 2019 10:55:52 +0000 (12:55 +0200)]
Merge pull request #16643 from nextcloud/enh/moreDIUsage

Lets use DI where we can

5 years agoMerge pull request #16649 from nextcloud/dependabot/npm_and_yarn/nextcloud-vue-collec...
Roeland Jago Douma [Mon, 5 Aug 2019 06:48:25 +0000 (08:48 +0200)]
Merge pull request #16649 from nextcloud/dependabot/npm_and_yarn/nextcloud-vue-collections-0.5.6

Bump nextcloud-vue-collections from 0.5.4 to 0.5.6

5 years agoBump nextcloud-vue-collections from 0.5.4 to 0.5.6 16649/head
dependabot-preview[bot] [Sun, 4 Aug 2019 20:55:47 +0000 (20:55 +0000)]
Bump nextcloud-vue-collections from 0.5.4 to 0.5.6

Bumps [nextcloud-vue-collections](https://github.com/juliushaertl/nextcloud-vue-collections) from 0.5.4 to 0.5.6.
- [Release notes](https://github.com/juliushaertl/nextcloud-vue-collections/releases)
- [Commits](https://github.com/juliushaertl/nextcloud-vue-collections/compare/v0.5.4...v0.5.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 5 Aug 2019 02:14:26 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #16651 from nextcloud/dependabot/npm_and_yarn/webpack-4.39.1
Roeland Jago Douma [Sun, 4 Aug 2019 20:48:37 +0000 (22:48 +0200)]
Merge pull request #16651 from nextcloud/dependabot/npm_and_yarn/webpack-4.39.1

Bump webpack from 4.38.0 to 4.39.1

5 years agoBump webpack from 4.38.0 to 4.39.1 16651/head
dependabot-preview[bot] [Sun, 4 Aug 2019 01:13:41 +0000 (01:13 +0000)]
Bump webpack from 4.38.0 to 4.39.1

Bumps [webpack](https://github.com/webpack/webpack) from 4.38.0 to 4.39.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.38.0...v4.39.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 4 Aug 2019 02:15:22 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 3 Aug 2019 02:14:32 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

5 years agoLets use DI where we can 16643/head
Roeland Jago Douma [Fri, 2 Aug 2019 18:43:50 +0000 (20:43 +0200)]
Lets use DI where we can

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years agoAdd standard metadata key for room-features 16498/head
Georg Ehrke [Fri, 2 Aug 2019 18:01:32 +0000 (20:01 +0200)]
Add standard metadata key for room-features

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
5 years agocomparaison types: +regex +wildcard 16639/head
Maxence Lange [Fri, 2 Aug 2019 13:24:32 +0000 (12:24 -0100)]
comparaison types: +regex +wildcard

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
5 years agodelay sending event from app init to when they are needed 16638/head
Arthur Schiwon [Fri, 2 Aug 2019 11:17:55 +0000 (13:17 +0200)]
delay sending event from app init to when they are needed

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
5 years agoMerge pull request #16525 from nextcloud/bugfix/external-user-substitution
blizzz [Fri, 2 Aug 2019 12:07:39 +0000 (14:07 +0200)]
Merge pull request #16525 from nextcloud/bugfix/external-user-substitution

files_external: proper user context for sharing

5 years agofix check for null 16525/head
Arthur Schiwon [Fri, 2 Aug 2019 11:09:38 +0000 (13:09 +0200)]
fix check for null

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
5 years agoAdjust tests
Julius Härtl [Thu, 25 Jul 2019 07:58:54 +0000 (09:58 +0200)]
Adjust tests

Signed-off-by: Julius Härtl <jus@bitgrid.net>
5 years agofixes terminology and allows to request an IUser instance
Arthur Schiwon [Thu, 25 Jul 2019 15:57:22 +0000 (17:57 +0200)]
fixes terminology and allows to request an IUser instance

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
5 years agoadjusts LDAP's home handler to use the correct user object
Arthur Schiwon [Thu, 25 Jul 2019 15:58:13 +0000 (17:58 +0200)]
adjusts LDAP's home handler to use the correct user object

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
5 years agodo not send null value when string is expected
Arthur Schiwon [Thu, 25 Jul 2019 16:50:28 +0000 (18:50 +0200)]
do not send null value when string is expected

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
5 years agoProvide proper user context from initMountPoints
Julius Härtl [Thu, 25 Jul 2019 07:31:39 +0000 (09:31 +0200)]
Provide proper user context from initMountPoints

Signed-off-by: Julius Härtl <jus@bitgrid.net>
5 years agofiles_external: Make sure the correct user context is used in substitution of variables
Julius Härtl [Wed, 24 Jul 2019 09:53:53 +0000 (11:53 +0200)]
files_external: Make sure the correct user context is used in substitution of variables

Signed-off-by: Julius Härtl <jus@bitgrid.net>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 2 Aug 2019 02:14:30 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

5 years agoAllow to do a principal property search based on metadata keys
Georg Ehrke [Thu, 1 Aug 2019 16:37:50 +0000 (18:37 +0200)]
Allow to do a principal property search based on metadata keys

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
5 years agoProvide standard metadata keys for contact person of a resource
Georg Ehrke [Thu, 1 Aug 2019 13:26:11 +0000 (15:26 +0200)]
Provide standard metadata keys for contact person of a resource

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
5 years agoProvide standard metadata keys for location of room
Georg Ehrke [Thu, 1 Aug 2019 13:25:43 +0000 (15:25 +0200)]
Provide standard metadata keys for location of room

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
5 years agoTest resource and room principal backend to check that they provide metadata
Georg Ehrke [Thu, 1 Aug 2019 13:05:53 +0000 (15:05 +0200)]
Test resource and room principal backend to check that they provide metadata

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
5 years agoMerge pull request #16624 from nextcloud/bugfix/noid/versions-fetch-owner-only
Roeland Jago Douma [Thu, 1 Aug 2019 13:00:24 +0000 (15:00 +0200)]
Merge pull request #16624 from nextcloud/bugfix/noid/versions-fetch-owner-only

Make sure we only fetch the file by id for the actual owner

5 years agoMerge pull request #16622 from nextcloud/design/scrollbar
John Molakvoæ [Thu, 1 Aug 2019 12:57:14 +0000 (14:57 +0200)]
Merge pull request #16622 from nextcloud/design/scrollbar

Standardize scrollbar color and width across Webkit and Firefox

5 years agoTest sync of resource and room metadata
Georg Ehrke [Thu, 1 Aug 2019 12:03:34 +0000 (14:03 +0200)]
Test sync of resource and room metadata

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
5 years agoMerge pull request #16586 from nextcloud/feature/16585_adminAuditShareCirclesRemotel...
Roeland Jago Douma [Thu, 1 Aug 2019 10:35:26 +0000 (12:35 +0200)]
Merge pull request #16586 from nextcloud/feature/16585_adminAuditShareCirclesRemotel/wiswedel

log circles and remote shares in admin_audit

5 years agolog circles and remote shares in admin_audit 16586/head
Sascha Wiswedel [Sun, 28 Jul 2019 12:16:43 +0000 (14:16 +0200)]
log circles and remote shares in admin_audit

Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
5 years agoMerge pull request #16592 from nextcloud/bugfix/noid/federated-reshare
Roeland Jago Douma [Thu, 1 Aug 2019 08:55:35 +0000 (10:55 +0200)]
Merge pull request #16592 from nextcloud/bugfix/noid/federated-reshare

Fix permission check on incoming federated shares

5 years agoMake sure we only fetch the file by id for the actual owner 16624/head
Julius Härtl [Thu, 1 Aug 2019 08:10:49 +0000 (10:10 +0200)]
Make sure we only fetch the file by id for the actual owner

Otherwise this will fetch all mounts for the file id which is quite
expensive and causes long saving times in big sharing structures

Signed-off-by: Julius Härtl <jus@bitgrid.net>
5 years agosync metadata of rooms / resources with cache
Georg Ehrke [Mon, 29 Jul 2019 13:39:43 +0000 (15:39 +0200)]
sync metadata of rooms / resources with cache

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
5 years agoprovide room / resource properties as principal properties
Georg Ehrke [Fri, 26 Jul 2019 12:50:16 +0000 (14:50 +0200)]
provide room / resource properties as principal properties

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
5 years agoadd oc_calendar_resources_md and oc_calendar_rooms_md tables
Georg Ehrke [Thu, 25 Jul 2019 12:09:39 +0000 (14:09 +0200)]
add oc_calendar_resources_md and oc_calendar_rooms_md tables

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
5 years agoAdd \OCP\Calendar\IMetadataProvider interface and provider for common metadata keys
Georg Ehrke [Mon, 22 Jul 2019 09:36:26 +0000 (11:36 +0200)]
Add \OCP\Calendar\IMetadataProvider interface and provider for common metadata keys

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 1 Aug 2019 02:15:27 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #16618 from nextcloud/enh/csp/form-action
Roeland Jago Douma [Wed, 31 Jul 2019 17:41:52 +0000 (19:41 +0200)]
Merge pull request #16618 from nextcloud/enh/csp/form-action

Add form-action CSP element

5 years agoStandardize scrollbar color and width across Webkit and Firefox 16622/head
Jan-Christoph Borchardt [Tue, 30 Jul 2019 14:39:37 +0000 (16:39 +0200)]
Standardize scrollbar color and width across Webkit and Firefox

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
5 years agoUpdate CSP test cases to handle the new form-action 16618/head
Roeland Jago Douma [Wed, 31 Jul 2019 07:03:33 +0000 (09:03 +0200)]
Update CSP test cases to handle the new form-action

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years agoAdd form-action CSP element
Roeland Jago Douma [Tue, 30 Jul 2019 21:13:46 +0000 (23:13 +0200)]
Add form-action CSP element

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years agoFix permission check on incoming federated shares 16592/head
Julius Härtl [Mon, 29 Jul 2019 13:00:07 +0000 (15:00 +0200)]
Fix permission check on incoming federated shares

Since federated shares have their permissions set on the node, we do not need
to check for parent share permissions. Otherwise reshares of incoming federated
have no permission variable defined and creating them will fail

Signed-off-by: Julius Härtl <jus@bitgrid.net>
5 years agoMerge pull request #16619 from nextcloud/bugfix/16446/theming-url-validate
Roeland Jago Douma [Wed, 31 Jul 2019 10:52:19 +0000 (12:52 +0200)]
Merge pull request #16619 from nextcloud/bugfix/16446/theming-url-validate

Validate urls in theming settings and properly handle error messages

5 years agoMerge pull request #16544 from nextcloud/bugfix/16540
Roeland Jago Douma [Wed, 31 Jul 2019 09:02:20 +0000 (11:02 +0200)]
Merge pull request #16544 from nextcloud/bugfix/16540

Add missing password reset page to vue

5 years agoMerge pull request #16616 from nextcloud/dep/setEvalScript
Roeland Jago Douma [Wed, 31 Jul 2019 09:01:38 +0000 (11:01 +0200)]
Merge pull request #16616 from nextcloud/dep/setEvalScript

setting unsafe-eval is deprecated

5 years agoValidate urls in theming settings and properly handle error messages 16619/head
Julius Härtl [Wed, 31 Jul 2019 08:05:46 +0000 (10:05 +0200)]
Validate urls in theming settings and properly handle error messages

Signed-off-by: Julius Härtl <jus@bitgrid.net>
5 years agoMove actual password reset to vue 16544/head
Julius Härtl [Thu, 25 Jul 2019 15:04:33 +0000 (17:04 +0200)]
Move actual password reset to vue

Signed-off-by: Julius Härtl <jus@bitgrid.net>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 31 Jul 2019 02:16:00 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

5 years agosetting unsafe-eval is deprecated 16616/head
Roeland Jago Douma [Tue, 30 Jul 2019 14:27:38 +0000 (16:27 +0200)]
setting unsafe-eval is deprecated

This will be removed in a future version of Nextcloud.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>