History log of /plugin/statistics/db/update0001.sql (Results 1 – 7 of 7)
Revision Date Author Comments
# 41d1fffc 12-Aug-2025 Andreas Gohr <gohr@cosmocode.de>

updated Logger tests and fixed some small issues identified


# af93d154 12-Aug-2025 Andreas Gohr <gohr@cosmocode.de>

fix login/logout logging

This does not reference sessions nor does it use a foreign key to user,
because it logs users independent of the current session (on create) or
non-existing users (on failed

fix login/logout logging

This does not reference sessions nor does it use a foreign key to user,
because it logs users independent of the current session (on create) or
non-existing users (on failed logins)

show more ...


# 02aa9b73 12-Aug-2025 Andreas Gohr <gohr@cosmocode.de>

various bugfixes to the logging processes


# 4a163f50 12-Aug-2025 Andreas Gohr <gohr@cosmocode.de>

Complete Schema overhaul

This normalizes the database schema to keep stored data reasonable.
Logging code has been adjusted (mostly) but is still untested. Queries
have not been updated.

Session ma

Complete Schema overhaul

This normalizes the database schema to keep stored data reasonable.
Logging code has been adjusted (mostly) but is still untested. Queries
have not been updated.

Session management needs an overhaul.

This is work in progress

show more ...


# 0b8b7aba 05-Aug-2025 Anna Dabrowska <dabrowska@cosmocode.de>

Log email domains and save reference to action

This introduces foreign keys in "groups" and "domain" tables that reference access or edit tables


# d5ef99dd 19-Jun-2025 Andreas Gohr <gohr@cosmocode.de>

first go at moving to sqlite


# c1d8dc74 17-Jun-2025 Andreas Gohr <gohr@cosmocode.de>

added sqlite schema file