Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-01 | disable false positive "unsubscriptable" lint | Daniel Schadt | |
2023-09-11 | allow lambda assignments | Daniel Schadt | |
I think there are legitimate use cases and flat out not allowing any lambda to be assigned to a variable is very restrictive. | |||
2023-04-13 | replace bleach with nh3 | Daniel Schadt | |
See https://github.com/mozilla/bleach/issues/698 nh3 is a small wrapper around https://crates.io/crates/ammonia - more Rust code in Fietsboek! \o/ The default seems to be to strip unknown tags instead of replace them with htmlentities, which is fine. Then the <script> tags are completely gone. | |||
2023-03-08 | update dependencies | Daniel Schadt | |
2023-03-02 | fix lint | Daniel Schadt | |
2022-11-17 | initial support for proxying OSM tiles | Daniel Schadt | |
2022-09-10 | first implementation of update logic | Daniel Schadt | |