summaryrefslogtreecommitdiffstats
path: root/dist/core-login.js.map
Commit message (Collapse)AuthorAgeFilesLines
* Fix(OC/password-confirmation): Hide the correct buttonMarcel Klehr2023-07-041-1/+1
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* chore(deps): fix npm auditnextcloud-command2023-04-281-1/+1
| | | | Signed-off-by: GitHub <noreply@github.com>
* Change contactsmenu structure to a listjulia.kirschenheuter2023-03-301-1/+1
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* Replace custom tooltips with native ones of entries in contacts menu.julia.kirschenheuter2023-03-291-1/+1
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* Compile assetsnextcloud-command2023-03-081-1/+1
| | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* chore: Bump bundlesJulius Härtl2023-03-021-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add name for home breadcrumb in filepickerChristopher Ng2023-02-241-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Bump @nextcloud/vue from 7.5.0 to 7.7.0Christopher Ng2023-02-231-1/+1
| | | | | | - Add node-polyfill-webpack-plugin to polyfill Node.js core modules Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Compile assetsnextcloud-command2023-02-201-1/+1
| | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Restore copy button text on directory fetch errorLouis Chemineau2023-02-081-1/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Focus trap contacts menu with NcHeaderMenu portChristopher Ng2023-01-131-1/+1
| | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Bump @nextcloud/vue, @nextcloud/l10n and @nextcloud/calendar-availability-vueChristopher Ng2023-01-121-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Remove js navigation on alternative login clickzorn-v2023-01-101-1/+1
| | | | | Signed-off-by: zorn-v <zorn7@yandex.ru> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Remove unused legacy ajax/list.php in files appVincent Petry2023-01-091-1/+1
| | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Remove jstz usage from serverThomas Citharel2023-01-041-1/+1
| | | | | | | | | | | | Every proper browser has this kind of data now, with more up-to-date data than what's inside this package, which hasn't been updated in 3 years. https://github.com/pellepim/jstimezonedetect/issues/6 https://github.com/pellepim/jstimezonedetect/issues/9 Signed-off-by: Thomas Citharel <tcit@tcit.fr> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Add component testingJohn Molakvoæ2023-01-041-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Bump @nextcloud/event-bus from 2.1.1 to 3.0.2dependabot[bot]2022-12-071-1/+1
| | | | | | | | | | | | | | | | | Bumps [@nextcloud/event-bus](https://github.com/nextcloud/nextcloud-event-bus) from 2.1.1 to 3.0.2. - [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/v2.1.1...v3.0.2) --- 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: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix default redirect on successful WebAuthn loginRichard Steinmetz2022-12-051-1/+1
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* RecompileJoas Schilling2022-11-291-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* More theming cypress tests and some fixesJohn Molakvoæ2022-11-291-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Fix warnings on login pageVincent Petry2022-11-181-1/+1
| | | | | | | | | Check for app menu container before mounting. Fix "isError" in LoginForm being a number when the throttleDelay is zero. In fact, there is no need for existence check because both undefined and null are not greater than a number. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Limit toggle grid view button scopeVincent Petry2022-11-171-1/+1
| | | | | | | Limit the button action scope to the file picker dialog so that it doesn't touch the file list present in the page. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Fix rendering of login headlineChristopher Ng2022-11-081-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Update @nextcloud/dialogs@ and fix toasts stylingJohn Molakvoæ2022-11-021-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Compile assetsJohn Molakvoæ2022-10-191-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Fix icon of encrypted folders in filepickerCarl Schwan2022-10-171-1/+1
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Fix empty password string being submitted to serverChristopher Ng2022-10-131-1/+1
| | | | | | - Fix reveal password not working Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Bump @nextcloud/moment from 1.2.0 to 1.2.1dependabot[bot]2022-10-131-1/+1
| | | | | | | | | | | | | | | | | Bumps [@nextcloud/moment](https://github.com/nextcloud/nextcloud-moment) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/nextcloud/nextcloud-moment/releases) - [Changelog](https://github.com/nextcloud/nextcloud-moment/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-moment/compare/v1.2.0...v1.2.1) --- updated-dependencies: - dependency-name: "@nextcloud/moment" 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>
* Set focus to input fieldDaniel Kesselberg2022-09-161-1/+1
| | | | | | | | Fix: - TypeError: this.$refs.user.focus is not a function - TypeError: this.$refs.password.focus is not a function Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Compile assetsnextcloud-command2022-09-121-1/+1
| | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Bump nc vue to beta2Carl Schwan2022-09-091-1/+1
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* More cleaning up of the login componentCarl Schwan2022-09-061-1/+1
| | | | | | | - Move css in scopped vue components - Port to NcNoteCard all the warning messages Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Fallback to root if the picker folder doesn't existsJohn Molakvoæ2022-09-011-1/+1
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Port password settings to vueCarl Schwan2022-08-311-1/+1
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Fix rebasing issues and improve profile settings page a bit moreCarl Schwan2022-08-261-1/+1
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Update to @nextcloud/vue-6.0.0-beta.4Vincent Petry2022-08-251-1/+1
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Add Nc prefix to Nc vue component namesVincent Petry2022-08-251-1/+1
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Bump @nextcloud/vue to 6.0.0-beta.3 and relatedVincent Petry2022-08-251-1/+1
| | | | | | | | Update @nextcloud/vue to 6.0.0-beta.3 Update vue and vue-template-compiler to 2.7.8 Update calendar-availability-vue to 0.5.0-beta.1 to fix conflicts. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Update typehint for confirmDestructiveDaniel Kesselberg2022-08-241-1/+1
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Add ```aria-expanded``` value to select2-container om systemtag and file tagsjulia.kirschenheuter2022-08-171-1/+1
| | | | | | | | | | | | Add ```aria-expanded``` to color picker Add ```aria-expanded``` to UnifiedSearch.vue Add ```aria-expanded``` to new button on files Add ```aria-expanded``` to action menu Add ```aria-expanded``` to icon .federation-menu Add ```aria-expanded``` to app navigation collapse button Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Redesign guest pages for better accessibilityCarl Schwan2022-07-271-1/+1
| | | | | | | - Use white box and put content on it - Improve focus indicator Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Bump underscore from 1.12.0 to 1.13.4dependabot[bot]2022-07-261-1/+1
| | | | | | | | | | | | | | | | Bumps [underscore](https://github.com/jashkenas/underscore) from 1.12.0 to 1.13.4. - [Release notes](https://github.com/jashkenas/underscore/releases) - [Commits](https://github.com/jashkenas/underscore/compare/1.12.0...1.13.4) --- updated-dependencies: - dependency-name: underscore 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>
* FilePicker: Hide also outline of `new` button if type is `CHOOSE`Ferdinand Thiessen2022-07-201-1/+1
| | | | | | | | | | If the filepicker mode is set to `FILEPICKER_TYPE_CHOOSE` currently only the button but not the outline of it is hidden. This also hides the outline to fix #33142 Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* LoginForm: Fix password label translation callMarcel Klehr2022-07-181-1/+1
| | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Use Button component to show password for improved accessibilityChristopher Ng2022-07-071-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Add accessible names for file picker grid view toggle and new folder buttonChristopher Ng2022-07-011-1/+1
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Rename a11y helper functionChristopher Ng2022-06-091-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Update variable nameChristopher Ng2022-06-091-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Add a11y utility functionChristopher Ng2022-06-091-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Use keyboard controls for new folder creationChristopher Ng2022-06-091-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>