Age | Commit message (Expand) | Author |
---|---|---|
2023-10-10 | Remove authentication from GN3...Authentication should be handled by the auth server (gn-auth) and thus, this commit removes code handling user authentication from the GN3 system. | Frederick Muriuki Muriithi |
2023-06-23 | Fetch all collections, rename variables...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. | Frederick Muriuki Muriithi |
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...Enable renaming collections. | Frederick Muriuki Muriithi |
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...Add code to enable the importation/deletion of anonymous collections in the active session to the authenticated user's collections. | Frederick Muriuki Muriithi |
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....Move the code to a new package. Enable the creation of new collection by both authenticated and anonymous users. | Frederick Muriuki Muriithi |