Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-10 | Remove authentication from GN3 | Frederick Muriuki Muriithi | |
Authentication should be handled by the auth server (gn-auth) and thus, this commit removes code handling user authentication from the GN3 system. | |||
2023-06-23 | Fetch all collections, rename variables | Frederick Muriuki Muriithi | |
Fetch from `__REDIS_COLLECTION_KEY__` not `"collections"` to ensure all collections are retrieved correctly. Rename from `__*_DOC__` to `__REDIS_*_KEY__` to more clearly express what the variables are about. | |||
2023-06-20 | Fix conflicts | zsloan | |
2023-06-20 | Bug: Don't overwrite/delete old collections | Frederick Muriuki Muriithi | |
2023-06-08 | Fix bugs with accessing/creating collections | zsloan | |
2023-05-18 | auth: Rename collections | Frederick Muriuki Muriithi | |
Enable renaming collections. | |||
2023-05-18 | auth: user collections: Add and/or remove traits. | Frederick Muriuki Muriithi | |
2023-05-17 | auth: Delete collections by ID. | Frederick Muriuki Muriithi | |
2023-05-17 | auth: Import/Delete Anonymous Collections | Frederick Muriuki Muriithi | |
Add code to enable the importation/deletion of anonymous collections in the active session to the authenticated user's collections. | |||
2023-05-16 | auth: View a collection by its ID. | Frederick Muriuki Muriithi | |
2023-05-15 | collections: Move code to new package. Create new collections. | Frederick Muriuki Muriithi | |
Move the code to a new package. Enable the creation of new collection by both authenticated and anonymous users. |