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 | 1 | -112/+0 |
| | | | | | Conflicts: lib/private/vcategories.php | ||||
* | fixing PHPDoc | Thomas Müller | 2013-08-04 | 1 | -3/+3 |
| | |||||
* | make log date configurable, default to iso 8601 | Bernhard Posselt | 2013-08-02 | 1 | -1/+3 |
| | |||||
* | fix admin log display and use a more readable format | Bernhard Posselt | 2013-04-17 | 1 | -1/+1 |
| | |||||
* | use date and time instead of timestamp | Bernhard Posselt | 2013-04-17 | 1 | -1/+2 |
| | |||||
* | Style-fix: Breakup long lines | Bart Visscher | 2013-02-14 | 1 | -1/+2 |
| | |||||
* | Fall back to default log file if logfile config file not found, suppress ↵ | Michael Gapczynski | 2012-12-16 | 1 | -5/+10 |
| | | | | writing errors, fixes issue #826 | ||||
* | Checkstyle fixes: NoSpaceAfterComma | Felix Moeller | 2012-11-04 | 1 | -2/+2 |
| | |||||
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 1 | -2/+2 |
| | |||||
* | Move line counter so we only count lines towards the offset that are equal ↵ | Michael Gapczynski | 2012-07-11 | 1 | -4/+6 |
| | | | | or above the log level | ||||
* | Improvements and bug fix for log reading, fixes bug oc-982 | Michael Gapczynski | 2012-07-11 | 1 | -14/+27 |
| | |||||
* | Supress any warnings if log file does not exist | Michael Gapczynski | 2012-06-05 | 1 | -1/+1 |
| | |||||
* | Improve efficiency of retrieving log file entries | Michael Gapczynski | 2012-06-01 | 1 | -16/+19 |
| | |||||
* | Fix log viewing bug | Michael Gapczynski | 2012-05-02 | 1 | -1/+1 |
| | |||||
* | merge log into admin | Robin Appelman | 2012-04-16 | 1 | -3/+9 |
| | |||||
* | Fix owncloud log | Tom Needham | 2012-03-31 | 1 | -1/+1 |
| | |||||
* | Move logfile determination to init function | Bart Visscher | 2012-03-30 | 1 | -6/+7 |
| | |||||
* | Add support for logging to syslog | Bart Visscher | 2012-03-30 | 1 | -0/+78 |