summaryrefslogtreecommitdiffstats
path: root/core/templates/layout.user.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into mobile-headerRobin Appelman2014-02-211-2/+3
|\
| * Merge branch 'core-css-logos' of github.com:Jakobud/owncloud-coreJörn Friedrich Dreyer2014-02-201-2/+3
| |\ | | | | | | | | | | | | Conflicts: core/css/styles.css
| | * Moved Core Theme Logos to CSSJake Wilson2013-10-101-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
|/ /
* | Add alt attribute for img elementsJoas Schilling2014-01-101-3/+3
| |
* | Fix unallowed child elementsJoas Schilling2014-01-101-11/+16
| |
* | Merge pull request #6262 from nickvergessen/issue/4375Frank Karlitschek2013-12-201-1/+1
|\ \ | | | | | | correctly mark app management active
| * | correctly mark app management activeJoas Schilling2013-12-091-1/+1
| | |
* | | Remove reference to ownCloud.ringmaster2013-12-051-1/+1
| | |
* | | Link to enable-javascript.comringmaster2013-12-051-1/+1
| | |
* | | Make noscript message translatableringmaster2013-12-051-1/+1
| | |
* | | Add overlay noscript message to fix #6032ringmaster2013-12-051-0/+1
|/ /
* | Updates ownCloud title to Application - ownCloudraghunayyar2013-10-171-3/+4
| |
* | Fixed viewport layout using commas instead of semicolonsVincent Petry2013-10-111-1/+1
|/ | | | Fixes #5285
* Merge pull request #5244 from owncloud/more-css-fixesMorris Jobke2013-10-101-0/+1
|\ | | | | More css fixes
| * fix web interface showing very small when accessed on smartphoneJan-Christoph Borchardt2013-10-061-0/+1
| |
* | move call to print_unescaped() to templateThomas Müller2013-10-071-1/+1
| |
* | $defaults is not necessary here - merge artifactThomas Müller2013-10-021-2/+0
| |
* | Revert "use $defaults instead of $theme"Thomas Müller2013-10-021-3/+3
| | | | | | | | This reverts commit d5038e93dba633cce36538905b7e5365ba1b3b63.
* | use $defaults instead of $themeThomas Müller2013-10-011-3/+3
| |
* | Squashed commit of the following:Thomas Müller2013-10-011-1/+3
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit ae1f68ac54cf2878d265b2bbce13bd600d2d0719 Author: Thomas Müller <thomas.mueller@tmit.eu> Date: Thu Aug 22 11:45:27 2013 +0200 fixing undefined variable commit 982f327ca10eea0a2222eae3e74210648591fd8a Author: Thomas Müller <thomas.mueller@tmit.eu> Date: Wed Aug 7 12:00:14 2013 +0200 adding login.php as alternative for index.php/login commit da0d7e1d096fb80789524b01f0f96fe08d147943 Author: Thomas Müller <thomas.mueller@tmit.eu> Date: Wed Aug 7 11:36:12 2013 +0200 adding a route for web login commit 8e2a01160485cf7e9a2eb8bf46f06fae73956e8e Author: Karl Beecher <karl@endocode.com> Date: Tue Aug 6 17:00:28 2013 +0200 Login attempt returns true instead of exiting immediately commit fd89d55de9e71e986e03a0de9aad9407b632e22f Author: Karl Beecher <karl@endocode.com> Date: Mon Aug 5 15:31:30 2013 +0200 Further abstraction. This change introduces the ApacheBackend interface for backends that depend on Apache authentication and session management. There are no longer references to specific backends in OC_User. commit 469cfd98aea5a37985722cf5f9e00ece0ce38178 Author: Karl Beecher <karl@endocode.com> Date: Thu Aug 1 15:46:36 2013 +0200 Make login attempt function protected. commit d803515f19ff086e2028fcaa51afae579685e596 Author: Karl Beecher <karl@endocode.com> Date: Wed Jul 31 16:00:22 2013 +0200 Amends the login link When using a Shibboleth login, clicking logout displays a message to the user instead of ending the session. commit aa8c1fcea05c8268f26a10b21c4e0bc547c3414f Author: Karl Beecher <karl@endocode.com> Date: Tue Jul 30 13:15:59 2013 +0200 Abstract Shibboleth authentication into an Apache authentication method commit 69082f2ebcab267f6e8eceb1a252f84c52236546 Author: Karl Beecher <karl@endocode.com> Date: Tue Jul 30 11:22:26 2013 +0200 Convert spaces -> tabs commit 5a80861d86855eec5906fd5e235ac4ff12efb0f2 Author: Karl Beecher <karl@endocode.com> Date: Mon Jul 29 17:40:48 2013 +0200 Separate the authentication methods SABRE authentication and base authentication have slightly different workings right now. They should be refactored into a common method later, but time pressure requires us to reinvent the wheel slightly. commit dc20a9f8764b103b7d8c5b713f2bcdae18708b65 Author: Karl Beecher <karl@endocode.com> Date: Mon Jul 29 17:07:07 2013 +0200 Authenicate calls to WebDAV against Shibboleth. When using WebDAV, the OC_Connector_Sabre_Auth::authenticate method is normally called without trying the Shibboleth authentication... thus the session is not established. The method now tries Shib authentication, setting up a session if the user has already authenticated. commit 091e4861b2246c4084c9b30e232289fde4ba1abf Author: Karl Beecher <karl@endocode.com> Date: Mon Jul 29 14:04:54 2013 +0200 Sets up the Shibboleth login attempt. commit bae710ec0579ef99b23022cc12f6876c5fe6b0d5 Author: Karl Beecher <karl@endocode.com> Date: Mon Jul 29 12:36:44 2013 +0200 Add a method for attempting shibboleth login. If the PHP_AUTH_USER and EPPN environment variables are set, attempt a Shibboleth (passwordless) login. commit 667d0710a7854e58fb109201d9cee6ec064e793a Author: Karl Beecher <karl@endocode.com> Date: Mon Jul 29 11:38:04 2013 +0200 Revert "Adds the apps2 folder with user_shibboleth backend." This reverts commit 7abbdb64676d667b0c69aca37becdc47e56dc7ef. commit 7abbdb64676d667b0c69aca37becdc47e56dc7ef Author: Karl Beecher <karl@endocode.com> Date: Mon Jul 29 11:28:06 2013 +0200 Adds the apps2 folder with user_shibboleth backend. Conflicts: core/templates/layout.user.php lib/base.php
* Bring another enable_avatars to $_ and fix $thus->$thiskondou2013-09-111-1/+1
|
* Clean up oc_avatarskondou2013-09-041-1/+0
|
* Have the header avatar to the left of the user namekondou2013-09-031-4/+3
|
* Provide 'enable_avatars' in config.php, to disable avatarskondou2013-09-011-0/+2
|
* Merge branch 'master' into oc_avatarskondou2013-08-311-2/+7
|\
| * Apps management as sticky footer and rename to 'Apps', fix #4622Jan-Christoph Borchardt2013-08-301-2/+7
| |
* | Use defaultavatarskondou2013-08-291-1/+1
| |
* | Clean up some cruftkondou2013-08-261-1/+1
| |
* | Improve styling & enable avatar-upload at personal pagekondou2013-08-251-1/+3
| |
* | Add basic avatars and gravatarkondou2013-08-251-0/+1
|/
* show 'More apps' link to app administration directly in app navigationJan-Christoph Borchardt2013-08-071-0/+13
|
* initialize OC_Defaults in template constructorXBjörn Schießle2013-07-241-5/+3
|
* introduce shortname themable string and split from title, use for image alt textJan-Christoph Borchardt2013-07-111-3/+3
|
* move to non-static OC_DefaultsBjörn Schießle2013-07-041-3/+3
| | | | | | Conflicts: lib/mail.php
* Add init funtion to OC_Defaults to be able to wrap translatable stringsBjörn Schießle2013-07-041-0/+3
|
* add logo claim to defaults.phpBjörn Schießle2013-07-011-3/+1
|
* hide the logo claim in case the theme is not loadedJan-Christoph Borchardt2013-06-171-1/+1
|
* add logo-claimBjörn Schießle2013-06-121-1/+3
|
* keep all strings in one place to make it easier to change themBjörn Schießle2013-06-121-1/+1
|
* mage page title aware of ownCloud editionBjörn Schießle2013-06-121-2/+5
|
* Merge pull request #3179 from pawl/patch-1Jörn Friedrich Dreyer2013-05-281-1/+2
|\ | | | | Improve IE Compatibility
| * Improve IE CompatibilityPaul Brown2013-04-291-1/+2
| | | | | | Added meta tags from HTML5 Boiler Plate to improve compatibility with IE7+. This fixes the issues with rendering.
* | Get config from templateLukas Reschke2013-05-121-1/+1
|/
* Reword sentence and move HTML out of translationLukas Reschke2013-04-291-1/+1
|
* Remove uneeded linkLukas Reschke2013-04-241-1/+1
|
* Add an update notification on every page for admin usersLukas Reschke2013-04-241-0/+3
|
* Long Application Names are ellipsis correctly.raghunayyar2013-04-101-1/+3
|
* Restores keyboard accessibility for expandable settings area.Henning Oschwald2013-03-161-1/+1
| | | | | | Tabindex="0" makes the element focussable with the keyboard and role="link" tells assistive technologies that this clickable span element is supposed to be presented as a hyperlink.