summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics/pages/replace.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* Roundup of issues reported by PHPStormSimon Rettberg2023-11-021-1/+1
| | | | Mostly redundant checks, logic errors, dead code, etc.
* [eventlog] Add event filtering and notification systemSimon Rettberg2021-06-251-2/+18
|
* 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
* [statistics] Add soft-delete feature: Resets a client's IP and locationSimon Rettberg2021-02-181-3/+6
| | | | | | | | | Soft-deleting a client doesn't remove its entire data and usage history from the database, but just resets IP and location, so it doesn't appear in its former location anymore. In case a client is removed from a room, this declutters the client statistics. Once the client boots again, location and and IP address will be updated again.
* [statistics] Move replace-hook to statistics subdirSimon Rettberg2018-01-181-1/+1
|
* [statistics] Add "replace machines" feature (not linked to anywhere yet)Simon Rettberg2018-01-111-0/+119