Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
NdoleStudio
/
httpsms
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
688
Star
4k
Code
Issues
0
Pull requests
4
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
httpsms
api
pkg
on
feature/integration-tests
User selector
All users
All time
Commit history
Commits on May 5, 2026
Added integration tests
AchoArnold
committed
4d7e01d
View commit details
Copy full SHA for 4d7e01d
View code at this point
Browse repository at this point
Add not found response code
AchoArnold
committed
3424a01
View commit details
Copy full SHA for 3424a01
View code at this point
Browse repository at this point
Commits on May 4, 2026
Fix the deleting of phone notifications
AchoArnold
committed
10af367
View commit details
Copy full SHA for 10af367
View code at this point
Browse repository at this point
Fix time
AchoArnold
committed
90127e5
View commit details
Copy full SHA for 90127e5
View code at this point
Browse repository at this point
update specs
AchoArnold
committed
0fc6efe
View commit details
Copy full SHA for 0fc6efe
View code at this point
Browse repository at this point
Fix event
AchoArnold
committed
28500a9
View commit details
Copy full SHA for 28500a9
View code at this point
Browse repository at this point
Fix code
AchoArnold
committed
5a64c08
View commit details
Copy full SHA for 5a64c08
View code at this point
Browse repository at this point
Commits on May 3, 2026
fix: address PR review comments for send schedule feature
Show description for 2b9a45f
AchoArnold
and
Copilot
committed
2b9a45f
View commit details
Copy full SHA for 2b9a45f
View code at this point
Browse repository at this point
refactor: rename send_schedule to message_send_schedule for consistency
Show description for 1840217
AchoArnold
and
Copilot
committed
1840217
View commit details
Copy full SHA for 1840217
View code at this point
Browse repository at this point
feat(handlers): add per-phone index for CSV bulk messages
Show description for 1558ce6
AchoArnold
and
Copilot
committed
1558ce6
View commit details
Copy full SHA for 1558ce6
View code at this point
Browse repository at this point
feat(listeners): pass ExactSendTime to PhoneNotificationService from event
Show description for adbcd2e
AchoArnold
and
Copilot
committed
adbcd2e
View commit details
Copy full SHA for adbcd2e
View code at this point
Browse repository at this point
feat(services): add ExactSendTime bypass in PhoneNotificationService.Schedule
Show description for 9af04e3
AchoArnold
and
Copilot
committed
9af04e3
View commit details
Copy full SHA for 9af04e3
View code at this point
Browse repository at this point
test(services): add unit tests for getSendDelay rate-based logic
Show description for 2a8b83a
AchoArnold
and
Copilot
committed
2a8b83a
View commit details
Copy full SHA for 2a8b83a
View code at this point
Browse repository at this point
feat(handlers): replace 1s hack with rate-based delay for bulk send
Show description for 8fb277f
AchoArnold
and
Copilot
committed
8fb277f
View commit details
Copy full SHA for 8fb277f
View code at this point
Browse repository at this point
test(entities): add regression tests for ResolveScheduledAt
Show description for 42c6fc4
AchoArnold
and
Copilot
committed
42c6fc4
View commit details
Copy full SHA for 42c6fc4
View code at this point
Browse repository at this point
feat(services): add rate-based dispatch delay and ExactSendTime to SendMessage
Show description for 5351ef9
AchoArnold
and
Copilot
committed
5351ef9
View commit details
Copy full SHA for 5351ef9
View code at this point
Browse repository at this point
feat(events): add ExactSendTime field to MessageAPISentPayload
Show description for 4250988
AchoArnold
and
Copilot
committed
4250988
View commit details
Copy full SHA for 4250988
View code at this point
Browse repository at this point
refactor: use go-pluralize for entity name formatting
Show description for 52b55dd
AchoArnold
and
Copilot
committed
52b55dd
View commit details
Copy full SHA for 52b55dd
View code at this point
Browse repository at this point
feat: add formatEntityName utility for human-readable entitlement messages
Show description for ceb3b35
AchoArnold
and
Copilot
committed
ceb3b35
View commit details
Copy full SHA for ceb3b35
View code at this point
Browse repository at this point
feat: add entitlement service to limit send schedules for free users
Show description for 24159f1
AchoArnold
and
Copilot
committed
24159f1
View commit details
Copy full SHA for 24159f1
View code at this point
Browse repository at this point
Commits on Apr 27, 2026
Remove sqlite
AchoArnold
committed
d187f37
View commit details
Copy full SHA for d187f37
View code at this point
Browse repository at this point
Commits on Apr 22, 2026
Merge upstream main into feature/send-schedule-review-fixes
giresse19
committed
7c5cada
View commit details
Copy full SHA for 7c5cada
View code at this point
Browse repository at this point
fix: handle review feedback
giresse19
committed
0085695
View commit details
Copy full SHA for 0085695
View code at this point
Browse repository at this point
fix: handle review feedback
giresse19
committed
79c2d0c
View commit details
Copy full SHA for 79c2d0c
View code at this point
Browse repository at this point
Commits on Apr 12, 2026
Fix swagger
AchoArnold
committed
9528b39
View commit details
Copy full SHA for 9528b39
View code at this point
Browse repository at this point
Commits on Apr 11, 2026
Fix with prettier
AchoArnold
committed
5a4a594
View commit details
Copy full SHA for 5a4a594
View code at this point
Browse repository at this point
Fix auth
AchoArnold
committed
df1083f
View commit details
Copy full SHA for df1083f
View code at this point
Browse repository at this point
fix: simplify uploadAttachments call with := and add user ID to logs
Show description for de3d99f
AchoArnold
and
Copilot
committed
de3d99f
View commit details
Copy full SHA for de3d99f
View code at this point
Browse repository at this point
fix: allow A-Z, underscore, and dash in SanitizeFilename
Show description for 4158509
AchoArnold
and
Copilot
committed
4158509
View commit details
Copy full SHA for 4158509
View code at this point
Browse repository at this point
fix: address second round of PR review feedback
Show description for 556234b
AchoArnold
and
Copilot
committed
556234b
View commit details
Copy full SHA for 556234b
View code at this point
Browse repository at this point
rename: gcs_attachment_repository.go -> google_cloud_storage_attachment_repository.go
Show description for a35f8a3
AchoArnold
and
Copilot
committed
a35f8a3
View commit details
Copy full SHA for a35f8a3
View code at this point
Browse repository at this point
refactor: address PR review feedback - rename AttachmentStorage to AttachmentRepository
Show description for b79a3e0
AchoArnold
and
Copilot
committed
b79a3e0
View commit details
Copy full SHA for b79a3e0
View code at this point
Browse repository at this point
fix: address code review findings for MMS attachments
Show description for 3201494
AchoArnold
and
Copilot
committed
3201494
View commit details
Copy full SHA for 3201494
View code at this point
Browse repository at this point
feat: wire attachment storage and handler in DI container
Show description for 082eebf
AchoArnold
and
Copilot
committed
082eebf
View commit details
Copy full SHA for 082eebf
View code at this point
Browse repository at this point
feat: add attachment upload logic to MessageService.ReceiveMessage()
Show description for 0d7f385
AchoArnold
and
Copilot
committed
0d7f385
View commit details
Copy full SHA for 0d7f385
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.