aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-02-05update docs to say Python 3.10 is requiredHEADv0.10.0masterDaniel 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
2024-11-16more styling for the calendarDaniel Schadt
Styling based on distance travelled!
2024-11-16add weekday names to calendarDaniel Schadt
2024-11-16fix leaflet weirdness when calendar month switchedDaniel Schadt
The magic is in the invalidateSize method, which we must call because leaflet was loaded in a hidden tab.
2024-11-13first draft of calendarDaniel Schadt
2024-05-04update changelogDaniel Schadt
2024-05-04fix images being cut on small screensDaniel Schadt
2024-05-04Merge branch 'migration-bootstrap-test'Daniel Schadt
2024-04-18remove mypy ignore for sqlalchemyDaniel Schadt
With SQLAlchemy 2.0 and the SQLAlchemy mypy plugin this should not be needed anymore, since we get proper SQLAlchemy type checking.
2024-04-18also remove user data on test teardownDaniel Schadt
2024-04-18have data_dir as a placeholder in testing.iniDaniel Schadt
2024-04-17replace bi-image with bi-imagesDaniel Schadt
seems to fit better
2024-04-17add number of images and comments to browse viewDaniel Schadt
2024-04-17add number of images and comments to home pageDaniel Schadt
2024-04-16add test for fietsupdate bootstrappingDaniel Schadt
2024-04-16add data directory for testing configurationDaniel Schadt
2024-04-16use alembic scripts from the packageDaniel Schadt
Especially for the installed module (which is probably the case if you use production.ini), this makes more sense than referring to the source location. We leave the development.ini for now, as there it might make sense to read the local directory (although it's probably installed as an editable module anyway).
2024-04-08bump version to 0.9.0v0.9.0Daniel Schadt
2024-04-08update dependenciesDaniel Schadt
2024-04-08Merge branch 'profile-graph'Daniel Schadt
2024-04-08update changelogDaniel Schadt
2024-04-07update changelogDaniel Schadt
2024-04-07add docs about the updaterDaniel Schadt
2024-04-06Merge branch 'fix-update-migration-scripts' into 'master'Daniel
fix(updater): add missing sqlalchemy.sql.text() to some migrations See merge request dunj3/fietsboek!1
2024-04-06fix language only being chosen for subsitesDaniel Schadt
Turns out that the default Path= value for cookies is not what we want, so we set it explicitely.