summaryrefslogtreecommitdiffstats
path: root/core/templates/layout.public.php
Commit message (Collapse)AuthorAgeFilesLines
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add apple-touch-icon-precomposed (fixes #14818)Christian Wenz2020-10-021-0/+1
| | | | Signed-off-by: Christian Wenz <christian@wenz.org>
* Comply with php-csGary Kim2020-05-021-5/+5
| | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* Fix public layout header title & descriptionJohn Molakvoæ (skjnldsv)2020-04-301-8/+8
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-10/+18
| | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* 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>
* Only add the app-itunes-app tag if the id is setJulius Härtl2019-08-231-0/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Remove precomposed from apple-touch-icon-precomposedGary Kim2019-06-151-1/+1
| | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* Remove additional referrer policy meta tag.Dominik Wasielewski2019-02-261-1/+0
| | | | Signed-off-by: Dominik Wasielewski <d-wasi@web.de>
* Provide initial stateRoeland Jago Douma2019-01-291-0/+3
| | | | 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>
* Better primary visual on public pagesJohn Molakvoæ (skjnldsv)2018-11-071-3/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* 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>
* Make public layout also usable without a PublicTemplateResponseJulius Härtl2018-08-031-6/+6
| | | | 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>
* 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>
* Really cleanup the content-wrapperJohn Molakvoæ (skjnldsv)2018-07-271-5/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Acceptance and mobile navigation fixesJohn Molakvoæ (skjnldsv)2018-07-241-3/+5
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Cleanup structureJohn Molakvoæ (skjnldsv)2018-07-201-6/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add locale to templatesRoeland Jago Douma2018-07-061-1/+1
| | | | | | | | 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>
* Do not restrict zooming inJan-Christoph Borchardt2018-04-181-1/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* 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>
* Fixed public templateJohn Molakvoæ (skjnldsv)2018-03-071-10/+12
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix acceptance test for new menu structureJulius Härtl2018-02-271-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix popovermenuJulius Härtl2018-02-271-3/+3
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add public templateJulius Härtl2018-02-271-0/+80
Signed-off-by: Julius Härtl <jus@bitgrid.net>