nidus-sync/api
Eli Ribble 44c4f17f32
Massive rework of platform layer user/organization
The goal of this rework is to make it so I can pass around platform.User
instead of a pair of models.Organization and models.User. This is useful
for reason I kind of forget now, but it started with working on
notifications and ballooned massively from there into refactoring a
number of things that were bugging me.

This also includes a tiny amount of work on server-side events (SSE).

 * background stuff lives inside the platform now, which I need for
   having it push updates through SSE
 * userfile now lives in the platform, under file, so other platform
   functions can safely use it
 * oauth is broken into pieces and inside platform because other stuff
   was calling it already, but badly.
 * notifications go into the platform as well
2026-03-12 23:49:16 +00:00
..
api.go Massive rework of platform layer user/organization 2026-03-12 23:49:16 +00:00
communication.go Massive rework of platform layer user/organization 2026-03-12 23:49:16 +00:00
compliance.go Massive rework of platform layer user/organization 2026-03-12 23:49:16 +00:00
debug.go Get Voip.ms working again in the text system 2026-01-29 21:53:49 +00:00
district.go Massive rework of platform layer user/organization 2026-03-12 23:49:16 +00:00
event.go Massive rework of platform layer user/organization 2026-03-12 23:49:16 +00:00
handler.go Massive rework of platform layer user/organization 2026-03-12 23:49:16 +00:00
image.go Massive rework of platform layer user/organization 2026-03-12 23:49:16 +00:00
lead.go Massive rework of platform layer user/organization 2026-03-12 23:49:16 +00:00
query_params.go Sort messages by creation time 2026-03-10 15:46:17 +00:00
review.go Massive rework of platform layer user/organization 2026-03-12 23:49:16 +00:00
review_task.go Massive rework of platform layer user/organization 2026-03-12 23:49:16 +00:00
routes.go Massive rework of platform layer user/organization 2026-03-12 23:49:16 +00:00
signal.go Massive rework of platform layer user/organization 2026-03-12 23:49:16 +00:00
signin.go Add more log info on login failure 2026-01-26 20:41:21 +00:00
tile.go Massive rework of platform layer user/organization 2026-03-12 23:49:16 +00:00
twilio.go Move Twilio-specific parsing to twilio incoming API 2026-01-29 22:36:16 +00:00
types.go Make location names in JavaScript consistent 2026-03-05 15:42:12 +00:00
voipms.go Actually handle incoming text messages from Voip.ms 2026-01-29 22:27:51 +00:00