summaryrefslogtreecommitdiffstats
path: root/core/src/components
Commit message (Collapse)AuthorAgeFilesLines
* Update hub bundle and add proxy rule to htaccessJulius Härtl2020-05-251-3/+3
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Fix #20551 - Disable autocapitalize for username field on login / reset ↵Liam JACK2020-04-212-0/+2
| | | | | | | password pages Signed-off-by: Liam JACK <1422590-liamjack@users.noreply.gitlab.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Add fieldset to align arrowDaniel Kesselberg2020-04-011-47/+49
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Start with webauthnRoeland Jago Douma2020-03-313-14/+269
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* No tabs in translationsJoas Schilling2020-03-091-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Use correct appid for talkRoeland Jago Douma2020-01-241-2/+2
| | | | | | Else it won't show up of course... Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix width and iconRoeland Jago Douma2020-01-241-2/+2
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Add new recommended 18 appsChristoph Wurst2020-01-241-0/+6
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Bump eslint-config-nextcloud from 0.0.6 to 0.1.0dependabot-preview[bot]2019-12-195-42/+44
| | | | | | | | | | Bumps [eslint-config-nextcloud](https://github.com/nextcloud/eslint-config-nextcloud) from 0.0.6 to 0.1.0. - [Release notes](https://github.com/nextcloud/eslint-config-nextcloud/releases) - [Commits](https://github.com/nextcloud/eslint-config-nextcloud/compare/v0.0.6...v0.1.0) Co-authored-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Design fixes for recommended appsJan-Christoph Borchardt2019-12-161-16/+31
| | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Add a dedicated page for the recommended apps installationChristoph Wurst2019-12-121-0/+194
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Pass on direct query parameter during loginRoeland Jago Douma2019-10-161-0/+8
| | | | | | | If direct is set we should forward it again. This to make SAML direct login work again. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Switch to @nextcloud/axios for the CSRF update fixChristoph Wurst2019-10-052-2/+2
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Comply to eslintJohn Molakvoæ (skjnldsv)2019-10-014-287/+291
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Remove input id on login formJohn Molakvoæ (skjnldsv)2019-09-281-1/+2
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Fix opening apps with Ctrl+clickJulius Härtl2019-09-101-4/+3
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Force proper action for login formJulius Härtl2019-08-191-0/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Send new password instead of empty stringDaniel Kesselberg2019-08-191-1/+1
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Fix ie app menu loading clickJohn Molakvoæ (skjnldsv)2019-08-061-0/+5
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Move actual password reset to vueJulius Härtl2019-07-311-0/+139
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* adding toggle password to be able to see itPhie2019-07-091-1/+14
| | | | Signed-off-by: Phie <phie@phie.ovh>
* Update core/src/components/login/ResetPassword.vueAkshala Bhatnagar2019-07-071-1/+1
| | | | Co-Authored-By: Julius Härtl <jus@bitgrid.net>
* changed the text for reset passwordAkshala Bhatnagar2019-07-071-1/+1
| | | | Signed-off-by: Akshala Bhatnagar <akshala.bhatnagar@gmail.com>
* Vueify the login pageChristoph Wurst2019-05-292-0/+352
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move initCore to the bundleChristoph Wurst2019-05-103-0/+180
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>