aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-22auth: List data not linked to any group.Frederick Muriuki Muriithi
2023-02-21auth: db: DEBUG: Output quer(y|ies) that were run.Frederick Muriuki Muriithi
2023-02-21auth: resources: Attach resource data and list unlinked data.Frederick Muriuki Muriithi
2023-02-21auth: migrations: Link to data in main dbFrederick Muriuki Muriithi
2023-02-13scripts: Fallback to 1 worker when indexing.Arun Isaac
2023-02-13scripts: Type hint xapian indexing script.Arun Isaac
2023-02-10Return empty tuple rather than NothingFrederick Muriuki Muriithi
2023-02-10Fix linting errors.Frederick Muriuki Muriithi
2023-02-10Add example utility script to run development serverFrederick Muriuki Muriithi
2023-02-10auth: CLI: Provide a way to set an existing user as a system adminFrederick Muriuki Muriithi
2023-02-10auth: migrations: new privilege and roleFrederick Muriuki Muriithi
2023-02-09auth: Reject request to join a group.Frederick Muriuki Muriithi
2023-02-09auth: users: Check whether a user has an active join request.Frederick Muriuki Muriithi
2023-02-08auth: groups: handle join requests.Frederick Muriuki Muriithi
2023-02-07auth: groups: Enable users to request to join group.Frederick Muriuki Muriithi
2023-02-06Get the N-th matrix given N, an index valueMunyoki Kilyungi
2023-02-06Get total number of versions that a database hasMunyoki Kilyungi
2023-02-06Add method to fetch the current matrixMunyoki Kilyungi
2023-02-06auth: resource: Enable viewing the details of a resource.Frederick Muriuki Muriithi
2023-02-03auth: commit missing module.Frederick Muriuki Muriithi
2023-02-03oauth: enable resource creationFrederick Muriuki Muriithi
2023-02-03auth: tests: mock token acquisition. Fix minor bugs.Frederick Muriuki Muriithi
2023-02-02auth: Improve authorisationFrederick Muriuki Muriithi
2023-02-02auth: Reorganise modules/packages for easier dev and maintenanceFrederick Muriuki Muriithi
2023-01-31auth: Retrieve group members.Frederick Muriuki Muriithi
2023-01-31auth: Remove the @authenticated_p decoratorFrederick Muriuki Muriithi
2023-01-31auth: Set the token scope as a string, not a listFrederick Muriuki Muriithi
2023-01-30auth: Do not treat not finding a group as an errorFrederick Muriuki Muriithi
2023-01-30auth: API: retrieve resourcesFrederick Muriuki Muriithi
2023-01-30auth: groups: cleanup codeFrederick Muriuki Muriithi
2023-01-30auth: API: Retrieve a user's groupFrederick Muriuki Muriithi
2023-01-28auth: Enable retrieval of a role by id.Frederick Muriuki Muriithi
2023-01-28auth: rework dictifyFrederick Muriuki Muriithi
2023-01-28auth: Store error_code in Exception for flexibilityFrederick Muriuki Muriithi
2023-01-25Some commentsPjotr Prins
2023-01-24tests: Expect exact integer value when applying SI suffix.Arun Isaac
2023-01-24search: Use decimals, not floats, when converting to megabases.Arun Isaac
2023-01-24search: Support SI suffixes and point locations.Arun Isaac
2023-01-24search: Abstract out parsing of position spec into separate function.Arun Isaac
2023-01-24search: Alias the position prefix with pos.Arun Isaac
2023-01-24search: Rename the mb prefix to position.Arun Isaac
2023-01-24search: Assume triplets mean synteny is requested.Arun Isaac
2023-01-24search: Use comprehension when splitting location.Arun Isaac
2023-01-24docs: Add information on running the OAuth2 server without HTTPSFrederick Muriuki Muriithi
2023-01-23auth: Add missing moduleFrederick Muriuki Muriithi
2023-01-23auth: create group: Fix group creation.Frederick Muriuki Muriithi
2023-01-21tests: roles - Extract values from Maybe objectFrederick Muriuki Muriithi
2023-01-21tests: Fix linting errorsFrederick Muriuki Muriithi
2023-01-21auth: Groups - Fetch all existing groupsFrederick Muriuki Muriithi
2023-01-21auth: Roles - Fix bug with role retrieval.Frederick Muriuki Muriithi