Age | Commit message (Collapse) | Author | |
---|---|---|---|
3 days | update rst2man invocation to drop the py suffixHEADmaster | Daniel Schadt | |
https://docutils.sourceforge.io/RELEASE-NOTES.html#release-0-21-2024-04-09. | |||
5 days | fix lint | Daniel Schadt | |
5 days | update changelog | Daniel Schadt | |
5 days | Merge branch 'calendar' | Daniel Schadt | |
8 days | fix lint | Daniel Schadt | |
There seems to a new too-many-positional-arguments in addition to too-many-arguments now. | |||
8 days | update dependencies | Daniel Schadt | |
8 days | add tests for prev_next_month | Daniel Schadt | |
8 days | 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. | |||
2024-11-13 | first draft of calendar | Daniel Schadt | |
2024-05-04 | update changelog | Daniel Schadt | |
2024-05-04 | fix images being cut on small screens | Daniel Schadt | |
2024-05-04 | Merge branch 'migration-bootstrap-test' | Daniel Schadt | |
2024-04-18 | remove mypy ignore for sqlalchemy | Daniel 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-18 | also remove user data on test teardown | Daniel Schadt | |
2024-04-18 | have data_dir as a placeholder in testing.ini | Daniel Schadt | |
2024-04-17 | replace bi-image with bi-images | Daniel Schadt | |
seems to fit better | |||
2024-04-17 | add number of images and comments to browse view | Daniel Schadt | |
2024-04-17 | add number of images and comments to home page | Daniel Schadt | |
2024-04-16 | add test for fietsupdate bootstrapping | Daniel Schadt | |
2024-04-16 | add data directory for testing configuration | Daniel Schadt | |
2024-04-16 | use alembic scripts from the package | Daniel 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-08 | bump version to 0.9.0v0.9.0 | Daniel Schadt | |
2024-04-08 | update dependencies | Daniel Schadt | |
2024-04-08 | Merge branch 'profile-graph' | Daniel Schadt | |
2024-04-08 | update changelog | Daniel Schadt | |
2024-04-07 | update changelog | Daniel Schadt | |
2024-04-07 | add docs about the updater | Daniel Schadt | |
2024-04-06 | Merge 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-06 | fix language only being chosen for subsites | Daniel Schadt | |
Turns out that the default Path= value for cookies is not what we want, so we set it explicitely. | |||
2024-04-06 | fix URL resolution for AJAX calls | Daniel Schadt | |
This also fixes a few spots from previous additions. | |||
2024-04-06 | change line chart to bar chart | Daniel Schadt | |
Technically the correct chart type to use, but we'll see what looks better. | |||
2024-04-06 | introduce tabbars to the profile | Daniel Schadt | |
2024-04-06 | fix eslint warnings | Daniel Schadt | |
2024-04-06 | fix(updater): add missing sqlalchemy.sql.text() to some migrations | networkjanitor | |
2024-04-06 | implement basic version of profile graph | Daniel Schadt | |
2024-04-05 | documentation improvements | Daniel Schadt | |
2024-04-04 | add endpoint for json summary | Daniel Schadt | |
2024-04-04 | Merge branch 'language-chooser' | Daniel Schadt | |
2024-02-10 | fix eslint | Daniel Schadt | |
2024-02-10 | only show & allow languages that are allowed | Daniel Schadt | |
Was a bit of an oversight to not use available_locales from the get-go. | |||
2024-02-10 | add DISPLAY_NAME to justfile | Daniel Schadt | |
2024-02-10 | update docs about new lang display name feature | Daniel Schadt | |
2024-02-10 | fix lint | Daniel Schadt | |
2024-02-10 | offer a language choice at the bottom | Daniel Schadt | |
2024-02-02 | add average length & duration to profile | Daniel Schadt | |