Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | simplify app navigation look, remove superfluous border as it is ↵ | Jan-Christoph Borchardt | 2014-07-23 | 1 | -7/+1 |
| | | | | distinguished enough via background color | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-23 | 12 | -27/+27 |
| | |||||
* | Revert change | Sander | 2014-07-22 | 1 | -2/+2 |
| | |||||
* | Allow getAppFolder to get another apps path | Sander | 2014-07-22 | 1 | -3/+2 |
| | | | cc @Raydiation | ||||
* | Merge pull request #9772 from owncloud/fix-chunked-upload-master-2 | Thomas Müller | 2014-07-22 | 1 | -0/+31 |
|\ | | | | | adding special handling of checkPrecondition() for chunked upload | ||||
| * | adding special handling of checkPrecondition() for chunked upload | Thomas Müller | 2014-07-22 | 1 | -0/+31 |
| | | |||||
* | | Merge pull request #9738 from owncloud/remove-uneeded-strip | Thomas Müller | 2014-07-22 | 1 | -22/+22 |
|\ \ | |/ |/| | Remove uneeded strip_tags | ||||
| * | Remove uneeded `strip_tags` | Lukas Reschke | 2014-07-19 | 1 | -2/+2 |
| | | | | | | | | | | This `strip_tags` seems to be completely unneeded and will cause problems with passwords containing stripped characters. (e.g. `<` or `>`) Needs https://github.com/owncloud/core/pull/9735 to be merged first. | ||||
| * | Extract Auth Header logic into new function handleAuthHeaders(). | Andreas Fischer | 2014-07-19 | 1 | -20/+22 |
| | | |||||
| * | Deduplicate user/password extraction from alternative HTTP headers. | Andreas Fischer | 2014-07-19 | 1 | -16/+14 |
| | | |||||
* | | Merge pull request #9683 from owncloud/fix_#8819_sorting | Vincent Petry | 2014-07-22 | 3 | -29/+58 |
|\ \ | | | | | | | Fix #8819 sorting | ||||
| * | | Sorting triangles pointing up for ascending, down for descending | Remco Brenninkmeijer | 2014-07-21 | 1 | -2/+2 |
| | | | |||||
| * | | Before I get spanked ;) | Remco Brenninkmeijer | 2014-07-17 | 1 | -1/+1 |
| | | | |||||
| * | | Adjusted tests for new default sorting | Remco Brenninkmeijer | 2014-07-17 | 1 | -19/+32 |
| | | | |||||
| * | | While busy cleaning, also removed extra enters | Remco Brenninkmeijer | 2014-07-17 | 2 | -3/+0 |
| | | | |||||
| * | | Corrected (Netbeans?) inserted spaces | Remco Brenninkmeijer | 2014-07-17 | 2 | -17/+17 |
| | | | |||||
| * | | Fixed comments from PVince81 | Remco Brenninkmeijer | 2014-07-16 | 1 | -6/+5 |
| | | | |||||
| * | | Cleanup of unnecesary addition | Remco Brenninkmeijer | 2014-07-16 | 1 | -1/+1 |
| | | | |||||
| * | | Show sorting icons when hovering over | Remco Brenninkmeijer | 2014-07-16 | 2 | -12/+27 |
| | | | |||||
| * | | Changed default sorting except for names. | Remco Brenninkmeijer | 2014-07-08 | 1 | -1/+6 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-22 | 20 | -42/+48 |
| | | | |||||
* | | | Merge pull request #9750 from owncloud/issue/9745 | Vincent Petry | 2014-07-21 | 1 | -7/+9 |
|\ \ \ | | | | | | | | | Correctly use groups parameter only when its not empty | ||||
| * | | | Correctly use groups parameter only when its not empty | Joas Schilling | 2014-07-21 | 1 | -7/+9 |
| | | | | | | | | | | | | | | | | Fix #9745 | ||||
* | | | | Merge pull request #9757 from owncloud/issue/9756 | Joas Schilling | 2014-07-21 | 1 | -2/+3 |
|\ \ \ \ | | | | | | | | | | | Add language parameter to public API for getL10N() | ||||
| * | | | | Add language parameter to public API for getL10N() | Joas Schilling | 2014-07-21 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | Fix #9756 | ||||
* | | | | | use the minimum of configured session_livetime and session.gc_maxlifetime ↵ | Matthias Rieber | 2014-07-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | for session hearbeat interval calculation | ||||
* | | | | | Merge pull request #9755 from owncloud/fix-webdav-attribute-permissions-master | Morris Jobke | 2014-07-21 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / |/| | | | | perm -> permissions | ||||
| * | | | | perm -> permissions | Thomas Müller | 2014-07-21 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge pull request #9751 from owncloud/issue/9748 | Vincent Petry | 2014-07-21 | 2 | -5/+6 |
|\ \ \ \ \ | |/ / / / |/| | | | | Fix username for subadmins and only send subadmin groups | ||||
| * | | | | Do not force isAdmin as true and so the list is filtered correctly | Joas Schilling | 2014-07-21 | 1 | -3/+1 |
| | | | | | |||||
| * | | | | Fix username for subadmins and only send subadmin groups | Joas Schilling | 2014-07-21 | 1 | -2/+5 |
| |/ / / | | | | | | | | | | | | | Fix #9748 | ||||
* | | | | Merge pull request #9406 from philfry/master | Vincent Petry | 2014-07-21 | 1 | -0/+1 |
|\ \ \ \ | |/ / / |/| | | | silently discard the response body, needed for apache/mod_dav and maybe ... | ||||
| * | | | silently discard the response body, needed for apache/mod_dav and maybe ↵ | Philippe Kueck | 2014-07-03 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | other dav servers which return an html body | ||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-21 | 26 | -65/+76 |
| | | | | |||||
* | | | | Merge pull request #9741 from owncloud/fix-repair-innodb-9737-master | Morris Jobke | 2014-07-20 | 1 | -3/+5 |
|\ \ \ \ | | | | | | | | | | | check if $tables is an array | ||||
| * | | | | check if $tables is an array | Thomas Müller | 2014-07-19 | 1 | -3/+5 |
| | | | | | |||||
* | | | | | Merge pull request #9672 from owncloud/mysql-affectedrows | Andreas Fischer | 2014-07-20 | 3 | -1/+75 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make MySQL affected row count consistent with other DBMSes * owncloud/mysql-affectedrows: Added test of OCS privatedata to trigger key duplication Document why we have to check with defined() first. Make MySQL return "number of found rows" instead of number of "affected rows". | ||||
| * | | | | | Added test of OCS privatedata to trigger key duplication | Vincent Petry | 2014-07-17 | 1 | -0/+25 |
| | | | | | | |||||
| * | | | | | Document why we have to check with defined() first. | Andreas Fischer | 2014-07-16 | 1 | -0/+2 |
| | | | | | | |||||
| * | | | | | Make MySQL return "number of found rows" instead of number of "affected rows". | Andreas Fischer | 2014-07-16 | 2 | -1/+48 |
| | | | | | | |||||
* | | | | | | Merge pull request #9732 from owncloud/fix-9716 | Morris Jobke | 2014-07-20 | 1 | -1/+3 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | do not show selected groups twice after user creation | ||||
| * | | | | | | $.unique works only for DOM elements | Arthur Schiwon | 2014-07-18 | 1 | -1/+3 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-20 | 38 | -110/+153 |
| |_|/ / / |/| | | | | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-19 | 46 | -308/+518 |
|/ / / / | |||||
* | | | | Merge pull request #9700 from owncloud/ie8-fixes | Vincent Petry | 2014-07-18 | 1 | -0/+14 |
|\ \ \ \ | | | | | | | | | | | [OC 7] IE8 styling fixes | ||||
| * | | | | Fixed IE8 style issues in files app | Vincent Petry | 2014-07-18 | 1 | -0/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fixed missing scrollbar in personal page - fixed controls bar transparency: opaque white in IE8 - fixed files table borders in IE8 | ||||
* | | | | | Merge pull request #9720 from owncloud/sftp-stream-wrapper-new-connection | Vincent Petry | 2014-07-18 | 1 | -3/+9 |
|\ \ \ \ \ | | | | | | | | | | | | | Pass existing Net_SFTP object into Net_SFTP_Stream. | ||||
| * | | | | | Pass existing Net_SFTP object into Net_SFTP_Stream. | Andreas Fischer | 2014-07-18 | 1 | -3/+9 |
| | | | | | | |||||
* | | | | | | Merge pull request #9576 from owncloud/bcmath-check | blizzz | 2014-07-18 | 2 | -0/+35 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | LDAP Active Directory Primary Groups support depends on bcmath module | ||||
| * | | | | | make tests deal with missing bcmath | Arthur Schiwon | 2014-07-11 | 2 | -1/+30 |
| | | | | | |