summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Expand)Author
2025-09-12chore: rename ZED_ env vars to SPICEDB_HEADmainmo khan
2025-07-31Connect to postgresqlmo khan
2025-07-30refactor: extract Boot() function to kickstart background job queue APImo khan
2025-07-30fix: return a global id for an anonymous usermo khan
2025-07-30refactor: rename repository typesmo khan
2025-07-30refactor: add ctor option to add repository publishingmo khan
2025-07-30refactor: extract a separate repository to publish eventsmo khan
2025-07-28feat: add a secure repository that authorizes access to each entitymo khan
2025-07-25fix: do not close the client after exiting from init()mo khan
2025-07-25chore: release authzed client on shutdownmo khan
2025-07-24refactor: extract job to process relationship updates in backgroundmo khan
2025-07-24refactor: delegate to GlobalID to provide object referencesmo khan
2025-07-24feat: create a GlobalID typemo khan
2025-07-24refactor: remove NewSparkle functionmo khan
2025-07-24refactor: rename entitymo khan
2025-07-24refactor: extract defaultEntity typemo khan
2025-07-24test: Validate Entity ObjectReferencemo khan
2025-07-24fix: add some hard-coded fixes to get relationships written to the databasemo khan
2025-07-24refactor: use username as id for demomo khan
2025-07-24chore: add event aggregator to IoCmo khan
2025-07-24feat: publish an event after a new sparkle is saved to the databasemo khan
2025-07-23refactor: remove create permission checkmo khan
2025-07-23feat: authorize requests to create sparklesmo khan
2025-07-23refactor: inject permission service into sparkle controllermo khan
2025-07-23refactor: Update RequirePermission middleware to connect to spicedb CheckPerm...mo khan
2025-06-13fix: fix double write header issuemo khan
2025-06-13fix: do not write the header twicemo khan
2025-06-13test: add test to reproduce the double header write issuemo khan
2025-06-13refactor: sort fieldsmo khan
2025-06-13fix: lock the mutex before readingmo khan
2025-06-13test: add a simple test for the All() methodmo khan
2025-06-13test: add test to produce error that bypasses repository interfacemo khan
2025-06-13fix: take a lock before updating the list of itemsmo khan
2025-06-13test: reproduce a race conditionmo khan
2025-06-11chore: move third party css/js to public dirmo khan
2025-05-28refactor: remove unused configurationmo khan
2025-05-28chore: do not forward sensitive headers to Sparklemo khan
2025-05-28chore: rename headers from x-id-jwt to x-jwtmo khan
2025-05-28chore: remove logging of sensitive fieldsmo khan
2025-05-28refactor: always provide a user in the request contextmo khan
2025-05-28refactor: delete jwt verification codemo khan
2025-05-28refactor: parse headers injected by envoymo khan
2025-05-28refactor: extract type to parse user from http.Requestmo khan
2025-05-28refactor: extract RequestParser typemo khan
2025-05-26fix: do not clear id_token cookie on errormo khan
2025-05-26refactor: parse id token from custom x-jwt-payload headermo khan
2025-05-24chore: log the sub claim from the envoy headermo khan
2025-05-24chore: log x-request-id in sparkle and authzdmo khan
2025-05-24fix: register oidc provider oncemo khan
2025-05-24fix: disable require permission middlewaremo khan