summaryrefslogtreecommitdiffstats
path: root/core/templates/layout.user.php
Commit message (Collapse)AuthorAgeFilesLines
* Move update notification code into appLukas Reschke2016-02-091-5/+1
| | | | | | Moves the update notification code in a single app. This is required since we want to use SSO for the new updater and for this have some code running in ownCloud as well (and we don't want that in core neccessarily). This app can provide that in the future, right now it's only the update notification itself. Will continue working on the SSO right away but wanted to keep the PR small. Furthermore also makes some more code unit-testable...
* Expose display name in JS sideVincent Petry2016-02-021-1/+1
| | | | | Adds a new method `OC.getCurrentUser` to get both the user id and display name Could be used for a future Js
* Remove OC_Helper::imagePath and use the proper public interfaceMorris Jobke2016-01-241-1/+1
|
* Don't trust update serverLukas Reschke2015-11-281-1/+1
| | | | | | In case the update server may deliver malicious content this would allow an adversary to inject arbitrary HTML into the response. So very bad stuff. While signing the response would be better and something we can also do in the future (considering the code signing work), this is already a good first start.
* Merge pull request #20236 from maprambo/safari-pinned-tab-iconThomas Müller2015-11-091-0/+1
|\ | | | | added Safari tabbed pin icon
| * Added Safari tabbed pin iconmaprambo2015-11-041-0/+1
| | | | | | | | Added the necessary code and a black and inverted version of the favicon/ touch icon in svg format
* | Add favicon for IE 8+Morris Jobke2015-11-031-1/+1
| |
* | don't validate searchboxHendrik Leppelsack2015-11-031-1/+1
|/
* Merge pull request #20220 from owncloud/keep-search-openThomas Müller2015-11-021-1/+1
|\ | | | | Keep searchbox open if it is in action
| * keep searchbox open if it is in actionHendrik Leppelsack2015-11-021-1/+1
| |
* | Close the user menu when clicking it againJoas Schilling2015-11-021-1/+1
|/
* Use srcset to select best avatar sizeRoeland Jago Douma2015-09-141-2/+4
| | | | * Allow the browser to select the best available avatar for the screen
* Prevent referer from being sentLukas Reschke2015-09-091-0/+1
| | | | Nice hardening for enhanced privacy. Especially useful when using embedded viewers such as files_pdfviewer.
* Remove search box $_POST since it is unusedLukas Reschke2015-08-141-1/+1
|
* add theme-color for better Android browser integrationJan-Christoph Borchardt2015-07-291-0/+1
|
* replace logo-wide on share page as well with better icon + textJan-Christoph Borchardt2015-05-221-1/+1
|
* Use OC.Notification for update notificationsMorris Jobke2015-05-031-4/+5
| | | | | | | * instead of a static rendering inside PHP use the JS OC.Notification.showTemporary to hide the notification after 7 seconds automatically * fixes #14811
* Add experimental applications switchLukas Reschke2015-04-031-1/+1
| | | | Allows administrators to disable or enabled experimental applications as well as show the trust level.
* fixing #15344 - `title` has no added value here (not on screen readers not ↵Volker E2015-04-011-4/+4
| | | | for robots)
* add title to entries in app menuMorris Jobke2015-04-011-2/+2
|
* fix accessibility of ownCloud logo and navigation entries, fix #15013gJan-Christoph Borchardt2015-03-261-8/+8
|
* fixing #15023, getting comments out of HTML outputVolker E2015-03-211-3/+4
|
* fixing #15027, cleaning up obsolete IE5-7 workaround codeVolker E2015-03-191-4/+4
|
* fixing #15011 by adding ARIA roles where distinctVolker E2015-03-181-5/+5
|
* addressing #14984 removing redundant type attributesVolker E2015-03-181-2/+2
|
* addressing #14983 obsolete Google Chrome FrameVolker E2015-03-181-1/+1
|
* addressing #14982 self-closing tags ending slash doesn't have a purpose & ↵Volker E2015-03-171-5/+5
| | | | should be removed
* adressing #14979 meta charset declaration should be first in headVolker E2015-03-171-1/+1
|
* addressing #14978 - remove html root classes targeting IE6/IE7Volker E2015-03-171-6/+2
|
* Avatar controller moved to AppFrameWorkRoeland Jago Douma2015-03-111-1/+1
| | | | | | | | * Original avatarcontroller migrated to the appframework * Added DataDisplayResponse that show data inline in the browser (used to retrun the image) * Removed some unneeded code * Added unit tests for the avatarcontroller
* Fix avatars in masterLukas Reschke2015-02-271-1/+1
|
* Merge pull request #13890 from owncloud/add-no-referrerLukas Reschke2015-02-161-1/+1
|\ | | | | Add `rel="noreferrer"` where possible and switch to HTTPS
| * Deduplicate template code and do not translate the linksJoas Schilling2015-02-091-1/+1
| |
| * Add `rel="noreferrer"` where possible and switch to HTTPSLukas Reschke2015-02-041-1/+1
| | | | | | | | Just to follow good practise and prevent some automated scanners to complain about "Cross-domain Referer leakage".
* | Allow application-specific faviconsLode Hoste2015-01-181-2/+2
|/
* remove skip to content for now, see #12999Jan-Christoph Borchardt2014-12-221-4/+0
|
* introduce first 'Skip to content' buttonJan-Christoph Borchardt2014-12-191-4/+11
|
* fix searchbox labelJan-Christoph Borchardt2014-12-181-1/+1
|
* fix accessibility of logosJan-Christoph Borchardt2014-12-181-1/+5
|
* add label for search field for screen readersJan-Christoph Borchardt2014-12-171-0/+3
|
* add empty alt text for user imageJan-Christoph Borchardt2014-12-171-1/+2
|
* use proper tabindex order: 1. app menu, 2. search, 3. user menuJan-Christoph Borchardt2014-11-081-3/+3
|
* introduce h1, use either ownCloud name or current app nameJan-Christoph Borchardt2014-11-061-2/+2
|
* Support HTML in logo claimLukas Reschke2014-11-031-1/+1
|
* Fix the "addHeader($tag, $attributes, $text)" methods to not ignore the ↵Lukas Reschke2014-10-281-9/+1
| | | | | | | | | $text parameter Also support closing tags with no text content given Conflicts: lib/private/template.php
* Merge pull request #11708 from owncloud/fix-momentjsVincent Petry2014-10-271-6/+6
|\ | | | | Setting moment locale based on user selection
| * Setting moment locale based on user selectionClark Tomlinson2014-10-231-6/+6
| |
* | add avatardiv-shown class to bring back mobile styleMorris Jobke2014-10-231-1/+1
| |
* | Load avatar in header via PHPkondou2014-10-231-3/+7
|/ | | | | * fix #7484 * use UID, css, and div instead of span
* introduce new app page layoutThomas Müller2014-10-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | filter installed and not-installed apps properly kill unneeded file load category 'Installed' on page load adding documentation links new apps mgmt: first style adjustment apps mgmt: only show license and preview if they exist adding buttons new apps mgmt: fix for mobile use app icon if available new apps mgmt: position enable/disable toggle to the right new apps mgmt: proper display of icons or previews new apps mgmt: fix loading spinner reenable group selection for apps new apps mgmt: position enable button normally again new apps mgmt: clarify wording from 'Installed' to 'Enabled' reintroduce enable/disable Move rating image path generation to client-side Move expression outside of l10n fix group handling add buttons for 'More apps' and 'Add your app' again disable changed date of app for now adding recommended label style 'Recommended' app tag fixing php warning sort by rating adding meta-category 'Recommended' Only show existing documentation links lacy loading of screenshots making group based app activation work again adding support to get the app icon not only by the app name but also simply by the fixed name 'app.svg' adding app.svg for all core apps query string '?installed' is not longer needed update and uninstall is back + error feedback remove unneeded parameter fix alignment of 'recommended' label