Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|/ / | |||||
* | | Add requesttoken to base template | Lukas Reschke | 2014-12-05 | 1 | -1/+1 |
| | | | | | | | | Potentially fixes https://github.com/owncloud/core/issues/12580 | ||||
* | | move jstz to bower management | Morris Jobke | 2014-12-01 | 1 | -1/+1 |
| | | |||||
* | | use proper tabindex order: 1. app menu, 2. search, 3. user menu | Jan-Christoph Borchardt | 2014-11-08 | 1 | -3/+3 |
| | | |||||
* | | introduce h1, use either ownCloud name or current app name | Jan-Christoph Borchardt | 2014-11-06 | 2 | -3/+5 |
| | | |||||
* | | add missing alt attribute to spinner | Jan-Christoph Borchardt | 2014-11-06 | 1 | -1/+2 |
|/ | |||||
* | Support HTML in logo claim | Lukas Reschke | 2014-11-03 | 1 | -1/+1 |
| | |||||
* | Fix the "addHeader($tag, $attributes, $text)" methods to not ignore the ↵ | Lukas Reschke | 2014-10-28 | 3 | -28/+3 |
| | | | | | | | | | $text parameter Also support closing tags with no text content given Conflicts: lib/private/template.php | ||||
* | Merge pull request #11708 from owncloud/fix-momentjs | Vincent Petry | 2014-10-27 | 3 | -18/+18 |
|\ | | | | | Setting moment locale based on user selection | ||||
| * | Setting moment locale based on user selection | Clark Tomlinson | 2014-10-23 | 3 | -18/+18 |
| | | |||||
* | | add avatardiv-shown class to bring back mobile style | Morris Jobke | 2014-10-23 | 1 | -1/+1 |
| | | |||||
* | | Load avatar in header via PHP | kondou | 2014-10-23 | 1 | -3/+7 |
|/ | | | | | * fix #7484 * use UID, css, and div instead of span | ||||
* | Merge pull request #11666 from owncloud/setup-hidesqlitemessageforautoconfig | Lukas Reschke | 2014-10-20 | 1 | -0/+2 |
|\ | | | | | Hide SQLite information on setup when autoconfig is used | ||||
| * | Hide SQLite information on setup when autoconfig is used | Vincent Petry | 2014-10-20 | 1 | -0/+2 |
| | | |||||
* | | Use l10n on this string as well | Lukas Reschke | 2014-10-16 | 1 | -1/+1 |
|/ | |||||
* | introduce new app page layout | Thomas Müller | 2014-10-15 | 1 | -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 | ||||
* | for whitelabeled edition, show branding name (e.g. 'ownCloud') instead of ↵ | Jan-Christoph Borchardt | 2014-09-26 | 1 | -1/+7 |
| | | | | appname in header bar | ||||
* | Merge pull request #11019 from owncloud/do-not-show-exception-to-enduser | Lukas Reschke | 2014-09-23 | 2 | -1/+32 |
|\ | | | | | Do not show exception to the end-user - use a proper error page instead | ||||
| * | replace horizontal rules with whitespace | Jan-Christoph Borchardt | 2014-09-17 | 1 | -3/+4 |
| | | |||||
| * | Do not show exception to the end-user | Lukas Reschke | 2014-09-17 | 2 | -1/+31 |
| | | | | | | | | Log the error instead of potentially leaking sensitive information | ||||
* | | send browsers timezone back tp the server on login | Thomas Müller | 2014-09-22 | 1 | -0/+2 |
| | | |||||
* | | Make 404 page easier to understand | Lukas Reschke | 2014-09-17 | 1 | -2/+5 |
|/ | | | | Fixes https://github.com/owncloud/core/issues/11133 |