forked from public/pyceo
1
0
Fork 0
pyceo/ceo_common
Daniel Sun 010937ea17 Add group lookup functionality (#88)
note: **I am unaware of best practices** but I tried my best to keep changes consistent with the codebase

feedback would be much appreciated

notable changes:
**new api endpoint**: `/groups/search` -- I moved searching into the api so it could be used in tui and cli, also seemed like a good idea to keep the json response as small as possible
**tui searching** -- at first I wanted to make this realtime interactable, but the work required seemed inappropriate to a feature I am assuming will only be used sparingly

Co-authored-by: Daniel Sun <dandancool@github.com>
Co-authored-by: Daniel Sun <d6sun@uwaterloo.ca>
Reviewed-on: public/pyceo#88
Reviewed-by: Max Erenberg <merenber@csclub.uwaterloo.ca>
Co-authored-by: Daniel Sun <d6sun@csclub.uwaterloo.ca>
Co-committed-by: Daniel Sun <d6sun@csclub.uwaterloo.ca>
2023-03-04 01:21:04 -05:00
..
interfaces use LDAP instead of NSS for authz (#73) 2022-09-09 17:26:54 -04:00
model Use the admin creds in the HTTPClient when necessary (#85) 2022-11-06 15:23:27 -05:00
__init__.py add base classes for users and groups 2021-07-19 05:47:39 +00:00
errors.py use NGINX with acme.sh 2021-11-28 22:35:46 -05:00
logger_factory.py add app factory 2021-07-24 21:09:10 +00:00
utils.py Add group lookup functionality (#88) 2023-03-04 01:21:04 -05:00