summaryrefslogtreecommitdiffstats
path: root/core/js
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #20481 from ACTom/add-mindmap-mimetypeChristoph Wurst2020-04-151-1/+5
|\ | | | | Add mindmap mimetype.
| * Add mindmap mimetype.ACTom2020-04-151-1/+5
| | | | | | | | Signed-off-by: ACTom <i@actom.me>
* | Bump @nextcloud/paths from 1.1.1 to 1.1.2dependabot-preview[bot]2020-04-1310-107/+107
| | | | | | | | | | | | | | Bumps @nextcloud/paths from 1.1.1 to 1.1.2. Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | Bump css-loader from 3.4.1 to 3.5.2dependabot-preview[bot]2020-04-1310-10/+10
| | | | | | | | | | | | | | | | | | | | Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 3.4.1 to 3.5.2. - [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/v3.4.1...v3.5.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | Bump core-js from 1.4.1 to 1.5.0John Molakvoæ (skjnldsv)2020-04-1010-73/+73
| | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | Use the primary element color in case it primary color is too brightJoas Schilling2020-04-102-2/+2
| | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | Merge pull request #20313 from ↵Roeland Jago Douma2020-04-1010-104/+104
|\ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/underscore-1.10.2 Bump underscore from 1.9.2 to 1.10.2
| * | Bump underscore from 1.9.2 to 1.10.2dependabot-preview[bot]2020-04-0810-104/+104
| | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [underscore](https://github.com/jashkenas/underscore) from 1.9.2 to 1.10.2. - [Release notes](https://github.com/jashkenas/underscore/releases) - [Commits](https://github.com/jashkenas/underscore/compare/1.9.2...1.10.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | Fix systemtags overflowJohn Molakvoæ (skjnldsv)2020-04-092-2/+2
|/ / | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | Bump handlebars from 4.7.4 to 4.7.6dependabot-preview[bot]2020-04-086-6/+6
| | | | | | | | | | | | | | | | | | | | Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.4 to 4.7.6. - [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.7.4...v4.7.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | Inline usages of OCP.Toast in bundled filesChristoph Wurst2020-04-0611-117/+120
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Use external Toast implementation and deprecate the OCP APIChristoph Wurst2020-04-0610-57/+78
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Update handlebars to get rid of minimistChristoph Wurst2020-04-036-6/+6
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Bump regenerator-runtime from 0.13.3 to 0.13.5dependabot-preview[bot]2020-04-032-2/+2
| | | | | | | | | | | | | | | | | | Bumps [regenerator-runtime](https://github.com/facebook/regenerator) from 0.13.3 to 0.13.5. - [Release notes](https://github.com/facebook/regenerator/releases) - [Commits](https://github.com/facebook/regenerator/compare/regenerator-runtime@0.13.3...regenerator-runtime@0.13.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | Merge pull request #20215 from nextcloud/bug/19939/password-reset-arrowRoeland Jago Douma2020-04-022-3/+3
|\ \ | | | | | | Align password reset arrow
| * | Add fieldset to align arrowDaniel Kesselberg2020-04-012-3/+3
| | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | Merge pull request #19890 from nextcloud/enh/comments-reference-idJoas Schilling2020-04-022-0/+31
|\ \ \ | |/ / |/| | Add optional comments reference_id
| * | Update new test as wellJoas Schilling2020-04-011-0/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Add optional column oc_comments.reference_idJoas Schilling2020-03-312-0/+30
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Bump blueimp-md5 from 2.12.0 to 2.13.0dependabot-preview[bot]2020-04-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [blueimp-md5](https://github.com/blueimp/JavaScript-MD5) from 2.12.0 to 2.13.0. - [Release notes](https://github.com/blueimp/JavaScript-MD5/releases) - [Commits](https://github.com/blueimp/JavaScript-MD5/compare/v2.12.0...v2.13.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | Start with webauthnRoeland Jago Douma2020-03-3110-45/+45
| | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | Bump webpack from 4.42.0 to 4.42.1dependabot-preview[bot]2020-03-3010-15/+15
|/ / | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.42.0 to 4.42.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.42.0...v4.42.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | Migrate from @babel/polyfill to core-js@3Christoph Wurst2020-03-2610-70/+70
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Update eslint and switch to @nextcloud packagesChristoph Wurst2020-03-254-4/+4
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Bump @nextcloud/paths from 1.1.0 to 1.1.1dependabot-preview[bot]2020-03-2310-65/+65
| | | | | | | | | | | | | | Bumps @nextcloud/paths from 1.1.0 to 1.1.1. Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | Add basic reverseproxy misconfig detection to setupchecksRoeland Jago Douma2020-03-232-15/+93
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Bump @nextcloud/logger from 1.1.1 to 1.1.2, @nextcloud/router from 1.0.0 to ↵dependabot-preview[bot]2020-03-2310-71/+71
| | | | | | | | | | | | 1.0.2, @nextcloud/axios from 1.3.1 to 1.3.2 and @babel/core from 7.8.7 to 7.9.0 Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Remove unnecessary translation in systemtagsGary Kim2020-03-223-8/+3
| | | | | | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* | Bump marked from 0.7.0 to 0.8.1John Molakvoæ (skjnldsv)2020-03-2110-64/+64
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Bump @nextcloud/initial-state from 1.1.0 to 1.1.1dependabot-preview[bot]2020-03-216-8/+8
|/ | | | | | | | | | Bumps [@nextcloud/initial-state](https://github.com/nextcloud/nextcloud-initial-state) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/nextcloud/nextcloud-initial-state/releases) - [Changelog](https://github.com/nextcloud/nextcloud-initial-state/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-initial-state/compare/v1.1.0...v1.1.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Bump bundlesJulius Härtl2020-03-1110-54/+137
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Move install scripts to bundleJulius Härtl2020-03-112-131/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #19580 from nextcloud/debt/noid/outdated-checkRoeland Jago Douma2020-03-101-6/+6
|\ | | | | Update check for outdated php version.
| * Update check for outdated php version.Daniel Kesselberg2020-02-241-6/+6
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | No tabs in translationsJoas Schilling2020-03-092-3/+3
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Remove deprecated global variablesChristoph Wurst2020-03-098-199/+117
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Bump clipboard from 2.0.4 to 2.0.6dependabot-preview[bot]2020-03-082-4/+4
| | | | | | | | | | | | | | | | | | Bumps [clipboard](https://github.com/zenorocha/clipboard.js) from 2.0.4 to 2.0.6. - [Release notes](https://github.com/zenorocha/clipboard.js/releases) - [Commits](https://github.com/zenorocha/clipboard.js/compare/v2.0.4...v2.0.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | Bump webpack from 4.41.6 to 4.42.0dependabot-preview[bot]2020-03-089-46/+25
| | | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.41.6 to 4.42.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.41.6...v4.42.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | Bump @babel/preset-env from 7.8.3 to 7.8.6dependabot-preview[bot]2020-02-292-2/+2
| | | | | | | | | | | | | | | | | | | | Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.8.3 to 7.8.6. - [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.8.3...v7.8.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | Don't show referrer policy warning if fallback policy set.Daniel Kesselberg2020-02-261-7/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Test-Set: no-referrer-when-downgrade no-referrer strict-origin-when-cross-origin same-origin no-referrer, strict-origin-when-cross-origin strict-origin- unsafe-raw, same-origin strict-origin-when-downgrade Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Copy isFileNameValid function, so the filepicker works without the files appJoas Schilling2020-02-256-6/+6
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix "TypeError: u.$form is undefined"Joas Schilling2020-02-256-10/+10
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Allow to create directories when they are selectableJoas Schilling2020-02-256-10/+10
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #19578 from nextcloud/fix/12685/overwrite-content-typeJohn Molakvoæ2020-02-241-0/+1
|\ \ | | | | | | Set content type for propfind request
| * | Set content type for propfind requestDaniel Kesselberg2020-02-211-0/+1
| | | | | | | | | | | | | | | | | | Without the request is sent as application/x-www-form-urlencoded; charset=UTF-8 and might be blocked by some application firewalls because content and content type do not match. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Bump vue-loader from 15.8.3 to 15.9.0dependabot-preview[bot]2020-02-232-2/+2
| |/ |/| | | | | | | | | | | | | | | | | Bumps [vue-loader](https://github.com/vuejs/vue-loader) from 15.8.3 to 15.9.0. - [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/compare/v15.8.3...v15.9.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | Bump css-vars-ponyfill from 2.1.2 to 2.2.1dependabot-preview[bot]2020-02-222-7/+7
| | | | | | | | | | | | | | | | | | | | Bumps [css-vars-ponyfill](https://github.com/jhildenbiddle/css-vars-ponyfill) from 2.1.2 to 2.2.1. - [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/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | Update webpack bundlesChristoph Wurst2020-02-2210-37/+37
|/ | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Add removal version number for global deprecationsChristoph Wurst2020-02-142-2/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Deprecate OC router helpers that are provided by packagesChristoph Wurst2020-02-138-73/+73
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>