summaryrefslogtreecommitdiffstats
path: root/core/templates
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Add filepicker toggleJohn Molakvoæ (skjnldsv)2018-10-231-0/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Use grid view in other file views tooJan-Christoph Borchardt2018-10-181-1/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Use numeric placeholders if there are multiple, so that RTL languages can ↵Joas Schilling2018-10-094-4/+4
| | | | | | operate better Signed-off-by: Joas Schilling <coding@schilljs.com>
* Improve 2FA login screensChristoph Wurst2018-10-032-81/+71
| | | | | | | | | * Show icon if no provider is available * Reduce shown text if no provider available * Fix login button icons * Make backup codes button primary if the only options to log in Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #11566 from nextcloud/404-designMorris Jobke2018-10-031-7/+8
|\ | | | | Improve 404 page design, fix #11370
| * Improve 404 page design, fix #11370Jan-Christoph Borchardt2018-10-031-7/+8
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Fix design of 2FA login screensChristoph Wurst2018-10-031-9/+9
|/ | | | | | | * Fix rending of empty selection screen (ul missing) * Fix rendering of backup codes inputs Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Accessibility and design fixes for update and redirect pagesJan-Christoph Borchardt2018-10-021-1/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Restructure and redesign two-factor auth provider selectionChristoph Wurst2018-10-012-24/+57
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add hint for locked accounts where 2FA is enforced but not configuredChristoph Wurst2018-10-011-0/+10
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Show link to simple sign up pageMorris Jobke2018-08-231-0/+9
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix footer and public min-heightJohn Molakvoæ (skjnldsv)2018-08-151-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Do not use file as template parameterRoeland Jago Douma2018-08-091-1/+1
| | | | | | | | Using file will overwrite the $file parameter in the template base. Leading to trying to include a file that is the exception message. Which will of course fail. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #10530 from nextcloud/bugfix/10528/public-templateJoas Schilling2018-08-062-8/+8
|\ | | | | Fix issues when using the public layout without a PublicTemplateResponse
| * Make public layout also usable without a PublicTemplateResponseJulius Härtl2018-08-031-6/+6
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Fix base layout content paddingJulius Härtl2018-08-031-1/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Remove header-classes since it is never usedJulius Härtl2018-08-031-1/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Use images instead of inline SVG and unicodeJan-Christoph Borchardt2018-08-031-1/+1
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Fix triangle on update pageJan-Christoph Borchardt2018-08-011-1/+1
|/ | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Add notification container to public layout templateDaniel Calviño Sánchez2018-07-311-0/+3
| | | | | | | This is needed to show notifications using the standard "OC.Notification.show" function. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Fix caret icon on installation pageJulius Härtl2018-07-301-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Really cleanup the content-wrapperJohn Molakvoæ (skjnldsv)2018-07-273-13/+7
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #10322 from ↵Roeland Jago Douma2018-07-241-3/+9
|\ | | | | | | | | weeman1337/feature-9978-improve-disabled-user-login-message Login: Implements the "user disabled" message like the "wrong password" message
| * Implements handling for deactivated usersMichael Weimann2018-07-211-3/+9
| | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | Add event to load additional scripts in the auth page for public sharesDaniel Calviño Sánchez2018-07-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before the public share authentication page is rendered now an event to load additional scripts is dispatched. Thanks to this any app can load its own scripts that, when run on the browser, adjust as needed the page generated by the server. Note, however, that during the handling of the event apps are only able to add scripts or styles to be loaded; they can not render arbitrary content on the page, or change how the content is rendered by the original template; all those changes have to be done by the scripts at run-time. This implies that the scripts of the apps can use only those parameters, like the token of the share, added to the page when it is generated by the "publicshareauth" template. Due to this, and given that the event is being introduced to be used by Talk to inject the UI needed to request the password for a share, the token of the share is now provided in the generated page, just like done in the public share page. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | Acceptance and mobile navigation fixesJohn Molakvoæ (skjnldsv)2018-07-242-4/+10
|/ | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Cleanup structureJohn Molakvoæ (skjnldsv)2018-07-202-12/+8
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Svg icon api sass function and upgrade of all stylesJohn Molakvoæ (skjnldsv)2018-07-191-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add locale to templatesRoeland Jago Douma2018-07-063-3/+3
| | | | | | | | It was already added to the user template but we should add it to all templates. Else apps that want the locale but use special templating (hi richdocuments!) will fail. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* OC.getLocale() now returns Locale and no longer LanguageThomas Citharel2018-06-271-1/+1
| | | | | | | Added OC.getLanguage() to get Language <html lang=''> still gets language, though according to IETF BCP47 locale should be good. Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Make skip navigation links translatableJan-Christoph Borchardt2018-06-271-2/+2
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Add skip navigation / skip to content linksJan-Christoph Borchardt2018-06-261-0/+4
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Merge pull request #9632 from nextcloud/enhancement/stateful-2fa-providersMorris Jobke2018-06-251-0/+5
|\ | | | | Stateful 2fa providers
| * Make 2FA providers statefulChristoph Wurst2018-06-201-0/+5
| | | | | | | | | | | | | | | | | | | | | | This adds persistence to the Nextcloud server 2FA logic so that the server knows which 2FA providers are enabled for a specific user at any time, even when the provider is not available. The `IStatefulProvider` interface was added as tagging interface for providers that are compatible with this new API. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Move public auth page overRoeland Jago Douma2018-06-201-0/+27
|/ | | | | | | Now this is in core so the basics (that 99% of the app will want to use) looks always the same. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Added new search standardJohn Molakvoæ (skjnldsv)2018-06-191-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add data-id to settings navigationJulius Härtl2018-05-081-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix form labels and main landmark on log in pageJan-Christoph Borchardt2018-04-182-1/+5
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Do not restrict zooming inJan-Christoph Borchardt2018-04-184-4/+4
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Add aria-label to more-apps menu as wellJan-Christoph Borchardt2018-04-181-2/+2
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Add proper ARIA attributes and structure to header for accessibility, thanks ↵Jan-Christoph Borchardt2018-04-181-11/+20
| | | | | | to @MarcoZehe Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Show a link to the docs instead of a button on the untrusted domain pageMorris Jobke2018-04-171-6/+2
| | | | | | | | Before there was a button to "quickly" add the untrusted domain to the config. This button often didn't worked, because the generated URL was often untrusted as well. Thus removing it and providing proper docs seems to be the better approach to handle this rare case. Also the log should not be spammed by messages for the untrusted domain accesses, because they are user related and not necessarily an administrative issue. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #9115 from nextcloud/feature/noid/login_flow_wordingRoeland Jago Douma2018-04-092-5/+51
|\ | | | | Improve login flow
| * Improve login flowRoeland Jago Douma2018-04-082-5/+51
| | | | | | | | | | | | | | * Add page explaining you are about to grant access * Show grant access page after login Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Always remember meRoeland Jago Douma2018-04-061-10/+0
|/ | | | | | Fixes #8004 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add footer to public page templateJulius Härtl2018-04-051-0/+5
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Move styling and menu handling to publicpage.jsJulius Härtl2018-04-051-2/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>