Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 7 | -751/+0 |
| | | | | | Conflicts: lib/private/vcategories.php | ||||
* | Merge branch 'master' into appframework-master | Thomas Müller | 2013-09-25 | 1 | -0/+146 |
|\ | | | | | | | | | | | Conflicts: apps/files/lib/helper.php apps/files_trashbin/lib/helper.php | ||||
| * | Add missing return true statements to legacy preferences functions | Bart Visscher | 2013-09-19 | 1 | -0/+9 |
| | | |||||
| * | Add missing static | Bart Visscher | 2013-09-19 | 1 | -1/+1 |
| | | |||||
| * | Convert OC_Preference to object interface | Bart Visscher | 2013-09-19 | 1 | -0/+137 |
| | | |||||
* | | Note to self 2: Do as you preach. Test! | Thomas Tanghus | 2013-09-18 | 1 | -1/+1 |
| | | |||||
* | | Add legacy wrapper | Thomas Tanghus | 2013-09-17 | 1 | -0/+10 |
|/ | |||||
* | add function to get config object from OC_Config | Robin Appelman | 2013-07-29 | 1 | -0/+4 |
| | |||||
* | Merge pull request #3962 from owncloud/move-error-handlers | Bart Visscher | 2013-07-15 | 1 | -27/+0 |
|\ | | | | | Move error handlers from OC_Log to OC\Log\ErrorHandler | ||||
| * | Move error handlers from OC_Log to OC\Log\ErrorHandler | Bart Visscher | 2013-07-05 | 1 | -27/+0 |
| | | |||||
* | | Merge pull request #3270 from owncloud/convert-oc_config | icewind1991 | 2013-07-11 | 1 | -0/+103 |
|\ \ | | | | | | | Convert OC_Config to object so it can be used for DI | ||||
| * | | on unit test use @expectedException | Thomas Müller | 2013-07-02 | 1 | -0/+3 |
| | | | | | | | | | | | | some phpdoc added | ||||
| * | | Merge branch 'master' into convert-oc_config | Thomas Müller | 2013-07-01 | 1 | -0/+77 |
| |\| | |||||
| * | | Set debugMode after reading the config file | Bart Visscher | 2013-06-27 | 1 | -1/+1 |
| | | | |||||
| * | | Revert "Can't determine if debug mode is defined until we read the config" | Bart Visscher | 2013-06-27 | 1 | -1/+1 |
| | | | | | | | | | | | | This reverts commit 969e43c87b7afb6184846fe27849167c9c6f5eab. | ||||
| * | | Can't determine if debug mode is defined until we read the config | Michael Gapczynski | 2013-06-10 | 1 | -1/+1 |
| | | | |||||
| * | | Style and comment fixes | Michael Gapczynski | 2013-06-03 | 1 | -14/+16 |
| | | | |||||
| * | | Merge branch 'master' into convert-oc_config | Thomas Mueller | 2013-05-15 | 2 | -0/+424 |
| |\ \ | |||||
| * | | | Convert OC_Config to object interface | Bart Visscher | 2013-05-07 | 1 | -0/+98 |
| / / | |||||
* | | | Updater: pass update url as argument to update check | Robin Appelman | 2013-07-06 | 1 | -1/+1 |
| | | | |||||
* | | | split upgrade logic from ajax file | Robin Appelman | 2013-07-06 | 1 | -0/+14 |
| |/ |/| | |||||
* | | missing $ | Thomas Mueller | 2013-06-27 | 1 | -1/+1 |
| | | |||||
* | | Make the object drive the logging backend | Bart Visscher | 2013-06-27 | 1 | -6/+11 |
| | | | | | | | | This is the other way around then it was. | ||||
* | | Implement OC\Log as proxy to OC_Log | Bart Visscher | 2013-05-13 | 1 | -0/+72 |
|/ | | | | | | OC\Log implements the Psr\Log\LoggerInterface interface. See https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md for the full interface specification. | ||||
* | Move legacy filesystem classes | Robin Appelman | 2013-05-08 | 2 | -0/+424 |