Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-04 | Moved REDIS_CONN back into if __name__ == '__main__' since it doesn't need ↵ | zsloan | |
to be globally accessed anymore (I think I intiially moved it because I was calling it in create_group_data, but that ended up being unnecessary | |||
2021-10-04 | Changed the group.py script to replace user e-mails with IDs and to include ↵ | zsloan | |
id, name, changed_timestamp, and created_timestamp in group details | |||
2021-10-04 | scripts: group.py: Modify exit message when displaying updated data | BonfaceKilz | |
2021-10-04 | scripts: group.py: Remove "glom" dependency | BonfaceKilz | |
2021-10-04 | Decode redis response by default | BonfaceKilz | |
2021-10-04 | Modify resource editing script to enable data backups & restoration | BonfaceKilz | |
2021-10-04 | Add script that adds "editors" group to all resources in Redis | BonfaceKilz | |
2021-10-04 | Add script for creating/ updating groups during authorisation | BonfaceKilz | |