aboutsummaryrefslogtreecommitdiffstats
path: root/core/js
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #28884 from nextcloud/dependabot/npm_and_yarn/sass-1.41.1Louis2021-09-202-2/+2
|\ \ | | | | | | Bump sass from 1.39.2 to 1.41.1
| * | Bump sass from 1.39.2 to 1.41.1dependabot[bot]2021-09-182-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sass](https://github.com/sass/dart-sass) from 1.39.2 to 1.41.1. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.39.2...1.41.1) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Bump dompurify from 2.3.1 to 2.3.2dependabot[bot]2021-09-184-13/+13
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.3.1 to 2.3.2. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/2.3.1...2.3.2) --- updated-dependencies: - dependency-name: dompurify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Merge pull request #28838 from ↵szaimen2021-09-172-0/+81
|\ \ | | | | | | | | | | | | stefan-schilling/enh/16719-integrity-check-temp-dir Issue 16719: CheckSetupController.php now checks configured temporary directory for existence and if it's writable
| * | Issue 16719: CheckSetupController.php: bugfix: test-setup was incorrectStefan2021-09-171-1/+1
| | | | | | | | | | | | Signed-off-by: Stefan <Stefan.Schilling@EXXETA.com>
| * | Issue 16719: CheckSetupController.php now checks configured temporary ↵Stefan2021-09-172-0/+81
| | | | | | | | | | | | | | | | | | directory for existence and if it's writable Signed-off-by: Stefan <Stefan.Schilling@EXXETA.com>
* | | Bump @nextcloud/vueJohn Molakvoæ2021-09-1610-46/+46
| |/ |/| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | Add email addresses to contacts menuDaniel Kesselberg2021-09-154-4/+4
|/ | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Bump core-js from 3.17.2 to 3.17.3dependabot[bot]2021-09-1120-79/+79
| | | | | | | | | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js) from 3.17.2 to 3.17.3. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/compare/v3.17.2...v3.17.3) --- updated-dependencies: - dependency-name: core-js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Replace some icons with pretty iconsLuka Trovic2021-09-1012-36/+36
| | | | | Signed-off-by: Luka Trovic <luka@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Bump core-js from 3.16.4 to 3.17.2dependabot[bot]2021-09-0414-51/+51
| | | | | | | | | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js) from 3.16.4 to 3.17.2. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/compare/v3.16.4...v3.17.2) --- updated-dependencies: - dependency-name: core-js dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Bump css-vars-ponyfill from 2.4.6 to 2.4.7dependabot[bot]2021-09-042-3/+3
| | | | | | | | | | | | | | | | | Bumps [css-vars-ponyfill](https://github.com/jhildenbiddle/css-vars-ponyfill) from 2.4.6 to 2.4.7. - [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/v2.4.6...v2.4.7) --- updated-dependencies: - dependency-name: css-vars-ponyfill dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Search function strong tag for user inputkavita.sonawane@t-systems.com2021-09-019-75/+75
| | | | | Signed-off-by: Kavita Sonawane <kavita.sonawane@t-systems.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Merge pull request #28506 from nextcloud/followup/27281/fix-oc-linktoocsszaimen2021-08-314-4/+4
|\ | | | | Fix OC.linkToOCS so it works as before @nextcloud/router v2.0.0
| * RecompileJoas Schilling2021-08-314-4/+4
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix position of search barCarl Schwan2021-08-312-6/+6
|/ | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Bump @nextcloud/vue from 4.0.3 to 4.1.0dependabot[bot]2021-08-302-23/+39
| | | | | | | | | | | | | | | | | Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 4.0.3 to 4.1.0. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Changelog](https://github.com/nextcloud/nextcloud-vue/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v4.0.3...v4.1.0) --- updated-dependencies: - dependency-name: "@nextcloud/vue" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Bump core-js from 3.16.2 to 3.16.4dependabot[bot]2021-08-3020-63/+63
| | | | | | | | | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js) from 3.16.2 to 3.16.4. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/compare/v3.16.2...v3.16.4) --- updated-dependencies: - dependency-name: core-js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Bump core-js from 3.16.1 to 3.16.2dependabot[bot]2021-08-2317-41/+41
| | | | | | | | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js) from 3.16.1 to 3.16.2. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/compare/v3.16.1...v3.16.2) --- updated-dependencies: - dependency-name: core-js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump core-js from 3.16.0 to 3.16.1dependabot[bot]2021-08-1514-44/+44
| | | | | | | | | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js) from 3.16.0 to 3.16.1. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/compare/v3.16.0...v3.16.1) --- updated-dependencies: - dependency-name: core-js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Compile assetsnextcloud-command2021-08-154-6/+6
| | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Alias locales to moment supported localesThomas Citharel2021-08-122-3/+3
| | | | | | | | | Moment doesn't have aliases for every locale and doesn't parse some locale IDs correctly so we need to alias them Close #27982 Signed-off-by: Thomas Citharel <tcit@tcit.fr> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Bump core-js from 3.15.2 to 3.16.0dependabot[bot]2021-07-3120-91/+91
| | | | | | | | | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js) from 3.15.2 to 3.16.0. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/compare/v3.15.2...v3.16.0) --- updated-dependencies: - dependency-name: core-js dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Bump css-vars-ponyfill from 2.4.5 to 2.4.6dependabot[bot]2021-07-312-3/+3
| | | | | | | | | | | | | | | | | Bumps [css-vars-ponyfill](https://github.com/jhildenbiddle/css-vars-ponyfill) from 2.4.5 to 2.4.6. - [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/v2.4.5...v2.4.6) --- updated-dependencies: - dependency-name: css-vars-ponyfill dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Fix missing label and accessibility of Search functionJan C. Borchardt2021-07-292-3/+3
| | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* Bump @nextcloud/vue from 3.10.1 to 4.0.3dependabot[bot]2021-07-2818-97/+123
| | | | | | | | | | | | | | | | | Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 3.10.1 to 4.0.3. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Changelog](https://github.com/nextcloud/nextcloud-vue/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v3.10.1...v4.0.3) --- updated-dependencies: - dependency-name: "@nextcloud/vue" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Bump p-queueJohn Molakvoæ (skjnldsv)2021-07-2614-26/+26
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* RebuildChristopher Ng2021-07-2320-91/+91
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Fix Login & Users settings pageJohn Molakvoæ (skjnldsv)2021-07-222-2/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix eslint and update bundlesJohn Molakvoæ (skjnldsv)2021-07-2218-83/+108
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Bump @babel/core from 7.14.3 to 7.14.6dependabot[bot]2021-07-1820-1003/+92
| | | | | | | | | | | | | | | | | Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.14.3 to 7.14.6. - [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.14.6/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Bump @nextcloud/event-bus from 1.3.0 to 2.0.0dependabot[bot]2021-07-1818-121/+124
| | | | | | | | | | | | | | | | | Bumps [@nextcloud/event-bus](https://github.com/nextcloud/nextcloud-event-bus) from 1.3.0 to 2.0.0. - [Release notes](https://github.com/nextcloud/nextcloud-event-bus/releases) - [Changelog](https://github.com/nextcloud/nextcloud-event-bus/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-event-bus/compare/v1.3.0...v2.0.0) --- updated-dependencies: - dependency-name: "@nextcloud/event-bus" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Bump dompurify from 2.2.8 to 2.3.0dependabot[bot]2021-07-174-6/+6
| | | | | | | | | | | | | | | | Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.2.8 to 2.3.0. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/2.2.8...2.3.0) --- updated-dependencies: - dependency-name: dompurify dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Bump autosize from 4.0.2 to 5.0.1dependabot[bot]2021-07-1718-50/+45
| | | | | | | | | | | | | | | | | Bumps [autosize](https://github.com/jackmoore/autosize) from 4.0.2 to 5.0.1. - [Release notes](https://github.com/jackmoore/autosize/releases) - [Changelog](https://github.com/jackmoore/autosize/blob/master/changelog.md) - [Commits](https://github.com/jackmoore/autosize/compare/4.0.2...5.0.1) --- updated-dependencies: - dependency-name: autosize dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Bump @nextcloud/files from 1.1.0 to 2.0.0dependabot[bot]2021-07-1718-77/+77
| | | | | | | | | | | | | | Bumps @nextcloud/files from 1.1.0 to 2.0.0. --- updated-dependencies: - dependency-name: "@nextcloud/files" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Bump css-loader from 5.2.6 to 5.2.7dependabot[bot]2021-07-1712-12/+12
| | | | | | | | | | | | | | | | | Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 5.2.6 to 5.2.7. - [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.2.6...v5.2.7) --- updated-dependencies: - dependency-name: css-loader dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Merge pull request #26728 from doc75/http-warningJulius Härtl2021-07-132-1/+56
|\
| * fix broken js testGuillaume Virlet2021-04-241-0/+55
| | | | | | | | Signed-off-by: Guillaume Virlet <github@virlet.org>
| * [Fix #26726] wrong warning when running HTTP instanceGuillaume Virlet2021-04-231-1/+1
| | | | | | | | Signed-off-by: Guillaume Virlet <github@virlet.org>
* | Bump @nextcloud/paths from 1.1.2 to 2.0.0dependabot[bot]2021-07-1218-95/+95
| | | | | | | | | | | | | | Bumps @nextcloud/paths from 1.1.2 to 2.0.0. Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | Bump @nextcloud/logger from 1.1.2 to 2.0.0dependabot[bot]2021-07-1212-46/+46
| | | | | | | | | | | | | | | | | | | | Bumps [@nextcloud/logger](https://github.com/nextcloud/nextcloud-logger) from 1.1.2 to 2.0.0. - [Release notes](https://github.com/nextcloud/nextcloud-logger/releases) - [Changelog](https://github.com/nextcloud/nextcloud-logger/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-logger/compare/v1.1.2...v2.0.0) Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | Make search popup usable on mobile, tooszaimen2021-07-072-3/+3
| | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | Bump css-vars-ponyfill from 2.4.3 to 2.4.5dependabot[bot]2021-06-252-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [css-vars-ponyfill](https://github.com/jhildenbiddle/css-vars-ponyfill) from 2.4.3 to 2.4.5. - [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/v2.4.3...v2.4.5) --- updated-dependencies: - dependency-name: css-vars-ponyfill dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | Bump core-js from 3.13.1 to 3.15.1dependabot[bot]2021-06-2420-139/+139
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.13.1 to 3.15.1. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/commits/v3.15.1/packages/core-js) --- updated-dependencies: - dependency-name: core-js dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | Bump query-string from 5.1.1 to 7.0.1dependabot[bot]2021-06-2312-30/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [query-string](https://github.com/sindresorhus/query-string) from 5.1.1 to 7.0.1. - [Release notes](https://github.com/sindresorhus/query-string/releases) - [Commits](https://github.com/sindresorhus/query-string/compare/v5.1.1...v7.0.1) --- updated-dependencies: - dependency-name: query-string dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* | Update login with device page stylesChristopher Ng2021-06-2118-67/+67
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Bump vue-material-design-icons from 4.11.0 to 4.12.1dependabot-preview[bot]2021-06-212-2/+2
| | | | | | | | | | | | | | | | | | | | Bumps [vue-material-design-icons](https://github.com/robcresswell/vue-material-design-icons) from 4.11.0 to 4.12.1. - [Release notes](https://github.com/robcresswell/vue-material-design-icons/releases) - [Changelog](https://github.com/robcresswell/vue-material-design-icons/blob/dev/CHANGELOG.md) - [Commits](https://github.com/robcresswell/vue-material-design-icons/compare/4.11.0...4.12.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | Merge pull request #27537 from nextcloud/fix/noid/webauthn-localhostPytal2021-06-172-5/+5
|\ \ | | | | | | Allow WebAuthn on localhost as well
| * | Allow WebAuthn on localhost as wellMorris Jobke2021-06-172-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | * browsers typically whiteliste this as well - https://developer.mozilla.org/en-US/docs/Web/API/Web_Authentication_API * for developing purposes see https://developer.chrome.com/docs/devtools/webauthn/ Signed-off-by: Morris Jobke <hey@morrisjobke.de> Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | Let apps toggle an unread counter on app iconsJulius Härtl2021-06-162-2/+2
|/ / | | | | | | | | Co-authored-by: Louis Chemineau <louis@chmn.me> Signed-off-by: Julius Härtl <jus@bitgrid.net>