Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #3962 from owncloud/move-error-handlers | Bart Visscher | 2013-07-15 | 3 | -30/+56 |
|\ | | | | | Move error handlers from OC_Log to OC\Log\ErrorHandler | ||||
| * | 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 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-07-15 | 534 | -1055/+1055 |
| | | |||||
* | | Merge pull request #3487 from owncloud/basic_auth_hack | Thomas Müller | 2013-07-14 | 1 | -7/+5 |
|\ \ | | | | | | | Basic Auth is broken - again... | ||||
| * | | 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 | 2 | -3/+4 |
| | | | | | | | | | | | | This reverts commit 138c7f615bef9994629d4aa283ae7f037dc0f14d. | ||||
| * | | Clean up hack. | Thomas Tanghus | 2013-05-31 | 2 | -4/+3 |
| | | | |||||
| * | | Hack base.php to make Basic Auth work | Thomas Tanghus | 2013-05-25 | 1 | -1/+2 |
| | | | |||||
* | | | Merge pull request #4061 from rolandgeider/master | Jan-Christoph Borchardt | 2013-07-14 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Use transifex.com on link to translations | ||||
| * | | | Use transifex.com on link to translations | rolandgeider | 2013-07-14 | 1 | -1/+1 |
|/ / / | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-07-14 | 541 | -1100/+1140 |
| | | | |||||
* | | | Removed the preview warning. This is only a simple text change | Frank Karlitschek | 2013-07-13 | 1 | -1/+1 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-07-13 | 539 | -2047/+2064 |
| | | | |||||
* | | | Merge pull request #4037 from owncloud/add_new_file_above_summary | Kondou | 2013-07-12 | 1 | -0/+2 |
|\ \ \ | | | | | | | | | add new file above summary if it is the first file in the list | ||||
| * | | | add new file above summary if it is the first file in the list | Björn Schießle | 2013-07-12 | 1 | -0/+2 |
| | | | | |||||
* | | | | fix array access and change variable names according to the coding style | Björn Schießle | 2013-07-12 | 1 | -11/+13 |
| | | | | |||||
* | | | | continue cleaning-up old versions if availableSpace=0. It's not necessary ↵ | Björn Schießle | 2013-07-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | but gives us some additional free space, especially in the case of a hard quota | ||||
* | | | | fix some var names according to our style guide | Björn Schießle | 2013-07-12 | 1 | -7/+7 |
| | | | | |||||
* | | | | adjust comments | Björn Schießle | 2013-07-12 | 1 | -1/+1 |
| | | | | |||||
* | | | | fix typo in comment | Björn Schießle | 2013-07-12 | 1 | -1/+1 |
| | | | | |||||
* | | | | also expire versions on rename, to update the history more regularly | Björn Schießle | 2013-07-12 | 1 | -0/+2 |
| | | | | |||||
* | | | | it is enough to call the expire function once | Björn Schießle | 2013-07-12 | 1 | -6/+1 |
| | | | | |||||
* | | | | call expire function before writing the new version to make sure to have ↵ | Björn Schießle | 2013-07-12 | 1 | -63/+96 |
|/ / / | | | | | | | | | | enough free space | ||||
* | | | Merge pull request #3270 from owncloud/convert-oc_config | icewind1991 | 2013-07-11 | 6 | -105/+328 |
|\ \ \ | | | | | | | | | Convert OC_Config to object so it can be used for DI | ||||
| * | | | 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 | 903 | -9739/+13308 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/config.php | ||||
| * | | | | fix \OC\Config test cases when debug mode is enabled | Robin Appelman | 2013-07-05 | 1 | -0/+2 |
| | | | | | |||||
| * | | | | fix test case whitespace | Robin Appelman | 2013-07-05 | 1 | -21/+14 |
| | | | | | |||||
| * | | | | Merge branch 'master' into convert-oc_config | Bart Visscher | 2013-07-04 | 261 | -620/+2059 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/config.php | ||||
| * \ \ \ \ | Merge branch 'master' into convert-oc_config | Thomas Mueller | 2013-07-03 | 696 | -4011/+4294 |
| |\ \ \ \ \ | |||||
| * | | | | | | on unit test use @expectedException | Thomas Müller | 2013-07-02 | 2 | -6/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | some phpdoc added | ||||
| * | | | | | | Merge branch 'master' into convert-oc_config | Thomas Müller | 2013-07-01 | 820 | -15995/+19116 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Set debugMode after reading the config file | Bart Visscher | 2013-06-27 | 3 | -31/+30 |
| | | | | | | | | |||||
| * | | | | | | | Revert "Can't determine if debug mode is defined until we read the config" | Bart Visscher | 2013-06-27 | 3 | -13/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 969e43c87b7afb6184846fe27849167c9c6f5eab. | ||||
| * | | | | | | | 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 | 1148 | -14088/+24997 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/config.php lib/setup.php | ||||
| * | | | | | | | | Can't determine if debug mode is defined until we read the config | Michael Gapczynski | 2013-06-10 | 3 | -16/+13 |
| | | | | | | | | | |||||
| * | | | | | | | | 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 | 1407 | -50198/+42057 |
| |\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Style and comment fixes | Michael Gapczynski | 2013-06-03 | 3 | -35/+37 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Merge branch 'master' into convert-oc_config | Thomas Mueller | 2013-05-15 | 280 | -3935/+5198 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | 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 | 5 | -77/+288 |
| | | | | | | | | | | |