Age | Commit message (Collapse) | Author | |
---|---|---|---|
5 days | disable lint for broad exception | Daniel Schadt | |
5 days | add button to exchange GPX track | Daniel Schadt | |
5 days | add preview images to storage breakdown | Daniel Schadt | |
5 days | Merge branch 'trackmap' | Daniel Schadt | |
5 days | add track previews to profile page | Daniel Schadt | |
5 days | move padding in browse track card | Daniel Schadt | |
This way, the map preview nicely touches the border, and the padding is onyl for the tabular data. | |||
9 days | fix test for new 403 page | Daniel Schadt | |
9 days | Merge branch 'admin-stats' | Daniel Schadt | |
9 days | fix missing newline | Daniel Schadt | |
9 days | remove unused import | Daniel Schadt | |
9 days | use version from fietsboek.__VERSION__ | Daniel Schadt | |
We already have that, I forgot. | |||
9 days | new 403 page | Daniel Schadt | |
2025-04-25 | rework 404 page | Daniel Schadt | |
Just something to no longer have the pyramid standard template. | |||
2025-04-23 | fix profile test | Daniel Schadt | |
We added the trailing slash some commits ago. | |||
2025-04-23 | sort imports | Daniel Schadt | |
2025-04-23 | fix lints | Daniel Schadt | |
2025-04-23 | fix types for trackmap | Daniel Schadt | |
2025-04-22 | build track previews in fietscron | Daniel Schadt | |
2025-04-21 | fix layer passing in conftest | Daniel Schadt | |
2025-04-21 | don't fail for empty tile data | Daniel Schadt | |
This might happen in tests, so we should be prepared for it. | |||
2025-04-21 | use configured tile layers for trackmap | Daniel Schadt | |
2025-04-21 | cache & generate trackmap when uploading a track | Daniel Schadt | |
2025-04-21 | fix content-type in tileproxy | Daniel Schadt | |
Now that we don't get the response object anymore, we just pretend it's image/png. Nobody would serve OSM tiles with something else, right? | |||
2025-04-21 | use cached tiles when generating trackmap | Daniel Schadt | |
2025-04-20 | show track images in browse view | Daniel Schadt | |
2025-04-20 | add a function to render a track as static image | Daniel Schadt | |
Not really useful yet, but it's nice that it works. | |||
2025-04-19 | move badge delete button next to edit button | Daniel Schadt | |
Seems like a more sensible location | |||
2025-04-19 | get fietsboek version via importlib | Daniel Schadt | |
Seems cleaner than shelling out to pip for that. | |||
2025-04-19 | use proper templates for profile tabs | Daniel Schadt | |
I wasn't very happy with the wonkiness that the previous tabs were, especially with the calendar having different URLs *sometimes*. I'm planning to use the same strategy for the admin site soon, so it makes sense to implement it here. | |||
2025-04-19 | pre-select heat map on profile view | Daniel Schadt | |
2025-04-18 | docs: change opensans to inter | Daniel Schadt | |
2025-04-18 | add title to links in calendar | Daniel Schadt | |
2025-03-28 | remove extraneous blank line | Daniel Schadt | |
2025-03-27 | have a dark background for the admin navbar | Daniel Schadt | |
2025-03-26 | fix variable shadowing | Daniel Schadt | |
2025-03-26 | translate admin overview | Daniel Schadt | |
2025-03-26 | add system stats to admin page | Daniel Schadt | |
2025-03-25 | first working admin site size stats | Daniel Schadt | |
Still needs a bit of a design touchup and proper localozation. Also opens up the way for a cleaner admin interface and proper user/track lists in the admin panel. | |||
2025-03-01 | add __all__ to modules | Daniel Schadt | |
2025-03-01 | replace typing.List/Set/Dict | Daniel Schadt | |
The built-in types set/list/dict support type arguments since 3.9, so we should just use them. | |||
2025-03-01 | replace use of utcnow with now(datetime.UTC) | Daniel Schadt | |
2025-02-25 | better align counts on home view | Daniel Schadt | |
2025-02-05 | update docs to say Python 3.10 is requiredv0.10.0 | Daniel Schadt | |
2025-02-05 | add newline | Daniel Schadt | |
2025-02-05 | bump version to 0.10.0 | Daniel Schadt | |
2025-02-05 | update changelog | Daniel Schadt | |
2025-01-30 | fix types | Daniel Schadt | |
2025-01-30 | update dependencies | Daniel Schadt | |
2025-01-30 | remove trailing space in docstring | Daniel Schadt | |
2025-01-30 | round stopped/moving time to seconds in tooltip | Daniel Schadt | |