about summary refs log tree commit diff
path: root/uploader/route_utils.py
AgeCommit message (Collapse)Author
6 daysFeature Flags: Generically deal with HTTP-based feature flags.Frederick Muriuki Muriithi
* Define a default `FEATURE_FLAGS_HTTP` configuration variable that's an empty list to help defining http-based feature flags that can be used to turn on/off features * Build macro to include hidden fields for feature flags where necessary. * Extend flask's `url_for` function to deal with defined feature flags in a mostly transparent way
2025-11-05Fix issues caught by linter.Frederick Muriuki Muriithi
2025-11-03Provide utilities for redirecting to next page if provided.Frederick Muriuki Muriithi
2025-06-11Fix issues caught by linter.Frederick Muriuki Muriithi
2025-02-18Extract common pattern into generic function.Frederick Muriuki Muriithi