Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | Merge pull request #11055 from owncloud/replaceprodname | Thomas Müller | 2014-09-16 | 1 | -2/+2 |
|\ | | | | | replace ownCloud with placeholder | ||||
| * | replace ownCloud with placeholder | Volkan Gezer | 2014-09-13 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #10109 from owncloud/issue_#9793_guestlayout | Morris Jobke | 2014-09-15 | 1 | -7/+10 |
|\ \ | |/ |/| | Step one, open guest layout for different styles. | ||||
| * | Step one, open guest layout for different styles. | Lukas Reschke | 2014-09-11 | 1 | -7/+10 |
| | | | | | | | | | | | | | | Conflicts: core/templates/layout.guest.php Step one, open guest layout for different styles. | ||||
* | | Merge pull request #11007 from owncloud/replaces-10850 | Thomas Müller | 2014-09-11 | 3 | -1/+3 |
|\ \ | | | | | | | Add X-UA-Compatible to all templates | ||||
| * | | Add X-UA-Compatible to all templates | Lukas Reschke | 2014-09-11 | 3 | -1/+3 |
| |/ | | | | | | | Replaces https://github.com/owncloud/core/pull/10850 | ||||
* / | Refresh if maintenance mode is over | kondou | 2014-09-09 | 1 | -1/+1 |
|/ | | | | | | | Using status.php for this. I modified status.php to also show, whether we're in maintenance. Checks every 20 seconds if maintenance is over, if yes: reload. | ||||
* | Merge pull request #10858 from owncloud/issue/10847 | VicDeo | 2014-09-09 | 1 | -1/+1 |
|\ | | | | | Use correct language package so the subject is correctly translated | ||||
| * | Fix broken new lines in plain text mail template | Joas Schilling | 2014-09-04 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #10944 from owncloud/fix-nojavascript-style | Jan-Christoph Borchardt | 2014-09-08 | 3 | -1/+3 |
|\ \ | |/ |/| | fix no-JS message, and add it to log in and shared as well cause they don’t work without JS | ||||
| * | also add no-JavaScript notice to log in and sharing pages because they do ↵ | Jan-Christoph Borchardt | 2014-09-08 | 2 | -0/+2 |
| | | | | | | | | not work without JS either | ||||
| * | fix styling and wording of no-JavaScript message | Jan-Christoph Borchardt | 2014-09-08 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #10667 from pmjdebruijn/itunes-appid | Thomas Müller | 2014-09-03 | 2 | -2/+2 |
|\ \ | | | | | | | defaults: add customizable defaultiTunesAppId | ||||
| * | | templates: use p() for getiTunesAppId | Pascal de Bruijn | 2014-08-28 | 2 | -2/+2 |
| | | | |||||
| * | | defaults: add customizable defaultiTunesAppId | Pascal de Bruijn | 2014-08-27 | 2 | -2/+2 |
| |/ | |||||
* / | Add some security utilities | Lukas Reschke | 2014-08-27 | 1 | -7/+0 |
|/ | | | | | | | | | | | | | | | | | | | | | | | This adds some security utilities to core including: - A library for basic crypto operations (e.g. to encrypt passwords) - A better library for cryptographic actions which allows you to specify the charset - A library for secure string comparisions Remove .htaccess Remove .htaccess Fix typo Add public API Use timing constant comparision Remove CBC constant Adjust code Remove confusing $this | ||||
* | Adding type to favicon | Clark Tomlinson | 2014-08-22 | 3 | -3/+3 |
| | |||||
* | Add a trusted domain wizard | Lukas Reschke | 2014-08-21 | 1 | -0/+19 |
| | | | | | | Adds a little button to the trusted domain warning, if an admin clicks on the warning he will be redirected to ownCloud and asked whether he want to trust this domain. By far not the cleanest code, or clean at all, but does the job and I don't see a reason to make a lot of changes for this little improvement. |