| #
c9de78bb |
| 01-Dec-2025 |
splitbrain <86426+splitbrain@users.noreply.github.com> |
Automatic code style fixes
|
| #
59a64057 |
| 24-Aug-2025 |
Andreas Gohr <andi@splitbrain.org> |
log medium and source even when campaign is empty
In theory, the UTM parameters should be hierarchical. In practice they often aren't.
|
| #
f666296f |
| 20-Aug-2025 |
Andreas Gohr <gohr@cosmocode.de> |
output campaign data
|
| #
444fcd22 |
| 20-Aug-2025 |
Andreas Gohr <gohr@cosmocode.de> |
simplify page building in admin
This is still not as simple as I want it, but its a start
|
| #
115ede90 |
| 19-Aug-2025 |
Andreas Gohr <gohr@cosmocode.de> |
fix avg. time in session calculation
|
| #
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 ...
|
| #
bd514593 |
| 13-Aug-2025 |
Andreas Gohr <gohr@cosmocode.de> |
(auto) fixes
|
| #
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
|
| #
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
|
| #
a5ad461e |
| 11-Aug-2025 |
Andreas Gohr <gohr@cosmocode.de> |
fix new incoming links query
|
| #
a5deedd9 |
| 07-Aug-2025 |
Andreas Gohr <gohr@cosmocode.de> |
fix resolution displays
|
| #
e6188c59 |
| 07-Aug-2025 |
Andreas Gohr <gohr@cosmocode.de> |
remove icons
The icons were outdated and not super helpful, better to have none
|
| #
e6aa7fd9 |
| 07-Aug-2025 |
Andreas Gohr <gohr@cosmocode.de> |
skip empty search queries in output
|
| #
211caa5d |
| 06-Aug-2025 |
Andreas Gohr <gohr@cosmocode.de> |
more cleanup
mostly line lengths parameter building removal of obsolete stuff
|
| #
2adee4c6 |
| 06-Aug-2025 |
Andreas Gohr <gohr@cosmocode.de> |
apply auto fiexes
|
| #
a087824e |
| 05-Aug-2025 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fix time format in history graphs
|
| #
f0a4ccee |
| 29-Jul-2025 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Replace pChart charting library wich Chart.js
|
| #
f9e60319 |
| 20-Jun-2025 |
Andreas Gohr <andi@splitbrain.org> |
more query cleanup
|
| #
7428e816 |
| 19-Jun-2025 |
Andreas Gohr <gohr@cosmocode.de> |
some work on the queries
|
| #
b6632b6e |
| 19-Jun-2025 |
Andreas Gohr <gohr@cosmocode.de> |
move query to new namespace
|