Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1185 from owncloud/fixing-1162-master | Jan-Christoph Borchardt | 2013-01-16 | 2 | -5/+19 |
|\ | | | | | handling proper display of files/folders with negative size | ||||
| * | handling proper display of files/folders with negative size | Thomas Mueller | 2013-01-14 | 2 | -5/+19 |
| | | | | | | | | refs #1162 | ||||
* | | Merge pull request #1195 from owncloud/cache_prepared | Thomas Müller | 2013-01-15 | 1 | -2/+14 |
|\ \ | | | | | | | Cache prepared statements in OC_DB | ||||
| * | | Clear cached prepared statements when switching between mdb2 and pdo | Robin Appelman | 2013-01-16 | 1 | -2/+4 |
| | | | |||||
| * | | Cache prepared statements in OC_DB | Robin Appelman | 2013-01-15 | 1 | -0/+10 |
| | | | |||||
* | | | Merge pull request #1178 from owncloud/return_true_because_of_ponies | Thomas Müller | 2013-01-15 | 2 | -8/+1 |
|\ \ \ | | | | | | | | | Remove uneeded return | ||||
| * | | | Remove uneeded returns | Lukas Reschke | 2013-01-14 | 2 | -5/+1 |
| | | | | |||||
| * | | | Remove uneeded return | Lukas Reschke | 2013-01-14 | 1 | -3/+0 |
| | | | | | | | | | | | | Thx @Raydiation | ||||
* | | | | Merge branch 'master' into fixing-unused-and-undefined-in-master | Thomas Mueller | 2013-01-14 | 17 | -393/+661 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Move { to same line | Lukas Reschke | 2013-01-14 | 1 | -2/+1 |
| | | | | |||||
| * | | | Expand if to multiple lines | Lukas Reschke | 2013-01-14 | 1 | -2/+6 |
| | |/ | |/| | | | | Oneliners are ugly. | ||||
| * | | Merge pull request #1177 from owncloud/OC_User--isAdminUser() | Bart Visscher | 2013-01-14 | 8 | -72/+29 |
| |\ \ | | | | | | | | | Check if user is admin - bool | ||||
| | * | | Enhanced auth is totally unmaintained and broken | Lukas Reschke | 2013-01-14 | 2 | -47/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | Let's remove it, it's also not secure anymore with the introduction of our API etc... (And doesn't work with ldap etc…) | ||||
| | * | | Check if user is admin - bool | Lukas Reschke | 2013-01-14 | 8 | -25/+29 |
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There was no "isAdminUser()" function which returned bool. This is irritiating as there were a loooooooot of places in the code which checked this itself with `OC_Group::inGroup($uid, 'admin)` - why not use a function for this? (Especially if you consider that we might change the group name in the future, which would lead to problems then) Additionally, @Raydiation needed such a method for his AppFramework :) | ||||
| * | | Merge pull request #1172 from owncloud/isSubDirectory | Bart Visscher | 2013-01-14 | 1 | -24/+4 |
| |\ \ | | |/ | |/| | Simplify the isSubDirectory() function | ||||
| | * | Check for string position instead of string existence | Lukas Reschke | 2013-01-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | otherwise /foo/bar would be detected as a subfolder of /bar THX @icewind1991 | ||||
| | * | Commentblocks should begin with two * | Lukas Reschke | 2013-01-13 | 1 | -1/+1 |
| | | | |||||
| | * | Add @brief to description | Lukas Reschke | 2013-01-13 | 1 | -1/+1 |
| | | | |||||
| | * | Simplify the isSubDirectory() function | Lukas Reschke | 2013-01-13 | 1 | -22/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | isSubDirectory() checks if a specified $sub is a subdirectory of the $parent, this is needed to prevent file inclusions. Actually, the current code is more kind of a "hack" which I always struggle over if browsing through source. So this should be a much better implementation. The implementation is really straightforward: - [realpath()](http://php.net/manual/function.realpath.php) expands all symbolic links and resolves references to '/./', '/../' and extra '/' characters in the input path and return the canonicalized absolute pathname. - [strpos()](php.net/manual/function.strpos.php) returns FALSE if the substring wasn't found. Since this is an absolutely critical piece of code, I'd like to ensure that this is absolutely safe! | ||||
| * | | Merge pull request #1112 from Raydiation/master | Bart Visscher | 2013-01-14 | 1 | -17/+5 |
| |\ \ | | | | | | | | | This fixes a problem that prevented app routes from being loaded after ocs_api merge | ||||
| | * | | added cleanup recommendations by including ocs in the cachedKey method and ↵ | Bernhard Posselt | 2013-01-07 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | moving the ocs routes stuff at the end of the loadRoutes method | ||||
| | * | | readded ocs routes | Bernhard Posselt | 2013-01-07 | 1 | -0/+5 |
| | | | | |||||
| | * | | fixed error that displayed a white page and a warning that routes could not ↵ | Bernhard Posselt | 2013-01-07 | 1 | -17/+0 |
| | | | | | | | | | | | | | | | | be loaded from apps that was caused by the ocs_api merge | ||||
| * | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-01-14 | 1 | -1/+7 |
| | |/ | |/| | |||||
| * | | Merge pull request #1133 from owncloud/add_linebreaks_in_sharing | Thomas Müller | 2013-01-10 | 1 | -96/+484 |
| |\ \ | | | | | | | | | add more linebreaks, replace SQL LIMIT with param | ||||
| | * | | add more linebreaks, replace SQL LIMIT with param | Jörn Friedrich Dreyer | 2013-01-09 | 1 | -96/+484 |
| | |/ | |||||
| * | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-01-11 | 1 | -6/+17 |
| | | | |||||
| * | | Merge pull request #1127 from owncloud/fixing-641-for-webdav-master | Thomas Müller | 2013-01-10 | 2 | -0/+78 |
| |\ \ | | | | | | | | | webdav returns "503 Service Unavailable" in case the ownCloud server is ... | ||||
| | * | | webdav returns "503 Service Unavailable" in case the ownCloud server is ↵ | Thomas Mueller | 2013-01-09 | 2 | -0/+78 |
| | |/ | | | | | | | | | | currently in maintenance mode. | ||||
| * | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-01-10 | 1 | -2/+32 |
| | | | |||||
| * | | Upstream merged my patch to add additional ssl root certificates to the ↵ | Björn Schießle | 2013-01-08 | 1 | -173/+0 |
| |/ | | | | | | | | | | | webdav client. This means that OC_Connector_Sabre_Client is no longer needed | ||||
* | | fixing returns | Thomas Mueller | 2013-01-06 | 2 | -8/+8 |
| | | |||||
* | | fixing returns | Thomas Mueller | 2013-01-06 | 1 | -4/+3 |
| | | |||||
* | | add missing return | Thomas Mueller | 2013-01-06 | 1 | -1/+2 |
| | | |||||
* | | fixing undefined variable $where | Thomas Mueller | 2013-01-06 | 1 | -1/+1 |
| | | |||||
* | | fixing undefined variable $result - should be $query I assume | Thomas Mueller | 2013-01-06 | 1 | -1/+1 |
| | | |||||
* | | initialize $result | Thomas Mueller | 2013-01-06 | 1 | -1/+1 |
| | | |||||
* | | fixing call of OC_Log::write() - missing parameter | Thomas Mueller | 2013-01-06 | 1 | -1/+1 |
| | | |||||
* | | removing unused parameter $parameters | Thomas Mueller | 2013-01-06 | 1 | -2/+2 |
|/ | | | | fixing undefined variable $useDir | ||||
* | Merge branch 'master' into update-progress | Michael Gapczynski | 2013-01-05 | 14 | -505/+710 |
|\ | |||||
| * | Merge pull request #1066 from owncloud/fix-388-master | Thomas Müller | 2013-01-05 | 3 | -21/+85 |
| |\ | | | | | | | workaround for 32-bit systems to handle filesizes bigger than 2GB | ||||
| | * | remove duplicate return | Thomas Mueller | 2013-01-05 | 1 | -2/+0 |
| | | | |||||
| | * | enhanced log message | Thomas Mueller | 2013-01-04 | 1 | -1/+1 |
| | | | |||||
| | * | documentation adjusted on the way | Thomas Mueller | 2013-01-04 | 1 | -0/+1 |
| | | | |||||
| | * | Fallback to use COM or exec('stat ..') is only executed if stat or filesize ↵ | Thomas Mueller | 2013-01-04 | 1 | -12/+35 |
| | | | | | | | | | | | | | | | | | | | | | return negative values. Special case of BSD has been added as stat syntax differs In addition unknown OS is logged | ||||
| | * | OC_Helper::is_function_enabled() added to find out if a function is available | Thomas Mueller | 2013-01-04 | 1 | -18/+43 |
| | | | | | | | | | | | | And some documentation adjusted on the way | ||||
| | * | workaround for 32-bit systems to handle filesizes bigger than 2GB | Thomas Mueller | 2013-01-03 | 2 | -2/+19 |
| | | | |||||
| * | | Merge pull request #1053 from owncloud/ocs_api | Michael Gapczynski | 2013-01-04 | 11 | -484/+625 |
| |\ \ | | | | | | | | | External API for ownCloud based on OCS | ||||
| | * | | Remove WIP OAuth code | Tom Needham | 2012-12-31 | 2 | -206/+0 |
| | | | | |||||
| | * | | Code cleanup and add copyright info | Tom Needham | 2012-12-31 | 1 | -1/+23 |
| | | | |