summaryrefslogtreecommitdiffstats
path: root/core/templates
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * Fix default filepicker style and gridviewJohn Molakvoæ (skjnldsv)2018-11-291-1/+1
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Remove redirect pageJohn Molakvoæ (skjnldsv)2018-11-292-35/+11
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Remove old button to submit the apppassword loginJohn Molakvoæ (skjnldsv)2018-11-281-8/+0
|/ | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Allow sorting in the file pickerJulius Härtl2018-11-161-10/+32
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Better primary visual on public pagesJohn Molakvoæ (skjnldsv)2018-11-071-3/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #12153 from nextcloud/appnamesJohn Molakvoæ2018-10-311-2/+2
|\ | | | | Show all app titles on hovering app menu area, fix #10952, fix #4619
| * Show all app titles on hovering app menu area, fix #10952, fix #4619Jan-Christoph Borchardt2018-10-301-2/+2
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Merge pull request #12089 from Rayn0r/masterDennis19932018-10-311-2/+2
|\ \ | |/ |/| added possibility to disable autocomplete in login form
| * added possibility to disable autocomplete in login formRayn0r2018-10-301-2/+2
| | | | | | | | Signed-off-by: Rayn0r <Andre.Weidemann@web.de>
* | Add missing tagtrendzetter2018-10-261-1/+1
|/ | | | | Add missing closing tag for span. Signed-off-by: Joris Willems <joris.willems@gmail.com>
* Adjust design of maintenance mode pageJan-Christoph Borchardt2018-10-251-8/+6
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Allow focus on input with keyboardJohn Molakvoæ (skjnldsv)2018-10-231-2/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>