This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
Compass
Watch
1
Star
0
Fork
0
You've already forked Compass
mirror of
https://github.com/CompassConnections/Compass.git
synced
2026-04-17 21:18:49 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
37c158165307f50d8ef0e22caefc2d7d26ddc8c1
Compass
/
backend
/
api
/
src
History
MartinBraquet
620bd9b00e
Refactor
get-profiles
to simplify imports and comment out debug logging
2026-04-09 16:51:30 +02:00
..
helpers
Add additional Sentry error capture and refine profile data update logic
2026-03-30 23:14:24 +02:00
public
…
app.ts
Add
get-user-journeys
API endpoint and integrate it into admin journeys page to fetch and display user events and details
2026-04-09 13:12:09 +02:00
auth-google.ts
…
ban-user.ts
…
block-user.ts
…
cancel-event.ts
…
cancel-rsvp.ts
…
compatible-profiles.ts
…
contact.ts
…
create-bookmarked-search.ts
…
create-comment.ts
…
create-compatibility-question.ts
…
create-event.ts
…
create-private-user-message-channel.ts
…
create-private-user-message.ts
…
create-user-and-profile.ts
…
create-vote.ts
…
delete-bookmarked-search.ts
…
delete-compatibility-answer.ts
…
delete-me.ts
…
delete-message.ts
…
edit-message.ts
…
get-channel-memberships.ts
…
get-channel-seen-time.ts
…
get-compatibililty-questions.ts
…
get-connection-interests.ts
…
get-current-private-user.ts
…
get-events.ts
…
get-hidden-profiles.ts
…
get-last-messages.ts
…
get-likes-and-ships.ts
…
get-me.ts
…
get-messages-count.ts
…
get-notifications.ts
…
get-options.ts
…
get-pinned-compatibility-questions.ts
…
get-private-messages.ts
…
get-profile-answers.ts
…
get-profiles.ts
Refactor
get-profiles
to simplify imports and comment out debug logging
2026-04-09 16:51:30 +02:00
get-supabase-token.ts
…
get-user-and-profile.ts
…
get-user-data-export.ts
…
get-user-journeys.ts
Replace admin checks with
throwErrorIfNotMod
for better role-based authentication handling
2026-04-09 13:16:15 +02:00
get-user.ts
…
has-free-like.ts
…
health.ts
…
hide-comment.ts
…
hide-profile.ts
…
leave-private-user-message-channel.ts
…
like-profile.ts
…
llm-extract-profile.ts
Refine LLM profile extraction: validate
pref_age_min
/
pref_age_max
ranges, ensure logical consistency, remove null/undefined properties, adjust cache debug logging, and improve field descriptions.
2026-04-08 16:59:48 +02:00
mark-all-notifications-read.ts
…
react-to-message.ts
…
remove-pinned-photo.ts
Replace admin checks with
throwErrorIfNotMod
for better role-based authentication handling
2026-04-09 13:16:15 +02:00
report.ts
Remove redundant "www" from Compass URLs across codebase
2026-04-02 10:35:07 +02:00
rsvp-event.ts
…
save-subscription-mobile.ts
…
save-subscription.ts
…
search-location.ts
…
search-near-city.ts
…
search-users.ts
…
send-search-notifications.ts
…
serve.ts
…
set-compatibility-answer.ts
…
set-last-online-time.ts
…
ship-profiles.ts
…
star-profile.ts
…
stats.ts
…
test.ts
…
unhide-profile.ts
…
unsubscribe.ts
Improve unsubscribe endpoint: add logging, ensure idempotency, and handle invalid or duplicate tokens gracefully
2026-04-09 10:52:40 +02:00
update-compatibility-question-pin.ts
…
update-connection-interests.ts
…
update-event.ts
…
update-me.ts
…
update-notif-setting.ts
…
update-options.ts
…
update-private-user-message-channel.ts
…
update-profile.ts
…
update-user-locale.ts
…
validate-username.ts
…
vote.ts
…