Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | do not disclose information, show generic error on login page | Jörn Friedrich Dreyer | 2015-04-22 | 1 | -0/+6 |
| | |||||
* | Read version and product name from update template | Vincent Petry | 2015-03-02 | 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. | ||||
* | Support HTML in logo claim | Lukas Reschke | 2014-11-05 | 1 | -1/+1 |
| | |||||
* | for whitelabeled edition, show branding name (e.g. 'ownCloud') instead of ↵ | Jan-Christoph Borchardt | 2014-09-27 | 1 | -1/+7 |
| | | | | appname in header bar | ||||
* | using flush() here is pointless as we render the layout into a memory buffer ↵ | Thomas Müller | 2014-09-23 | 3 | -3/+0 |
| | | | | and actually transmit the data later | ||||
* | Make 404 page easier to understand | Lukas Reschke | 2014-09-18 | 1 | -2/+5 |
| | | | | Fixes https://github.com/owncloud/core/issues/11133 | ||||
* | Add X-UA-Compatible to all templates | Lukas Reschke | 2014-09-11 | 3 | -1/+3 |
| | | | | Replaces https://github.com/owncloud/core/pull/10850 | ||||
* | Fix broken new lines in plain text mail template | Joas Schilling | 2014-09-09 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | Add a trusted domain wizard | Lukas Reschke | 2014-08-25 | 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. | ||||
* | Added upgrade notice to avoid timeouts | Vincent Petry | 2014-08-18 | 1 | -0/+4 |
| | |||||
* | remove confusing 'automatic logon rejected' message, fix #8591 | Jan-Christoph Borchardt | 2014-08-09 | 1 | -8/+0 |
| | |||||
* | show loading feedback also when clicking 'Apps' entry in app list | Jan-Christoph Borchardt | 2014-07-04 | 1 | -0/+1 |
| | |||||
* | Basics | Victor Dubiniuk | 2014-06-13 | 1 | -3/+3 |
| | |||||
* | Fix missing caret in header menu for IE8 | Joas Schilling | 2014-06-12 | 1 | -1/+1 |
| | |||||
* | wrap App text with t() to let it use locales | Volkan Gezer | 2014-06-06 | 1 | -1/+1 |
| | |||||
* | rearrange CSS, remove duplicate code | Jan-Christoph Borchardt | 2014-06-04 | 1 | -2/+2 |
| | |||||
* | move 'add apps' entry into normal navigation instead of a new line | Jan-Christoph Borchardt | 2014-06-04 | 1 | -6/+5 |
| | |||||
* | better loading feedback for app start, move from JS to CSS | Jan-Christoph Borchardt | 2014-06-04 | 1 | -0/+1 |
| | |||||
* | show 'Apps' as fallback label for app switcher if no app title is present ↵ | Jan-Christoph Borchardt | 2014-06-04 | 1 | -1/+1 |
| | | | | (for example in Settings) | ||||
* | separate home icon and menu toggle | Jan-Christoph Borchardt | 2014-06-04 | 1 | -0/+2 |
| | |||||
* | cut ownCloud text from logo when logged in, place appname there | Jan-Christoph Borchardt | 2014-06-04 | 1 | -1/+1 |
| | |||||
* | drop "push" element - no sticky footer needed anymore | Morris Jobke | 2014-06-04 | 1 | -4/+0 |
| | |||||
* | show appname next to logo for better hint at navigation | Jan-Christoph Borchardt | 2014-06-04 | 1 | -0/+4 |
| | |||||
* | move to updated version of placeholder | Morris Jobke | 2014-06-03 | 3 | -18/+18 |
| | |||||
* | infield label removal: fix installation screen | Jan-Christoph Borchardt | 2014-06-03 | 1 | -14/+21 |
| | |||||
* | first step of infield label removal, fix login screen | Jan-Christoph Borchardt | 2014-06-03 | 1 | -9/+11 |
| | |||||
* | add info about sqlite on setup apge | Morris Jobke | 2014-06-02 | 1 | -2/+4 |
| | |||||
* | Merge pull request #8443 from owncloud/csrf-on-login-and-logout | Vincent Petry | 2014-06-02 | 1 | -0/+3 |
|\ | | | | | Add CSRF check on login and logout | ||||
| * | Merge branch 'master' into csrf-on-login-and-logout | Thomas Müller | 2014-05-19 | 3 | -8/+9 |
| |\ | | | | | | | | | | | | | Conflicts: core/templates/login.php | ||||
| * | | Add CSRF check on login and logout | Lukas Reschke | 2014-05-04 | 1 | -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 issues | Vincent Petry | 2014-05-28 | 1 | -19/+14 |
| | | | | | | | | | | | | | | | - Reduced number of DOM elements - Also added mention of "config" backup. | ||||
* | | | Fixed styles in update overview page | Vincent Petry | 2014-05-27 | 1 | -9/+9 |
| | | | |||||
* | | | Now showing disabled apps as upgrade status line | Vincent Petry | 2014-05-27 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | - Added app id in update overview. - Added status message for disabled app for CLI upgrade and web upgrade | ||||
* | | | Added update overview page | Vincent Petry | 2014-05-27 | 1 | -6/+32 |
| |/ |/| | |||||
* | | Merge pull request #8592 from owncloud/login-timezone | Morris Jobke | 2014-05-19 | 1 | -1/+1 |
|\ \ | | | | | | | Disable login button until the timezone is set | ||||
| * | | Disable login button until the timezone is set | Vincent Petry | 2014-05-14 | 1 | -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 DIV | Vincent Petry | 2014-05-15 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #8140 from owncloud/login-valign | Jan-Christoph Borchardt | 2014-05-15 | 1 | -6/+7 |
|\ \ | |/ |/| | Vertically align public layout to better fit small mobile screens | ||||
| * | Vertically align public layout to better fit small mobile screens | jbtbnl | 2014-04-10 | 1 | -6/+7 |
| | | |||||
* | | Merge pull request #6870 from owncloud/uncheck-remember-checkbox | Jan-Christoph Borchardt | 2014-04-29 | 1 | -1/+1 |
|\ \ | | | | | | | do not check 'remember' log in by default | ||||
| * | | do not check 'remember' log in by default | Jan-Christoph Borchardt | 2014-01-21 | 1 | -1/+1 |
| | | | |||||
* | | | Flush the Buffer Early - right after head | Thomas Müller | 2014-04-15 | 3 | -3/+3 |
| |/ |/| | |||||
* | | Merge pull request #7724 from owncloud/mobile | Thomas Müller | 2014-03-28 | 1 | -1/+1 |
|\ \ | | | | | | | [WIP] Mobile optimization for base layout and Files app | ||||
| * | | use minimum-scale=1.0 | Thomas Müller | 2014-03-25 | 1 | -1/+1 |
| | | | |||||
* | | | fix SVG replacement for logo so it works in IE8, fix #7866 | Jan-Christoph Borchardt | 2014-03-27 | 2 | -2/+2 |
| | | | |||||
* | | | add 'body-public' ID to body in base layout so it can be identified via CSS | Jan-Christoph Borchardt | 2014-03-14 | 1 | -1/+1 |
|/ / | |||||
* | | fix: use print_escaped for radio button "checked" | ideaship | 2014-03-06 | 1 | -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/7304 | Morris Jobke | 2014-03-05 | 1 | -2/+4 |
|\ \ | | | | | | | Fix position of eye icon on database password field |