index
:
gitlab/sparkled.git
main
sts
GitLab CI/CD utilities
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
Age
Commit message (
Expand
)
Author
2025-07-24
refactor: extract job to process relationship updates in background
mo khan
2025-07-24
refactor: delegate to GlobalID to provide object references
mo khan
2025-07-24
feat: create a GlobalID type
mo khan
2025-07-24
refactor: remove NewSparkle function
mo khan
2025-07-24
refactor: rename entity
mo khan
2025-07-24
refactor: extract defaultEntity type
mo khan
2025-07-24
test: Validate Entity ObjectReference
mo khan
2025-07-24
fix: add some hard-coded fixes to get relationships written to the database
mo khan
2025-07-24
refactor: use username as id for demo
mo khan
2025-07-24
chore: add event aggregator to IoC
mo khan
2025-07-24
feat: publish an event after a new sparkle is saved to the database
mo khan
2025-07-23
refactor: remove create permission check
mo khan
2025-07-23
feat: authorize requests to create sparkles
mo khan
2025-07-23
refactor: inject permission service into sparkle controller
mo khan
2025-07-23
refactor: Update RequirePermission middleware to connect to spicedb CheckPerm...
mo khan
2025-06-13
fix: fix double write header issue
mo khan
2025-06-13
fix: do not write the header twice
mo khan
2025-06-13
test: add test to reproduce the double header write issue
mo khan
2025-06-13
refactor: sort fields
mo khan
2025-06-13
fix: lock the mutex before reading
mo khan
2025-06-13
test: add a simple test for the All() method
mo khan
2025-06-13
test: add test to produce error that bypasses repository interface
mo khan
2025-06-13
fix: take a lock before updating the list of items
mo khan
2025-06-13
test: reproduce a race condition
mo khan
2025-06-11
chore: move third party css/js to public dir
mo khan
2025-05-28
refactor: remove unused configuration
mo khan
2025-05-28
chore: do not forward sensitive headers to Sparkle
mo khan
2025-05-28
chore: rename headers from x-id-jwt to x-jwt
mo khan
2025-05-28
chore: remove logging of sensitive fields
mo khan
2025-05-28
refactor: always provide a user in the request context
mo khan
2025-05-28
refactor: delete jwt verification code
mo khan
2025-05-28
refactor: parse headers injected by envoy
mo khan
2025-05-28
refactor: extract type to parse user from http.Request
mo khan
2025-05-28
refactor: extract RequestParser type
mo khan
2025-05-26
fix: do not clear id_token cookie on error
mo khan
2025-05-26
refactor: parse id token from custom x-jwt-payload header
mo khan
2025-05-24
chore: log the sub claim from the envoy header
mo khan
2025-05-24
chore: log x-request-id in sparkle and authzd
mo khan
2025-05-24
fix: register oidc provider once
mo khan
2025-05-24
fix: disable require permission middleware
mo khan
2025-05-24
feat: connect rpc client to inversion of control container
mo khan
2025-05-24
refactor: decorate handler with access check middleware
mo khan
2025-05-24
feat: create middleware to check if user has permission
mo khan
2025-05-23
feat: parse the body of the id token
mo khan
2025-05-23
feat: add external authorization service (authzd) with JWT authentication
mo khan
2025-05-15
chore: allow envoy to handle health checks
mo khan
2025-05-15
feat: remove oauth config and client secret from sparkle
mo khan
2025-05-15
refactor: decouple from oauth config
mo khan
2025-05-15
refactor: rename TestServer to OIDCServer
mo khan
2025-05-15
refactor: allow cookie parser to accept cookie name
mo khan
[next]