summaryrefslogtreecommitdiffstats
path: root/core/templates
Commit message (Collapse)AuthorAgeFilesLines
* replace logo-wide on share page as well with better icon + textJan-Christoph Borchardt2015-05-221-1/+1
|
* Add hint about additional PHP database modulesMorris Jobke2015-05-181-1/+6
| | | | * fixes #16391
* 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
* do not disclose information, show generic error on login pageJörn Friedrich Dreyer2015-04-101-0/+6
| | | | | | Conflicts: core/templates/login.php lib/base.php
* add link to installation documentation to setup pageJan-Christoph Borchardt2015-04-091-2/+8
|
* 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
|
* Merge pull request #15012 from Volker-E/masterMorris Jobke2015-03-245-19/+20
|\ | | | | fixing #15011 by adding ARIA roles where distinct
| * fixing #15023, getting comments out of HTML outputVolker E2015-03-213-6/+7
| |
| * fixing #15027, cleaning up obsolete IE5-7 workaround codeVolker E2015-03-193-6/+6
| |
| * fixing #15011 by adding ARIA roles where distinctVolker E2015-03-182-7/+7
| |
* | show exception type in debug modeRobin Appelman2015-03-201-0/+1
|/
* addressing #14984 removing redundant type attributesVolker E2015-03-183-6/+6
|
* addressing #14983 obsolete Google Chrome FrameVolker E2015-03-183-3/+3
|
* addressing #14982 self-closing tags ending slash doesn't have a purpose & ↵Volker E2015-03-1712-49/+49
| | | | should be removed
* adressing #14979 meta charset declaration should be first in headVolker E2015-03-173-3/+3
|
* addressing #14978 - remove html root classes targeting IE6/IE7Volker E2015-03-171-6/+2
|
* addressing #14978 - remove html root classes targeting IE6/IE7Volker E2015-03-172-13/+4
|
* 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
* Maintenance mode message might be misleadingJoas Schilling2015-03-021-1/+1
|
* Fix avatars in masterLukas Reschke2015-02-271-1/+1
|
* Merge pull request #12213 from sebomoto/add-loadfeedbackJan-Christoph Borchardt2015-02-181-0/+2
|\ | | | | Add loadfeedback
| * changed image to classed div for spinner animationSebastian Bolt2015-02-041-0/+2
| |
* | Remove Null Byte CheckLukas Reschke2015-02-171-7/+0
| | | | | | | | This is not relevant anymore since we require PHP 5.4
* | Merge pull request #13890 from owncloud/add-no-referrerLukas Reschke2015-02-164-3/+14
|\ \ | | | | | | Add `rel="noreferrer"` where possible and switch to HTTPS
| * | Deduplicate template code and do not translate the linksJoas Schilling2015-02-094-3/+14
| | |
| * | Add `rel="noreferrer"` where possible and switch to HTTPSLukas Reschke2015-02-043-3/+3
| | | | | | | | | | | | Just to follow good practise and prevent some automated scanners to complain about "Cross-domain Referer leakage".
* | | Disable application-specific favicons for non-user pagesLode Hoste2015-02-112-4/+4
| | |
* | | Merge pull request #13435 from Zillode/app-faviconMorris Jobke2015-02-073-6/+6
|\ \ \ | | | | | | | | Allow application-specific favicons
| * | | Allow application-specific faviconsLode Hoste2015-01-183-6/+6
| | | |
* | | | Update installation.phpcmeh2015-02-061-1/+1
| | | | | | | | | | | | In line 161, "SQLite" has now the same capitalisation as in line 159.
* | | | Don't highly discourageThomas Müller2015-02-051-1/+1
| | | |
* | | | enhance sqlite warning on admin page as well as during setup - fixes #13906Thomas Müller2015-02-041-1/+6
| |/ / |/| |
* | | add CSS to exception page - fixes #13747Morris Jobke2015-01-291-0/+2
| | |
* | | Merge pull request #13314 from owncloud/login-hook-logoutMorris Jobke2015-01-221-0/+5
|\ \ \ | |/ / |/| | Return false if the login is canceled in a hook
| * | Allow custom error messages for the login pageRobin Appelman2015-01-221-0/+5
| | |
* | | Read version and product name from update templateVincent Petry2015-01-141-1/+1
|/ / | | | | | | | | | | During upgrade, the config settings aren't always available due to base.php changes. This fix makes the update info page read the product name and version from the update template, which already had them.
* | remove skip to content for now, see #12999Jan-Christoph Borchardt2014-12-221-4/+0
| |
* | change Documents default typeface from serif to sans-serifJan-Christoph Borchardt2014-12-191-0/+0
| |
* | introduce first 'Skip to content' buttonJan-Christoph Borchardt2014-12-191-4/+11
| |
* | Merge pull request #12941 from owncloud/wave-accessibility-complianceMorris Jobke2014-12-192-3/+9
|\ \ | | | | | | Wave accessibility compliance
| * | fix searchbox labelJan-Christoph Borchardt2014-12-181-1/+1
| | |
| * | fix accessibility of logosJan-Christoph Borchardt2014-12-182-2/+8
| | |
* | | Merge pull request #12759 from owncloud/core-reduce-js-and-cssJörn Friedrich Dreyer2014-12-182-5/+14
|\ \ \ | |/ / |/| | make sure styles and scripts are only loaded once
| * | load showpassord.js conditionally in the template only if neededThomas Müller2014-12-161-0/+6
| | |
| * | use script instead of \OCP\Util methodsThomas Müller2014-12-161-5/+8
| | |
* | | 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
|/ /