| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #1709 from owncloud/style-cleanup-files_external | Thomas Müller | 2013-02-17 | 2 | -6/+15 |
|\ |
|
| * | Join split translated strings | Bart Visscher | 2013-02-15 | 1 | -6/+2 |
| * | Style cleanup files_external | Bart Visscher | 2013-02-15 | 2 | -6/+19 |
* | | Merge pull request #1719 from owncloud/fixing-1659-master | Thomas Müller | 2013-02-17 | 4 | -15/+73 |
|\ \ |
|
| * | | class Mapper no respects an unchanged physical root which will be excluded fr... | Thomas Mueller | 2013-02-15 | 1 | -12/+12 |
| * | | fix error in recursive search | Thomas Mueller | 2013-02-15 | 1 | -3/+3 |
| * | | new test cases added to search in sub folders | Thomas Mueller | 2013-02-15 | 1 | -0/+16 |
| * | | folder should be created :-( | Thomas Mueller | 2013-02-15 | 1 | -0/+2 |
| * | | adding a new test class for mapped local using a dot in the datadir - reflect... | Thomas Mueller | 2013-02-15 | 1 | -0/+40 |
* | | | Merge pull request #1708 from owncloud/style-cleanup-user_ldap | Bernhard Posselt | 2013-02-17 | 9 | -69/+206 |
|\ \ \ |
|
| * | | | Join split translated strings | Bart Visscher | 2013-02-15 | 2 | -13/+6 |
| * | | | Join short comment lines | Bart Visscher | 2013-02-15 | 1 | -4/+2 |
| * | | | Style cleanup user_ldap | Bart Visscher | 2013-02-14 | 9 | -72/+218 |
* | | | | Merge pull request #1642 from owncloud/fix-googledrive | Thomas Müller | 2013-02-17 | 1 | -1/+1 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'master' into fix-googledrive | Thomas Mueller | 2013-02-17 | 651 | -10889/+24460 |
| |\ \ \ \
| |/ / / /
|/| | | | |
|
* | | | | | Merge pull request #1699 from owncloud/multiselect-bar-fix | Thomas Müller | 2013-02-17 | 1 | -0/+1 |
|\ \ \ \ \ |
|
| * | | | | | fix multiselect bar offset on shared page, close #1339 finally | Jan-Christoph Borchardt | 2013-02-14 | 1 | -0/+1 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge pull request #1730 from owncloud/ldap_fix_warnings | Thomas Müller | 2013-02-17 | 1 | -1/+2 |
|\ \ \ \ \ |
|
| * | | | | | LDAP: check array with isset first to avoid warnings about undefined index | Arthur Schiwon | 2013-02-16 | 1 | -1/+2 |
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-02-17 | 37 | -171/+199 |
* | | | | | | Merge pull request #1729 from owncloud/fix_1727 | Frank Karlitschek | 2013-02-16 | 1 | -2/+5 |
|\ \ \ \ \ \ |
|
| * | | | | | | LDAP: announce that OC_USER_BACKEND_GET_DISPLAYNAME is implemented, fixes #1727 | Arthur Schiwon | 2013-02-16 | 1 | -2/+5 |
| |/ / / / / |
|
* / / / / / | Add missing requesttoken | Lukas Reschke | 2013-02-16 | 1 | -0/+1 |
|/ / / / / |
|
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-02-16 | 42 | -178/+259 |
* | | | | | Merge pull request #1717 from owncloud/fix-warning-template | icewind1991 | 2013-02-15 | 2 | -1/+3 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | Fix strict standard warning in user template | Robin Appelman | 2013-02-15 | 2 | -1/+3 |
|/ / / / |
|
* | | | | Merge pull request #1694 from owncloud/users-header | blizzz | 2013-02-15 | 1 | -2/+8 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | also fix header alignment for multiselect columns | Jan-Christoph Borchardt | 2013-02-14 | 1 | -0/+1 |
| * | | | fix Users settings header bar element positioning, close #1686 | Jan-Christoph Borchardt | 2013-02-14 | 1 | -2/+7 |
| |/ / |
|
* | | | Merge pull request #1715 from owncloud/fixing-1640-master | Thomas Müller | 2013-02-15 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | changing the bit mask of OC_USER_BACKEND_SET_DISPLAYNAME | Thomas Mueller | 2013-02-15 | 1 | -1/+1 |
* | | | | Merge pull request #1683 from owncloud/ie-fixes | Jan-Christoph Borchardt | 2013-02-15 | 5 | -14/+25 |
|\ \ \ \ |
|
| * | | | | exchange bright caret with dark triangle | Jan-Christoph Borchardt | 2013-02-14 | 1 | -1/+1 |
| * | | | | only style text, password and search inputs like inputs, instead of using uns... | Jan-Christoph Borchardt | 2013-02-14 | 1 | -1/+2 |
| * | | | | no ugly border around checkboxes or radio buttons | Jan-Christoph Borchardt | 2013-02-14 | 1 | -1/+1 |
| * | | | | fix user delete button not showing in IE, another SVG replacement issue | Jan-Christoph Borchardt | 2013-02-14 | 1 | -1/+1 |
| * | | | | fix navigation icons SVG replacement, also hover and active opacity for IE | Jan-Christoph Borchardt | 2013-02-14 | 2 | -11/+16 |
| * | | | | fix caret on installation page for IE | Jan-Christoph Borchardt | 2013-02-14 | 1 | -1/+1 |
| * | | | | always show checkbox when selected, also in IE8, fix #1621 | Jan-Christoph Borchardt | 2013-02-14 | 1 | -0/+5 |
| | |/ /
| |/| | |
|
* | | | | check if glob() returns any results, fix for stable45 was already approved by... | Björn Schießle | 2013-02-15 | 1 | -0/+4 |
* | | | | Merge pull request #1700 from owncloud/fixing-1680-master | Jan-Christoph Borchardt | 2013-02-15 | 3 | -11/+32 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | sort languages based on display name not the iso code | Thomas Mueller | 2013-02-14 | 1 | -9/+19 |
| * | | | some more missing language code fallbacks | Thomas Mueller | 2013-02-14 | 1 | -0/+6 |
| * | | | adding language code oc | Thomas Mueller | 2013-02-14 | 1 | -1/+2 |
| * | | | add some missing fallback language mappings | Thomas Mueller | 2013-02-14 | 1 | -1/+5 |
| * | | | filter l10n-* files | Thomas Mueller | 2013-02-14 | 1 | -1/+1 |
* | | | | Merge pull request #1714 from owncloud/fixing-1677-master | Frank Karlitschek | 2013-02-15 | 1 | -0/+3 |
|\ \ \ \ |
|
| * | | | | we should never drop a database | Thomas Mueller | 2013-02-15 | 1 | -0/+3 |
|/ / / / |
|
* | | | | Merge pull request #1712 from owncloud/debug-exception | Thomas Müller | 2013-02-14 | 1 | -6/+6 |
|\ \ \ \ |
|
| * | | | | set DEBUG from xdebug session before we first use it | Robin Appelman | 2013-02-15 | 1 | -6/+6 |