aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
3 daysupdate rst2man invocation to drop the py suffixHEADmasterDaniel Schadt
https://docutils.sourceforge.io/RELEASE-NOTES.html#release-0-21-2024-04-09.
5 daysfix lintDaniel Schadt
5 daysupdate changelogDaniel Schadt
5 daysMerge branch 'calendar'Daniel Schadt
8 daysfix lintDaniel Schadt
There seems to a new too-many-positional-arguments in addition to too-many-arguments now.
8 daysupdate dependenciesDaniel Schadt
8 daysadd tests for prev_next_monthDaniel Schadt
8 daysadjust 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.
2024-04-06fix URL resolution for AJAX callsDaniel Schadt
This also fixes a few spots from previous additions.
2024-04-06change line chart to bar chartDaniel Schadt
Technically the correct chart type to use, but we'll see what looks better.
2024-04-06introduce tabbars to the profileDaniel Schadt
2024-04-06fix eslint warningsDaniel Schadt
2024-04-06fix(updater): add missing sqlalchemy.sql.text() to some migrationsnetworkjanitor
2024-04-06implement basic version of profile graphDaniel Schadt
2024-04-05documentation improvementsDaniel Schadt
2024-04-04add endpoint for json summaryDaniel Schadt
2024-04-04Merge branch 'language-chooser'Daniel Schadt
2024-02-10fix eslintDaniel Schadt
2024-02-10only show & allow languages that are allowedDaniel Schadt
Was a bit of an oversight to not use available_locales from the get-go.
2024-02-10add DISPLAY_NAME to justfileDaniel Schadt
2024-02-10update docs about new lang display name featureDaniel Schadt
2024-02-10fix lintDaniel Schadt
2024-02-10offer a language choice at the bottomDaniel Schadt
2024-02-02add average length & duration to profileDaniel Schadt