Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Whitespace cleanup | Bart Visscher | 2013-01-16 | 1 | -2/+2 |
| | |||||
* | Style: Remove all the dangling white spaces | Felix Moeller | 2012-11-04 | 1 | -1/+1 |
| | |||||
* | Checkstyle fixes for SpaceBeforeOpenBrace | Felix Moeller | 2012-11-04 | 1 | -3/+3 |
| | |||||
* | Check if error_report() is equal to 0, so suppressed errors aren't logged ↵ | Michael Gapczynski | 2012-10-28 | 1 | -0/+3 |
| | | | | e.g. the htaccesstext.txt fopen failing | ||||
* | Merge branch 'extended_log' | Victor Dubiniuk | 2012-10-16 | 1 | -0/+22 |
|\ | | | | | | | PHP errors logging into the owncloud log | ||||
| * | Uncaught exception logging | VicDeo | 2012-09-26 | 1 | -0/+5 |
| | | |||||
| * | Log PHP errors to the OC log | Victor Dubiniuk | 2012-09-12 | 1 | -0/+17 |
| | | |||||
* | | disable log when running tests | Robin Appelman | 2012-10-12 | 1 | -5/+8 |
|/ | |||||
* | The log message is not always shown in html | Bart Visscher | 2012-05-10 | 1 | -1/+1 |
| | | | | The log message can also be logged with syslog, here we don't want to have html-entities. Also the log messages through json are displayed as text not html. | ||||
* | Protect admin from evil log messages | Tom Needham | 2012-05-08 | 1 | -1/+1 |
| | |||||
* | Add support for logging to syslog | Bart Visscher | 2012-03-30 | 1 | -55/+16 |
| | |||||
* | improve log browsing | Robin Appelman | 2012-02-26 | 1 | -11/+15 |
| | |||||
* | Avoid Huge error message when unable to read log file | Brice Maron | 2011-11-06 | 1 | -0/+3 |
| | |||||
* | fix log level check | Robin Appelman | 2011-10-22 | 1 | -1/+1 |
| | |||||
* | provide a logging mechanism | Robin Appelman | 2011-10-16 | 1 | -0/+71 |