Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-19Allow to get custom loggers for syslog, errorlog and systemdlog tooJoas Schilling
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-05-19typodartcafe
2021-05-19fix #25813dartcafe
2021-04-12Fix versionJoas Schilling
2021-04-09Move to another namespace and class nameJoas Schilling
2021-04-09Allow apps to log actions into the audit_logJoas Schilling
2021-02-11Migrate custom loggers to PSRChristoph Wurst
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
2020-08-26Remove @package annotations from public namespaceJulius Härtl
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
2020-01-28always require a message paramter for data loggingArthur Schiwon
2020-01-28log Flow activityArthur Schiwon
2019-12-05Update license headersChristoph Wurst
2018-06-29Added a logger for systemd/journaldJohannes Ernst
2018-04-26log to $datadir/audit.log by default and add rotationArthur Schiwon
2018-04-26add missing php doc and type hintsArthur Schiwon
2018-04-26move IFileBased to public namespace, logreader needs itArthur Schiwon
2018-04-26offer API to create own File log. admin_audit makes use of itArthur Schiwon