summaryrefslogtreecommitdiffstats
path: root/core/templates
Commit message (Collapse)AuthorAgeFilesLines
* 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
|/
* Add requesttoken to base templateLukas Reschke2014-12-051-1/+1
| | | | Potentially fixes https://github.com/owncloud/core/issues/12580
* move jstz to bower managementMorris Jobke2014-12-011-1/+1
|
* 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-062-3/+5
|
* add missing alt attribute to spinnerJan-Christoph Borchardt2014-11-061-1/+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-283-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-momentjsVincent Petry2014-10-273-18/+18
|\ | | | | Setting moment locale based on user selection
| * Setting moment locale based on user selectionClark Tomlinson2014-10-233-18/+18
| |
* | 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
* Merge pull request #11666 from owncloud/setup-hidesqlitemessageforautoconfigLukas Reschke2014-10-201-0/+2
|\ | | | | Hide SQLite information on setup when autoconfig is used
| * Hide SQLite information on setup when autoconfig is usedVincent Petry2014-10-201-0/+2
| |
* | Use l10n on this string as wellLukas Reschke2014-10-161-1/+1
|/
* 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
* for whitelabeled edition, show branding name (e.g. 'ownCloud') instead of ↵Jan-Christoph Borchardt2014-09-261-1/+7
| | | | appname in header bar
* Merge pull request #11019 from owncloud/do-not-show-exception-to-enduserLukas Reschke2014-09-232-1/+32
|\ | | | | Do not show exception to the end-user - use a proper error page instead
| * replace horizontal rules with whitespaceJan-Christoph Borchardt2014-09-171-3/+4
| |
| * Do not show exception to the end-userLukas Reschke2014-09-172-1/+31
| | | | | | | | Log the error instead of potentially leaking sensitive information
* | send browsers timezone back tp the server on loginThomas Müller2014-09-221-0/+2
| |
* | Make 404 page easier to understandLukas Reschke2014-09-171-2/+5
|/ | | | Fixes https://github.com/owncloud/core/issues/11133
* Merge pull request #11055 from owncloud/replaceprodnameThomas Müller2014-09-161-2/+2
|\ | | | | replace ownCloud with placeholder
| * replace ownCloud with placeholderVolkan Gezer2014-09-131-2/+2
| |
* | Merge pull request #10109 from owncloud/issue_#9793_guestlayoutMorris Jobke2014-09-151-7/+10
|\ \ | |/ |/| Step one, open guest layout for different styles.
| * Step one, open guest layout for different styles.Lukas Reschke2014-09-111-7/+10
| | | | | | | | | | | | | | Conflicts: core/templates/layout.guest.php Step one, open guest layout for different styles.
* | Merge pull request #11007 from owncloud/replaces-10850Thomas Müller2014-09-113-1/+3
|\ \ | | | | | | Add X-UA-Compatible to all templates
| * | Add X-UA-Compatible to all templatesLukas Reschke2014-09-113-1/+3
| |/ | | | | | | Replaces https://github.com/owncloud/core/pull/10850
* / Refresh if maintenance mode is overkondou2014-09-091-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/10847VicDeo2014-09-091-1/+1
|\ | | | | Use correct language package so the subject is correctly translated
| * Fix broken new lines in plain text mail templateJoas Schilling2014-09-041-1/+1
| |