summaryrefslogtreecommitdiffstats
path: root/core/templates
Commit message (Collapse)AuthorAgeFilesLines
* Remove aria labelJochen2019-09-101-1/+1
| | | | | | https://github.com/nextcloud/server/pull/16832#discussion_r322078592 Signed-off-by: Jochen <rothjochen@gmail.com>
* Added name as fallback, in case label is not setJochen2019-09-091-1/+1
| | | | | | https://github.com/nextcloud/server/pull/16832#discussion_r322380822 Signed-off-by: Jochen <rothjochen@gmail.com>
* Add null coalesce for label and style attributeJochen2019-09-091-1/+1
| | | | | | https://github.com/nextcloud/server/pull/16832#discussion_r322380822 Signed-off-by: Jochen <rothjochen@gmail.com>
* Add aria labelJochen2019-09-091-2/+2
| | | | Signed-off-by: Jochen <rothjochen@gmail.com>
* Optimize responsiveness, remove primary classJochen2019-09-061-2/+2
| | | | Signed-off-by: Jochen <rothjochen@gmail.com>
* Prevent undefined for $login['style']Jochen2019-09-051-1/+1
| | | | | | https://github.com/nextcloud/server/pull/16832#discussion_r321075261 Signed-off-by: Jochen <rothjochen@gmail.com>
* Move "Log in with" label to "sociallogin" appJochen2019-09-051-1/+0
| | | | | | https://github.com/nextcloud/server/pull/16832#issuecomment-528197965 Signed-off-by: Jochen <rothjochen@gmail.com>
* Add more space between form and alternate loginJochen2019-09-031-2/+1
| | | | Signed-off-by: Jochen <rothjochen@gmail.com>
* Add more space to buttonsyJochen2019-09-021-7/+11
| | | | Signed-off-by: Jochen <rothjochen@gmail.com>
* Move alternative login above standard login, optimize alignmentochorocho2019-08-261-11/+8
| | | | Signed-off-by: ochorocho <rothjochen@gmail.com>
* Only add the app-itunes-app tag if the id is setJulius Härtl2019-08-233-0/+6
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Move actual password reset to vueJulius Härtl2019-07-311-40/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Remove precomposed from apple-touch-icon-precomposedGary Kim2019-06-154-4/+4
| | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* Vueify the login pageChristoph Wurst2019-05-291-97/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #15705 from ↵Morris Jobke2019-05-281-1/+1
|\ | | | | | | | | nextcloud/bugfix/15598/text-color-search-box-darktheme Change text color in search box in darktheme, ref #15598
| * Change text color in search box in darktheme, ref #15598Greta Doci2019-05-261-1/+1
| | | | | | | | Signed-off-by: Greta Doci <gretadoci@gmail.com>
* | Allow 2FA to be setup on first loginRoeland Jago Douma2019-05-173-2/+87
|/ | | | | | | | | Once 2FA is enforced for a user and they have no 2FA setup yet this will now prompt them with a setup screen. Given that providers are enabled that allow setup then. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Create a login bundle for login page scriptsChristoph Wurst2019-05-071-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Block install without CAN_INSTALL fileRoeland Jago Douma2019-04-112-0/+12
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix markup of file names in file pickerDaniel Calviño Sánchez2019-04-031-1/+1
| | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Truncate filename in the middle on filepickerJohn Molakvoæ (skjnldsv)2019-03-301-1/+5
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Make all filepicker strings translatableChristoph Wurst2019-03-221-3/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #14739 from ↵Roeland Jago Douma2019-03-191-1/+1
|\ | | | | | | | | nextcloud/bugfix/noid/header-link-navigation-style-is-too-catchy Style of navigation links in header is too catchy
| * Style of navigation links in header is too catchyJoas Schilling2019-03-181-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix showpassword loadsRoeland Jago Douma2019-03-181-1/+0
|/ | | | | | | This is bundled by default. So trying to load it throws a warning in the logs. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #14643 from nextcloud/setup-page-db-selectRoeland Jago Douma2019-03-151-1/+1
|\ | | | | fix database select styling in setup page
| * remove dangling spaceRobin Appelman2019-03-121-1/+1
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Fix language of SQLite warning, follow-up to #14682Jan-Christoph Borchardt2019-03-151-4/+3
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Using SQLite should sound more scary 😈Marius Blüm2019-03-141-3/+4
|/ | | | | - According to our administrator manual we should mention limitation to minimal and development/testing instances Signed-off-by: Marius Blüm <marius@lineone.io>
* Change login error message to "wrong username or password" (fixes #14460)Felix Ableitner2019-03-061-1/+1
| | | | Signed-off-by: Felix Ableitner <me@nutomic.com>
* Fix closing tags in headerJulius Härtl2019-02-271-2/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #14318 from DominikWA/RemoveUnnecessaryMetaTagsRoeland Jago Douma2019-02-264-4/+0
|\ | | | | Fix referrer policy meta tags.
| * Remove additional referrer policy meta tag.Dominik Wasielewski2019-02-261-1/+0
| | | | | | | | Signed-off-by: Dominik Wasielewski <d-wasi@web.de>
| * Remove unnecessary meta tags.Dominik Wasielewski2019-02-263-3/+0
| | | | | | | | Signed-off-by: Dominik Wasielewski <d-wasi@web.de>
* | Login flow V2Roeland Jago Douma2019-02-253-0/+135
| | | | | | | | | | | | | | | | This adds the new login flow. The desktop client will open up a browser and poll a returned endpoint at regular intervals to check if the flow is done. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Make Storage&database open on enterJulius Härtl2019-02-221-1/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Fix tabbability of 'Storage & database' in install, open on enter stilll missingJan-Christoph Borchardt2019-02-221-1/+1
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Keyboard focus and mouse hover feedback for 'Show password' toggleJan-Christoph Borchardt2019-02-221-2/+2
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Fix OC.getCurrentUser() on guest pagesJoas Schilling2019-02-191-1/+5
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Do not load bundled jstimezonedetectRoeland Jago Douma2019-02-061-1/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #12785 from nextcloud/head-menu-half-height-fixMorris Jobke2019-01-301-3/+0
|\ | | | | Unify headers menu design, fix click area
| * Unify headers menu design, fix click areaJohn Molakvoæ (skjnldsv)2019-01-291-3/+0
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Provide initial stateRoeland Jago Douma2019-01-294-0/+13
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix click app namesMichael Weimann2019-01-141-3/+3
| | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* change menu's orientation to make sure it is completly visibleFlorian Schunk2019-01-091-1/+1
| | | | Signed-off-by: Florian Schunk <florian.schunk@rwth-aachen.de>
* add functionality to create new folder in file pickerFlorian Schunk2019-01-091-1/+10
| | | | Signed-off-by: Florian Schunk <florian.schunk@rwth-aachen.de>
* added button for new folder to interfaceFlorian Schunk2019-01-091-0/+1
| | | | Signed-off-by: Florian Schunk <florian.schunk@rwth-aachen.de>
* Fix loginflow with apptoken enter on iOSRoeland Jago Douma2019-01-041-3/+4
| | | | | | | It seems iOS doesn't like us to change the location. So now we submit it to the server that geneartes the redirect. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Make the footer "Get your own free account" translatableMichael Weimann2018-12-191-1/+3
| | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* Merge pull request #12732 from nextcloud/polishing-fixesMorris Jobke2018-11-291-1/+1
|\ | | | | Polishing fixes