aboutsummaryrefslogtreecommitdiffstats
path: root/webstats
Commit message (Collapse)AuthorAgeFilesLines
* plotswork-robotsOscar Najera7 days4-2/+6955
|
* failsOscar Najera8 days2-175/+234
|
* robots visitsOscar Najera8 days2-58/+146
|
* parsing apache logsOscar Najera8 days2-0/+148
|
* work for robots textOscar Najera8 days3-0/+1366
|
* movewebstatsOscar Najera2025-03-172-22/+20
|
* add new visit row with foreign key previewOscar Najera2025-02-102-10/+24
|
* plot in activity in barsOscar Najera2025-02-101-15/+23
|
* stats for separate domainsOscar Najera2025-02-103-6/+45
|
* One global sqlite connection instead of per requestOscar Najera2025-02-092-14/+20
|
* [FIX] current targe when link wraps other elementsOscar Najera2025-02-091-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 Najera2025-02-094-44/+102
|
* setup corsOscar Najera2025-02-091-0/+20
|
* plot site visitsOscar Najera2025-02-093-1/+60
|
* [stats] put behind lighttpd proxyOscar Najera2025-02-093-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