nidus-sync/html
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
..
static Disallow SVG upload for photo-upload 2026-03-12 01:23:56 +00:00
template Massive rework of platform layer user/organization 2026-03-12 23:49:16 +00:00
config.go Move handler objects to common location to share with RMO 2026-03-03 17:08:58 +00:00
content.go Move handler objects to common location to share with RMO 2026-03-03 17:08:58 +00:00
embed.go Consolidate template loading logic between embedded and host FS 2026-02-10 14:40:50 +00:00
fileserver.go Add caching headers for production, fix css for RMO 2026-02-17 22:27:51 +00:00
filesystem.go Move all sync pages to authenticatedHandler 2026-02-24 15:34:53 +00:00
func.go Split out ability to upload flyover data from pool uploads 2026-03-02 18:49:02 +00:00
h3.go Rename htmlpage to html 2026-01-30 19:32:01 +00:00
handler.go Create logic and endpoint for confirming report location 2026-03-04 00:22:46 +00:00
html.go Add caching headers for production, fix css for RMO 2026-02-17 22:27:51 +00:00
parse.go Consolidate template loading logic between embedded and host FS 2026-02-10 14:40:50 +00:00
response.go Move handler objects to common location to share with RMO 2026-03-03 17:08:58 +00:00
static.go Save startup time to avoid double-sending static content 2026-02-17 22:05:47 +00:00
url.go Create logic and endpoint for confirming report location 2026-03-04 00:22:46 +00:00