summaryrefslogtreecommitdiffstats
path: root/core/templates/layout.user.php
Commit message (Collapse)AuthorAgeFilesLines
* Really cleanup the content-wrapperJohn Molakvoæ (skjnldsv)2018-07-271-4/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Cleanup structureJohn Molakvoæ (skjnldsv)2018-07-201-6/+6
| | | | 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>
* 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>
* 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>
* Do not restrict zooming inJan-Christoph Borchardt2018-04-181-1/+1
| | | | 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>
* Create special option to toggle header menu containerJohn Molakvoæ (skjnldsv)2018-03-041-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Referrer fix (no-referrer)Ralph Slooten2018-02-081-1/+1
| | | | | | | Blocking referrer information should be done with "no-referrer" and not "never". See https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referrer-Policy Signed-off-by: Ralph Slooten <axllent@gmail.com>
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-261-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix appmenu svg double invertJulius Härtl2018-01-101-8/+6
| | | | | | | | | This fixes a regression caused by 9b668d0, where the css filters to preview color inversion of the app menu was applied by default. This commit makes the css filters sensitive on what the current state of the app menu is. Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Remove css invert since we are using svg filters for nowJulius Härtl2018-01-031-4/+4
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Invert app icons on IE11 as wellJulius Härtl2018-01-031-2/+8
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Remove unneeded tabindex, add keyboard focus feedback for app listJan-Christoph Borchardt2017-09-291-6/+5
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Merge legacy app title h1 into Nextcloud h1, ref #5822Jan-Christoph Borchardt2017-09-291-8/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Add proper labels to various form elements and buttonsJan-Christoph Borchardt2017-09-291-4/+6
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Add alt text to app icons in headerJan-Christoph Borchardt2017-09-291-1/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Revert "Proof of concept #5593 - inline SVG icon for icon-contacts"Joas Schilling2017-08-031-3/+1
|
* Replace `include` with `file_get_contents`Marin Treselj2017-08-021-1/+1
| | | | Signed-off-by: Marin Treselj <marin@pixelipo.com>
* Proof of concept #5593 - inline SVG icon for icon-contactsMarin Treselj2017-08-021-1/+3
| | | | Signed-off-by: Marin Treselj <marin@pixelipo.com>
* Fixes nextcloud/gallery#269Marin Treselj2017-07-281-2/+2
| | | | Signed-off-by: Marin Treselj <marin@pixelipo.com>
* Merge pull request #5520 from nextcloud/disable-click-on-hintMorris Jobke2017-07-051-2/+2
|\ | | | | [Small] Hint should not be clickable
| * Hint should not be clickableMaxence Lange2017-06-231-2/+2
| | | | | | Signed-off-by: Maxence Lange <maxence@nextcloud.com>
* | Simplified Nextcloud logo iconMarin Treselj2017-07-021-1/+1
|/ | | | Signed-off-by: Marin Treselj <marin@pixelipo.com>
* Streamline templates, more DRYMichael Letzgus2017-05-251-6/+1
| | | | | | | | Use Unified function to emit <link> tags for css loading, obey "Don't Repeat Yourself" ;-) (Next step might by to combine this with the emit <script> function (even more DRY?) AND move all this to a better place?) Signed-off-by: Michael Letzgus <michaelletzgus@users.noreply.github.com>
* Make page loading faster by deferred script loading:Michael Letzgus2017-05-201-8/+1
| | | | | | | | * Create generalized function for emmitting <script defer src=""> tags to templates * Remove type attribute from inline_js * Add defer attribute to external <script> tags Signed-off-by: Michael Letzgus <michaelletzgus@users.noreply.github.com>
* Prevent flashing of apps and user menuJan-Christoph Borchardt2017-04-291-2/+2
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Contacts menuChristoph Wurst2017-04-251-0/+5
| | | | | | | * load list of contacts from the server * show last message of each contact Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Responsive app menuJulius Härtl2017-04-251-33/+30
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* rename confusing getMailHeaderColor to getColorPrimary, ref #3491Jan-Christoph Borchardt2017-03-291-2/+2
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Web app manifestPierre Rudloff2017-03-281-0/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Moving the inline js before the CSSRoeland Jago Douma2017-03-281-5/+5
| | | | | | This allows browsers to do smarted parallel downloads Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* use theming colors for favicon on macOSJan-Christoph Borchardt2017-03-271-1/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Merge pull request #4077 from nextcloud/better-navigation-managementMorris Jobke2017-03-261-37/+1
|\ | | | | Register the app management in the normal way
| * Manage the right side menu via the navigation manager as wellJoas Schilling2017-03-261-6/+0
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Register the app management in the normal wayJoas Schilling2017-03-261-31/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | replace name in top right with icon for less noiseJan-Christoph Borchardt2017-03-261-2/+1
|/ | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Merge pull request #3951 from nextcloud/menu-firefox-fixesLukas Reschke2017-03-201-4/+4
|\ | | | | Fix new app menu on firefox
| * Fix filter for app icons on firefoxJulius Härtl2017-03-201-4/+4
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Fix duplicate id "apps-management"Michael Letzgus2017-03-191-2/+2
|/ | | | | | | | | Make duplicate id "apps-management" a class since IDs must be unique: https://www.w3.org/TR/2011/WD-html5-20110525/elements.html#the-id-attribute https://api.jquery.com/id-selector/ Signed-off-by: Michael Letzgus <michaelletzgus@users.noreply.github.com>
* Fix html formating issuesJulius Haertl2017-03-161-14/+5
| | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* Rebuild menu to keep order of icons correctJulius Haertl2017-03-161-1/+3
| | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* Make enabling/disabling apps work with the new menuJulius Haertl2017-03-161-11/+6
| | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* Make app management icon act like a normal app iconJulius Haertl2017-03-161-2/+3
| | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* Fix menu issuesJulius Haertl2017-03-161-47/+48
| | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* Generate seperate menu list for header barJulius Haertl2017-03-161-17/+19
| | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>