summaryrefslogtreecommitdiff
path: root/jimbrella/admin.py
AgeCommit message (Collapse)Author
2022-02-23Reserve /admin/log for tenant log, /admin/adminlog for admin logFrederick Yin
2022-02-19Logger.read_admin/tenantFrederick Yin
2022-02-06Adapt to new AdminLog interfaceFrederick Yin
2022-02-05Config format switched to .iniFrederick Yin
Eliminated toml from dependency list
2022-02-04"Invalid date" also indicated in lent_time_agoFrederick Yin
2022-02-04Supply Jinja with full umbrella data sorted by statusFrederick Yin
2022-02-03Fix datetime format on web admin consoleFrederick Yin
2022-02-03Reformat w/ blackFrederick Yin
2022-02-02Mostly westling timezonesFrederick Yin
2022-02-02Umbrella count on admin page is done in core, not JinjaFrederick Yin
2022-02-02Adapt web interfaceFrederick Yin
2021-11-24New config entry "jimbrella_dir"Frederick Yin
Add explanation for jimbrella_dir
2021-10-31Implement ADMIN_MODIFY_DB logsFrederick Yin
When an admin requests /admin/umbrella/edit and the request succeeds, an ADMIN_MODIFY_DB log is kept. `Database.update` will keep track of the updated columns.
2021-10-28Route for /admin/logsFrederick Yin
2021-10-27Admin console requires login to admin accountFrederick Yin
2021-10-27Provide exception messagesFrederick Yin
UmbrellaNotFoundError: serial UmbrellaValueError: field
2021-10-24Separate admin routes to a blueprintFrederick Yin
Because modularity