| Commit message (Expand) | Author | Age | Files | Lines |
* | Add visibility to all constants | Christoph Wurst | 2020-04-10 | 1 | -2/+2 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 7 | -15/+10 |
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 1 | -2/+2 |
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 2 | -0/+2 |
* | Merge pull request #18200 from nextcloud/enhancement/psr-logger | Christoph Wurst | 2020-04-08 | 1 | -0/+166 |
|\ |
|
| * | Add a PSR-3 logger adapter and make it injectable | Christoph Wurst | 2020-03-26 | 1 | -0/+166 |
* | | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 3 | -0/+3 |
* | | Merge pull request #20170 from nextcloud/techdebt/remove-unused-imports | Christoph Wurst | 2020-03-27 | 1 | -1/+0 |
|\ \ |
|
| * | | Remove unused imports | Christoph Wurst | 2020-03-25 | 1 | -1/+0 |
| |/ |
|
* / | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 2 | -9/+9 |
|/ |
|
* | always require a message paramter for data logging | Arthur Schiwon | 2020-01-28 | 1 | -0/+10 |
* | Update license headers for 18 | Christoph Wurst | 2019-12-20 | 1 | -1/+0 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 8 | -19/+29 |
* | Fix logger test | Roeland Jago Douma | 2019-11-27 | 1 | -1/+1 |
* | Sensitive values handling | Roeland Jago Douma | 2019-11-27 | 1 | -2/+4 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 3 | -3/+2 |
* | Do not escape slashes in log json | Julius Härtl | 2019-10-07 | 1 | -2/+2 |
* | Make sure SystemConfig class can be injected and syslog_tag is fetched properly | Julius Härtl | 2019-08-13 | 1 | -1/+1 |
* | Move log detail aggregation to separate class and reuse it in syslog/systemd ... | Julius Härtl | 2019-07-17 | 4 | -66/+115 |
* | fix class might be undefined | Joas Schilling | 2019-05-08 | 1 | -2/+2 |
* | remove args from logging of common-spelled methods dependent on class | Arthur Schiwon | 2019-05-07 | 1 | -10/+24 |
* | remove setup args from logging | Arthur Schiwon | 2019-05-06 | 1 | -0/+8 |
* | Remove sensitive SMB arguments from exception log | Morris Jobke | 2019-03-12 | 1 | -0/+6 |
* | Don't log parameters on user creation in case of error/exception | Joas Schilling | 2019-01-10 | 1 | -0/+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 |
* | make exception serializer a bit more robust | Robin Appelman | 2018-07-18 | 1 | -3/+7 |
* | Sanitize parameters in createSessionToken() while logging | Morris Jobke | 2018-07-11 | 1 | -0/+1 |
* | Revert "Fix undeclared method warning in phan" | Morris Jobke | 2018-07-03 | 1 | -1/+0 |
* | Fix undeclared method warning in phan | Morris Jobke | 2018-07-02 | 1 | -0/+1 |
* | Added Systemd.log documentation to config.sample.php | Johannes Ernst | 2018-06-29 | 2 | -4/+14 |
* | Added a logger for systemd/journald | Johannes Ernst | 2018-06-29 | 2 | -0/+71 |
* | use SystemConfig, less dependencies, and not publicly needed | Arthur Schiwon | 2018-04-26 | 2 | -24/+17 |
* | log to $datadir/audit.log by default and add rotation | Arthur Schiwon | 2018-04-26 | 1 | -16/+10 |
* | add missing php doc and type hints | Arthur Schiwon | 2018-04-26 | 1 | -2/+2 |
* | improve Syslog a little | Arthur Schiwon | 2018-04-26 | 1 | -3/+6 |
* | revert Log's dependency to SystemConfig to work during Installation | Arthur Schiwon | 2018-04-26 | 1 | -1/+8 |
* | move IFileBased to public namespace, logreader needs it | Arthur Schiwon | 2018-04-26 | 2 | -30/+1 |
* | offer API to create own File log. admin_audit makes use of it | Arthur Schiwon | 2018-04-26 | 5 | -48/+37 |
* | destaticfy Log classes | Arthur Schiwon | 2018-04-26 | 6 | -49/+155 |
* | move log constants to ILogger | Arthur Schiwon | 2018-04-26 | 3 | -7/+12 |
* | Log classnames of arguments in exception trace | Robin Appelman | 2018-04-17 | 1 | -0/+140 |
* | Merge pull request #8946 from nextcloud/log-exceptions-as-nested-array-2 | Morris Jobke | 2018-04-11 | 1 | -1/+1 |
|\ |
|
| * | Log exceptions as nested array instead of encoded json | Robin Appelman | 2018-04-10 | 1 | -1/+1 |
* | | Set the default log rotate size to 100 MB | Morris Jobke | 2018-04-11 | 1 | -1/+1 |
|/ |
|
* | Use ::class statement instead of string | Morris Jobke | 2018-01-29 | 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 | 2 | -1/+5 |