Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | replace logo-wide on share page as well with better icon + text | Jan-Christoph Borchardt | 2015-05-22 | 1 | -1/+1 |
| | |||||
* | Add hint about additional PHP database modules | Morris Jobke | 2015-05-18 | 1 | -1/+6 |
| | | | | * fixes #16391 | ||||
* | Use OC.Notification for update notifications | Morris Jobke | 2015-05-03 | 1 | -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 page | Jörn Friedrich Dreyer | 2015-04-10 | 1 | -0/+6 |
| | | | | | | Conflicts: core/templates/login.php lib/base.php | ||||
* | add link to installation documentation to setup page | Jan-Christoph Borchardt | 2015-04-09 | 1 | -2/+8 |
| | |||||
* | Add experimental applications switch | Lukas Reschke | 2015-04-03 | 1 | -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 E | 2015-04-01 | 1 | -4/+4 |
| | | | | for robots) | ||||
* | add title to entries in app menu | Morris Jobke | 2015-04-01 | 1 | -2/+2 |
| | |||||
* | fix accessibility of ownCloud logo and navigation entries, fix #15013g | Jan-Christoph Borchardt | 2015-03-26 | 1 | -8/+8 |
| | |||||
* | Merge pull request #15012 from Volker-E/master | Morris Jobke | 2015-03-24 | 5 | -19/+20 |
|\ | | | | | fixing #15011 by adding ARIA roles where distinct | ||||
| * | fixing #15023, getting comments out of HTML output | Volker E | 2015-03-21 | 3 | -6/+7 |
| | | |||||
| * | fixing #15027, cleaning up obsolete IE5-7 workaround code | Volker E | 2015-03-19 | 3 | -6/+6 |
| | | |||||
| * | fixing #15011 by adding ARIA roles where distinct | Volker E | 2015-03-18 | 2 | -7/+7 |
| | | |||||
* | | show exception type in debug mode | Robin Appelman | 2015-03-20 | 1 | -0/+1 |
|/ | |||||
* | addressing #14984 removing redundant type attributes | Volker E | 2015-03-18 | 3 | -6/+6 |
| | |||||
* | addressing #14983 obsolete Google Chrome Frame | Volker E | 2015-03-18 | 3 | -3/+3 |
| | |||||
* | addressing #14982 self-closing tags ending slash doesn't have a purpose & ↵ | Volker E | 2015-03-17 | 12 | -49/+49 |
| | | | | should be removed | ||||
* | adressing #14979 meta charset declaration should be first in head | Volker E | 2015-03-17 | 3 | -3/+3 |
| | |||||
* | addressing #14978 - remove html root classes targeting IE6/IE7 | Volker E | 2015-03-17 | 1 | -6/+2 |
| | |||||
* | addressing #14978 - remove html root classes targeting IE6/IE7 | Volker E | 2015-03-17 | 2 | -13/+4 |
| | |||||
* | Avatar controller moved to AppFrameWork | Roeland Jago Douma | 2015-03-11 | 1 | -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 misleading | Joas Schilling | 2015-03-02 | 1 | -1/+1 |
| | |||||
* | Fix avatars in master | Lukas Reschke | 2015-02-27 | 1 | -1/+1 |
| | |||||
* | Merge pull request #12213 from sebomoto/add-loadfeedback | Jan-Christoph Borchardt | 2015-02-18 | 1 | -0/+2 |
|\ | | | | | Add loadfeedback | ||||
| * | changed image to classed div for spinner animation | Sebastian Bolt | 2015-02-04 | 1 | -0/+2 |
| | | |||||
* | | Remove Null Byte Check | Lukas Reschke | 2015-02-17 | 1 | -7/+0 |
| | | | | | | | | This is not relevant anymore since we require PHP 5.4 | ||||
* | | Merge pull request #13890 from owncloud/add-no-referrer | Lukas Reschke | 2015-02-16 | 4 | -3/+14 |
|\ \ | | | | | | | Add `rel="noreferrer"` where possible and switch to HTTPS | ||||
| * | | Deduplicate template code and do not translate the links | Joas Schilling | 2015-02-09 | 4 | -3/+14 |
| | | | |||||
| * | | Add `rel="noreferrer"` where possible and switch to HTTPS | Lukas Reschke | 2015-02-04 | 3 | -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 pages | Lode Hoste | 2015-02-11 | 2 | -4/+4 |
| | | | |||||
* | | | Merge pull request #13435 from Zillode/app-favicon | Morris Jobke | 2015-02-07 | 3 | -6/+6 |
|\ \ \ | | | | | | | | | Allow application-specific favicons | ||||
| * | | | Allow application-specific favicons | Lode Hoste | 2015-01-18 | 3 | -6/+6 |
| | | | | |||||
* | | | | Update installation.php | cmeh | 2015-02-06 | 1 | -1/+1 |
| | | | | | | | | | | | | In line 161, "SQLite" has now the same capitalisation as in line 159. | ||||
* | | | | Don't highly discourage | Thomas Müller | 2015-02-05 | 1 | -1/+1 |
| | | | | |||||
* | | | | enhance sqlite warning on admin page as well as during setup - fixes #13906 | Thomas Müller | 2015-02-04 | 1 | -1/+6 |
| |/ / |/| | | |||||
* | | | add CSS to exception page - fixes #13747 | Morris Jobke | 2015-01-29 | 1 | -0/+2 |
| | | | |||||
* | | | Merge pull request #13314 from owncloud/login-hook-logout | Morris Jobke | 2015-01-22 | 1 | -0/+5 |
|\ \ \ | |/ / |/| | | Return false if the login is canceled in a hook | ||||
| * | | Allow custom error messages for the login page | Robin Appelman | 2015-01-22 | 1 | -0/+5 |
| | | | |||||
* | | | Read version and product name from update template | Vincent Petry | 2015-01-14 | 1 | -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 #12999 | Jan-Christoph Borchardt | 2014-12-22 | 1 | -4/+0 |
| | | |||||
* | | change Documents default typeface from serif to sans-serif | Jan-Christoph Borchardt | 2014-12-19 | 1 | -0/+0 |
| | | |||||
* | | introduce first 'Skip to content' button | Jan-Christoph Borchardt | 2014-12-19 | 1 | -4/+11 |
| | | |||||
* | | Merge pull request #12941 from owncloud/wave-accessibility-compliance | Morris Jobke | 2014-12-19 | 2 | -3/+9 |
|\ \ | | | | | | | Wave accessibility compliance | ||||
| * | | fix searchbox label | Jan-Christoph Borchardt | 2014-12-18 | 1 | -1/+1 |
| | | | |||||
| * | | fix accessibility of logos | Jan-Christoph Borchardt | 2014-12-18 | 2 | -2/+8 |
| | | | |||||
* | | | Merge pull request #12759 from owncloud/core-reduce-js-and-css | Jörn Friedrich Dreyer | 2014-12-18 | 2 | -5/+14 |
|\ \ \ | |/ / |/| | | make sure styles and scripts are only loaded once | ||||
| * | | load showpassord.js conditionally in the template only if needed | Thomas Müller | 2014-12-16 | 1 | -0/+6 |
| | | | |||||
| * | | use script instead of \OCP\Util methods | Thomas Müller | 2014-12-16 | 1 | -5/+8 |
| | | | |||||
* | | | add label for search field for screen readers | Jan-Christoph Borchardt | 2014-12-17 | 1 | -0/+3 |
| | | | |||||
* | | | add empty alt text for user image | Jan-Christoph Borchardt | 2014-12-17 | 1 | -1/+2 |
|/ / |