FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · jeffmartson/httpsms · GitHub
jeffmartson
/
httpsms
Public
forked from
NdoleStudio/httpsms
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on May 5, 2026
Add not found response code
AchoArnold
committed
3424a01
View commit details
Copy full SHA for 3424a01
Browse repository at this point
Add validation logic
AchoArnold
committed
7d37ffd
View commit details
Copy full SHA for 7d37ffd
Browse repository at this point
Merge branch 'main' of github.com:NdoleStudio/httpsms
AchoArnold
committed
63a4cde
View commit details
Copy full SHA for 63a4cde
Browse repository at this point
Update deps
AchoArnold
committed
271be0e
View commit details
Copy full SHA for 271be0e
Browse repository at this point
chore(deps-dev): bump axios from 0.31.0 to 0.31.1 in /web (#868)
Show description for aa7aa10
dependabot[bot]
authored
aa7aa10
View commit details
Copy full SHA for aa7aa10
Browse repository at this point
fix(deps): bump jest-environment-jsdom from 30.2.0 to 30.3.0 in /web (#873)
Show description for 7a649a9
dependabot[bot]
authored
7a649a9
View commit details
Copy full SHA for 7a649a9
Browse repository at this point
fix(deps): bump ufo from 1.6.1 to 1.6.4 in /web (#874)
Show description for 0cd5c75
dependabot[bot]
authored
0cd5c75
View commit details
Copy full SHA for 0cd5c75
Browse repository at this point
chore(deps-dev): bump @commitlint/config-conventional in /web (#876)
Show description for 2ea3cd7
dependabot[bot]
authored
2ea3cd7
View commit details
Copy full SHA for 2ea3cd7
Browse repository at this point
fix(deps): bump core-js from 3.48.0 to 3.49.0 in /web (#878)
Show description for bb31922
dependabot[bot]
authored
bb31922
View commit details
Copy full SHA for bb31922
Browse repository at this point
fix(web): use strict equality to fix eqeqeq lint errors
Show description for 4484aee
AchoArnold
and
Copilot
committed
4484aee
View commit details
Copy full SHA for 4484aee
Browse repository at this point
Merge pull request #857 from NdoleStudio/feature/send-sms-based-on-schedule
Show description for 37c5dcb
AchoArnold
authored
37c5dcb
View commit details
Copy full SHA for 37c5dcb
Browse repository at this point
Fix the frontend
AchoArnold
committed
c449088
View commit details
Copy full SHA for c449088
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
Browse repository at this point
Fix time
AchoArnold
committed
90127e5
View commit details
Copy full SHA for 90127e5
Browse repository at this point
update specs
AchoArnold
committed
0fc6efe
View commit details
Copy full SHA for 0fc6efe
Browse repository at this point
Generate docs
AchoArnold
committed
fd2cddd
View commit details
Copy full SHA for fd2cddd
Browse repository at this point
Fix event
AchoArnold
committed
28500a9
View commit details
Copy full SHA for 28500a9
Browse repository at this point
Fix code
AchoArnold
committed
5a64c08
View commit details
Copy full SHA for 5a64c08
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
Browse repository at this point
docs: link to existing feature pages instead of re-explaining scheduling and send rate
Show description for 93d8ac9
AchoArnold
and
Copilot
committed
93d8ac9
View commit details
Copy full SHA for 93d8ac9
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
Browse repository at this point
docs: use mermaid diagram for queue decision flow
Show description for 87de540
AchoArnold
and
Copilot
committed
87de540
View commit details
Copy full SHA for 87de540
Browse repository at this point
docs: add outgoing message queue technical documentation
Show description for fe05df4
AchoArnold
and
Copilot
committed
fe05df4
View commit details
Copy full SHA for fe05df4
Browse repository at this point
docs: add integration test implementation plan
Show description for 704355d
AchoArnold
and
Copilot
committed
704355d
View commit details
Copy full SHA for 704355d
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
Browse repository at this point
docs: add integration test setup design spec
Show description for af0e5d9
AchoArnold
and
Copilot
committed
af0e5d9
View commit details
Copy full SHA for af0e5d9
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
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
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
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
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
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
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
Browse repository at this point
docs: add scheduling send refactor implementation plan
Show description for 0d9741d
AchoArnold
and
Copilot
committed
0d9741d
View commit details
Copy full SHA for 0d9741d
Browse repository at this point
docs: add scheduling send refactor design spec
Show description for 83844a5
AchoArnold
and
Copilot
committed
83844a5
View commit details
Copy full SHA for 83844a5
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL