| 57819987 | 15-Aug-2025 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Add timezone config |
| 44f81330 | 13-Aug-2025 |
Andreas Gohr <gohr@cosmocode.de> |
apply timezone to date queries
For now we simply use localtime and assume the server is running with the correct timezone. In the future we could easily allow a congfiguration with a time zone name,
apply timezone to date queries
For now we simply use localtime and assume the server is running with the correct timezone. In the future we could easily allow a congfiguration with a time zone name, calculate the offset and pass something like '-7 hours' in $this->tz
All data stored is kept UTC
show more ...
|
| 7a1a7c58 | 13-Aug-2025 |
Andreas Gohr <gohr@cosmocode.de> |
add optional data retention time |
| 87e0f0b1 | 13-Aug-2025 |
Andreas Gohr <gohr@cosmocode.de> |
rename log.php to dispatch.php
This avoids at least obvious generic adblockers |
| 30d73a06 | 13-Aug-2025 |
Andreas Gohr <gohr@cosmocode.de> |
do not include chart.js in main bundle
these includes were forgotten in b0cf211850e31e6c691318f638790d8b0ed0f3f0 |
| 1346cc6b | 13-Aug-2025 |
Andreas Gohr <gohr@cosmocode.de> |
removed obsolete test
we no longer handle the internal search in SearchEngines |
| fc5ebd53 | 13-Aug-2025 |
Andreas Gohr <gohr@cosmocode.de> |
upped version |
| bd514593 | 13-Aug-2025 |
Andreas Gohr <gohr@cosmocode.de> |
(auto) fixes |
| d550a4ad | 13-Aug-2025 |
Andreas Gohr <gohr@cosmocode.de> |
option to disable tracking of authed user information |
| ba6b3b10 | 13-Aug-2025 |
Andreas Gohr <gohr@cosmocode.de> |
option for disabling location resolving |
| 69fb56a2 | 13-Aug-2025 |
Andreas Gohr <gohr@cosmocode.de> |
add option to anonymize IP addresses |
| 6c5dec65 | 13-Aug-2025 |
Andreas Gohr <gohr@cosmocode.de> |
drop obsolete config |
| b7091bfd | 13-Aug-2025 |
Andreas Gohr <gohr@cosmocode.de> |
fix empty user checks
Users are either set or NULL. We don't log empty strings for users anymore |
| 30cf9434 | 13-Aug-2025 |
Andreas Gohr <gohr@cosmocode.de> |
refactor: inline fixed string parameters in SQL queries
Co-authored-by: aider (anthropic/claude-sonnet-4-20250514) <aider@aider.chat> |
| 6f2bdce1 | 13-Aug-2025 |
Andreas Gohr <gohr@cosmocode.de> |
simplify queries that don't need left joins |
| 9fdd7e51 | 13-Aug-2025 |
Andreas Gohr <gohr@cosmocode.de> |
Add topdomain page
We were logging the data but not showing it yet |
| 569a5066 | 12-Aug-2025 |
Andreas Gohr <andi@splitbrain.org> |
more referer handling fixes and tests |
| 2a30f557 | 12-Aug-2025 |
Andreas Gohr <andi@splitbrain.org> |
fix more issues, especially referer handling |
| 10dcb86f | 12-Aug-2025 |
Andreas Gohr <andi@splitbrain.org> |
adjusted queries for new schema |
| 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 ...
|
| 04928db4 | 12-Aug-2025 |
Andreas Gohr <gohr@cosmocode.de> |
streamline user and session id generation
By centralizing it in DOKUWIKI_STARTED we can make sure the session is open and cookies can be written. |
| 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 ...
|
| c5d2f052 | 12-Aug-2025 |
Andreas Gohr <gohr@cosmocode.de> |
do not log ignored bot accesses |