Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-08-27[Security] Bump mixin-deep from 1.3.1 to 1.3.2dependabot-preview[bot]
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. **This update includes a security fix.** - [Release notes](https://github.com/jonschlinkert/mixin-deep/releases) - [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-11Merge pull request #16352 from ↵Morris Jobke
nextcloud/dependabot/npm_and_yarn/stable16/lodash-4.17.13 [Security] Bump lodash from 4.17.11 to 4.17.13
2019-07-11[Security] Bump lodash from 4.17.11 to 4.17.13dependabot-preview[bot]
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.13. **This update includes security fixes.** - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.13) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-07-11[Security] Bump lodash.merge from 4.6.1 to 4.6.2dependabot-preview[bot]
Bumps [lodash.merge](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2. **This update includes security fixes.** - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-11[Security] Bump lodash.mergewith from 4.6.1 to 4.6.2dependabot-preview[bot]
Bumps [lodash.mergewith](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2. **This update includes security fixes.** - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-26Remove auto focus of share input field on dialog open, fix #15261Jan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-06-03[Security] Bump axios from 0.18.0 to 0.18.1dependabot-preview[bot]
Bumps [axios](https://github.com/axios/axios) from 0.18.0 to 0.18.1. **This update includes security fixes.** - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.18.1/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.18.0...v0.18.1)
2019-05-24[Security] Bump tar from 2.2.1 to 2.2.2dependabot-preview[bot]
Bumps [tar](https://github.com/npm/node-tar) from 2.2.1 to 2.2.2. **This update includes security fixes.** - [Release notes](https://github.com/npm/node-tar/releases) - [Commits](https://github.com/npm/node-tar/compare/v2.2.1...v2.2.2)
2019-04-24Apply `npm audit fix` on stable16Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-04-09Bump nextcloud-vue-collectionsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-03-28Bump nextcloud-vue-collections to 0.3.0Julius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-03-25Bump strenghify to v0.5.8Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-03-19Bump nextcloud-vue-collectionsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-03-07[Security] Bump bootstrap from 3.4.1 to 4.3.1dependabot[bot]
Bumps [bootstrap](https://github.com/twbs/bootstrap) from 3.4.1 to 4.3.1. **This update includes security fixes.** - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v3.4.1...v4.3.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-06Pin the jquery version to 2.1.4Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-03-04Bump vue-multiselect from 2.1.3 to 2.1.4dependabot[bot]
Bumps [vue-multiselect](https://github.com/shentao/vue-multiselect) from 2.1.3 to 2.1.4. - [Release notes](https://github.com/shentao/vue-multiselect/releases) - [Commits](https://github.com/shentao/vue-multiselect/compare/v2.1.3...2.1.4) Signed-off-by: dependabot[bot] <support@dependabot.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-03-02Bump vue and vue-template-compilerdependabot[bot]
Bumps [vue](https://github.com/vuejs/vue) and [vue-template-compiler](https://github.com/vuejs/vue). These dependencies needed to be updated together. Updates `vue` from 2.6.7 to 2.6.8 - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](https://github.com/vuejs/vue/compare/v2.6.7...v2.6.8) Updates `vue-template-compiler` from 2.6.7 to 2.6.8 - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](https://github.com/vuejs/vue/compare/v2.6.7...v2.6.8) Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-01Load auth tokens with the initial state APIChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-03-01Fix testsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-03-01Use nextcloud-vue-collections libraryJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-03-01Add app token QR codes for mobile appsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-02-28Move personal auth token settings to VueChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Always crate OC.Settings, even if not used Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-02-28Remove unneeded sidebar animationJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-02-28Merge pull request #14408 from ↵Morris Jobke
nextcloud/dependabot/npm_and_yarn/css-vars-ponyfill-1.17.0 Bump css-vars-ponyfill from 1.16.4 to 1.17.0
2019-02-28Merge pull request #14431 from nextcloud/dependabot/npm_and_yarn/webpack-4.29.6Morris Jobke
Bump webpack from 4.29.5 to 4.29.6
2019-02-28Merge pull request #14432 from ↵Roeland Jago Douma
nextcloud/dependachristoph/npm_and_yarn/jcrop-v0.9.12-npm3 Bump jcrop from v0.9.12-npm to v0.9.12-npm3
2019-02-28Bump webpack from 4.29.5 to 4.29.6dependabot[bot]
Bumps [webpack](https://github.com/webpack/webpack) from 4.29.5 to 4.29.6. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.29.5...v4.29.6) Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-28Bump jcrop from v0.9.12-npm to v0.9.12-npm3Christoph Wurst
See https://github.com/nextcloud/server/pull/14354#issuecomment-468200789 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-02-28Bump vue and vue-template-compilerdependabot[bot]
Bumps [vue](https://github.com/vuejs/vue) and [vue-template-compiler](https://github.com/vuejs/vue). These dependencies needed to be updated together. Updates `vue` from 2.6.6 to 2.6.7 - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](https://github.com/vuejs/vue/compare/v2.6.6...v2.6.7) Updates `vue-template-compiler` from 2.6.6 to 2.6.7 - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](https://github.com/vuejs/vue/compare/v2.6.6...v2.6.7) Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-28Merge pull request #14410 from ↵Roeland Jago Douma
nextcloud/dependabot/npm_and_yarn/nextcloud-vue-0.8.0 Bump nextcloud-vue from 0.6.3 to 0.8.0
2019-02-28Bump css-vars-ponyfill from 1.16.4 to 1.17.0dependabot[bot]
Bumps [css-vars-ponyfill](https://github.com/jhildenbiddle/css-vars-ponyfill) from 1.16.4 to 1.17.0. - [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.16.4...v1.17.0) Signed-off-by: dependabot[bot] <support@dependabot.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-28Merge pull request #14409 from ↵Roeland Jago Douma
nextcloud/dependabot/npm_and_yarn/vue-loader-15.6.4 Bump vue-loader from 15.6.2 to 15.6.4
2019-02-28Merge pull request #14407 from ↵Roeland Jago Douma
nextcloud/dependabot/npm_and_yarn/@babel/preset-env-7.3.4 Bump @babel/preset-env from 7.3.1 to 7.3.4
2019-02-27Bump nextcloud-vue from 0.6.3 to 0.8.0dependabot[bot]
Bumps [nextcloud-vue](https://github.com/nextcloud/nextcloud-vue) from 0.6.3 to 0.8.0. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v0.6.3...v0.8.0) Signed-off-by: dependabot[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-02-27Bump vue-loader from 15.6.2 to 15.6.4dependabot[bot]
Bumps [vue-loader](https://github.com/vuejs/vue-loader) from 15.6.2 to 15.6.4. - [Release notes](https://github.com/vuejs/vue-loader/releases) - [Changelog](https://github.com/vuejs/vue-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-loader/commits/v15.6.4) Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-27Bump @babel/preset-env from 7.3.1 to 7.3.4dependabot[bot]
Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.3.1 to 7.3.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.3.1...v7.3.4) Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-27Bump @babel/core from 7.3.3 to 7.3.4dependabot[bot]
Bumps [@babel/core](https://github.com/babel/babel) from 7.3.3 to 7.3.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.3.3...v7.3.4) Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-25Merge remote-tracking branch 'origin/master' into users-management-enhancementsRoeland Jago Douma
2019-02-23Bump webpack from 4.29.3 to 4.29.5dependabot[bot]
Bumps [webpack](https://github.com/webpack/webpack) from 4.29.3 to 4.29.5. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.29.3...v4.29.5) Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-21update settings buildJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-02-20Move settings to main webpackRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-19Bump bootstrap from 3.4.0 to 3.4.1dependabot[bot]
Bumps [bootstrap](https://github.com/twbs/bootstrap) from 3.4.0 to 3.4.1. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v3.4.0...v3.4.1) Signed-off-by: dependabot[bot] <support@dependabot.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-19Merge pull request #14232 from nextcloud/enh/updatenoticiation_to_single_webpackMorris Jobke
Move updatenotifications to unified webpack
2019-02-18Bump @babel/core from 7.2.2 to 7.3.3dependabot[bot]
Bumps [@babel/core](https://github.com/babel/babel) from 7.2.2 to 7.3.3. - [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.2...v7.3.3) Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-18Move updatenotifications to unified webpackRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-17Bump vue and vue-template-compilerdependabot[bot]
Bumps [vue](https://github.com/vuejs/vue) and [vue-template-compiler](https://github.com/vuejs/vue). These dependencies needed to be updated together. Updates `vue` from 2.6.5 to 2.6.6 - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](https://github.com/vuejs/vue/compare/v2.6.5...v2.6.6) Updates `vue-template-compiler` from 2.6.5 to 2.6.6 - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](https://github.com/vuejs/vue/compare/v2.6.5...v2.6.6) Signed-off-by: dependabot[bot] <support@dependabot.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-13Move oauth2 to global webpack configRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-11Bump webpack from 4.29.1 to 4.29.3dependabot[bot]
Bumps [webpack](https://github.com/webpack/webpack) from 4.29.1 to 4.29.3. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.29.1...v4.29.3) Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-11Bump handlebars from 4.0.12 to 4.1.0dependabot[bot]
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.12 to 4.1.0. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/wycats/handlebars.js/blob/v4.1.0/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v4.0.12...v4.1.0) Signed-off-by: dependabot[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-02-11Move core/systemtags to webpackRoeland Jago Douma
* Use webpack to bundle the core systemtags so the webserver can serve them statically * Bundle the core scss in there as well (saves a request) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>