summaryrefslogtreecommitdiffstats
path: root/modules-available/syslog/page.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* Add function param/return types, fix a lot more phpstorm complaintsSimon Rettberg2023-11-141-1/+1
|
* [syslog] Fix syntax error in SQLSimon Rettberg2023-03-101-1/+1
|
* [syslog] Minor refactorSimon Rettberg2022-09-121-13/+11Star
|
* Moderize Database handlingSimon Rettberg2021-05-111-2/+2
| | | | | | | * 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
* [main+Session] Move session from /tmp/ to session tableSimon Rettberg2021-05-111-6/+11
|
* [syslog] Make client log searchableSimon Rettberg2021-03-151-32/+43
| | | | Closes #3474
* [syslog] Add user export featureSimon Rettberg2018-08-071-1/+1
| | | | | | | This will export all rows from tables that log user related content, data, events, helping administrators to conform to DSGVO information requests. Closes #3401
* Permissions: Consistency: Make all pages require at least one permission to ↵Simon Rettberg2018-04-091-0/+1
| | | | | | be accessible Closes #3340
* [syslog] Permission checks when saving anonymization daysSimon Rettberg2018-02-131-2/+5
|
* Merge branch 'master' into permission-managerSimon Rettberg2018-02-091-2/+15
|\
| * [syslog] Add option to anonymize log entries after X daysSimon Rettberg2018-02-081-0/+13
| | | | | | | | Closes #3301
| * [syslog] Make client ip clickable, linking to statisticsSteffen Ritter2018-01-161-2/+2
| |
* | [statistics] added permissions to view client logs;Udo Walter2018-01-181-3/+23
|/ | | | | removed unused query arguments from Paginate::exec (caused an error if query arguments that are actually used in the query are passed to Paginate::exec)
* [syslog, statistics] Pretty print time, shorten CPU model in listSimon Rettberg2017-12-011-9/+1Star
|
* [syslog] Fixed sql injection preventionJannik Schönartz2017-11-231-2/+1Star
|
* [syslog] Added sql injection preventionJannik Schönartz2017-11-231-1/+3
|
* [statistics&syslog] Changed ip to machine-uuid for filtering. Fixed a bug ↵Jannik Schönartz2017-11-201-10/+11
| | | | where the client-log was losing the specific client when a filter was added.
* [syslog] Improved filtering with suggestions from existing logSimon Rettberg2017-07-061-1/+11
|
* MORE WMORKSimon Rettberg2016-05-181-3/+0Star
|
* Migrated messages to modulesSimon Rettberg2016-05-101-3/+3
|
* WIPSimon Rettberg2016-05-031-0/+94