Commit Graph

47468 Commits

Author SHA1 Message Date
Roeland Jago Douma 38ce67c57b
Merge pull request #12995 from nextcloud/dependabot/npm_and_yarn/apps/updatenotification/vue-2.5.20
Bump vue from 2.5.19 to 2.5.20 in /apps/updatenotification
2018-12-11 14:22:43 +01:00
Roeland Jago Douma ff309b8dd3
Merge pull request #12994 from nextcloud/dependabot/npm_and_yarn/apps/oauth2/vue-2.5.20
Bump vue from 2.5.19 to 2.5.20 in /apps/oauth2
2018-12-11 14:22:09 +01:00
Daniel Calviño Sánchez 7dad6d8f5b Use default cursor for disabled primary buttons
Disabled buttons use the default cursor, but as the cursor property for
primary buttons is set after the cursor property for disabled buttons
the latter is always overridden, even if the primary button is also
disabled. Due to this it is necessary to explicitly set the default
cursor for disabled primary buttons.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-12-11 10:25:48 +01:00
John Molakvoæ 0041920917
Merge pull request #12988 from nextcloud/js/handlebars-runtime
Move to handlebars.runtime.min
2018-12-11 08:35:53 +01:00
John Molakvoæ (skjnldsv) 9b2b475212
Update vue-template-compiler too & bump
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-12-11 08:31:23 +01:00
John Molakvoæ (skjnldsv) 7f39f81b9a
Update vue-template-compiler too & bump
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-12-11 08:29:59 +01:00
John Molakvoæ (skjnldsv) 45c3887293
Update vue-template-compiler too & bump
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-12-11 08:28:52 +01:00
John Molakvoæ (skjnldsv) 89cb223c9f
Update vue-template-compiler too & bump
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-12-11 08:27:53 +01:00
dependabot[bot] 8fb8cf9c15
Bump vue from 2.5.19 to 2.5.20 in /settings
Bumps [vue](https://github.com/vuejs/vue) from 2.5.19 to 2.5.20.
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](https://github.com/vuejs/vue/compare/v2.5.19...v2.5.20)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-11 02:20:43 +00:00
dependabot[bot] 533744831a
Bump vue from 2.5.19 to 2.5.20 in /apps/accessibility
Bumps [vue](https://github.com/vuejs/vue) from 2.5.19 to 2.5.20.
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](https://github.com/vuejs/vue/compare/v2.5.19...v2.5.20)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-11 02:18:47 +00:00
dependabot[bot] 1ee5f87cb2
Bump vue from 2.5.19 to 2.5.20 in /apps/updatenotification
Bumps [vue](https://github.com/vuejs/vue) from 2.5.19 to 2.5.20.
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](https://github.com/vuejs/vue/compare/v2.5.19...v2.5.20)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-11 02:17:50 +00:00
dependabot[bot] d0259e420c
Bump vue from 2.5.19 to 2.5.20 in /apps/oauth2
Bumps [vue](https://github.com/vuejs/vue) from 2.5.19 to 2.5.20.
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](https://github.com/vuejs/vue/compare/v2.5.19...v2.5.20)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-11 02:17:45 +00:00
Nextcloud bot 27e88564d7
[tx-robot] updated from transifex 2018-12-11 01:11:48 +00:00
Roeland Jago Douma 91ba494caf
Move to handlebars.runtime.min
Since we do no longer allow to compile handlebars online because of the
CSP anyway. it makes sense to also move away from the full handlebars
suite 71kb vs 14kb

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-10 22:15:35 +01:00
Roeland Jago Douma 12bd0f691a
Merge pull request #12985 from nextcloud/js/mergejs-jquery-ui
Rebuild core.js after jquery-ui merge
2018-12-10 20:43:53 +01:00
Roeland Jago Douma 799987913f
Merge pull request #12919 from nextcloud/oauth2/vue_scoped_css
OAuth2: move to scoped css in vue app
2018-12-10 19:54:26 +01:00
Roeland Jago Douma de4e236d44
Rebuild core.js after jquery-ui merge
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-10 19:48:29 +01:00
Roeland Jago Douma 9f7595db4e
Merge pull request #12940 from nextcloud/dependabot/npm_and_yarn/settings/vue-2.5.18
Bump vue from 2.5.17 to 2.5.18 in /settings
2018-12-10 19:37:45 +01:00
Roeland Jago Douma 5105bea6c7
Merge pull request #12982 from nextcloud/fix/use_strengthify_min
Use strengthify.min on personal settings page
2018-12-10 19:35:52 +01:00
Roeland Jago Douma 15b1713e32
Use strengthify.min on personal settings page
Else the CSP fails to load properly

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-10 16:32:53 +01:00
Roeland Jago Douma 1123bd93b7
Compile assets
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-10 16:02:16 +01:00
Roeland Jago Douma 866c42a164
Merge pull request #12920 from nextcloud/oauth2/migrations
OAuth2: Move to migrations
2018-12-10 15:46:48 +01:00
Roeland Jago Douma cfa7c54814
OAuth2: move to scoped css in vue app
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-10 15:13:15 +01:00
John Molakvoæ (skjnldsv) 648efdf4b9
Update vue-template-compiler too
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-12-10 15:08:51 +01:00
dependabot[bot] be2117c9db
Bump vue from 2.5.17 to 2.5.18 in /settings
Bumps [vue](https://github.com/vuejs/vue) from 2.5.17 to 2.5.18.
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](https://github.com/vuejs/vue/compare/v2.5.17...v2.5.18)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-10 15:08:49 +01:00
Roeland Jago Douma 5a9fc01ea6
Merge pull request #12896 from nextcloud/bugfix/12894-use-version-doclink
Use version from config to generate doclink
2018-12-10 15:03:42 +01:00
Roeland Jago Douma 39f718b765
Merge pull request #12936 from nextcloud/dependabot/npm_and_yarn/apps/oauth2/vue-2.5.18
Bump vue from 2.5.17 to 2.5.18 in /apps/oauth2
2018-12-10 15:02:38 +01:00
Roeland Jago Douma 81ff327510
Merge pull request #12929 from nextcloud/dependabot/npm_and_yarn/apps/accessibility/vue-2.5.18
Bump vue from 2.5.17 to 2.5.18 in /apps/accessibility
2018-12-10 15:02:25 +01:00
Roeland Jago Douma 2eb65d79c7
Merge pull request #12932 from nextcloud/dependabot/npm_and_yarn/apps/updatenotification/vue-2.5.18
Bump vue from 2.5.17 to 2.5.18 in /apps/updatenotification
2018-12-10 15:01:53 +01:00
Roeland Jago Douma 35886b1e5e
Bump autoloader
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-10 13:23:59 +01:00
Roeland Jago Douma d7223ebf4d
OAuth2: Move to migrations
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-10 13:23:58 +01:00
John Molakvoæ (skjnldsv) 4135d23e79
Compile assets
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-12-10 12:28:11 +01:00
John Molakvoæ (skjnldsv) b777bfe6cd
Compile assets
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-12-10 12:27:30 +01:00
John Molakvoæ (skjnldsv) d1304719b0
Compile assets
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-12-10 12:26:43 +01:00
John Molakvoæ b3de7a7d06
Merge pull request #12928 from nextcloud/dependabot/npm_and_yarn/apps/updatenotification/css-loader-2.0.0
Bump css-loader from 1.0.1 to 2.0.0 in /apps/updatenotification
2018-12-10 12:25:20 +01:00
John Molakvoæ (skjnldsv) 390add45bd
Vue bump too
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-12-10 12:20:47 +01:00
John Molakvoæ (skjnldsv) b3ad1c3da1
Update vue-template-compiler too
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-12-10 12:20:47 +01:00
John Molakvoæ 4f1ff98243
Merge pull request #12935 from nextcloud/dependabot/npm_and_yarn/build/node-sass-4.11.0
Bump node-sass from 4.10.0 to 4.11.0 in /build
2018-12-10 10:14:18 +01:00
John Molakvoæ (skjnldsv) 77e21e10a5
Update vue-template-compiler too
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-12-10 10:05:49 +01:00
dependabot[bot] 125edda42e
Bump css-loader from 1.0.1 to 2.0.0 in /apps/updatenotification
Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 1.0.1 to 2.0.0.
- [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/v1.0.1...v2.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-10 08:15:53 +00:00
John Molakvoæ 74b88b14ec
Merge pull request #12934 from nextcloud/dependabot/npm_and_yarn/apps/accessibility/css-loader-2.0.0
Bump css-loader from 1.0.1 to 2.0.0 in /apps/accessibility
2018-12-10 09:13:42 +01:00
John Molakvoæ f8630869b1
Merge pull request #12933 from nextcloud/dependabot/npm_and_yarn/apps/oauth2/css-loader-2.0.0
Bump css-loader from 1.0.1 to 2.0.0 in /apps/oauth2
2018-12-10 09:13:32 +01:00
John Molakvoæ (skjnldsv) a3f8a7a6f4
Vue bump too
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-12-10 08:34:34 +01:00
John Molakvoæ (skjnldsv) a25e202a38
Update vue-template-compiler too
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-12-10 08:32:58 +01:00
John Molakvoæ efa8170cbb
Merge pull request #12949 from nextcloud/dependabot/npm_and_yarn/apps/updatenotification/webpack-merge-4.1.5
Bump webpack-merge from 4.1.4 to 4.1.5 in /apps/updatenotification
2018-12-10 08:27:47 +01:00
John Molakvoæ ba2c641a05
Merge pull request #12953 from nextcloud/dependabot/npm_and_yarn/apps/oauth2/webpack-merge-4.1.5
Bump webpack-merge from 4.1.4 to 4.1.5 in /apps/oauth2
2018-12-10 08:27:11 +01:00
John Molakvoæ 4408e5f319
Merge pull request #12954 from nextcloud/dependabot/npm_and_yarn/apps/accessibility/webpack-merge-4.1.5
Bump webpack-merge from 4.1.4 to 4.1.5 in /apps/accessibility
2018-12-10 08:26:56 +01:00
John Molakvoæ 67af30f04f
Merge pull request #12956 from nextcloud/dependabot/npm_and_yarn/settings/webpack-merge-4.1.5
Bump webpack-merge from 4.1.4 to 4.1.5 in /settings
2018-12-10 08:26:34 +01:00
dependabot[bot] 045ce1fa49
Bump webpack-merge from 4.1.4 to 4.1.5 in /settings
Bumps [webpack-merge](https://github.com/survivejs/webpack-merge) from 4.1.4 to 4.1.5.
- [Release notes](https://github.com/survivejs/webpack-merge/releases)
- [Changelog](https://github.com/survivejs/webpack-merge/blob/master/CHANGELOG.md)
- [Commits](https://github.com/survivejs/webpack-merge/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-10 02:21:56 +00:00
dependabot[bot] 75e49a0f09
Bump webpack-merge from 4.1.4 to 4.1.5 in /apps/accessibility
Bumps [webpack-merge](https://github.com/survivejs/webpack-merge) from 4.1.4 to 4.1.5.
- [Release notes](https://github.com/survivejs/webpack-merge/releases)
- [Changelog](https://github.com/survivejs/webpack-merge/blob/master/CHANGELOG.md)
- [Commits](https://github.com/survivejs/webpack-merge/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-10 02:19:53 +00:00