about summary refs log tree commit diff
path: root/uploader/default_settings.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-07-14Leave cache's hash method uninitialized.Frederick Muriuki Muriithi
2025-03-18Enable downloading of dataset's phenotype's data.Frederick Muriuki Muriithi
2025-03-10Use file system rather than redis for session storage.Frederick Muriuki Muriithi
2024-10-24Update Redis prefix settings.Frederick Muriuki Muriithi
2024-10-24Don't compute settings in configuration file.Frederick Muriuki Muriithi
2024-07-26Add module to handle the JSON Web Keys.Frederick Muriuki Muriithi
2024-07-26Provide UI for enabling login to the application.Frederick Muriuki Muriithi
2024-07-26Initialise sessions for the application.Frederick Muriuki Muriithi
2024-07-25Rename module: qc_app --> uploaderFrederick Muriuki Muriithi