| Commit message (Expand) | Author | Age | Files | Lines |
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 1 | -1/+1 |
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 8 | -154/+17 |
* | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 1 | -1/+1 |
* | Merge pull request #43387 from nextcloud/fix/migrate-away-from-ilogger-in-jobs | Côme Chilliet | 2024-02-08 | 1 | -10/+0 |
* | Revert "Merge branch 'master' of github.com:nextcloud/server" | Louis Chemineau | 2024-02-08 | 1 | -0/+10 |
* | fix!: Migrate jobs away from deprecated interfaces | Côme Chilliet | 2024-02-08 | 1 | -10/+0 |
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 1 | -2/+2 |
* | fix type in BeforeMessageLoggedEvent | Robin Appelman | 2023-06-15 | 1 | -3/+6 |
* | emit an event when a message is logged | Robin Appelman | 2023-06-13 | 1 | -0/+78 |
* | fix(ocp): Add deprecation version to ILogFactory::getCustomLogger | Christoph Wurst | 2023-03-30 | 1 | -1/+1 |
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 3 | -3/+0 |
* | Merge pull request #35614 from nextcloud/fix/errorlog-array-to-string-conversion | Côme Chilliet | 2022-12-19 | 1 | -0/+4 |
|\ |
|
| * | fix(logging): Fix array to string conversion in errorlog writer | Christoph Wurst | 2022-12-19 | 1 | -0/+4 |
* | | Silence false-positive from psalm in lib/public/Log/functions.php | Côme Chilliet | 2022-12-19 | 1 | -0/+1 |
|/ |
|
* | Add a helper function that makes it easier to log from anywhere | Christoph Wurst | 2022-05-23 | 1 | -0/+73 |
* | Allow to get custom loggers for syslog, errorlog and systemdlog too | Joas Schilling | 2022-01-19 | 1 | -2/+4 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 6 | -12/+8 |
* | typo | dartcafe | 2021-05-19 | 1 | -1/+1 |
* | fix #25813 | dartcafe | 2021-05-19 | 1 | -1/+1 |
* | Fix version | Joas Schilling | 2021-04-12 | 1 | -1/+1 |
* | Move to another namespace and class name | Joas Schilling | 2021-04-09 | 1 | -2/+2 |
* | Allow apps to log actions into the audit_log | Joas Schilling | 2021-04-09 | 1 | -0/+85 |
* | Migrate custom loggers to PSR | Christoph Wurst | 2021-02-11 | 1 | -0/+10 |
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 1 | -0/+1 |
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 1 | -1/+1 |
* | Remove @package annotations from public namespace | Julius Härtl | 2020-08-26 | 5 | -5/+0 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 2 | -2/+0 |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 1 | -1/+3 |
* | always require a message paramter for data logging | Arthur Schiwon | 2020-01-28 | 1 | -3/+3 |
* | log Flow activity | Arthur Schiwon | 2020-01-28 | 1 | -0/+42 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 4 | -4/+4 |
* | Added a logger for systemd/journald | Johannes Ernst | 2018-06-29 | 1 | -1/+2 |
* | log to $datadir/audit.log by default and add rotation | Arthur Schiwon | 2018-04-26 | 1 | -0/+71 |
* | add missing php doc and type hints | Arthur Schiwon | 2018-04-26 | 1 | -2/+15 |
* | move IFileBased to public namespace, logreader needs it | Arthur Schiwon | 2018-04-26 | 1 | -0/+30 |
* | offer API to create own File log. admin_audit makes use of it | Arthur Schiwon | 2018-04-26 | 2 | -0/+85 |