FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
feat: add contacts management and thread resolution by AchoArnold · Pull Request #957 · NdoleStudio/httpsms · GitHub
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
783
Star
4.6k
Code
Issues
0
Pull requests
3
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
feat: add contacts management and thread resolution
- #957
#957
Merged
AchoArnold
merged 41 commits into
main
NdoleStudio/httpsms:main
from
feature/contacts
NdoleStudio/httpsms:feature/contacts
Copy head branch name to clipboard
Aug 26, 2026
Conversation
Commits
41
(41)
Checks
Files changed
Merged
feat: add contacts management and thread resolution
#957
AchoArnold
merged 41 commits into
main
NdoleStudio/httpsms:main
from
feature/contacts
NdoleStudio/httpsms:feature/contacts
Copy head branch name to clipboard
Commits
Commits on Aug 23, 2026
docs: add contacts feature implementation plan
Show description for 522d9aa
AchoArnold
and
Copilot
committed
522d9aa
View commit details
Copy full SHA for 522d9aa
Browse repository at this point
feat(api): add Contact entity and ContactProperties jsonb type
Show description for f6a87b2
AchoArnold
and
Copilot
committed
f6a87b2
View commit details
Copy full SHA for f6a87b2
Browse repository at this point
fix(api): wrap contact property errors
Show description for 592fb80
AchoArnold
and
Copilot
committed
592fb80
View commit details
Copy full SHA for 592fb80
Browse repository at this point
feat(api): add ContactDetails to message threads
Show description for 14ce736
AchoArnold
and
Copilot
committed
14ce736
View commit details
Copy full SHA for 14ce736
Browse repository at this point
feat(api): add ContactRepository with GORM implementation
Show description for b544ba2
AchoArnold
and
Copilot
committed
b544ba2
View commit details
Copy full SHA for b544ba2
Browse repository at this point
feat(api): add contact store/update/index requests
Show description for 7c3c3f6
AchoArnold
and
Copilot
committed
7c3c3f6
View commit details
Copy full SHA for 7c3c3f6
Browse repository at this point
fix(api): keep contact sanitization ordered
Show description for f90e47f
AchoArnold
and
Copilot
committed
f90e47f
View commit details
Copy full SHA for f90e47f
Browse repository at this point
feat(api): add contact validator
Show description for 0b9cf8e
AchoArnold
and
Copilot
committed
0b9cf8e
View commit details
Copy full SHA for 0b9cf8e
Browse repository at this point
fix(api): accept common CSV MIME types
Show description for 1bdb3a5
AchoArnold
and
Copilot
committed
1bdb3a5
View commit details
Copy full SHA for 1bdb3a5
Browse repository at this point
feat(api): add ContactService with cached contact-map resolution
Show description for 7573207
AchoArnold
and
Copilot
committed
7573207
View commit details
Copy full SHA for 7573207
Browse repository at this point
feat(api): opt in contact resolution
Show description for 6f7814f
AchoArnold
and
Copilot
committed
6f7814f
View commit details
Copy full SHA for 6f7814f
Browse repository at this point
feat(api): add ContactHandler and wire contacts into DI container
Show description for c7e2304
AchoArnold
and
Copilot
committed
c7e2304
View commit details
Copy full SHA for c7e2304
Browse repository at this point
chore(api): regenerate contacts swagger
Show description for 5a42d94
AchoArnold
and
Copilot
committed
5a42d94
View commit details
Copy full SHA for 5a42d94
Browse repository at this point
fix(api): mark contact fields optional
Show description for 76095ae
AchoArnold
and
Copilot
committed
76095ae
View commit details
Copy full SHA for 76095ae
Browse repository at this point
chore(web): regenerate API models with Contact types
Show description for df5eee0
AchoArnold
and
Copilot
committed
df5eee0
View commit details
Copy full SHA for df5eee0
Browse repository at this point
feat(web): add contacts Pinia store
Show description for 121be50
AchoArnold
and
Copilot
committed
121be50
View commit details
Copy full SHA for 121be50
Browse repository at this point
fix(web): avoid false contact reload errors
Show description for 98f0319
AchoArnold
and
Copilot
committed
98f0319
View commit details
Copy full SHA for 98f0319
Browse repository at this point
feat(web): add contacts management page with add/edit/delete/import dialogs
Show description for f7bf87f
AchoArnold
and
Copilot
committed
f7bf87f
View commit details
Copy full SHA for f7bf87f
Browse repository at this point
fix(web): guard stale contacts loads
Show description for 8cc5c95
AchoArnold
and
Copilot
committed
8cc5c95
View commit details
Copy full SHA for 8cc5c95
Browse repository at this point
feat(web): display contact names on threads
Show description for f74c2ac
AchoArnold
and
Copilot
committed
f74c2ac
View commit details
Copy full SHA for f74c2ac
Browse repository at this point
feat(api): return accurate contacts total for server pagination
Show description for a588bfb
AchoArnold
and
Copilot
committed
a588bfb
View commit details
Copy full SHA for a588bfb
Browse repository at this point
feat(web): server-side pagination for the contacts page
Show description for 7841fc3
AchoArnold
and
Copilot
committed
7841fc3
View commit details
Copy full SHA for 7841fc3
Browse repository at this point
fix(web): mark contacts headers unsortable
Show description for af5ce47
AchoArnold
and
Copilot
committed
af5ce47
View commit details
Copy full SHA for af5ce47
Browse repository at this point
test: add contacts integration coverage
Show description for a18514f
AchoArnold
and
Copilot
committed
a18514f
View commit details
Copy full SHA for a18514f
Browse repository at this point
fix(web): prefix Vuetify composables
Show description for 1d8a32f
AchoArnold
and
Copilot
committed
1d8a32f
View commit details
Copy full SHA for 1d8a32f
Browse repository at this point
docs(web): define contacts header styling
Show description for 05af018
AchoArnold
and
Copilot
committed
05af018
View commit details
Copy full SHA for 05af018
Browse repository at this point
feat(web): refine contacts table
Show description for 2dc67c6
AchoArnold
and
Copilot
committed
2dc67c6
View commit details
Copy full SHA for 2dc67c6
Browse repository at this point
docs(web): define contact phone input
Show description for 34569c3
AchoArnold
and
Copilot
committed
34569c3
View commit details
Copy full SHA for 34569c3
Browse repository at this point
feat(web): improve contact dialog fields
Show description for 226ef3b
AchoArnold
and
Copilot
committed
226ef3b
View commit details
Copy full SHA for 226ef3b
Browse repository at this point
fix: display of buttons on contacts page
AchoArnold
committed
40d0ce5
View commit details
Copy full SHA for 40d0ce5
Browse repository at this point
Commits on Aug 25, 2026
feat(api): limit contacts by plan
Show description for 21d4122
AchoArnold
and
Copilot
committed
21d4122
View commit details
Copy full SHA for 21d4122
Browse repository at this point
fix: updated mcp.json to remove axiom and playwright
AchoArnold
committed
cb49c70
View commit details
Copy full SHA for cb49c70
Browse repository at this point
fix(web): update reactive page composables
Show description for 7b734ed
AchoArnold
and
Copilot
committed
7b734ed
View commit details
Copy full SHA for 7b734ed
Browse repository at this point
fix: align contacts sorting and caching
Show description for d50ffaf
AchoArnold
and
Copilot
committed
d50ffaf
View commit details
Copy full SHA for d50ffaf
Browse repository at this point
Update api/pkg/repositories/gorm_contact_repository.go
Show description for 0f47678
AchoArnold
and
greptile-apps[bot]
authored
0f47678
View commit details
Copy full SHA for 0f47678
Browse repository at this point
fix(api): delete contacts with user account
Show description for 67001d8
AchoArnold
and
Copilot
committed
67001d8
View commit details
Copy full SHA for 67001d8
Browse repository at this point
fix(api): restore contact repository build
Show description for 9dc3985
AchoArnold
and
Copilot
committed
9dc3985
View commit details
Copy full SHA for 9dc3985
Browse repository at this point
perf(contacts): bound thread contact lookups
Show description for a752fa2
AchoArnold
committed
a752fa2
View commit details
Copy full SHA for a752fa2
Browse repository at this point
fix(contacts): address review regressions
Show description for 568e106
AchoArnold
committed
568e106
View commit details
Copy full SHA for 568e106
Browse repository at this point
Commits on Aug 26, 2026
feat(contacts): add MongoDB repository
Show description for eddf175
AchoArnold
committed
eddf175
View commit details
Copy full SHA for eddf175
Browse repository at this point
feat(contacts): manage contacts from threads
Show description for 467dffc
AchoArnold
committed
467dffc
View commit details
Copy full SHA for 467dffc
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL