-
Notifications
You must be signed in to change notification settings - Fork 16
Pull requests: StellarSend/backend
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
fix(cors): enforce explicit allowed_origins in production and restrict methods/headers (#24)
#80
opened Sep 3, 2026 by
ghzhost
Loading…
feat(health): implement GET /health/deep readiness probe (#1)
#79
opened Sep 3, 2026 by
ghzhost
Loading…
docs(readme): sync Docker examples with actual Dockerfile and docker-compose.yml (#8)
#78
opened Sep 3, 2026 by
ghzhost
Loading…
devops(docker): add healthchecks for db and api services (#10)
#77
opened Sep 3, 2026 by
ghzhost
Loading…
chore(services): remove dead duplicate rate_service.rs stub (#20)
#76
opened Sep 3, 2026 by
ghzhost
Loading…
docs(api): synchronize API.md with actual routes in routes/mod.rs (#7)
#75
opened Sep 3, 2026 by
ghzhost
Loading…
fix(validation): introduce shared stellar address validator for auth, accounts, escrow, and subscriptions (#16)
#74
opened Sep 3, 2026 by
ghzhost
Loading…
fix(subscriptions): enforce minimum interval_seconds to prevent allowance draining (#47)
#73
opened Sep 3, 2026 by
ghzhost
Loading…
build(toolchain): remove hardcoded x86_64-apple-darwin target override (#13)
#72
opened Sep 2, 2026 by
ghzhost
Loading…
fix(auth): mitigate login timing side-channel via dummy bcrypt hash (#38)
#71
opened Sep 2, 2026 by
ghzhost
Loading…
test(auth): add unit test coverage for JWT issuance, decoding and AuthUser extractor (#43)
#70
opened Sep 2, 2026 by
ghzhost
Loading…
fix(rates): instantiate RateService singleton in AppState to enable cache (#36)
#69
opened Sep 2, 2026 by
ghzhost
Loading…
fix(auth): handle unique-constraint violation in register as 409 Conflict (#55)
#68
opened Sep 2, 2026 by
ghzhost
Loading…
fix(payment-requests): validate memo length against Stellar 28-byte limit (#49)
#67
opened Sep 2, 2026 by
ghzhost
Loading…
fix(subscription): reject interval_seconds that overflow chrono Duration (#51)
#65
opened Aug 17, 2026 by
OluRemiFour
Contributor
Loading…
3 tasks done
fix(migrations): adopt sqlx reversible up/down format and revert tooling (#58)
#63
opened Aug 17, 2026 by
heymide
Loading…
4 tasks done
ProTip!
Type g i on any issue or pull request to go back to the issue listing page.