summaryrefslogtreecommitdiffstats
path: root/core/templates
Commit message (Collapse)AuthorAgeFilesLines
* Implements Toggle for Database Password.raghunayyar2013-04-131-2/+4
|
* Long Application Names are ellipsis correctly.raghunayyar2013-04-101-1/+3
|
* Show a warning in the installer if the used PHP version is vulnerable to the ↵Lukas Reschke2013-03-201-0/+7
| | | | NULL Byte attack
* 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.
* Don't sanitize error message hintLukas Reschke2013-03-061-1/+1
|
* explicitly add empty placeholder to inputs which use infield labels, fix #2049Jan-Christoph Borchardt2013-03-042-9/+9
|
* add ie css switch to layout templatesJörn Friedrich Dreyer2013-03-033-3/+18
|
* Avoid to display empty DisplayNames for menu and titleBrice Maron2013-03-021-2/+2
|
* Typo...Lukas Reschke2013-02-271-1/+1
|
* Add a missing )Lukas Reschke2013-02-271-1/+1
|
* [core] From echo to pLukas Reschke2013-02-2711-116/+116
|
* Remove uneeded fileLukas Reschke2013-02-271-32/+0
|
* Merge pull request #1902 from owncloud/angularcspFrank Karlitschek2013-02-263-3/+3
|\ | | | | add CSP turned on for angularjs
| * add CSP turned on for angularjsBernhard Posselt2013-02-253-3/+3
| |
* | Merge branch 'master' of github.com:owncloud/core into issue_1776Qingping Hou2013-02-252-5/+17
|\ \ | | | | | | | | | | | | Conflicts: core/templates/layout.user.php
| * \ Merge pull request #1837 from owncloud/fix-user-templateLukas Reschke2013-02-251-1/+1
| |\ \ | | | | | | | | Remove unneeded code for user layout template
| | * | Remove unneeded code for user layout templateBart Visscher2013-02-221-1/+1
| | | |
| * | | Merge branch 'master' into master-sqlserverThomas Mueller2013-02-226-27/+55
| |\ \ \ | | | |/ | | |/| | | | | | | | | Conflicts: core/templates/installation.php
| * | | Merge branch 'master' into master-sqlserverThomas Mueller2013-02-182-3/+3
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'master' into master-sqlserverThomas Mueller2013-02-142-3/+3
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/db.php lib/files/cache/cache.php lib/files/cache/legacy.php lib/setup.php
| * \ \ \ Merge branch 'master' into master-sqlserverThomas Mueller2013-02-125-11/+10
| |\ \ \ \
| * | | | | Bugfixes and cleanup MS SQL Server installationAdministrator2013-02-101-1/+1
| | | | | |
| * | | | | Added MS SQL Server supportTobias Ramforth2013-02-081-4/+16
| | | | | |
* | | | | | add span tag to displayname on expand buttonQingping Hou2013-02-251-1/+1
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #1711 from owncloud/style-cleanupJörn Friedrich Dreyer2013-02-226-26/+54
|\ \ \ \ \ | | | | | | | | | | | | Codestyle cleanup
| * | | | | Fix review issuesBart Visscher2013-02-221-4/+4
| | | | | |
| * | | | | Join split translated stringsBart Visscher2013-02-212-11/+5
| | | | | |
| * | | | | Style cleanup core dirBart Visscher2013-02-217-30/+64
| | |_|_|/ | |/| | |
* / | | | fix giant advanced caret in installationJan-Christoph Borchardt2013-02-211-1/+1
|/ / / /
* | | | Fix strict standard warning in user templateRobin Appelman2013-02-151-1/+1
| | | |
* | | | Merge pull request #1683 from owncloud/ie-fixesJan-Christoph Borchardt2013-02-152-2/+2
|\ \ \ \ | |_|_|/ |/| | | IE fixes
| * | | exchange bright caret with dark triangleJan-Christoph Borchardt2013-02-141-1/+1
| | | |
| * | | fix navigation icons SVG replacement, also hover and active opacity for IEJan-Christoph Borchardt2013-02-141-1/+1
| | | |
| * | | fix caret on installation page for IEJan-Christoph Borchardt2013-02-141-1/+1
| | |/ | |/|
* | | Merge pull request #1662 from owncloud/style-cleanupBart Visscher2013-02-141-2/+2
|\ \ \ | | | | | | | | Style cleanup
| * | | Fix indentation styleBart Visscher2013-02-141-2/+2
| |/ /
* / / Sanitize HTMLLukas Reschke2013-02-141-1/+1
|/ /
* | Merge pull request #1538 from raghunayyar/admin-password-toggleJan-Christoph Borchardt2013-02-101-1/+1
|\ \ | | | | | | Password Toggle Works on Installation
| * | Removed whitespace from installation.phpraghunayyar2013-02-081-3/+3
| | |
| * | Password Toggle Works on Installation as well.raghunayyar2013-02-081-4/+4
| | |
* | | use proper HTML for other security warning tooJan-Christoph Borchardt2013-02-081-3/+2
| | |
* | | improve and shorten security warning, add link to docs, fix #1342Jan-Christoph Borchardt2013-02-081-1/+2
|/ /
* | Merge pull request #1514 from owncloud/fix-setupLukas Reschke2013-02-073-3/+0
|\ \ | | | | | | Fix setup
| * | Move loading of js_config to templatelayoutBart Visscher2013-02-073-3/+0
| |/ | | | | | | Also check for installed flag because this isn't available before setup
* | Merge pull request #1529 from owncloud/installation-login-fixesThomas Müller2013-02-072-3/+5
|\ \ | | | | | | Installation login fixes
| * | make show password toggle work for installation (once #1525 is fixed)Jan-Christoph Borchardt2013-02-071-2/+4
| | |
| * | make show password not specific to log inJan-Christoph Borchardt2013-02-071-1/+1
| |/
* / Fix warning with displayname in user layout templateBart Visscher2013-02-071-1/+1
|/
* fix shorttag issue mentioned in #1357Jan-Christoph Borchardt2013-02-061-2/+2
|
* Merge pull request #1497 from owncloud/collapse-usermenuJan-Christoph Borchardt2013-02-061-1/+1
|\ | | | | collapse user menu when inside one of the settings sections