Age | Commit message (Expand) | Author |
---|---|---|
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 |
2023-05-11 | auth: Fix bug with migration of user collections...The code, as written previously had a subtle bug - if the user created a new collection before they had tried accessing their list of collections, the older code would not have migrated the older collections. This commit fixes that by enabling the migration of older collections, whether or not the user has created a collection with their new accounts. | Frederick Muriuki Muriithi |
2023-05-10 | auth: Add the /oauth2/user/collections/list endpoint...Add an endpoint to list a user's collections. This only works for logged in users. | Frederick Muriuki Muriithi |