Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2025-01-30 | add a per-year/per-month tooltip to the home page | Daniel Schadt | |
2025-01-29 | Merge branch 'new-font' | Daniel Schadt | |
2025-01-29 | replace Junction with Inter | Daniel Schadt | |
2024-11-30 | update rst2man invocation to drop the py suffix | Daniel Schadt | |
https://docutils.sourceforge.io/RELEASE-NOTES.html#release-0-21-2024-04-09. | |||
2024-11-30 | add webfont files for Junction and Inter | Daniel Schadt | |
2024-11-30 | remove top border radius on alerts | Daniel Schadt | |
They are right below the navbar, so they shouldn't have the border there. | |||
2024-11-30 | move margin from navbar to main-content | Daniel Schadt | |
This ensures that alerts are still shown right below the navbar, and instead the space is moved below the alert and the main content. | |||
2024-11-30 | fix ui-element class on login page | Daniel Schadt | |
2024-11-28 | style adjustment: open sans -> junction/inter | Daniel Schadt | |
2024-11-28 | fix lint | Daniel Schadt | |
2024-11-28 | update changelog | Daniel Schadt | |
2024-11-28 | Merge branch 'calendar' | Daniel Schadt | |
2024-11-25 | fix lint | Daniel Schadt | |
There seems to a new too-many-positional-arguments in addition to too-many-arguments now. | |||
2024-11-25 | update dependencies | Daniel Schadt | |
2024-11-25 | add tests for prev_next_month | Daniel Schadt | |
2024-11-25 | adjust font of calendar content | Daniel Schadt | |
2024-11-16 | center title for calendar | Daniel Schadt | |
2024-11-16 | add translated messages for calendar | Daniel Schadt | |
2024-11-16 | more styling for the calendar | Daniel Schadt | |
Styling based on distance travelled! | |||
2024-11-16 | add weekday names to calendar | Daniel Schadt | |
2024-11-16 | fix leaflet weirdness when calendar month switched | Daniel Schadt | |
The magic is in the invalidateSize method, which we must call because leaflet was loaded in a hidden tab. |