Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #4099 from owncloud/fixing-unix-timestamp-mssql-master | Thomas Müller | 2013-07-17 | 1 | -2/+2 |
|\ | |||||
| * | fixing UNIX_TIMESTAMP() for mssql | Thomas Mueller | 2013-07-17 | 1 | -2/+2 |
* | | Merge pull request #4042 from guruz/webdav_auth_check_existing | Markus Goetz | 2013-07-17 | 1 | -0/+21 |
|\ \ | |/ |/| | |||||
| * | WebDAV Auth Connector: Check if already logged in | Markus Goetz | 2013-07-17 | 1 | -0/+21 |
* | | Merge pull request #2395 from owncloud/cache | icewind1991 | 2013-07-16 | 7 | -138/+285 |
|\ \ | |||||
| * | | memcache: also switch factory to prefix | Robin Appelman | 2013-07-16 | 1 | -5/+5 |
| * | | mamcache: implement the ArrayAccess interface | Robin Appelman | 2013-07-16 | 1 | -1/+19 |
| * | | memchache: use prefix string instead of global flag | Robin Appelman | 2013-07-16 | 4 | -29/+15 |
| * | | split out memcache factory from base class | Robin Appelman | 2013-07-16 | 2 | -24/+39 |
| * | | Merge branch 'master' into cache | Robin Appelman | 2013-07-16 | 172 | -3454/+7688 |
| |\ \ | |||||
| * | | | Add memcached backend | Robin Appelman | 2013-03-17 | 2 | -1/+86 |
| * | | | Seperate memory based cache from OC_Cache | Robin Appelman | 2013-03-17 | 5 | -132/+175 |
* | | | | Merge pull request #3959 from owncloud/buildNotExistingFileNameForView | Bart Visscher | 2013-07-16 | 1 | -5/+33 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | Fix renaming using parenthesis | Bart Visscher | 2013-07-05 | 1 | -5/+21 |
| * | | | Make buildNotExistingFileName testable and write unittests | Bart Visscher | 2013-07-05 | 1 | -1/+13 |
* | | | | Merge pull request #4076 from owncloud/fix_typos_kondou | VicDeo | 2013-07-16 | 7 | -14/+14 |
|\ \ \ \ | |||||
| * | | | | Fix some typos | kondou | 2013-07-16 | 7 | -14/+14 |
* | | | | | Merge pull request #3962 from owncloud/move-error-handlers | Bart Visscher | 2013-07-15 | 3 | -30/+56 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Check if logger is set, also no need to return true | Bart Visscher | 2013-07-08 | 1 | -3/+1 |
| * | | | | Move error handlers from OC_Log to OC\Log\ErrorHandler | Bart Visscher | 2013-07-05 | 3 | -30/+58 |
| |/ / / | |||||
* | | | | Merge pull request #3487 from owncloud/basic_auth_hack | Thomas Müller | 2013-07-14 | 1 | -7/+5 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | Move comment and set requesttoken. | Thomas Tanghus | 2013-06-05 | 1 | -3/+2 |
| * | | | Cleanup hacke v.2 | Thomas Tanghus | 2013-05-31 | 1 | -4/+2 |
| * | | | Revert "Clean up hack." | Thomas Tanghus | 2013-05-31 | 1 | -2/+4 |
| * | | | Clean up hack. | Thomas Tanghus | 2013-05-31 | 1 | -4/+2 |
| * | | | Hack base.php to make Basic Auth work | Thomas Tanghus | 2013-05-25 | 1 | -1/+2 |
* | | | | Merge pull request #3270 from owncloud/convert-oc_config | icewind1991 | 2013-07-11 | 5 | -105/+223 |
|\ \ \ \ | |||||
| * | | | | stupid namespace | Bart Visscher | 2013-07-08 | 1 | -1/+1 |
| * | | | | Add constructor documentation | Bart Visscher | 2013-07-08 | 1 | -0/+3 |
| * | | | | Merge branch 'master' into convert-oc_config | Bart Visscher | 2013-07-08 | 67 | -27/+146 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'master' into convert-oc_config | Bart Visscher | 2013-07-04 | 4 | -48/+178 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'master' into convert-oc_config | Thomas Mueller | 2013-07-03 | 3 | -11/+36 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | on unit test use @expectedException | Thomas Müller | 2013-07-02 | 1 | -0/+3 |
| * | | | | | | | Merge branch 'master' into convert-oc_config | Thomas Müller | 2013-07-01 | 63 | -1212/+1979 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | Set debugMode after reading the config file | Bart Visscher | 2013-06-27 | 2 | -3/+8 |
| * | | | | | | | | Revert "Can't determine if debug mode is defined until we read the config" | Bart Visscher | 2013-06-27 | 2 | -4/+7 |
| * | | | | | | | | Use file_exists to fix the unittests | Bart Visscher | 2013-06-27 | 1 | -1/+1 |
| * | | | | | | | | Fix stupid namespace separator | Bart Visscher | 2013-06-27 | 1 | -1/+1 |
| * | | | | | | | | Merge branch 'master' into convert-oc_config | Bart Visscher | 2013-06-27 | 44 | -312/+609 |
| |\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Can't determine if debug mode is defined until we read the config | Michael Gapczynski | 2013-06-10 | 2 | -7/+4 |
| * | | | | | | | | | Fix potential glob error | Michael Gapczynski | 2013-06-10 | 1 | -14/+10 |
| * | | | | | | | | | One more style fix | Michael Gapczynski | 2013-06-03 | 1 | -1/+1 |
| * | | | | | | | | | Merge branch 'master' into convert-oc_config | Michael Gapczynski | 2013-06-03 | 83 | -933/+2279 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Style and comment fixes | Michael Gapczynski | 2013-06-03 | 3 | -35/+37 |
| * | | | | | | | | | | Merge branch 'master' into convert-oc_config | Thomas Mueller | 2013-05-15 | 18 | -86/+396 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | camelCase class properties | Bart Visscher | 2013-05-08 | 1 | -16/+15 |
| * | | | | | | | | | | | Remove include for loading legacy class | Bart Visscher | 2013-05-08 | 1 | -2/+0 |
| * | | | | | | | | | | | Fix returns of values in OCP\Config | Bart Visscher | 2013-05-07 | 1 | -6/+21 |
| * | | | | | | | | | | | Convert OC_Config to object interface | Bart Visscher | 2013-05-07 | 4 | -77/+175 |
* | | | | | | | | | | | | - eventsource.php: in case of potential CSRF attack we send an error message ... | Thomas Müller | 2013-07-11 | 1 | -4/+5 |