summaryrefslogtreecommitdiffstats
path: root/core/templates
Commit message (Collapse)AuthorAgeFilesLines
* show loading feedback also when clicking 'Apps' entry in app listJan-Christoph Borchardt2014-07-041-0/+1
|
* BasicsVictor Dubiniuk2014-06-131-3/+3
|
* Fix missing caret in header menu for IE8Joas Schilling2014-06-121-1/+1
|
* wrap App text with t() to let it use localesVolkan Gezer2014-06-061-1/+1
|
* rearrange CSS, remove duplicate codeJan-Christoph Borchardt2014-06-041-2/+2
|
* move 'add apps' entry into normal navigation instead of a new lineJan-Christoph Borchardt2014-06-041-6/+5
|
* better loading feedback for app start, move from JS to CSSJan-Christoph Borchardt2014-06-041-0/+1
|
* show 'Apps' as fallback label for app switcher if no app title is present ↵Jan-Christoph Borchardt2014-06-041-1/+1
| | | | (for example in Settings)
* separate home icon and menu toggleJan-Christoph Borchardt2014-06-041-0/+2
|
* cut ownCloud text from logo when logged in, place appname thereJan-Christoph Borchardt2014-06-041-1/+1
|
* drop "push" element - no sticky footer needed anymoreMorris Jobke2014-06-041-4/+0
|
* show appname next to logo for better hint at navigationJan-Christoph Borchardt2014-06-041-0/+4
|
* move to updated version of placeholderMorris Jobke2014-06-033-18/+18
|
* infield label removal: fix installation screenJan-Christoph Borchardt2014-06-031-14/+21
|
* first step of infield label removal, fix login screenJan-Christoph Borchardt2014-06-031-9/+11
|
* add info about sqlite on setup apgeMorris Jobke2014-06-021-2/+4
|
* Merge pull request #8443 from owncloud/csrf-on-login-and-logoutVincent Petry2014-06-021-0/+3
|\ | | | | Add CSRF check on login and logout
| * Merge branch 'master' into csrf-on-login-and-logoutThomas Müller2014-05-193-8/+9
| |\ | | | | | | | | | | | | Conflicts: core/templates/login.php
| * | Add CSRF check on login and logoutLukas Reschke2014-05-041-0/+3
| | | | | | | | | | | | This is a minor issue and not worth a backport in my opinion as it could break more things than it's worth having it.
* | | Fixed DOM elements, styling and code style issuesVincent Petry2014-05-281-19/+14
| | | | | | | | | | | | | | | - Reduced number of DOM elements - Also added mention of "config" backup.
* | | Fixed styles in update overview pageVincent Petry2014-05-271-9/+9
| | |
* | | Now showing disabled apps as upgrade status lineVincent Petry2014-05-271-2/+2
| | | | | | | | | | | | | | | - Added app id in update overview. - Added status message for disabled app for CLI upgrade and web upgrade
* | | Added update overview pageVincent Petry2014-05-271-6/+32
| |/ |/|
* | Merge pull request #8592 from owncloud/login-timezoneMorris Jobke2014-05-191-1/+1
|\ \ | | | | | | Disable login button until the timezone is set
| * | Disable login button until the timezone is setVincent Petry2014-05-141-1/+1
| |/ | | | | | | | | | | | | | | | | | | | | | | On slow computers it might happen that the user manages to login before the timezone code has a chance to run, which then causes dates to appear wrong in the UI. This fix makes sure the login cannot happen until the timezone field is set. Note that it's not possible to run the timezone code outside of document.ready() because at that time the DOM element doesn't exist yet.
* | Now settings CSS class with appid in content DIVVincent Petry2014-05-151-1/+1
| |
* | Merge pull request #8140 from owncloud/login-valignJan-Christoph Borchardt2014-05-151-6/+7
|\ \ | |/ |/| Vertically align public layout to better fit small mobile screens
| * Vertically align public layout to better fit small mobile screensjbtbnl2014-04-101-6/+7
| |
* | Merge pull request #6870 from owncloud/uncheck-remember-checkboxJan-Christoph Borchardt2014-04-291-1/+1
|\ \ | | | | | | do not check 'remember' log in by default
| * | do not check 'remember' log in by defaultJan-Christoph Borchardt2014-01-211-1/+1
| | |
* | | Flush the Buffer Early - right after headThomas Müller2014-04-153-3/+3
| |/ |/|
* | Merge pull request #7724 from owncloud/mobileThomas Müller2014-03-281-1/+1
|\ \ | | | | | | [WIP] Mobile optimization for base layout and Files app
| * | use minimum-scale=1.0Thomas Müller2014-03-251-1/+1
| | |
* | | fix SVG replacement for logo so it works in IE8, fix #7866Jan-Christoph Borchardt2014-03-272-2/+2
| | |
* | | add 'body-public' ID to body in base layout so it can be identified via CSSJan-Christoph Borchardt2014-03-141-1/+1
|/ /
* | fix: use print_escaped for radio button "checked"ideaship2014-03-061-1/+1
| | | | | | | | | | use of p() results in escaped HTML code: checked="checked" where it should be: checked="checked"
* | Merge pull request #7554 from owncloud/issue/7304Morris Jobke2014-03-051-2/+4
|\ \ | | | | | | Fix position of eye icon on database password field
| * | Fix position of eye icon on database password fieldJoas Schilling2014-03-051-2/+4
| | | | | | | | | | | | Fix #7304
* | | Fix mail template to use p() for colorsVincent Petry2014-03-031-4/+4
| | | | | | | | | | | | Now using p() instead of print_unescaped() for colors.
* | | make mail notification header color themableJan-Christoph Borchardt2014-03-031-2/+2
| | |
* | | mail template: remove off-white background color to better blend into mail ↵Jan-Christoph Borchardt2014-03-031-7/+7
| | | | | | | | | | | | client
* | | Installation: relabel 'Advanced' to more descriptive 'Storage & database'Jan-Christoph Borchardt2014-02-271-1/+1
|/ /
* | Merge branch 'master' into mobile-headerRobin Appelman2014-02-212-3/+4
|\ \
| * \ Merge branch 'core-css-logos' of github.com:Jakobud/owncloud-coreJörn Friedrich Dreyer2014-02-202-3/+4
| |\ \ | | | | | | | | | | | | | | | | Conflicts: core/css/styles.css
| | * | Moved Core Theme Logos to CSSJake Wilson2013-10-102-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In order to make it easier for a user/developer to replace logos in the core theme, I removed the hardcoded `logo.svg` and `logo-wide.svg` from the html, and replaced them with `div`s that use css background-image instead. This has multiple advantages: 1. The user can now use any filename they want for the logo. They are no longer forced to use logo.svg or logo-wide.svg. 2. The user can now easily use a JPG, PNG or GIF logo instead of SVG (SVG's are awesome, but used by an unfortunately small percentage of web developers at the current time. Most probably don't even know how to make an SVG…). 3. The user doesn't have to resort to hacking the core theme template files in order to use a different filename or file type. 4. Greatly simplifies documentation instructions for how to change the logos (http://owncloud.org/theming/). Signed-off-by: Jake Wilson <jakew@huebnerpetersen.com>
* | | | restrict zooming in to not mangle layout accidentallyJan-Christoph Borchardt2014-02-201-1/+1
| | | |
* | | | move avatar into clickable area of user menuJan-Christoph Borchardt2014-02-201-3/+3
|/ / /
* | | do not autocapitalize fields on mobile, fix user name input. Also disable ↵Jan-Christoph Borchardt2014-02-182-12/+22
| | | | | | | | | | | | autocorrect and specify autocomplete
* | | Merge pull request #4795 from owncloud/setupMorris Jobke2014-02-041-62/+16
|\ \ \ | | | | | | | | Move core setup code to controller class
| * | | Use === instead of ==, add missing whitespace and CSS classMorris Jobke2014-02-011-2/+2
| | | |