Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-03-01 | add __all__ to modulesHEADmaster | 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. | |||
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 | |