summaryrefslogtreecommitdiffstats
path: root/core/templates
Commit message (Collapse)AuthorAgeFilesLines
* Use the short array syntax, everywhereChristoph Wurst2020-03-264-6/+6
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move install scripts to bundleJulius Härtl2020-03-111-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Prevent self-xss via invalid mysql user name on install screenJoas Schilling2020-03-061-3/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add new recommended 18 appsChristoph Wurst2020-01-241-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #18873 from nextcloud/design/install-pageRoeland Jago Douma2020-01-151-0/+1
|\ | | | | Install page design fixes
| * Add explanatory bit for recommended apps, fix #18631Jan-Christoph Borchardt2020-01-141-0/+1
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Fix max width on 2FA pagesChristoph Wurst2020-01-142-2/+2
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Limit the size of the container on guest pagesJulius Härtl2020-01-101-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #17861 from ↵Roeland Jago Douma2020-01-071-1/+1
|\ | | | | | | | | nextcloud/fix-tab-navigation-of-menu-in-public-share-pages Fix tab navigation of menu in public share pages
| * Change menu toggle element from span to buttonDaniel Calviño Sánchez2019-12-301-1/+1
| | | | | | | | | | | | | | This makes possible to navigate to the menu toggle using the keyboard, as well as being semantically more correct. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | fix wording log in vs. loginSascha Wiswedel2020-01-064-4/+4
|/ | | | | | | "log in" is used as verb, while "login" is a noun. In this case, what's supposed to be cancelled is the login process - therefore the noun must be used. Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
* Add accessibility label to show password checkbox (#16642)John Molakvoæ2019-12-121-1/+1
|\ | | | | Add accessibility label to show password checkbox
| * Issue 15965 - Show password checkbox doesn't provide label or accessible nameBrent Nesbit2019-12-101-1/+1
| | | | | | | | Signed-off-by: Brent Nesbit <github@nesbit.me>
* | Add a dedicated page for the recommended apps installationChristoph Wurst2019-12-121-0/+28
|/ | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Add checkbox to install recommended apps during setupChristoph Wurst2019-12-041-0/+9
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* The loading animation is backDaniel Kesselberg2019-10-262-3/+3
| | | | | | | | Refactor grant.js to Vanilla JS Remove id="submit" because of side effects: https://stackoverflow.com/questions/22982741/form-submit-jquery-does-not-work Fix arrow for login flow v1 Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Move "you can close this window" to newlineDaniel Kesselberg2019-10-251-1/+2
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Add icon-confirm-white to submit buttonDaniel Kesselberg2019-10-251-2/+1
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Deprecate TemplateManagerJulius Härtl2019-10-161-9/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Don't use an undefined index if not neededRoeland Jago Douma2019-10-031-2/+0
| | | | | | It is not set. And not used. Just some copy paste leftover. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix typo in "which"Joas Schilling2019-10-011-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* 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>