aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix unit test of the ResponseTestRoeland Jago Douma2020-06-211-3/+3
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #21492 from ↵Roeland Jago Douma2020-06-211-1/+2
|\ | | | | | | | | nextcloud/fix/noid/branch-for-cloning-acceptance-related-apps acceptence tests shall specify which branch to pick when cloning apps
| * acceptence tests shall specify which branch to pick when cloning appsArthur Schiwon2020-06-191-1/+2
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #21507 from ↵Roeland Jago Douma2020-06-212-154/+106
|\ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/babel/core-7.10.3 Bump @babel/core from 7.10.2 to 7.10.3
| * | Bump @babel/core from 7.10.2 to 7.10.3dependabot-preview[bot]2020-06-212-154/+106
| | | | | | | | | | | | | | | | | | | | | | | | Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.10.2 to 7.10.3. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.10.3/packages/babel-core) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | Merge pull request #21505 from ↵Roeland Jago Douma2020-06-212-859/+767
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/babel/preset-env-7.10.3 Bump @babel/preset-env from 7.10.2 to 7.10.3
| * | | Bump @babel/preset-env from 7.10.2 to 7.10.3dependabot-preview[bot]2020-06-212-859/+767
| |/ / | | | | | | | | | | | | | | | | | | | | | Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.10.2 to 7.10.3. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.10.3/packages/babel-preset-env) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | Merge pull request #21504 from ↵Roeland Jago Douma2020-06-212-121/+68
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/webpack-cli-3.3.12 Bump webpack-cli from 3.3.11 to 3.3.12
| * | | Bump webpack-cli from 3.3.11 to 3.3.12dependabot-preview[bot]2020-06-212-121/+68
| |/ / | | | | | | | | | | | | | | | | | | | | | Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.3.11 to 3.3.12. - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/v3.3.12/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/compare/v3.3.11...v3.3.12) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* / / [tx-robot] updated from transifexNextcloud bot2020-06-212-0/+2
|/ /
* | Merge pull request #21467 from nextcloud/enhancement/dav-bootstrapRoeland Jago Douma2020-06-202-211/+206
|\ \ | | | | | | Move DAV to the new bootstrap mechanism
| * | Move DAV to the new bootstrap mechanismChristoph Wurst2020-06-192-211/+206
| |/ | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | [tx-robot] updated from transifexNextcloud bot2020-06-2016-2/+318
| |
* | Merge pull request #21469 from ↵Roeland Jago Douma2020-06-191-1/+1
|\ \ | | | | | | | | | | | | nextcloud/bugfix/noid/event-service-listener-registration Fix event service listener registration
| * | Fix event service listener registrationJoas Schilling2020-06-181-1/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #21483 from nextcloud/fix/scss/timeoutRoeland Jago Douma2020-06-191-1/+1
|\ \ \ | | | | | | | | Give up after 10 seconds in SCSS timeout
| * | | Give up after 10 seconds in SCSS timeoutRoeland Jago Douma2020-06-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Else we keep idling for ages which leads to bad UX Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #21421 from nextcloud/fix/noid/cached-missing-dnblizzz2020-06-191-2/+1
|\ \ \ \ | |_|_|/ |/| | | getXbyY can still return false, e.g. when using ldap write support
| * | | be more clear about the conditionblizzz2020-06-161-1/+1
| | | | | | | | | | | | Co-authored-by: Christoph Wurst <ChristophWurst@users.noreply.github.com>
| * | | getXbyY can still return false, e.g. when using ldap write supportArthur Schiwon2020-06-151-2/+1
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | Merge pull request #21482 from nextcloud/bugfix/noid/dont-log-keysJoas Schilling2020-06-191-1/+5
|\ \ \ \ | | | | | | | | | | Don't log Keys
| * | | | Don't log KeysJoas Schilling2020-06-191-1/+5
|/ / / / | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #21457 from ↵Roeland Jago Douma2020-06-198-6/+176
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | nextcloud/enhancement/crash-reporters-registration-boostrap Allow crash reporters registration during app bootstrap
| * | | Allow crash reporters registration during app bootstrapChristoph Wurst2020-06-198-6/+176
|/ / / | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | / [tx-robot] updated from transifexNextcloud bot2020-06-1916-28/+296
| |/ |/|
* | Merge pull request #21463 from ↵Christoph Wurst2020-06-181-1/+1
|\ \ | | | | | | | | | | | | nextcloud/fix/continue-not-return-register-exception Continue with next app when one errors during register
| * | Continue with next app when one errors during registerChristoph Wurst2020-06-181-1/+1
|/ / | | | | | | | | | | | | | | | | My patch at #21461 had a little error in that it exits the method when a query exception is encountered during the register step of an app. What we actually want is to continue with the next app and finish the overall registration procedure. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #21461 from nextcloud/fix/catch-app-register-boot-exceptionsRoeland Jago Douma2020-06-181-1/+15
|\ \ | | | | | | Catch all exceptions when an app is registering or booting
| * | Catch all exceptions when an app is registering or bootingChristoph Wurst2020-06-171-1/+15
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #21442 from nextcloud/td/js/accessibilityjs_to_initialstateRoeland Jago Douma2020-06-187-72/+81
|\ \ \ | | | | | | | | Move accessibility js route to static js and initial state
| * | | Move accessibility js route to static js and initial stateRoeland Jago Douma2020-06-177-72/+81
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Yet again another js file that doesn't have to be served via nextcloud. But can just be done via the webbrowser. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | [tx-robot] updated from transifexNextcloud bot2020-06-1814-32/+58
| |/ / |/| |
* | | Merge pull request #21456 from nextcloud/fix/bootstrap-appphp-orderChristoph Wurst2020-06-172-3/+11
|\ \ \ | |/ / |/| | Load the app.php before running apps' boot method
| * | Load the app.php before running apps' boot methodChristoph Wurst2020-06-172-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | Some apps require the composer autoloader from app.php. If we run boot before including that file, classes and functions from dependencies won't be found. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #21453 from nextcloud/bugfix/noid/dont-initialize-directlyRoeland Jago Douma2020-06-171-1/+2
|\ \ \ | | | | | | | | Don't initialize Application directly
| * | | Don't initialize Application directlyJoas Schilling2020-06-171-1/+2
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #21417 from nextcloud/bugfix/noid/modal-support-for-vue-appsJoas Schilling2020-06-177-9/+18
|\ \ \ \ | |_|/ / |/| | | Fix modal support for vue apps
| * | | Darker background for dark modeJoas Schilling2020-06-163-3/+7
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Rebuild JS filesJoas Schilling2020-06-154-6/+6
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Add darkmode support for the modal backgroundJoas Schilling2020-06-151-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Make the confirm dialog modal by defaultJoas Schilling2020-06-151-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Fix modal support for vue appsJoas Schilling2020-06-151-1/+6
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #21454 from nextcloud/nickvergessen-patch-1Christoph Wurst2020-06-171-2/+0
|\ \ \ \ | |_|/ / |/| | | Delete FUNDING.yml
| * | | Delete FUNDING.ymlJoas Schilling2020-06-171-2/+0
|/ / /
* | | Merge pull request #21434 from ↵Joas Schilling2020-06-171-1/+1
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/dont-break-with-GenericEventWrapper Don't break event listeners with the GenericEventWrapper
| * | | Don't break event listeners with the GenericEventWrapperJoas Schilling2020-06-161-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #21406 from nextcloud/fix/aws-disable-csmChristoph Wurst2020-06-171-2/+3
|\ \ \ \ | | | | | | | | | | Disable Client-Side Monitoring on AWS storage
| * | | | Disable Client-Side Monitoring on AWS storageChristoph Wurst2020-06-151-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The S3 client enables this by default and then tries to read `.aws/config`. This causes `open_basedir` restriction related error for some setups. So this patch disables the CSM because it's most likely unused anyway. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | Merge pull request #20865 from nextcloud/enhancement/app-bootstrappingChristoph Wurst2020-06-1723-218/+1267
|\ \ \ \ \ | | | | | | | | | | | | Add dedicated API for apps' bootstrapping process
| * | | | | Migrate Two-Factor Backup Codes to new bootstrap mechanismChristoph Wurst2020-06-172-53/+27
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>