aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add LEAST and GREATER to db function builderRobin Appelman2019-11-264-0/+67
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #18025 from ↵Roeland Jago Douma2019-11-265-220/+333
|\ | | | | | | | | nextcloud/refactor/extract-ownership-transfer-service Extract transfer ownership logic into a reusable service
| * Extract transfer ownership logic into a reusable serviceChristoph Wurst2019-11-265-220/+333
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #18005 from nextcloud/fix/manual-app-instancesRoeland Jago Douma2019-11-263-3/+3
|\ \ | |/ |/| Remove some more direct app instance creations
| * Remove some more direct app instance creationsChristoph Wurst2019-11-253-3/+3
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #18108 from nextcloud/refactor/strict-credential-storeRoeland Jago Douma2019-11-262-7/+9
|\ \ | | | | | | Add return type hint to credential store and make it strict
| * | Add return type hint to credential store and make it strictChristoph Wurst2019-11-252-7/+9
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | [tx-robot] updated from transifexNextcloud bot2019-11-2636-30/+168
| | |
* | | Merge pull request #18107 from nextcloud/undefined-index-ownerRoeland Jago Douma2019-11-251-2/+2
|\ \ \ | | | | | | | | dont throw undefined index errors for storages that have no owner set
| * | | dont throw undefined index errors for storages that have no owner setRobin Appelman2019-11-251-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #18088 from ↵Roeland Jago Douma2019-11-2517-167/+167
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/handlebars-4.5.3 Bump handlebars from 4.5.2 to 4.5.3
| * | | | Bump handlebars from 4.5.2 to 4.5.3dependabot-preview[bot]2019-11-2517-167/+167
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.5.2 to 4.5.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.5.2...v4.5.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | | | Improve tag icon (#18109)John Molakvoæ2019-11-253-2/+2
|\ \ \ \ \ | | | | | | | | | | | | Improve tag icon
| * | | | | Improve tag iconJohn Molakvoæ (skjnldsv)2019-11-253-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | | Merge pull request #17896 from nextcloud/fix/noid/consider-create-group-resultblizzz2019-11-256-88/+143
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | take group creation result into consideration
| * | | | | fix and improve check of create group resultArthur Schiwon2019-11-251-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | reformat Setup.phpArthur Schiwon2019-11-251-55/+59
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | reformat code for @skjnldsv <3Arthur Schiwon2019-11-251-16/+22
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | fix documentation, get and createGroup may return nullArthur Schiwon2019-11-255-10/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * also have stricter checks in place Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | take group creation result into considerationArthur Schiwon2019-11-252-9/+40
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | Merge pull request #18098 from nextcloud/fix/migration_import_orderRoeland Jago Douma2019-11-251-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Fix the import order of new migrations
| * | | | | Fix the import order of new migrationsRoeland Jago Douma2019-11-251-1/+1
| | |_|_|/ | |/| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #18079 from nextcloud/fixes/phpcsRoeland Jago Douma2019-11-251071-1477/+1526
|\ \ \ \ \ | |_|/ / / |/| | | | Some php-cs fixes
| * | | | Some php-cs fixesRoeland Jago Douma2019-11-221071-1477/+1526
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #18027 from str0g/fix/14920/convert_type_booleanRoeland Jago Douma2019-11-251-0/+3
|\ \ \ \ | | | | | | | | | | Incorrect integer value: '' for column 'password_invalid' while migra…
| * | | | Incorrect integer value: '' for column 'password_invalid' while migrating ↵Łukasz Buśko2019-11-201-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from pg to mysql #14920 Signed-off-by: Łukasz Buśko <busko.lukasz@pm.me>
* | | | | Merge pull request #18068 from nextcloud/3rdparty/swiftmailer/6.2.3Roeland Jago Douma2019-11-251-0/+0
|\ \ \ \ \ | | | | | | | | | | | | Bump swiftmailer to 6.2.3
| * | | | | Bump swiftmailer to 6.2.3Roeland Jago Douma2019-11-221-0/+0
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #18073 from nextcloud/harden/cache/watcherRoeland Jago Douma2019-11-251-2/+2
|\ \ \ \ \ | | | | | | | | | | | | Harden watcher
| * | | | | Harden watcherRoeland Jago Douma2019-11-221-2/+2
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #17993 from waleczny/patch-1Roeland Jago Douma2019-11-251-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Get first element of nodes array
| * | | | | Get first element of nodes arraywaleczny2019-11-181-1/+1
| | | | | | | | | | | | | | | | | | Geting first element of nodes array instead of element with key 0. In some cases key 0 not exists in this array ie. when file is shared from group folder with member of this group who have no permission to read this file.
* | | | | | Merge pull request #18081 from nextcloud/design/info-iconRoeland Jago Douma2019-11-253-3/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | Adjust info icon style to other icons
| * | | | | | Adjust info icon style to other iconsJan-Christoph Borchardt2019-11-233-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | | | | Merge pull request #18057 from nextcloud/fix/noid/forbidden-helpRoeland Jago Douma2019-11-251-0/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | make help available to ordinary users again
| * | | | | | | make help available to ordinary users againArthur Schiwon2019-11-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | | | Bump @babel/plugin-syntax-dynamic-import from 7.2.0 to 7.7.4 (#18085)John Molakvoæ2019-11-252-4/+4
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Bump @babel/plugin-syntax-dynamic-import from 7.2.0 to 7.7.4
| * | | | | | | | Bump @babel/plugin-syntax-dynamic-import from 7.2.0 to 7.7.4dependabot-preview[bot]2019-11-252-4/+4
| | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@babel/plugin-syntax-dynamic-import](https://github.com/babel/babel) from 7.2.0 to 7.7.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.2.0...v7.7.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | | | | | Bump url-loader from 2.2.0 to 2.3.0 (#18089)John Molakvoæ2019-11-252-5/+15
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Bump url-loader from 2.2.0 to 2.3.0
| * | | | | | | | Bump url-loader from 2.2.0 to 2.3.0dependabot-preview[bot]2019-11-242-5/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [url-loader](https://github.com/webpack-contrib/url-loader) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/webpack-contrib/url-loader/releases) - [Changelog](https://github.com/webpack-contrib/url-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/url-loader/compare/v2.2.0...v2.3.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | | | | | | Merge pull request #18095 from nextcloud/enh/svg-settings-appRoeland Jago Douma2019-11-251-6/+0
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | Remove exception for settings app from svg controller
| * | | | | | | | Remove exception for settings app from svg controllerDaniel Kesselberg2019-11-241-6/+0
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | | | | Merge pull request #18090 from ↵Roeland Jago Douma2019-11-252-65/+65
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/babel/plugin-proposal-class-properties-7.7.4 Bump @babel/plugin-proposal-class-properties from 7.7.0 to 7.7.4
| * | | | | | | | Bump @babel/plugin-proposal-class-properties from 7.7.0 to 7.7.4dependabot-preview[bot]2019-11-242-65/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@babel/plugin-proposal-class-properties](https://github.com/babel/babel) from 7.7.0 to 7.7.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.7.0...v7.7.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | | | | | | [tx-robot] updated from transifexNextcloud bot2019-11-2520-36/+72
|/ / / / / / / /
* | | | | | | | Merge pull request #18091 from ↵Roeland Jago Douma2019-11-242-572/+736
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/babel/preset-env-7.7.4 Bump @babel/preset-env from 7.7.1 to 7.7.4
| * | | | | | | Bump @babel/preset-env from 7.7.1 to 7.7.4dependabot-preview[bot]2019-11-242-572/+736
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.7.1 to 7.7.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.7.1...v7.7.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | | | | Merge pull request #18087 from ↵Roeland Jago Douma2019-11-242-5/+17
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/file-loader-4.3.0 Bump file-loader from 4.2.0 to 4.3.0
| * | | | | | | Bump file-loader from 4.2.0 to 4.3.0dependabot-preview[bot]2019-11-242-5/+17
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [file-loader](https://github.com/webpack-contrib/file-loader) from 4.2.0 to 4.3.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.2.0...v4.3.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | | | | Merge pull request #18086 from ↵Roeland Jago Douma2019-11-246-96/+96
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/babel/core-7.7.4 Bump @babel/core from 7.7.2 to 7.7.4