nidus-sync/sync
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
..
admin.go Massive rework of platform layer user/organization 2026-03-12 23:49:16 +00:00
cell.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
configuration.go Massive rework of platform layer user/organization 2026-03-12 23:49:16 +00:00
dash.go Massive rework of platform layer user/organization 2026-03-12 23:49:16 +00:00
download.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
intelligence.go Massive rework of platform layer user/organization 2026-03-12 23:49:16 +00:00
mailer.go Relate compliance report requests through leads 2026-03-05 01:22:21 +00:00
messages.go Massive rework of platform layer user/organization 2026-03-12 23:49:16 +00:00
mock.go Move handler objects to common location to share with RMO 2026-03-03 17:08:58 +00:00
notification.go Massive rework of platform layer user/organization 2026-03-12 23:49:16 +00:00
oauth.go Massive rework of platform layer user/organization 2026-03-12 23:49:16 +00:00
operations.go Massive rework of platform layer user/organization 2026-03-12 23:49:16 +00:00
parcel.go Massive rework of platform layer user/organization 2026-03-12 23:49:16 +00:00
planning.go Massive rework of platform layer user/organization 2026-03-12 23:49:16 +00:00
pool.go Massive rework of platform layer user/organization 2026-03-12 23:49:16 +00:00
privacy.go Rework template system, merge templates 2026-02-07 05:53:38 +00:00
qr.go Various new modules for mailer 2026-02-28 23:17:30 +00:00
radar.go Massive rework of platform layer user/organization 2026-03-12 23:49:16 +00:00
review.go Massive rework of platform layer user/organization 2026-03-12 23:49:16 +00:00
routes.go Add initial sketch of site review page 2026-03-11 23:39:25 +00:00
service-request.go Massive rework of platform layer user/organization 2026-03-12 23:49:16 +00:00
setting.go Add all of Ben's mocks for the new root pages 2026-02-27 16:51:41 +00:00
signin.go Massive rework of platform layer user/organization 2026-03-12 23:49:16 +00:00
sms.go Break apart sync into parts more like public-reports 2026-01-13 20:30:57 +00:00
strings.go Switch main report page to better example 2026-01-07 20:47:55 +00:00
sudo.go Massive rework of platform layer user/organization 2026-03-12 23:49:16 +00:00
template.go Rework template system, merge templates 2026-02-07 05:53:38 +00:00
text.go Massive rework of platform layer user/organization 2026-03-12 23:49:16 +00:00
tile.go Massive rework of platform layer user/organization 2026-03-12 23:49:16 +00:00
types.go Massive rework of platform layer user/organization 2026-03-12 23:49:16 +00:00
upload.go Massive rework of platform layer user/organization 2026-03-12 23:49:16 +00:00