]>
source.dussan.org Git - nextcloud-server.git/log
John Molakvoæ (skjnldsv) [Wed, 14 Aug 2019 16:27:12 +0000 (18:27 +0200)]
Rename delete label to Delete folder/file
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Roeland Jago Douma [Wed, 14 Aug 2019 08:29:53 +0000 (10:29 +0200)]
Merge pull request #16663 from JakubOnderka/patch-2
files_trashbin: File can be without extension
Roeland Jago Douma [Wed, 14 Aug 2019 08:10:37 +0000 (10:10 +0200)]
Merge pull request #16572 from nextcloud/fix/15613/bring-back-psql9-compat
instead of upsert query, fallback to default on PSQL <= 9.4
blizzz [Wed, 14 Aug 2019 07:46:48 +0000 (09:46 +0200)]
Merge pull request #16725 from nextcloud/bugfix/noid/syslog-di
Fix loading of the syslog logging class
Arthur Schiwon [Tue, 30 Jul 2019 22:53:20 +0000 (00:53 +0200)]
instead of upsert, fallback to default query on PgSQL <= 9.4
because there is no upsert yet
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Nextcloud bot [Wed, 14 Aug 2019 02:14:58 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Tue, 13 Aug 2019 18:22:47 +0000 (20:22 +0200)]
Merge pull request #14429 from tobiasKaminsky/shareesOnDav
Show sharees via propfind
Julius Härtl [Mon, 12 Aug 2019 15:54:27 +0000 (17:54 +0200)]
Make sure SystemConfig class can be injected and syslog_tag is fetched properly
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Roeland Jago Douma [Tue, 13 Aug 2019 09:04:19 +0000 (11:04 +0200)]
Merge pull request #16728 from nextcloud/bugfix/invalid_uid
Get the proper UID
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>
Nextcloud bot [Tue, 13 Aug 2019 02:14:38 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
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
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
Nextcloud bot [Mon, 12 Aug 2019 02:14:48 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
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
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>
Roeland Jago Douma [Sun, 11 Aug 2019 19:34:28 +0000 (21:34 +0200)]
Fix tests
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
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
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>
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
J0WI [Mon, 1 Jul 2019 16:45:27 +0000 (18:45 +0200)]
Remove duplicated spaces
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
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>
J0WI [Mon, 1 Jul 2019 16:41:04 +0000 (18:41 +0200)]
Sort headers
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
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>
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>
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>
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
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
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>
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
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
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>
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
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>
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
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>
Nextcloud bot [Sun, 11 Aug 2019 02:15:28 +0000 (02:15 +0000)]
[tx-robot] updated from transifex
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>
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>
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>
Nextcloud bot [Sat, 10 Aug 2019 02:14:48 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Fri, 9 Aug 2019 02:14:15 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
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
tobiasKaminsky [Thu, 8 Aug 2019 09:01:23 +0000 (11:01 +0200)]
get all shares, not only first one per type
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
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
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>
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>
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
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
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
Nextcloud bot [Thu, 8 Aug 2019 02:14:43 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
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
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>
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>
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>
Jakub Onderka [Tue, 6 Aug 2019 08:55:13 +0000 (10:55 +0200)]
files_trashbin: File can be without extension
Signed-off-by: Jakub Onderka <jakub.onderka@gmail.com>
Nextcloud bot [Wed, 7 Aug 2019 02:14:38 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
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
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>
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 …
tobiasKaminsky [Tue, 6 Aug 2019 08:32:46 +0000 (10:32 +0200)]
use namespace everywhere
no camelCase
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
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>
Nextcloud bot [Tue, 6 Aug 2019 02:14:36 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
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
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)
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
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
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>
Nextcloud bot [Mon, 5 Aug 2019 02:14:26 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
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
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>
Nextcloud bot [Sun, 4 Aug 2019 02:15:22 +0000 (02:15 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 3 Aug 2019 02:14:32 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
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>
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>
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>
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>
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
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>
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>
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>
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>
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>
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>
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>
Nextcloud bot [Fri, 2 Aug 2019 02:14:30 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
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>
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>
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>
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>
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
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
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>
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
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>
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
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>
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>
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>
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>