summaryrefslogtreecommitdiffstats
path: root/lib/private/Log/File.php
Commit message (Expand)AuthorAgeFilesLines
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Fix warning in PHP 8 about optional parameter before mandatory oneMorris Jobke2021-01-071-1/+1
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-2/+2
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Fix chmod on file descriptorJ0WI2020-07-031-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+1
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-0/+1
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-1/+1
* Update license headersChristoph Wurst2019-12-051-6/+4
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
* Move log detail aggregation to separate class and reuse it in syslog/systemd ...Julius Härtl2019-07-171-58/+3
* Make logfile's mode configurable.Roland Tapken2018-10-021-2/+5
* Make sure error_log() always receives a stringJoas Schilling2018-07-231-0/+3
* use SystemConfig, less dependencies, and not publicly neededArthur Schiwon2018-04-261-9/+8
* add missing php doc and type hintsArthur Schiwon2018-04-261-2/+2
* move IFileBased to public namespace, logreader needs itArthur Schiwon2018-04-261-0/+1
* offer API to create own File log. admin_audit makes use of itArthur Schiwon2018-04-261-10/+13
* destaticfy Log classesArthur Schiwon2018-04-261-30/+22
* move log constants to ILoggerArthur Schiwon2018-04-261-1/+3
* Log exceptions as nested array instead of encoded jsonRobin Appelman2018-04-101-1/+1
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-261-1/+1
* Request->getHeader() should always return a stringMorris Jobke2018-01-171-1/+4
* Change @georgehrke's emailMorris Jobke2017-11-061-1/+1
* Update license headersMorris Jobke2017-11-061-1/+4
* Ensure log message is UTF-8 encodedLukas Reschke2017-08-171-1/+12
* Use constantsJoas Schilling2017-04-131-1/+1
* Reorder the entries of the log for easier readingJuan Pablo Villafáñez2017-04-121-5/+5
* Merge pull request #3310 from duritong/patch-1Morris Jobke2017-04-041-1/+3
|\
| * only chmod logfile if necessaryduritong2017-01-291-1/+3
* | author updateRoger Szabo2017-03-101-0/+1
* | improvement of userAgent variable assigmentRoger Szabo2017-03-101-1/+1
* | log user agent globally insteadRoger Szabo2017-03-101-0/+2
* | Revert unintentional log timestamp format changeJoas Schilling2017-01-301-1/+1
|/
* fix default value for logdateformat - fixes #3107Morris Jobke2017-01-191-2/+2
* log version number in each log lineMorris Jobke2016-10-061-2/+4
* Changed logtype to file instead of owncloud.Thomas Pulzer2016-07-221-0/+185