]>
source.dussan.org Git - nextcloud-server.git/log
Christoph Wurst [Thu, 2 May 2019 14:03:58 +0000 (16:03 +0200)]
Move oc_webroot, OC.webroot and OC.getRootPath() to the bundle
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
John Molakvoæ [Mon, 6 May 2019 15:48:53 +0000 (17:48 +0200)]
Move oc_appconfig/OC.appConfig to the main bundle (#15354)
Move oc_appconfig/OC.appConfig to the main bundle
Morris Jobke [Mon, 6 May 2019 12:08:35 +0000 (14:08 +0200)]
Merge pull request #15384 from nextcloud/fix-collapse-button-in-app-navigation-in-ie11
Fix collapse button in app navigation in IE11
Christoph Wurst [Fri, 3 May 2019 06:42:42 +0000 (08:42 +0200)]
Move oc_appconfig/OC.appConfig to the main bundle
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
John Molakvoæ [Mon, 6 May 2019 09:42:55 +0000 (11:42 +0200)]
Merge pull request #15297 from nextcloud/refactor/oc-debug-bundle
Move oc_debug to the bundle
John Molakvoæ (skjnldsv) [Fri, 3 May 2019 14:33:50 +0000 (16:33 +0200)]
Build main dist
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Christoph Wurst [Mon, 29 Apr 2019 16:51:45 +0000 (18:51 +0200)]
Move oc_debug to the bundle
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Daniel Calviño Sánchez [Mon, 6 May 2019 07:14:29 +0000 (09:14 +0200)]
Fix collapse button in app navigation in IE11
Although the collapse button has an absolute position Internet Explorer
11 needs the left position of that button to be explicitly set to 0
(other browsers do it implicitly due to the absolute position);
otherwise the button appears to the right of the link (and behind the
app content).
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
John Molakvoæ [Mon, 6 May 2019 06:52:11 +0000 (08:52 +0200)]
Bump v-tooltip from 2.0.1 to 2.0.2 (#15376)
Bump v-tooltip from 2.0.1 to 2.0.2
John Molakvoæ [Mon, 6 May 2019 06:51:50 +0000 (08:51 +0200)]
Bump webpack-cli from 3.3.1 to 3.3.2 (#15378)
Bump webpack-cli from 3.3.1 to 3.3.2
Nextcloud bot [Mon, 6 May 2019 00:13:22 +0000 (00:13 +0000)]
[tx-robot] updated from transifex
dependabot[bot] [Sun, 5 May 2019 01:13:08 +0000 (01:13 +0000)]
Bump v-tooltip from 2.0.1 to 2.0.2
Bumps [v-tooltip](https://github.com/Akryum/vue-tooltip) from 2.0.1 to 2.0.2.
- [Release notes](https://github.com/Akryum/vue-tooltip/releases)
- [Commits](https://github.com/Akryum/vue-tooltip/compare/v2.0.1...v2.0.2)
Signed-off-by: dependabot[bot] <support@dependabot.com>
dependabot[bot] [Sun, 5 May 2019 01:14:11 +0000 (01:14 +0000)]
Bump webpack-cli from 3.3.1 to 3.3.2
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.3.1 to 3.3.2.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/commits)
Signed-off-by: dependabot[bot] <support@dependabot.com>
Nextcloud bot [Sun, 5 May 2019 00:13:05 +0000 (00:13 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 4 May 2019 00:12:53 +0000 (00:12 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Fri, 3 May 2019 18:47:11 +0000 (20:47 +0200)]
Merge pull request #15267 from nextcloud/dependabot/npm_and_yarn/build/node-sass-4.12.0
Bump node-sass from 4.11.0 to 4.12.0 in /build
Roeland Jago Douma [Fri, 3 May 2019 18:46:42 +0000 (20:46 +0200)]
Merge pull request #15248 from nextcloud/dependabot/npm_and_yarn/webpack-cli-3.3.1
Bump webpack-cli from 3.3.0 to 3.3.1
Roeland Jago Douma [Fri, 3 May 2019 18:24:13 +0000 (20:24 +0200)]
Merge pull request #15355 from nextcloud/refactor/oc-isadmin
Deprecate oc_isadmin and move OC.isUserAdmin() to the bundle
Christoph Wurst [Fri, 3 May 2019 07:07:31 +0000 (09:07 +0200)]
Deprecate oc_isadmin and move OC.isUserAdmin() to the bundle
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Roeland Jago Douma [Fri, 3 May 2019 13:44:24 +0000 (15:44 +0200)]
Merge pull request #15311 from nextcloud/ci/mysql/8
Add mysql 8.0 CI run
John Molakvoæ [Fri, 3 May 2019 13:10:27 +0000 (15:10 +0200)]
Handle 0 B default quota properly in the web UI (#15359)
Handle 0 B default quota properly in the web UI
Julius Härtl [Fri, 3 May 2019 10:21:49 +0000 (12:21 +0200)]
Bump settings bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Fri, 3 May 2019 10:19:35 +0000 (12:19 +0200)]
Fix default quota setting of 0 B
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Nextcloud bot [Fri, 3 May 2019 00:12:49 +0000 (00:12 +0000)]
[tx-robot] updated from transifex
John Molakvoæ [Thu, 2 May 2019 11:47:06 +0000 (13:47 +0200)]
Merge pull request #15309 from nextcloud/fix/files-selection-bug
Do NOT assume all files are selected if the first checkbox is
Roeland Jago Douma [Thu, 2 May 2019 11:21:14 +0000 (13:21 +0200)]
Merge pull request #15313 from nextcloud/3rdparty/pear/archive_tar/1.4.7
[3rdparty] Bump archive_tar to 1.4.7
John Molakvoæ [Thu, 2 May 2019 11:10:54 +0000 (13:10 +0200)]
Merge pull request #15291 from nextcloud/refactor/js-routing-helpers-bundle
Move the OC routing helper functions to the bundle
Morris Jobke [Thu, 2 May 2019 09:58:49 +0000 (11:58 +0200)]
Merge pull request #15122 from nextcloud/bugfix/noid/check-undefined-index
Check if the data is in the lookup server
Christoph Wurst [Mon, 29 Apr 2019 15:42:27 +0000 (17:42 +0200)]
Move the OC routing helper functions to the bundle
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
John Molakvoæ [Thu, 2 May 2019 08:20:50 +0000 (10:20 +0200)]
Merge pull request #15293 from nextcloud/refactor/oc-config-bundle
Move oc_config to the bundle
Christoph Wurst [Mon, 29 Apr 2019 16:04:45 +0000 (18:04 +0200)]
Move oc_config to the bundle
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
John Molakvoæ [Thu, 2 May 2019 07:32:38 +0000 (09:32 +0200)]
Merge pull request #15338 from nextcloud/refactor/oc-config-usage
Change oc_config usage to OC.config
Christoph Wurst [Thu, 2 May 2019 06:28:24 +0000 (08:28 +0200)]
Change oc_config usage to OC.config
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Nextcloud bot [Thu, 2 May 2019 00:12:57 +0000 (00:12 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Wed, 1 May 2019 20:49:17 +0000 (22:49 +0200)]
Merge pull request #15270 from nextcloud/dependabot/npm_and_yarn/@babel/core-7.4.4
Bump @babel/core from 7.4.3 to 7.4.4
dependabot[bot] [Wed, 1 May 2019 19:20:57 +0000 (19:20 +0000)]
Bump @babel/core from 7.4.3 to 7.4.4
Bumps [@babel/core](https://github.com/babel/babel) from 7.4.3 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.4.3...v7.4.4)
Signed-off-by: dependabot[bot] <support@dependabot.com>
dependabot[bot] [Wed, 1 May 2019 19:15:19 +0000 (19:15 +0000)]
Bump node-sass from 4.11.0 to 4.12.0 in /build
Bumps [node-sass](https://github.com/sass/node-sass) from 4.11.0 to 4.12.0.
- [Release notes](https://github.com/sass/node-sass/releases)
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/node-sass/compare/v4.11.0...v4.12.0)
Signed-off-by: dependabot[bot] <support@dependabot.com>
Roeland Jago Douma [Wed, 1 May 2019 19:12:44 +0000 (21:12 +0200)]
Merge pull request #15271 from nextcloud/dependabot/npm_and_yarn/node-sass-4.12.0
Bump node-sass from 4.11.0 to 4.12.0
dependabot[bot] [Wed, 1 May 2019 18:34:08 +0000 (18:34 +0000)]
Bump node-sass from 4.11.0 to 4.12.0
Bumps [node-sass](https://github.com/sass/node-sass) from 4.11.0 to 4.12.0.
- [Release notes](https://github.com/sass/node-sass/releases)
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/node-sass/compare/v4.11.0...v4.12.0)
Signed-off-by: dependabot[bot] <support@dependabot.com>
Roeland Jago Douma [Wed, 1 May 2019 18:23:57 +0000 (20:23 +0200)]
Merge pull request #15268 from nextcloud/dependabot/npm_and_yarn/@babel/preset-env-7.4.4
Bump @babel/preset-env from 7.4.3 to 7.4.4
Roeland Jago Douma [Wed, 1 May 2019 18:10:46 +0000 (20:10 +0200)]
Merge pull request #15327 from nextcloud/ci/postgres-11
CI Postgres 11
Roeland Jago Douma [Wed, 1 May 2019 13:51:54 +0000 (15:51 +0200)]
CI Postgres 11
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Wed, 1 May 2019 14:53:22 +0000 (16:53 +0200)]
Merge pull request #15326 from nextcloud/ci/mariadb-10.4
CI MariaDB 10.4
Roeland Jago Douma [Wed, 1 May 2019 13:48:12 +0000 (15:48 +0200)]
CI MariaDB 10.4
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Wed, 1 May 2019 13:46:11 +0000 (15:46 +0200)]
Merge pull request #15325 from nextcloud/ci/mariadb-10.3
CI MariaDB 10.3
Roeland Jago Douma [Wed, 1 May 2019 13:13:08 +0000 (15:13 +0200)]
CI MariaDB 10.3
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Wed, 1 May 2019 13:11:20 +0000 (15:11 +0200)]
Merge pull request #15323 from nextcloud/ci/mariadb-10.2
CI MariaDB 10.2
Daniel Kesselberg [Wed, 1 May 2019 12:38:47 +0000 (14:38 +0200)]
Use mysql_native_password as default authentication plugin
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Roeland Jago Douma [Tue, 30 Apr 2019 12:17:20 +0000 (14:17 +0200)]
Add mysql 8.0 CI run
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Wed, 1 May 2019 12:41:25 +0000 (14:41 +0200)]
CI MariaDB 10.2
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Wed, 1 May 2019 12:39:39 +0000 (14:39 +0200)]
Merge pull request #15321 from nextcloud/ci/mariadb-10.1
Add mariadb 10.1 CI job
Roeland Jago Douma [Wed, 1 May 2019 11:12:12 +0000 (13:12 +0200)]
Add mariadb 10.1 CI job
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Wed, 1 May 2019 11:10:49 +0000 (13:10 +0200)]
Merge pull request #15316 from nextcloud/ci/mariadb-10.0
Add mariadb 10.0 ci tests
Roeland Jago Douma [Tue, 30 Apr 2019 18:01:21 +0000 (20:01 +0200)]
Add mariadb 10.0 ci tests
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Nextcloud bot [Wed, 1 May 2019 00:12:41 +0000 (00:12 +0000)]
[tx-robot] updated from transifex
John Molakvoæ (skjnldsv) [Tue, 30 Apr 2019 10:26:37 +0000 (12:26 +0200)]
Do NOT assume all files are selected if the first checkbox is
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Roeland Jago Douma [Tue, 30 Apr 2019 12:43:51 +0000 (14:43 +0200)]
[3rdparty] Bump archive_tar to 1.4.7
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Morris Jobke [Tue, 30 Apr 2019 12:18:55 +0000 (14:18 +0200)]
Merge pull request #15289 from nextcloud/bugfix/15229/fix-non-default-prefixes
Remove the custom prefix from the table name length when checking on …
John Molakvoæ [Tue, 30 Apr 2019 11:20:31 +0000 (13:20 +0200)]
Merge pull request #15294 from nextcloud/refactor/oc-dialogs-bundle
Move OC.dialogs to the main bundle
Roeland Jago Douma [Tue, 30 Apr 2019 10:27:45 +0000 (12:27 +0200)]
Merge pull request #15305 from nextcloud/enhancement/checkboxes/size
Increase checkbox & radio size
Joas Schilling [Mon, 29 Apr 2019 14:08:26 +0000 (16:08 +0200)]
Remove the custom prefix from the table name length when checking on the default primary index
Signed-off-by: Joas Schilling <coding@schilljs.com>
Christoph Wurst [Mon, 29 Apr 2019 16:16:15 +0000 (18:16 +0200)]
Move OC.dialogs to the main bundle
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Morris Jobke [Tue, 30 Apr 2019 08:52:14 +0000 (10:52 +0200)]
Merge pull request #15292 from nextcloud/refactor/oc-navigation-methods-bundle
Move OC navigation methods to the bundle
John Molakvoæ (skjnldsv) [Tue, 30 Apr 2019 07:55:39 +0000 (09:55 +0200)]
Increase checkbox & radio size
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
John Molakvoæ [Tue, 30 Apr 2019 07:25:45 +0000 (09:25 +0200)]
Merge pull request #15290 from nextcloud/fix/8635/mdkir-handling+no-create-to-delete
take return of mkdir into consideration; photocache to not create a folder for deletion
Nextcloud bot [Tue, 30 Apr 2019 00:12:43 +0000 (00:12 +0000)]
[tx-robot] updated from transifex
Christoph Wurst [Mon, 29 Apr 2019 15:55:27 +0000 (17:55 +0200)]
Move OC navigation methods to the bundle
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Arthur Schiwon [Mon, 29 Apr 2019 14:15:07 +0000 (16:15 +0200)]
do not create folder just to delete it afterwards
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Arthur Schiwon [Mon, 29 Apr 2019 14:12:01 +0000 (16:12 +0200)]
take return of mkdir into account, throw exception on failure
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
dependabot[bot] [Mon, 29 Apr 2019 08:30:05 +0000 (08:30 +0000)]
Bump @babel/preset-env from 7.4.3 to 7.4.4
Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.4.3 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.4.3...v7.4.4)
Signed-off-by: dependabot[bot] <support@dependabot.com>
Nextcloud bot [Mon, 29 Apr 2019 00:12:39 +0000 (00:12 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 28 Apr 2019 00:12:35 +0000 (00:12 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 27 Apr 2019 00:12:36 +0000 (00:12 +0000)]
[tx-robot] updated from transifex
dependabot[bot] [Fri, 26 Apr 2019 10:45:47 +0000 (10:45 +0000)]
Bump webpack-cli from 3.3.0 to 3.3.1
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/v.3.3.0...v.3.3.1)
Signed-off-by: dependabot[bot] <support@dependabot.com>
Nextcloud bot [Fri, 26 Apr 2019 00:12:33 +0000 (00:12 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Thu, 25 Apr 2019 00:12:40 +0000 (00:12 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Wed, 24 Apr 2019 17:58:53 +0000 (19:58 +0200)]
Merge pull request #15141 from nextcloud/fix/noid/regenerate-seen-users-only
fix searching all users in repair regenerate birthday cal reparir job
Roeland Jago Douma [Wed, 24 Apr 2019 17:56:17 +0000 (19:56 +0200)]
Merge pull request #15188 from nextcloud/bugfix/setupcheck-intl
Fix setupcheck for intl module
Arthur Schiwon [Wed, 17 Apr 2019 13:55:47 +0000 (15:55 +0200)]
remove obsolete use statements
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Roeland Jago Douma [Wed, 24 Apr 2019 13:45:03 +0000 (15:45 +0200)]
Merge pull request #15148 from nextcloud/fix/oauth2_string_to_int
Fix mapper not properly casting int in oauth2 code
Roeland Jago Douma [Wed, 24 Apr 2019 07:00:38 +0000 (09:00 +0200)]
Merge pull request #15146 from nextcloud/fix/customer_properties_boom
Prefetching blows up if there are a lot of files.
Roeland Jago Douma [Wed, 24 Apr 2019 07:00:17 +0000 (09:00 +0200)]
Merge pull request #15168 from nextcloud/fix/13554/always_tmpfile_for_swift
Always use a temp file for swift writes
Nextcloud bot [Wed, 24 Apr 2019 00:12:32 +0000 (00:12 +0000)]
[tx-robot] updated from transifex
John Molakvoæ [Tue, 23 Apr 2019 14:52:54 +0000 (16:52 +0200)]
Merge pull request #15184 from nextcloud/dependabot/npm_and_yarn/vue-infinite-loading-2.4.4
Bump vue-infinite-loading from 2.4.3 to 2.4.4
John Molakvoæ [Tue, 23 Apr 2019 14:52:07 +0000 (16:52 +0200)]
Merge pull request #15185 from nextcloud/dependabot/npm_and_yarn/vue-router-3.0.6
Bump vue-router from 3.0.4 to 3.0.6
John Molakvoæ [Tue, 23 Apr 2019 14:06:41 +0000 (16:06 +0200)]
Merge pull request #15164 from nextcloud/recommendations-multiselect-overlap
Fix multiselect bar overlapping recommendations
John Molakvoæ [Tue, 23 Apr 2019 13:57:26 +0000 (15:57 +0200)]
Merge pull request #15165 from nextcloud/techdebt/noid/cleanup-legacy-share-code
Deprecate legacy share code and cleanup some unused methods
dependabot[bot] [Tue, 23 Apr 2019 08:50:31 +0000 (08:50 +0000)]
Bump vue-router from 3.0.4 to 3.0.6
Bumps [vue-router](https://github.com/vuejs/vue-router) from 3.0.4 to 3.0.6.
- [Release notes](https://github.com/vuejs/vue-router/releases)
- [Changelog](https://github.com/vuejs/vue-router/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-router/compare/v3.0.4...v3.0.6)
Signed-off-by: dependabot[bot] <support@dependabot.com>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
dependabot[bot] [Tue, 23 Apr 2019 08:49:58 +0000 (08:49 +0000)]
Bump vue-infinite-loading from 2.4.3 to 2.4.4
Bumps [vue-infinite-loading](https://github.com/PeachScript/vue-infinite-loading) from 2.4.3 to 2.4.4.
- [Release notes](https://github.com/PeachScript/vue-infinite-loading/releases)
- [Commits](https://github.com/PeachScript/vue-infinite-loading/compare/v2.4.3...v2.4.4)
Signed-off-by: dependabot[bot] <support@dependabot.com>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
John Molakvoæ [Tue, 23 Apr 2019 13:03:47 +0000 (15:03 +0200)]
Merge pull request #15183 from nextcloud/dependabot/npm_and_yarn/webpack-4.30.0
Bump webpack from 4.29.6 to 4.30.0
John Molakvoæ [Tue, 23 Apr 2019 13:00:39 +0000 (15:00 +0200)]
Merge pull request #15182 from nextcloud/dependabot/npm_and_yarn/css-loader-2.1.1
Bump css-loader from 2.1.0 to 2.1.1
dependabot[bot] [Tue, 23 Apr 2019 08:41:20 +0000 (08:41 +0000)]
Bump webpack from 4.29.6 to 4.30.0
Bumps [webpack](https://github.com/webpack/webpack) from 4.29.6 to 4.30.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.29.6...v4.30.0)
Signed-off-by: dependabot[bot] <support@dependabot.com>
John Molakvoæ [Tue, 23 Apr 2019 08:39:14 +0000 (10:39 +0200)]
Merge pull request #15179 from nextcloud/dependabot/npm_and_yarn/handlebars-4.1.2
Bump handlebars from 4.1.0 to 4.1.2
John Molakvoæ [Tue, 23 Apr 2019 08:22:23 +0000 (10:22 +0200)]
Merge pull request #14355 from nextcloud/dependabot/npm_and_yarn/backbone-1.4.0
Bump backbone from 1.3.3 to 1.4.0
dependabot[bot] [Sun, 21 Apr 2019 01:12:51 +0000 (01:12 +0000)]
Bump handlebars from 4.1.0 to 4.1.2
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.0 to 4.1.2.
- [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.1.0...v4.1.2)
Signed-off-by: dependabot[bot] <support@dependabot.com>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
dependabot[bot] [Sat, 23 Feb 2019 02:20:45 +0000 (02:20 +0000)]
Bump backbone from 1.3.3 to 1.4.0
Bumps [backbone](https://github.com/jashkenas/backbone) from 1.3.3 to 1.4.0.
- [Release notes](https://github.com/jashkenas/backbone/releases)
- [Commits](https://github.com/jashkenas/backbone/compare/1.3.3...1.4.0)
Signed-off-by: dependabot[bot] <support@dependabot.com>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Nextcloud bot [Tue, 23 Apr 2019 00:12:36 +0000 (00:12 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Mon, 22 Apr 2019 00:12:49 +0000 (00:12 +0000)]
[tx-robot] updated from transifex
Daniel Kesselberg [Sun, 21 Apr 2019 19:55:50 +0000 (21:55 +0200)]
Fix setupcheck for intl module
A polyfill for intl is loaded very early (somewhere in base). Polyfill defines grapheme_strlen as function if
intl extension is not loaded. The check here is always true
because there is a function with that name.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
dependabot[bot] [Sun, 21 Apr 2019 01:14:26 +0000 (01:14 +0000)]
Bump css-loader from 2.1.0 to 2.1.1
Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 2.1.0 to 2.1.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/v2.1.0...v2.1.1)
Signed-off-by: dependabot[bot] <support@dependabot.com>