summaryrefslogtreecommitdiffstats
path: root/modules-available/syslog/api.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* [eventlog] Add event filtering and notification systemSimon Rettberg2021-06-251-14/+6Star
|
* Moderize Database handlingSimon Rettberg2021-05-111-1/+1
| | | | | | | * Auto-convert to utf8mb4_unicode_520_ci * Use foreach instead of while to loop over results * Drop useless statement caching * Keep emulated prepares, as we sometimes loop over nested queries
* Fix deprecated curly braces string indexing (PHP 7.4)Simon Rettberg2021-03-251-1/+1
|
* [syslog] Set UUID = null if seemingly invalidSimon Rettberg2019-04-101-3/+9
|
* [syslog] Add user export featureSimon Rettberg2018-08-071-0/+39
| | | | | | | This will export all rows from tables that log user related content, data, events, helping administrators to conform to DSGVO information requests. Closes #3401
* [syslog] api: Relax spam protectionSimon Rettberg2017-11-031-2/+4
|
* [syslog] API: Write machineuuid to DBSimon Rettberg2016-07-141-1/+3
|
* Modularized baseconfig fetching (api)Simon Rettberg2016-05-171-0/+40