| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
PHP's json_encode only accept proper UTF-8 strings, loop over all
elements to ensure that they are properly UTF-8 compliant or convert
them manually.
Without this somebody passing an invalid User Agent may make json_encode
return false which will get logged as empty newline.
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
|
|
|
|
| |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
| |
|
|\
| |
| | |
only chmod logfile if necessary
|
| |
| |
| | |
otherwise e.g. on SELinux this will log an error, so we better avoid it if not necessary.
|
| |
| |
| |
| | |
Signed-off-by: Roger Szabo <roger.szabo@web.de>
|
| |
| |
| |
| | |
Signed-off-by: Roger Szabo <roger.szabo@web.de>
|
| |
| |
| |
| | |
Signed-off-by: Roger Szabo <roger.szabo@web.de>
|
|/
|
|
| |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
|
|
|
| |
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
|
|
|
|
|
|
| |
when registering the job
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
|
|
|
| |
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Updated the config sample to point to log_type='file'
- Renamed the Class for logfile logging to File in namespace 'OC\Log\'.
Changed the occurrences of 'OC\Log\Owncloud' to 'OC\Log\File'.
- Renamed the Class for log:file command to File in namespace 'OC\Core\Command\Log\File'.
Changed registration of the command to use 'OC\Core\Command\Log\File'.
- Changed default Syslog tag to Nextcloud
- Retained backwards compatibility for configs with 'logtype' => 'owncloud'
- Adjusted tests for the new file log.
Closes #490.
|
| |
|
| |
|
| |
|
|
|
|
| |
Forward port of a50619200c6a08929dbe802118a6afadb376b866 to 9.1/master
|
| |
|
|
|