Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-23 | Reserve /admin/log for tenant log, /admin/adminlog for admin log | Frederick Yin | |
2022-02-19 | Logger.read_admin/tenant | Frederick Yin | |
2022-02-06 | Adapt to new AdminLog interface | Frederick Yin | |
2022-02-05 | Config format switched to .ini | Frederick Yin | |
Eliminated toml from dependency list | |||
2022-02-04 | "Invalid date" also indicated in lent_time_ago | Frederick Yin | |
2022-02-04 | Supply Jinja with full umbrella data sorted by status | Frederick Yin | |
2022-02-03 | Fix datetime format on web admin console | Frederick Yin | |
2022-02-03 | Reformat w/ black | Frederick Yin | |
2022-02-02 | Mostly westling timezones | Frederick Yin | |
2022-02-02 | Umbrella count on admin page is done in core, not Jinja | Frederick Yin | |
2022-02-02 | Adapt web interface | Frederick Yin | |
2021-11-24 | New config entry "jimbrella_dir" | Frederick Yin | |
Add explanation for jimbrella_dir | |||
2021-10-31 | Implement ADMIN_MODIFY_DB logs | Frederick 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-28 | Route for /admin/logs | Frederick Yin | |
2021-10-27 | Admin console requires login to admin account | Frederick Yin | |
2021-10-27 | Provide exception messages | Frederick Yin | |
UmbrellaNotFoundError: serial UmbrellaValueError: field | |||
2021-10-24 | Separate admin routes to a blueprint | Frederick Yin | |
Because modularity |