aboutsummaryrefslogtreecommitdiffstats
path: root/webstats
Commit message (Collapse)AuthorAgeFilesLines
* stats for separate domainsOscar Najera14 days3-6/+45
|
* One global sqlite connection instead of per requestOscar Najera14 days2-14/+20
|
* [FIX] current targe when link wraps other elementsOscar Najera14 days1-4/+5
| | | | | | | | | | | Many times the A tag wraps many things. It happened that those contained element where the target and so the link would be undefined as they don't have href. The correct links resides on event.currentTarget.href. A second bug happens, on links to externals which I set to open in new window. Somehow, on the return of register-visit, the event has no currentTarget and so, it is the correct way to use event.target.target to figure out if I wanted to open a new window.
* [webstats] define system and package imageOscar Najera14 days4-44/+102
|
* setup corsOscar Najera14 days1-0/+20
|
* plot site visitsOscar Najera14 days3-1/+60
|
* [stats] put behind lighttpd proxyOscar Najera14 days3-3/+23
|
* for of syntaxOscar Najera2025-02-092-5/+11
|
* correctly instrument clicksOscar Najera2025-02-092-17/+18
|
* register clicksOscar Najera2025-02-091-8/+34
|
* small js to track visitOscar Najera2025-02-092-9/+46
|
* little draft on visit statsOscar Najera2025-02-092-0/+94