| Commit message (Expand) | Author | Age | Files | Lines |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -1/+0 |
* | Fix warning in PHP 8 about optional parameter before mandatory one | Morris Jobke | 2021-01-07 | 1 | -1/+1 |
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 1 | -2/+2 |
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 1 | -0/+1 |
* | Fix chmod on file descriptor | J0WI | 2020-07-03 | 1 | -1/+1 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 1 | -0/+1 |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 1 | -0/+1 |
* | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 1 | -1/+1 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -6/+4 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -1/+1 |
* | Move log detail aggregation to separate class and reuse it in syslog/systemd ... | Julius Härtl | 2019-07-17 | 1 | -58/+3 |
* | Make logfile's mode configurable. | Roland Tapken | 2018-10-02 | 1 | -2/+5 |
* | Make sure error_log() always receives a string | Joas Schilling | 2018-07-23 | 1 | -0/+3 |
* | use SystemConfig, less dependencies, and not publicly needed | Arthur Schiwon | 2018-04-26 | 1 | -9/+8 |
* | add missing php doc and type hints | Arthur Schiwon | 2018-04-26 | 1 | -2/+2 |
* | move IFileBased to public namespace, logreader needs it | Arthur Schiwon | 2018-04-26 | 1 | -0/+1 |
* | offer API to create own File log. admin_audit makes use of it | Arthur Schiwon | 2018-04-26 | 1 | -10/+13 |
* | destaticfy Log classes | Arthur Schiwon | 2018-04-26 | 1 | -30/+22 |
* | move log constants to ILogger | Arthur Schiwon | 2018-04-26 | 1 | -1/+3 |
* | Log exceptions as nested array instead of encoded json | Robin Appelman | 2018-04-10 | 1 | -1/+1 |
* | Remove unneeded semicolon and parentheses | Morris Jobke | 2018-01-26 | 1 | -1/+1 |
* | Request->getHeader() should always return a string | Morris Jobke | 2018-01-17 | 1 | -1/+4 |
* | Change @georgehrke's email | Morris Jobke | 2017-11-06 | 1 | -1/+1 |
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -1/+4 |
* | Ensure log message is UTF-8 encoded | Lukas Reschke | 2017-08-17 | 1 | -1/+12 |
* | Use constants | Joas Schilling | 2017-04-13 | 1 | -1/+1 |
* | Reorder the entries of the log for easier reading | Juan Pablo Villafáñez | 2017-04-12 | 1 | -5/+5 |
* | Merge pull request #3310 from duritong/patch-1 | Morris Jobke | 2017-04-04 | 1 | -1/+3 |
|\ |
|
| * | only chmod logfile if necessary | duritong | 2017-01-29 | 1 | -1/+3 |
* | | author update | Roger Szabo | 2017-03-10 | 1 | -0/+1 |
* | | improvement of userAgent variable assigment | Roger Szabo | 2017-03-10 | 1 | -1/+1 |
* | | log user agent globally instead | Roger Szabo | 2017-03-10 | 1 | -0/+2 |
* | | Revert unintentional log timestamp format change | Joas Schilling | 2017-01-30 | 1 | -1/+1 |
|/ |
|
* | fix default value for logdateformat - fixes #3107 | Morris Jobke | 2017-01-19 | 1 | -2/+2 |
* | log version number in each log line | Morris Jobke | 2016-10-06 | 1 | -2/+4 |
* | Changed logtype to file instead of owncloud. | Thomas Pulzer | 2016-07-22 | 1 | -0/+185 |