Julius Härtl
3cf28a17e7
Bump version to 3.7.10
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-11-24 14:40:32 +01:00
Julius Härtl
a55b11e689
Merge pull request #1268 from eszkadev/fix-typo
...
Fix typo
2020-11-24 14:05:03 +01:00
Julius Härtl
5f4a817ec1
Merge pull request #1266 from nextcloud/bugfix/noid/federation
2020-11-24 14:04:32 +01:00
Julius Härtl
9854b870e0
Allow defining an allow list through gs.trustedHosts in config.php
...
With this either a domain pattern like *.example.com can be defined or individual
domains can be added as trusted sources for federated editing. Having individual
domains listed has the benefit that the CSP can be set right away and there is no
need to perform an additional reload for opening a document
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-11-24 12:32:39 +01:00
Julius Härtl
488d069394
Do not fail if computed styles cannot be obtained due to cross origin iframes
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-11-24 12:32:39 +01:00
Szymon Kłos
0a08c1b0b9
Fix typo
...
Signed-off-by: Szymon Kłos <szymon.klos@collabora.com>
2020-11-24 09:30:20 +01:00
Julius Härtl
a1bada3394
Merge pull request #1263 from nextcloud/dependabot/npm_and_yarn/stylelint-13.8.0
...
Bump stylelint from 13.7.2 to 13.8.0
2020-11-23 13:57:33 +01:00
Julius Härtl
f8eb31ddc0
Merge pull request #1261 from nextcloud/dependabot/npm_and_yarn/babel/core-7.12.7
...
Bump @babel/core from 7.12.3 to 7.12.7
2020-11-23 13:56:29 +01:00
Julius Härtl
4f61c8de80
Merge pull request #1262 from nextcloud/dependabot/npm_and_yarn/typescript-4.1.2
...
Bump typescript from 4.0.5 to 4.1.2
2020-11-23 13:56:23 +01:00
Julius Härtl
0897feea35
Merge pull request #1264 from nextcloud/dependabot/npm_and_yarn/babel/preset-env-7.12.7
...
Bump @babel/preset-env from 7.12.1 to 7.12.7
2020-11-23 13:56:15 +01:00
dependabot-preview[bot]
30a15852b4
Bump @babel/preset-env from 7.12.1 to 7.12.7
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.12.1 to 7.12.7.
- [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.12.7/packages/babel-preset-env )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-21 02:20:24 +00:00
dependabot-preview[bot]
17695c500f
Bump stylelint from 13.7.2 to 13.8.0
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 13.7.2 to 13.8.0.
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/13.7.2...13.8.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-21 02:19:34 +00:00
dependabot-preview[bot]
832f15670e
Bump typescript from 4.0.5 to 4.1.2
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.0.5 to 4.1.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.0.5...v4.1.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-21 02:17:03 +00:00
dependabot-preview[bot]
f8e86fb103
Bump @babel/core from 7.12.3 to 7.12.7
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.12.3 to 7.12.7.
- [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.12.7/packages/babel-core )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-21 02:16:09 +00:00
Nextcloud bot
87d731a960
[tx-robot] updated from transifex
2020-11-20 03:07:56 +00:00
Andras Timar
e208237b4a
Merge pull request #1259 from nextcloud/enh/no_stream_response_on_empty_file
...
Don't use a stream response on an empty file
2020-11-19 07:45:24 +01:00
Nextcloud bot
80633aed59
[tx-robot] updated from transifex
2020-11-19 03:08:32 +00:00
Roeland Jago Douma
4f858f1634
Don't use a stream response on an empty file
...
Streaming an empty file does boom currently.
So lets use a differnt response for that.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-11-18 20:48:11 +01:00
Julius Härtl
80b1312144
Merge pull request #1257 from nextcloud/enh/get_folder_in_1_step
...
Try to obtain the appdata folder in 1 go
2020-11-18 14:35:13 +01:00
Julius Härtl
24611fa8c7
Merge pull request #1258 from nextcloud/revert/1238
...
Revert "Move to @nextcloud/capabilities"
2020-11-18 11:05:55 +01:00
Roeland Jago Douma
2a716bea15
Try to obtain the appdata folder in 1 go
...
This avoids the extra queries and steps in between.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-11-18 09:35:35 +01:00
Julius Härtl
401b971cb2
Revert "Move to @nextcloud/capabilities and only register default mime types for viewer"
...
This reverts commit d5e15fc666
.
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-11-18 09:34:53 +01:00
Nextcloud bot
7681e9dd12
[tx-robot] updated from transifex
2020-11-18 03:06:31 +00:00
dependabot-preview[bot]
ed8ce4b38c
Merge pull request #1252 from nextcloud/dependabot/npm_and_yarn/nextcloud/vue-3.2.0
2020-11-17 10:41:24 +00:00
dependabot-preview[bot]
c016cc9df8
Merge pull request #1251 from nextcloud/dependabot/npm_and_yarn/babel-loader-8.2.1
2020-11-16 08:28:17 +00:00
dependabot-preview[bot]
4fe05960eb
Merge pull request #1250 from nextcloud/dependabot/npm_and_yarn/jest-26.6.3
2020-11-16 08:18:34 +00:00
dependabot-preview[bot]
601e47139e
Bump babel-loader from 8.1.0 to 8.2.1
...
Bumps [babel-loader](https://github.com/babel/babel-loader ) from 8.1.0 to 8.2.1.
- [Release notes](https://github.com/babel/babel-loader/releases )
- [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel-loader/compare/v8.1.0...v8.2.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-16 07:23:42 +00:00
dependabot-preview[bot]
a946b62711
Bump jest from 26.6.1 to 26.6.3
...
Bumps [jest](https://github.com/facebook/jest ) from 26.6.1 to 26.6.3.
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/compare/v26.6.1...v26.6.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-16 07:23:36 +00:00
dependabot-preview[bot]
f0e001d0f6
Merge pull request #1246 from nextcloud/dependabot/npm_and_yarn/sass-loader-10.1.0
2020-11-16 07:21:53 +00:00
dependabot-preview[bot]
3ba8e42cbe
Merge pull request #1247 from nextcloud/dependabot/npm_and_yarn/ts-loader-8.0.11
2020-11-16 07:21:49 +00:00
dependabot-preview[bot]
112e219469
Merge pull request #1248 from nextcloud/dependabot/npm_and_yarn/webpack-merge-5.4.0
2020-11-16 07:21:45 +00:00
dependabot-preview[bot]
42a9e1b167
Merge pull request #1249 from nextcloud/dependabot/npm_and_yarn/eslint-plugin-standard-4.1.0
2020-11-16 07:21:38 +00:00
dependabot-preview[bot]
67528a3909
Merge pull request #1253 from nextcloud/dependabot/npm_and_yarn/nextcloud/axios-1.5.0
2020-11-16 07:21:17 +00:00
dependabot-preview[bot]
111f254d5a
Merge pull request #1254 from nextcloud/dependabot/npm_and_yarn/css-loader-5.0.1
2020-11-16 07:20:56 +00:00
dependabot-preview[bot]
5aead3e2ae
Bump css-loader from 5.0.0 to 5.0.1
...
Bumps [css-loader](https://github.com/webpack-contrib/css-loader ) from 5.0.0 to 5.0.1.
- [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/v5.0.0...v5.0.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-14 02:27:10 +00:00
dependabot-preview[bot]
c22460e464
Bump @nextcloud/axios from 1.4.0 to 1.5.0
...
Bumps [@nextcloud/axios](https://github.com/nextcloud/nextcloud-axios ) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/nextcloud/nextcloud-axios/releases )
- [Changelog](https://github.com/nextcloud/nextcloud-axios/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nextcloud/nextcloud-axios/compare/v1.4.0...v1.5.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-14 02:26:13 +00:00
dependabot-preview[bot]
b54791a589
Bump @nextcloud/vue from 2.7.0 to 3.2.0
...
Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue ) from 2.7.0 to 3.2.0.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases )
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v2.7.0...v3.2.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-14 02:24:55 +00:00
dependabot-preview[bot]
128f2f8b7c
Bump eslint-plugin-standard from 4.0.1 to 4.1.0
...
Bumps [eslint-plugin-standard](https://github.com/standard/eslint-plugin-standard ) from 4.0.1 to 4.1.0.
- [Release notes](https://github.com/standard/eslint-plugin-standard/releases )
- [Commits](https://github.com/standard/eslint-plugin-standard/compare/v4.0.1...v4.1.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-14 02:20:55 +00:00
dependabot-preview[bot]
279e114bff
Bump webpack-merge from 5.3.0 to 5.4.0
...
Bumps [webpack-merge](https://github.com/survivejs/webpack-merge ) from 5.3.0 to 5.4.0.
- [Release notes](https://github.com/survivejs/webpack-merge/releases )
- [Changelog](https://github.com/survivejs/webpack-merge/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/survivejs/webpack-merge/compare/v5.3.0...v5.4.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-14 02:19:59 +00:00
dependabot-preview[bot]
4140455dff
Bump ts-loader from 8.0.9 to 8.0.11
...
Bumps [ts-loader](https://github.com/TypeStrong/ts-loader ) from 8.0.9 to 8.0.11.
- [Release notes](https://github.com/TypeStrong/ts-loader/releases )
- [Changelog](https://github.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/TypeStrong/ts-loader/compare/v8.0.9...v8.0.11 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-14 02:19:00 +00:00
dependabot-preview[bot]
dcf192bc19
Bump sass-loader from 10.0.5 to 10.1.0
...
Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader ) from 10.0.5 to 10.1.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/v10.0.5...v10.1.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-14 02:18:04 +00:00
Julius Härtl
8b006c93eb
Bump version to 3.7.9
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-11-13 16:26:45 +01:00
Julius Härtl
96cae4ce73
Merge pull request #1243 from nextcloud/bugfix/noid/bigint
2020-11-13 15:49:59 +01:00
Julius Härtl
a470d07227
Merge pull request #1244 from nextcloud/bugfix/noid/code
...
Do not fail if capabilities have not been fetched for the built-in server
2020-11-13 15:36:07 +01:00
Julius Härtl
ead5920cfc
Add migration to bigint columns
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-11-13 15:31:57 +01:00
Julius Härtl
22a29a06cc
Add command to migrate tables to bigint
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-11-13 15:31:57 +01:00
Julius Härtl
f660ba26dd
Do not fail if capabilities have not been fetched for the built-in CODE server
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-11-13 12:56:20 +01:00
Nextcloud bot
f7296a4861
[tx-robot] updated from transifex
2020-11-13 03:07:32 +00:00
Julius Härtl
cbd8807497
Merge pull request #1239 from nextcloud/oracle
2020-11-12 20:36:54 +01:00
Julius Härtl
4e12321a94
Use manually installed phpunit
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-11-12 17:49:26 +01:00