Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | plot in activity in bars | Oscar Najera | 14 days | 1 | -15/+23 |
| | |||||
* | stats for separate domains | Oscar Najera | 14 days | 3 | -6/+45 |
| | |||||
* | One global sqlite connection instead of per request | Oscar Najera | 14 days | 2 | -14/+20 |
| | |||||
* | [FIX] current targe when link wraps other elements | Oscar Najera | 14 days | 1 | -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 image | Oscar Najera | 14 days | 4 | -44/+102 |
| | |||||
* | setup cors | Oscar Najera | 14 days | 1 | -0/+20 |
| | |||||
* | plot site visits | Oscar Najera | 14 days | 3 | -1/+60 |
| | |||||
* | [stats] put behind lighttpd proxy | Oscar Najera | 14 days | 3 | -3/+23 |
| | |||||
* | for of syntax | Oscar Najera | 2025-02-09 | 2 | -5/+11 |
| | |||||
* | correctly instrument clicks | Oscar Najera | 2025-02-09 | 2 | -17/+18 |
| | |||||
* | register clicks | Oscar Najera | 2025-02-09 | 1 | -8/+34 |
| | |||||
* | small js to track visit | Oscar Najera | 2025-02-09 | 2 | -9/+46 |
| | |||||
* | little draft on visit stats | Oscar Najera | 2025-02-09 | 2 | -0/+94 |