| Commit message (Expand) | Author | Age | Files | Lines |
* | fix: Handle null checks with the ?? operatorrefactor/elvis | Christoph Wurst | 2024-09-15 | 1 | -1/+1 |
* | refactor: Use the elvis operator | Christoph Wurst | 2024-09-15 | 1 | -1/+1 |
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 1 | -1/+1 |
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 1 | -22/+2 |
* | Move away from deprecated utf_encode() on PHP 8.2+ | Git'Fellow | 2024-02-17 | 1 | -1/+1 |
* | Refactors lib/private/Log. | Faraz Samapoor | 2023-06-28 | 1 | -5/+3 |
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 1 | -1/+0 |
* | Fix logging data context to file | Thomas Citharel | 2022-05-02 | 1 | -1/+3 |
* | Fix DateTime constructor calls with null | Côme Chilliet | 2021-11-23 | 1 | -1/+1 |
* | Move DateTime::ATOM to DateTimeInterface::ATOM | Christoph Wurst | 2021-06-23 | 1 | -1/+1 |
* | Move exception logging to separate field | Julius Härtl | 2021-06-10 | 1 | -5/+9 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -2/+1 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 1 | -0/+1 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -5/+5 |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 1 | -0/+1 |
* | always require a message paramter for data logging | Arthur Schiwon | 2020-01-28 | 1 | -0/+10 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -1/+1 |
* | Do not escape slashes in log json | Julius Härtl | 2019-10-07 | 1 | -2/+2 |
* | Move log detail aggregation to separate class and reuse it in syslog/systemd ... | Julius Härtl | 2019-07-17 | 1 | -0/+101 |