Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move tests/ to PSR-4 (#24731) | Joas Schilling | 2016-05-20 | 1 | -125/+0 |
| | | | | | | | | | | | | | | | | | | | | * Move a-b to PSR-4 * Move c-d to PSR-4 * Move e+g to PSR-4 * Move h-l to PSR-4 * Move m-r to PSR-4 * Move s-u to PSR-4 * Move files/ to PSR-4 * Move remaining tests to PSR-4 * Remove Test\ from old autoloader | ||||
* | Remove the password from the validateUserPass() method as well | Joas Schilling | 2016-05-02 | 1 | -0/+15 |
| | |||||
* | Remove passwords from logged exception stack traces | Morris Jobke | 2015-09-24 | 1 | -0/+44 |
| | | | | | | * fixed #16318 * create logException in ILogger * add unit tests | ||||
* | Remove OC_Log | Thomas Müller | 2015-07-03 | 1 | -1/+1 |
| | |||||
* | Conditional logging | Morris Jobke | 2015-05-08 | 1 | -3/+27 |
| | | | | | | | | | | | | | | | * Log condition for log level increase based on conditions. Once one of these conditions is met, the required log level is set to debug. This allows to debug specific requests, users or apps * Supported conditions (setting `log_condition` in `config.php`): - `shared_secret`: if a request parameter with the name `log_secret` is set to this value the condition is met - `users`: if the current request is done by one of the specified users, this condition is met - `apps`: if the log message is invoked by one of the specified apps, this condition is met * fix unit test and add app log condition test | ||||
* | Make root tests extend the \Test\TestCase | Joas Schilling | 2014-11-19 | 1 | -2/+4 |
| | |||||
* | fix logger implementation and test | Jörn Friedrich Dreyer | 2014-07-15 | 1 | -1/+1 |
| | |||||
* | adding unit test for message interpolation | Thomas Müller | 2014-05-12 | 1 | -0/+40 |