Maxime Jeunot
Maxime Jeunot
I have the same concern, having the possibility to delete old data, automatically or not, would be nice. That said, I ended up thinking I will do it directly on...
I can submit a PR if wanted. I'm not so satisfied however. By doing it, we have to choose a protocol for the link, so there's the easy way, link...
`href="domain.com"` is treated as a relative path => UMAMI_URL/domain.com `href="//domain.com"` uses the protocol of the location where the link is: umami accessed via https => `https://domain.com`, otherwise `http://domain.com` `href="http://domain.com"` is...
Rebased to current structure, with these changes: - Updates on PostgreSQL prisma schema reflected on the SQLite one. - New version of Prisma fires an imo incorrect error with SQLite...
@mikecao Ready to be merged as it is, tested with a dataset of 2.5k views, same working behaviour for other DBs. > The only thing it could break is the...
> And I see there is some work left to line up with the dev branch (event_data migration) There's a blocker for SQLite support starting with umami 1.37.0, prisma doesn't...
Same here, on every page compatible with reader mode, after toggling it, Speedreader disabled in settings. With Windows 11. Another crash ID if needed `dea70400-f3fb-a908-0000-000000000000`
Fixed with the just released v1.42.95 (https://github.com/brave/brave-browser/issues/24513), not only fr-CA locale was concerned (fr-FR in my case).
Was about to follow up on this, didn't pay attention that `OVH_CK` was read as mutable conf, and the saving obviously should have been kept inside `_ovh_authentication` too. Sorry for...
Same as #800.