aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
9 daysfix test for new 403 pageDaniel Schadt
9 daysMerge branch 'admin-stats'Daniel Schadt
9 daysfix missing newlineDaniel Schadt
9 daysremove unused importDaniel Schadt
9 daysuse version from fietsboek.__VERSION__Daniel Schadt
We already have that, I forgot.
9 daysnew 403 pageDaniel Schadt
2025-04-25rework 404 pageDaniel Schadt
Just something to no longer have the pyramid standard template.
2025-04-23fix profile testDaniel Schadt
We added the trailing slash some commits ago.
2025-04-19move badge delete button next to edit buttonDaniel Schadt
Seems like a more sensible location
2025-04-19get fietsboek version via importlibDaniel Schadt
Seems cleaner than shelling out to pip for that.
2025-04-19use proper templates for profile tabsDaniel 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-19pre-select heat map on profile viewDaniel Schadt
2025-04-18docs: change opensans to interDaniel Schadt
2025-04-18add title to links in calendarDaniel Schadt
2025-03-28remove extraneous blank lineDaniel Schadt
2025-03-27have a dark background for the admin navbarDaniel Schadt
2025-03-26fix variable shadowingDaniel Schadt
2025-03-26translate admin overviewDaniel Schadt
2025-03-26add system stats to admin pageDaniel Schadt
2025-03-25first working admin site size statsDaniel 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-01add __all__ to modulesDaniel Schadt
2025-03-01replace typing.List/Set/DictDaniel Schadt
The built-in types set/list/dict support type arguments since 3.9, so we should just use them.
2025-03-01replace use of utcnow with now(datetime.UTC)Daniel Schadt
2025-02-25better align counts on home viewDaniel Schadt
2025-02-05update docs to say Python 3.10 is requiredv0.10.0Daniel Schadt
2025-02-05add newlineDaniel Schadt
2025-02-05bump version to 0.10.0Daniel Schadt
2025-02-05update changelogDaniel Schadt
2025-01-30fix typesDaniel Schadt
2025-01-30update dependenciesDaniel Schadt
2025-01-30remove trailing space in docstringDaniel Schadt
2025-01-30round stopped/moving time to seconds in tooltipDaniel Schadt
2025-01-30add a per-year/per-month tooltip to the home pageDaniel Schadt
2025-01-29Merge branch 'new-font'Daniel Schadt
2025-01-29replace Junction with InterDaniel Schadt
2024-11-30update rst2man invocation to drop the py suffixDaniel Schadt
https://docutils.sourceforge.io/RELEASE-NOTES.html#release-0-21-2024-04-09.
2024-11-30add webfont files for Junction and InterDaniel Schadt
2024-11-30remove top border radius on alertsDaniel Schadt
They are right below the navbar, so they shouldn't have the border there.
2024-11-30move margin from navbar to main-contentDaniel 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-30fix ui-element class on login pageDaniel Schadt
2024-11-28style adjustment: open sans -> junction/interDaniel Schadt
2024-11-28fix lintDaniel Schadt
2024-11-28update changelogDaniel Schadt
2024-11-28Merge branch 'calendar'Daniel Schadt
2024-11-25fix lintDaniel Schadt
There seems to a new too-many-positional-arguments in addition to too-many-arguments now.
2024-11-25update dependenciesDaniel Schadt
2024-11-25add tests for prev_next_monthDaniel Schadt
2024-11-25adjust font of calendar contentDaniel Schadt
2024-11-16center title for calendarDaniel Schadt
2024-11-16add translated messages for calendarDaniel Schadt