summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Show supported apps in app managementMorris Jobke2019-05-136-4/+25
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #15495 from nextcloud/feature/noid/support-app-integrationMorris Jobke2019-05-139-0/+334
|\ | | | | Add interfaces to interact with subscription from support app
| * Add interfaces to interact with subscription from support appMorris Jobke2019-05-139-0/+334
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Bump vuex from 3.1.0 to 3.1.1 (#15509)John Molakvoæ2019-05-1310-27/+30
|\ \ | | | | | | Bump vuex from 3.1.0 to 3.1.1
| * | Bump vuex from 3.1.0 to 3.1.1dependabot[bot]2019-05-1310-27/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [vuex](https://github.com/vuejs/vuex) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/vuejs/vuex/releases) - [Commits](https://github.com/vuejs/vuex/compare/v3.1.0...v3.1.1) Signed-off-by: dependabot[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #15505 from ↵Roeland Jago Douma2019-05-132-4/+4
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/build/jsdoc-3.6.1 Bump jsdoc from 3.6.0 to 3.6.1 in /build
| * | | Bump jsdoc from 3.6.0 to 3.6.1 in /builddependabot[bot]2019-05-122-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [jsdoc](https://github.com/jsdoc/jsdoc) from 3.6.0 to 3.6.1. - [Release notes](https://github.com/jsdoc/jsdoc/releases) - [Changelog](https://github.com/jsdoc/jsdoc/blob/master/CHANGES.md) - [Commits](https://github.com/jsdoc/jsdoc/compare/3.6.0...3.6.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | Merge pull request #15496 from nextcloud/refactor/oc-requesttoken-bundleRoeland Jago Douma2019-05-1316-73/+211
|\ \ \ \ | | | | | | | | | | Move OC.requestToken to the bundle, deprecate oc_requesttoken
| * | | | Move OC.requestToken to the bundle, deprecate oc_requesttokenChristoph Wurst2019-05-1316-73/+211
| | |/ / | |/| | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #15507 from nextcloud/dependabot/npm_and_yarn/webpack-4.31.0Christoph Wurst2019-05-132-16/+17
|\ \ \ \ | |/ / / |/| | | Bump webpack from 4.30.0 to 4.31.0
| * | | Bump webpack from 4.30.0 to 4.31.0dependabot[bot]2019-05-122-16/+17
| |/ / | | | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.30.0 to 4.31.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.30.0...v4.31.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
* / / [tx-robot] updated from transifexNextcloud bot2019-05-138-0/+40
|/ /
* | [tx-robot] updated from transifexNextcloud bot2019-05-12120-1128/+1142
| |
* | Merge pull request #15453 from ↵Roeland Jago Douma2019-05-116-39/+39
|\ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/@babel/polyfill-7.4.4 Bump @babel/polyfill from 7.2.5 to 7.4.4
| * | Bump @babel/polyfill from 7.2.5 to 7.4.4dependabot[bot]2019-05-116-39/+39
|/ / | | | | | | | | | | | | | | | | | | Bumps [@babel/polyfill](https://github.com/babel/babel) from 7.2.5 to 7.4.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.5...v7.4.4) Signed-off-by: dependabot[bot] <support@dependabot.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #15494 from nextcloud/bugfix/noid/revert-displayName-casingRoeland Jago Douma2019-05-115-6/+6
|\ \ | | | | | | Revert displayName casing
| * | Revert displayName casingJoas Schilling2019-05-115-6/+6
| | | | | | | | | | | | | | | | | | | | | Regression from 278c281cc9c03ad060ac6a91784058066411c7a8 Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #15488 from nextcloud/feature/noid/workflowengine-webpackRoeland Jago Douma2019-05-1122-128/+68
|\ \ \ | |/ / |/| | webpackify workflowengine
| * | use webpack to compile handlebarsArthur Schiwon2019-05-107-137/+11
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | adjust paths to template locationArthur Schiwon2019-05-101-1/+1
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | webpackify workflowengineArthur Schiwon2019-05-0921-14/+80
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | [tx-robot] updated from transifexNextcloud bot2019-05-11138-216/+346
| | |
* | | Merge pull request #15440 from nextcloud/refactor/js-init-core-bundleRoeland Jago Douma2019-05-1015-535/+687
|\ \ \ | |_|/ |/| | Move the initCore function to the bundle
| * | Move initCore to the bundleChristoph Wurst2019-05-1015-535/+687
|/ / | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #15487 from ↵Morris Jobke2019-05-103-11/+17
|\ \ | | | | | | | | | | | | nextcloud/enhancement/js-testing-deprecation-output Do not show deprecation warnings during test runs
| * | Do not show deprecation warnings during test runsChristoph Wurst2019-05-093-11/+17
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | [tx-robot] updated from transifexNextcloud bot2019-05-1022-84/+250
|/ /
* | Merge pull request #15477 from nextcloud/fix/files/floating-headerMorris Jobke2019-05-091-1/+2
|\ \ | | | | | | Fix floating header over breadcrumbs
| * | Fix floating header over breadcrumbsJohn Molakvoæ (skjnldsv)2019-05-091-1/+2
| |/ | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #15478 from Valdnet/patch-1Morris Jobke2019-05-091-1/+1
|\ \ | | | | | | Update file-upload.js
| * | Update file-upload.jsValdnet2019-05-091-1/+1
| |/ | | | | Change the location of the translation file.
* | Merge pull request #15475 from nextcloud/enhancement/crash-report-messageMorris Jobke2019-05-097-11/+114
|\ \ | |/ |/| Allow crash reporters to catpture any message
| * Update autoloaderMorris Jobke2019-05-092-0/+2
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * Allow crash reporters to catpture any messageChristoph Wurst2019-05-095-11/+112
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #15468 from ↵Morris Jobke2019-05-093-6/+2
|\ \ | | | | | | | | | | | | nextcloud/fix/noid/remove-recommendation-for-cli-opcache Remove recommendation for opcache on CLI
| * | Remove recommendation for opcache on CLIMorris Jobke2019-05-093-6/+2
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #15470 from wiswedel/wiswedel_readme_wordingMorris Jobke2019-05-091-1/+1
|\ \ \ | | | | | | | | Corrected wording about Enterprise Subscriptions
| * | | Corrected wording about Enterprise SubscriptionsSascha Wiswedel2019-05-091-1/+1
|/ / / | | | | | | | | | Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
* | | Merge pull request #15454 from ↵Roeland Jago Douma2019-05-094-6/+6
|\ \ \ | |/ / |/| | | | | | | | nextcloud/dependabot/npm_and_yarn/vue-multiselect-2.1.6 Bump vue-multiselect from 2.1.4 to 2.1.6
| * | Bump vue-multiselect from 2.1.4 to 2.1.6dependabot[bot]2019-05-084-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | Bumps [vue-multiselect](https://github.com/shentao/vue-multiselect) from 2.1.4 to 2.1.6. - [Release notes](https://github.com/shentao/vue-multiselect/releases) - [Commits](https://github.com/shentao/vue-multiselect/compare/2.1.4...2.1.6) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | Merge pull request #15462 from nextcloud/fix/mobile/scrollingMorris Jobke2019-05-093-2/+8
|\ \ \ | | | | | | | | Fix mobile vertical scrolling
| * | | Fix mobile vertical scrollingJohn Molakvoæ (skjnldsv)2019-05-093-2/+8
| | |/ | |/| | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Merge pull request #15464 from ↵Morris Jobke2019-05-091-3/+0
|\ \ \ | |/ / |/| | | | | | | | nextcloud/revert-15446-fix/noid/failing-phan-tests Revert "Run phan tests only on high memory machines"
| * | Revert "Run phan tests only on high memory machines"Morris Jobke2019-05-091-3/+0
|/ /
* | Merge pull request #15249 from ↵Roeland Jago Douma2019-05-094-68/+66
|\ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/css-vars-ponyfill-2.0.2 Bump css-vars-ponyfill from 1.17.2 to 2.0.2
| * | Bump main webpack buildJohn Molakvoæ (skjnldsv)2019-05-082-64/+62
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Bump css-vars-ponyfill from 1.17.2 to 2.0.2dependabot[bot]2019-05-082-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | Bumps [css-vars-ponyfill](https://github.com/jhildenbiddle/css-vars-ponyfill) from 1.17.2 to 2.0.2. - [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.17.2...v2.0.2) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | [tx-robot] updated from transifexNextcloud bot2019-05-0932-24/+164
|/ /
* | Merge pull request #15437 from nextcloud/refactor/oc-addscript-addstyle-bundleRoeland Jago Douma2019-05-087-60/+89
|\ \ | | | | | | Move the legacy OC.addScript and OC.addStyle helpers to the bundle
| * | Move the legacy OC.addScript and OC.addStyle helpers to the bundleChristoph Wurst2019-05-087-60/+89
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>