Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move \OCP to PSR-4 | Roeland Jago Douma | 2016-05-19 | 1 | -144/+0 |
| | |||||
* | With PHP7 Throwable is the new base interface for all Exception and Error - ↵ | Thomas Müller | 2016-04-20 | 1 | -2/+2 |
| | | | | we should be capable to log Throwable as well | ||||
* | Update author information | Lukas Reschke | 2016-03-01 | 1 | -0/+1 |
| | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | ||||
* | Add message key to context of logException | Thomas Müller | 2016-01-15 | 1 | -0/+8 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+1 |
| | |||||
* | Remove passwords from logged exception stack traces | Morris Jobke | 2015-09-24 | 1 | -0/+10 |
| | | | | | | * fixed #16318 * create logException in ILogger * add unit tests | ||||
* | Fix visibility of interfaces in \OCP | Morris Jobke | 2015-04-19 | 1 | -9/+9 |
| | |||||
* | Add @since tags to all methods in public namespace | Morris Jobke | 2015-04-16 | 1 | -0/+10 |
| | | | | | | | * enhance the app development experience - you can look up the method introduction right inside the code without searching via git blame * easier to write apps for multiple versions | ||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -4/+18 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -17/+5 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -5/+17 |
| | |||||
* | - make logger available in the container | Bernhard Posselt | 2014-05-09 | 1 | -0/+101 |
- inject logger class into log - adding PHPDoc comments and fixing typos |