]>
source.dussan.org Git - nextcloud-server.git/log
Julius Härtl [Thu, 24 Jan 2019 11:03:52 +0000 (12:03 +0100)]
Add link to resource provider
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Thu, 24 Jan 2019 10:50:01 +0000 (11:50 +0100)]
Only call resource provider if type matches
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Thu, 24 Jan 2019 10:43:18 +0000 (11:43 +0100)]
Allow apps to register resource providers
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Wed, 23 Jan 2019 16:48:24 +0000 (17:48 +0100)]
Add iconClass to resources
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Wed, 23 Jan 2019 15:35:35 +0000 (16:35 +0100)]
Make sure we query the node before fetching the name
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Wed, 23 Jan 2019 15:34:56 +0000 (16:34 +0100)]
Adjust OCP.Collaboration
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Wed, 23 Jan 2019 15:34:11 +0000 (16:34 +0100)]
Use proper public javascript methods
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Mon, 22 Oct 2018 12:58:16 +0000 (14:58 +0200)]
Add javascript API for collaboration resources
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Tue, 22 Jan 2019 12:11:49 +0000 (13:11 +0100)]
Adjust parameter names on createCollectionOnResource
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Thu, 17 Jan 2019 12:11:16 +0000 (13:11 +0100)]
Add vue app for collaboration resources
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Add js api for resources
Signed-off-by: Julius Härtl <jus@bitgrid.net>
More frontend work
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Thu, 17 Jan 2019 11:56:18 +0000 (12:56 +0100)]
Move files_sharing to webpack
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Mon, 29 Oct 2018 10:18:38 +0000 (11:18 +0100)]
Insert new collection into database
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Joas Schilling [Wed, 24 Oct 2018 12:25:35 +0000 (14:25 +0200)]
Make names mandatory
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Thu, 18 Oct 2018 11:00:25 +0000 (13:00 +0200)]
Allow to create collections
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Wed, 17 Oct 2018 18:03:44 +0000 (20:03 +0200)]
Provider functionality
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Tue, 16 Oct 2018 15:48:16 +0000 (17:48 +0200)]
Add a controller with the most important methods
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Fri, 14 Sep 2018 10:34:24 +0000 (12:34 +0200)]
Basic implementation of resource and collection handling
Signed-off-by: Joas Schilling <coding@schilljs.com>
John Molakvoæ [Fri, 1 Mar 2019 16:39:52 +0000 (17:39 +0100)]
Merge pull request #14450 from nextcloud/feature/app-token-qr
Add app token QR codes for mobile apps
Christoph Wurst [Fri, 1 Mar 2019 08:15:56 +0000 (09:15 +0100)]
Add app token QR codes for mobile apps
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Roeland Jago Douma [Fri, 1 Mar 2019 12:46:04 +0000 (13:46 +0100)]
Merge pull request #14254 from sparrowjack63/master
Dont check Bucket Name in Nextcloud
Roeland Jago Douma [Fri, 1 Mar 2019 12:22:16 +0000 (13:22 +0100)]
Merge pull request #14454 from nextcloud/feature/noid/use-node-api-for-trashbin
Use node API for trash bin with special flag for getSize()
Morris Jobke [Fri, 1 Mar 2019 11:05:18 +0000 (12:05 +0100)]
Only fetch size of this storage without mount points - ref #14412
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Fri, 1 Mar 2019 11:03:28 +0000 (12:03 +0100)]
Revert "Fix for issue 10862: calculation of free space ignores external storage (doesn't count towards quota)"
This reverts commit
e806aa658c16fadad465504fab4aeef314832bdb .
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
S. Cat [Thu, 28 Feb 2019 08:55:46 +0000 (09:55 +0100)]
Bucket name - Alert in debug mode
Alert in debug mode only when trying to mount non compatible DNS bucket name (in order to not flood the logs)
Signed-off-by: Sébastien Cat <sebastien.cat@inra.fr>
S. Cat [Tue, 26 Feb 2019 08:50:47 +0000 (09:50 +0100)]
Correct code indent
Just correct code indent.
Signed-off-by: Sébastien Cat <sebastien.cat@inra.fr>
S. Cat [Tue, 26 Feb 2019 08:32:14 +0000 (09:32 +0100)]
Warning on S3 not compatible DNS bucket name
The new created bucket should respect the DNS compatibility, nevertheless, Nextcloud should accept to mount "old created" buckets that does not respect DNS compatibility (Backward compatibility, or compatibility with CEPH).
Signed-off-by: Sébastien Cat <sebastien.cat@inra.fr>
Sebastien Cat [Sun, 17 Feb 2019 14:59:47 +0000 (15:59 +0100)]
Dont check Bucket Name in Nextcloud
Signed-off-by: Sebastien Cat <sparrow.jack63@gmail.com>
Signed-off-by: Sébastien Cat <sebastien.cat@inra.fr>
Joas Schilling [Fri, 1 Mar 2019 09:03:50 +0000 (10:03 +0100)]
Merge pull request #14449 from nextcloud/feature/noid/redirect-to-default-app
Allow apps to redirect to the default app
Morris Jobke [Fri, 1 Mar 2019 08:59:15 +0000 (09:59 +0100)]
Merge pull request #14397 from nextcloud/search/unregister
Allow search unregister
Joas Schilling [Fri, 1 Mar 2019 08:16:27 +0000 (09:16 +0100)]
Allow apps to redirect to the default app
Signed-off-by: Joas Schilling <coding@schilljs.com>
John Molakvoæ (skjnldsv) [Wed, 27 Feb 2019 08:21:04 +0000 (09:21 +0100)]
Allow search unregister
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Roeland Jago Douma [Fri, 1 Mar 2019 07:21:41 +0000 (08:21 +0100)]
Merge pull request #14392 from nextcloud/refactor/auth-token-Vue
Move personal auth token settings to Vue
Nextcloud bot [Fri, 1 Mar 2019 01:12:36 +0000 (01:12 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Thu, 28 Feb 2019 21:39:35 +0000 (22:39 +0100)]
Merge pull request #14398 from nextcloud/feature/14394/add-setup-check-for-mysql-utf8mb4
Add setup check for missing UTF8MB4 on mysql
Christoph Wurst [Tue, 26 Feb 2019 18:43:59 +0000 (19:43 +0100)]
Move personal auth token settings to Vue
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Always crate OC.Settings, even if not used
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Julius Härtl [Thu, 28 Feb 2019 16:10:06 +0000 (17:10 +0100)]
Merge pull request #14400 from nextcloud/fix/sidebar/animation
Remove unneeded sidebar animation
Morris Jobke [Wed, 27 Feb 2019 09:47:57 +0000 (10:47 +0100)]
Add setup check for missing UTF8MB4 on mysql
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Thu, 28 Feb 2019 15:41:35 +0000 (16:41 +0100)]
Merge pull request #14440 from nextcloud/bugfix/noid/fix-no-such-process-acceptance-tests
Run tests that fail with "no such process" over to apache server
Roeland Jago Douma [Thu, 28 Feb 2019 15:12:46 +0000 (16:12 +0100)]
Merge pull request #14442 from nextcloud/tech-debt/noid/remove-app-classpath
Remove not used appinfo/classpath.php check
John Molakvoæ (skjnldsv) [Wed, 27 Feb 2019 09:55:29 +0000 (10:55 +0100)]
Remove unneeded sidebar animation
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Morris Jobke [Thu, 28 Feb 2019 13:32:32 +0000 (14:32 +0100)]
Remove not used appinfo/classpath.php check
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Thu, 28 Feb 2019 12:59:00 +0000 (13:59 +0100)]
Run tests that fail with "no such process" over to apache server
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Thu, 28 Feb 2019 12:49:27 +0000 (13:49 +0100)]
Merge pull request #14412 from nextcloud/fileinfo-raw-size
add option to get raw size (without submounts) from fileinfo
Morris Jobke [Thu, 28 Feb 2019 12:44:58 +0000 (13:44 +0100)]
Merge pull request #14408 from nextcloud/dependabot/npm_and_yarn/css-vars-ponyfill-1.17.0
Bump css-vars-ponyfill from 1.16.4 to 1.17.0
Morris Jobke [Thu, 28 Feb 2019 12:43:25 +0000 (13:43 +0100)]
Merge pull request #14431 from nextcloud/dependabot/npm_and_yarn/webpack-4.29.6
Bump webpack from 4.29.5 to 4.29.6
Roeland Jago Douma [Thu, 28 Feb 2019 12:32:26 +0000 (13:32 +0100)]
Merge pull request #13489 from nextcloud/enh/settings/2fa-security-store
Do not load 2fa admin settings async
Roeland Jago Douma [Thu, 28 Feb 2019 12:11:00 +0000 (13:11 +0100)]
Merge pull request #14433 from nextcloud/fix/noid/fix-acceptance-tests
Fix acceptance tests for tag management
Roeland Jago Douma [Thu, 28 Feb 2019 12:10:27 +0000 (13:10 +0100)]
Merge pull request #14432 from nextcloud/dependachristoph/npm_and_yarn/jcrop-v0.9.12-npm3
Bump jcrop from v0.9.12-npm to v0.9.12-npm3
dependabot[bot] [Thu, 28 Feb 2019 10:57:30 +0000 (10:57 +0000)]
Bump webpack from 4.29.5 to 4.29.6
Bumps [webpack](https://github.com/webpack/webpack) from 4.29.5 to 4.29.6.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.29.5...v4.29.6)
Signed-off-by: dependabot[bot] <support@dependabot.com>
Roeland Jago Douma [Thu, 10 Jan 2019 15:04:13 +0000 (16:04 +0100)]
Do not load 2fa admin settings async
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Thu, 28 Feb 2019 10:54:00 +0000 (11:54 +0100)]
Merge pull request #14354 from nextcloud/dependabot/npm_and_yarn/vue-and-vue-template-compiler-2.6.7
Bump vue and vue-template-compiler
Morris Jobke [Thu, 28 Feb 2019 10:42:21 +0000 (11:42 +0100)]
Fix acceptance tests for tag management
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Christoph Wurst [Thu, 28 Feb 2019 10:37:32 +0000 (11:37 +0100)]
Bump jcrop from v0.9.12-npm to v0.9.12-npm3
See https://github.com/nextcloud/server/pull/14354#issuecomment-
468200789
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Roeland Jago Douma [Thu, 28 Feb 2019 09:51:26 +0000 (10:51 +0100)]
Update assets
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
dependabot[bot] [Thu, 28 Feb 2019 07:58:19 +0000 (07:58 +0000)]
Bump vue and vue-template-compiler
Bumps [vue](https://github.com/vuejs/vue) and [vue-template-compiler](https://github.com/vuejs/vue). These dependencies needed to be updated together.
Updates `vue` from 2.6.6 to 2.6.7
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](https://github.com/vuejs/vue/compare/v2.6.6...v2.6.7)
Updates `vue-template-compiler` from 2.6.6 to 2.6.7
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](https://github.com/vuejs/vue/compare/v2.6.6...v2.6.7)
Signed-off-by: dependabot[bot] <support@dependabot.com>
Roeland Jago Douma [Thu, 28 Feb 2019 07:56:18 +0000 (08:56 +0100)]
Merge pull request #14410 from nextcloud/dependabot/npm_and_yarn/nextcloud-vue-0.8.0
Bump nextcloud-vue from 0.6.3 to 0.8.0
Nextcloud bot [Thu, 28 Feb 2019 01:12:39 +0000 (01:12 +0000)]
[tx-robot] updated from transifex
dependabot[bot] [Wed, 27 Feb 2019 13:22:47 +0000 (13:22 +0000)]
Bump css-vars-ponyfill from 1.16.4 to 1.17.0
Bumps [css-vars-ponyfill](https://github.com/jhildenbiddle/css-vars-ponyfill) from 1.16.4 to 1.17.0.
- [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/compare/v1.16.4...v1.17.0)
Signed-off-by: dependabot[bot] <support@dependabot.com>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Wed, 27 Feb 2019 21:24:45 +0000 (22:24 +0100)]
Merge pull request #14390 from nextcloud/bugfix/14307/expire-date-change-eventhandler
Bugfix/14307/expire date change eventhandler
Roeland Jago Douma [Wed, 27 Feb 2019 21:15:42 +0000 (22:15 +0100)]
Merge pull request #14409 from nextcloud/dependabot/npm_and_yarn/vue-loader-15.6.4
Bump vue-loader from 15.6.2 to 15.6.4
Roeland Jago Douma [Wed, 27 Feb 2019 21:12:24 +0000 (22:12 +0100)]
Merge pull request #14407 from nextcloud/dependabot/npm_and_yarn/@babel/preset-env-7.3.4
Bump @babel/preset-env from 7.3.1 to 7.3.4
Roeland Jago Douma [Wed, 27 Feb 2019 21:11:47 +0000 (22:11 +0100)]
Merge pull request #14406 from nextcloud/dependabot/npm_and_yarn/@babel/core-7.3.4
Bump @babel/core from 7.3.3 to 7.3.4
Roeland Jago Douma [Wed, 27 Feb 2019 21:11:16 +0000 (22:11 +0100)]
Merge pull request #14419 from nextcloud/bugfix/noid/closing-tags
Fix closing tags in header
Morris Jobke [Wed, 27 Feb 2019 16:07:52 +0000 (17:07 +0100)]
Merge pull request #14418 from nextcloud/bugfix/noid/missing-css-vars
Remove/replace missing css var usages
Julius Härtl [Wed, 27 Feb 2019 15:37:52 +0000 (16:37 +0100)]
Fix closing tags in header
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Wed, 27 Feb 2019 15:24:05 +0000 (16:24 +0100)]
Remove/replace missing css vars
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Morris Jobke [Wed, 27 Feb 2019 15:07:57 +0000 (16:07 +0100)]
Merge pull request #14343 from nextcloud/bugfix/14052-multiple-navigation-items
Parse multiple navigation items
Morris Jobke [Wed, 27 Feb 2019 14:55:20 +0000 (15:55 +0100)]
Merge pull request #13844 from felixn/bugfix/10862-trash-bin-ignores-trashbin_retention_obligation
Bugfix for issue 10862: Trash-bin ignores trashbin_retention_obligation
dependabot[bot] [Wed, 27 Feb 2019 13:23:40 +0000 (13:23 +0000)]
Bump nextcloud-vue from 0.6.3 to 0.8.0
Bumps [nextcloud-vue](https://github.com/nextcloud/nextcloud-vue) from 0.6.3 to 0.8.0.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases)
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v0.6.3...v0.8.0)
Signed-off-by: dependabot[bot] <support@dependabot.com>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Robin Appelman [Wed, 27 Feb 2019 14:35:44 +0000 (15:35 +0100)]
add option to get raw size (without submounts) from fileinfo
Signed-off-by: Robin Appelman <robin@icewind.nl>
Julius Härtl [Tue, 26 Feb 2019 18:30:36 +0000 (19:30 +0100)]
Bump bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Tue, 26 Feb 2019 18:29:15 +0000 (19:29 +0100)]
Add handler for change event of the expire date field
Signed-off-by: Julius Härtl <jus@bitgrid.net>
blizzz [Wed, 27 Feb 2019 13:59:20 +0000 (14:59 +0100)]
Merge pull request #14399 from nextcloud/feature/noid/fix-top-margin-special-updater-url
Fix top margin for info text when non-default updater server URL is used
dependabot[bot] [Wed, 27 Feb 2019 13:23:08 +0000 (13:23 +0000)]
Bump vue-loader from 15.6.2 to 15.6.4
Bumps [vue-loader](https://github.com/vuejs/vue-loader) from 15.6.2 to 15.6.4.
- [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/commits/v15.6.4)
Signed-off-by: dependabot[bot] <support@dependabot.com>
dependabot[bot] [Wed, 27 Feb 2019 13:22:24 +0000 (13:22 +0000)]
Bump @babel/preset-env from 7.3.1 to 7.3.4
Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.3.1 to 7.3.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.3.1...v7.3.4)
Signed-off-by: dependabot[bot] <support@dependabot.com>
dependabot[bot] [Wed, 27 Feb 2019 13:22:02 +0000 (13:22 +0000)]
Bump @babel/core from 7.3.3 to 7.3.4
Bumps [@babel/core](https://github.com/babel/babel) from 7.3.3 to 7.3.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.3.3...v7.3.4)
Signed-off-by: dependabot[bot] <support@dependabot.com>
Morris Jobke [Wed, 27 Feb 2019 12:18:30 +0000 (13:18 +0100)]
Merge pull request #14402 from nextcloud/bugfix/noid/log-spam
Do not register unexisting section
Joas Schilling [Wed, 27 Feb 2019 11:17:53 +0000 (12:17 +0100)]
Do not register unexisting section
Signed-off-by: Joas Schilling <coding@schilljs.com>
Morris Jobke [Wed, 27 Feb 2019 09:51:02 +0000 (10:51 +0100)]
Fix top margin for info text when non-default updater server URL is used
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
John Molakvoæ [Wed, 27 Feb 2019 09:20:56 +0000 (10:20 +0100)]
Merge pull request #14389 from nextcloud/dav-photo-prop
Add HasPhoto DAV plugin
John Molakvoæ (skjnldsv) [Tue, 26 Feb 2019 16:19:26 +0000 (17:19 +0100)]
Add HasPhoto DAV plugin
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Nextcloud bot [Wed, 27 Feb 2019 01:12:05 +0000 (01:12 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Tue, 26 Feb 2019 20:31:30 +0000 (21:31 +0100)]
Merge pull request #14318 from DominikWA/RemoveUnnecessaryMetaTags
Fix referrer policy meta tags.
Roeland Jago Douma [Tue, 26 Feb 2019 20:13:45 +0000 (21:13 +0100)]
Merge pull request #14333 from nextcloud/feature/sharee-explicit-lookup
Search sharees on lookup server when explicitly requested by user
Christoph Wurst [Thu, 21 Feb 2019 20:36:14 +0000 (21:36 +0100)]
Search sharees on lookup server when explicitly requested by user
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Joas Schilling [Tue, 26 Feb 2019 17:11:24 +0000 (18:11 +0100)]
Merge pull request #14385 from nextcloud/feature/noid/add-event-to-allow-to-filter-results
Add an event to the Autocomplete Controller to allow to filter the re…
Dominik Wasielewski [Tue, 26 Feb 2019 16:17:06 +0000 (17:17 +0100)]
Remove additional referrer policy meta tag.
Signed-off-by: Dominik Wasielewski <d-wasi@web.de>
Morris Jobke [Tue, 26 Feb 2019 14:46:22 +0000 (15:46 +0100)]
Merge pull request #14342 from nextcloud/bugfix/13911-occ-files-scan-elapsedtime-not-good-after-1day
Fix occ files:scan elapsed time
Joas Schilling [Tue, 26 Feb 2019 13:16:59 +0000 (14:16 +0100)]
Add an event to the Autocomplete Controller to allow to filter the results
Signed-off-by: Joas Schilling <coding@schilljs.com>
Morris Jobke [Tue, 26 Feb 2019 13:41:23 +0000 (14:41 +0100)]
Merge pull request #14346 from tomaski/master
fix(EMailTemplate): malformed HTML in some cases
Dominik Wasielewski [Tue, 26 Feb 2019 12:45:05 +0000 (13:45 +0100)]
Remove unnecessary meta tags.
Signed-off-by: Dominik Wasielewski <d-wasi@web.de>
Roeland Jago Douma [Tue, 26 Feb 2019 10:33:44 +0000 (11:33 +0100)]
Merge pull request #14251 from tomasz-grobelny/upload_reliability_improvements
Limit number of simultaneous MKCOL requests to server to increase upload reliability
Roeland Jago Douma [Tue, 26 Feb 2019 09:28:53 +0000 (10:28 +0100)]
Merge pull request #14227 from nextcloud/enh/comments_to_webpack
Move comments to webpack
Nextcloud bot [Tue, 26 Feb 2019 09:10:01 +0000 (09:10 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Fri, 15 Feb 2019 12:50:12 +0000 (13:50 +0100)]
Move comments to webpack
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Tue, 26 Feb 2019 07:57:40 +0000 (08:57 +0100)]
Merge pull request #14322 from nextcloud/users-management-enhancements
Users management enhancements and fixes
Nextcloud bot [Tue, 26 Feb 2019 01:12:12 +0000 (01:12 +0000)]
[tx-robot] updated from transifex
Tomasz Paluszkiewicz [Mon, 25 Feb 2019 23:24:02 +0000 (00:24 +0100)]
changed order of methods
Signed-off-by: Tomasz Paluszkiewicz <tomasz.paluszkiewicz@gmail.com>
Morris Jobke [Mon, 25 Feb 2019 23:17:25 +0000 (00:17 +0100)]
Merge pull request #14198 from nextcloud/bugfix/8647-exclude-file-name-patterns
Exclude file name patterns; ignore gentoo webapp files
Morris Jobke [Mon, 25 Feb 2019 21:55:15 +0000 (22:55 +0100)]
Merge pull request #14377 from nextcloud/fix/noid/typo
Fix typo in info log for autoconfig