Commit Graph

262 Commits

Author SHA1 Message Date
amy a91202a57e change up database configuration to use discrete values for parameters, rather than the raw DSN (database/base.go computes the DSN) 2026-03-12 16:59:19 -06:00
amy b69a5e57a2 another style pass 2026-03-12 11:58:16 -06:00
amy 513ff24912 add local generation of Tailwind CSS file (used in prod mode) 2026-03-11 23:16:01 -06:00
amy a1837b2cea added the rate limiter - Whoa There, Tiger! 2026-03-10 22:59:35 -06:00
amy 752e390f97 add proper div tags in left menu generation 2026-03-09 22:40:23 -06:00
amy d216a0691c finished up the system statistics page 2026-03-07 14:28:15 -07:00
amy 264a9a6b93 first draft of system statistics page (needs some more formatting work) 2026-03-07 12:36:30 -07:00
amy fd311e610c fix mistake in policy page 2026-03-06 22:39:50 -07:00
amy 406de6985e add ability for menus to contain images (needed to handle EMInds top menu "hack") 2026-03-06 22:09:02 -07:00
amy a1c4b750fb added variables for the top page content 2026-03-05 22:38:19 -07:00
amy 5f67d8ce16 added the database version number (will be important later) and revamped the About page a bit, to include the database version number 2026-03-05 22:02:26 -07:00
amy f5360772ca allow us to specify paths and files in the configuration relative to the directory the configuration file is in 2026-03-05 17:29:18 -07:00
amy 1f450dcf14 add the Production flag, command-line options, and DebugMode computed flag, and put it in the main places I expect it to be used 2026-03-05 14:50:20 -07:00
amy d09e693035 we don't want to use filepath on embedded filesystems 2026-03-05 14:32:06 -07:00
amy 2d8f9aa005 added external references for menus and message boxes too 2026-03-05 14:27:57 -07:00
amy 0d93e4f1f9 added config variables for default community logo and user photo 2026-03-04 23:06:09 -07:00
amy 2b7225c269 added external directories for E-mail templates and dialog templates 2026-03-04 22:59:34 -07:00
amy 95aee6cf75 broke out a lot of base bits of the frame as configurable options 2026-03-04 22:36:00 -07:00
amy 137536923d added the Policy page 2026-03-04 22:18:57 -07:00
amy 50b5ef71b1 fixed styling on user agreement 2026-03-04 21:47:21 -07:00
amy edf20f4326 cleaned up old config properties and added an external resource directory and a user agreement resource name 2026-03-04 18:24:35 -07:00
amy e158af99f1 loading user agreement from a "resource" now 2026-03-04 16:34:19 -07:00
amy ac31333c59 placeholder ad image is no longer necessary 2026-03-02 23:24:20 -07:00
amy 5fa05bb086 put the ad (quote) banners in - last major feature in MISSINGFUNCS 2026-03-02 22:52:45 -07:00
amy 18260c59f0 landed Delete Community 2026-03-01 22:51:22 -07:00
amy 9a3860f796 import posts at least partially tested, we should do some more work on it - also, a few other bugs have been stomped 2026-02-28 22:58:56 -07:00
amy 736cd80b9a completed code for Import Messages and coming up with a test plan 2026-02-28 18:03:34 -07:00
amy f287b43fa3 Import Messages panel defined 2026-02-27 21:57:17 -07:00
amy b6743da940 Import Users tested 2026-02-27 21:30:17 -07:00
amy a04b484e41 working on Import User Accounts (unfinished) 2026-02-26 23:14:06 -07:00
amy 9dc4dd2ec4 Member Export now done 2026-02-26 18:19:40 -07:00
amy 344562c55c completed member export and removed some "breaking" bugs, still work to be done on the XML output 2026-02-26 16:19:24 -07:00
amy b370ba73d6 tested static and framed serving, it works 2026-02-25 15:13:32 -07:00
amy 4652569aee added static and framed external rendering (untested) 2026-02-24 23:20:56 -07:00
amy 110e917921 Pictures in Posts now works! 2026-02-23 22:41:59 -07:00
amy 192c0515ab landed community membership controls 2026-02-23 15:19:30 -07:00
amy 4db82f63d5 straightened out error handling so we don't wind up with a bunch of panics clogging the debug console 2026-02-22 23:04:49 -07:00
amy 1c6082324e landed E-mail to all Communtiy Members 2026-02-22 21:52:55 -07:00
amy 59c1db1f27 landed Community Admin - Set Community Category 2026-02-22 17:56:04 -07:00
amy 8dcfa79983 landed display of community audit records 2026-02-21 23:18:11 -07:00
amy f9978918d8 landed display of system audit logs 2026-02-21 22:58:57 -07:00
amy f80f63a142 implemented "prune attachment" on post 2026-02-21 15:36:48 -07:00
amy 94593d3637 implemented the new "buggy attachment" flag for conferences 2026-02-21 15:10:47 -07:00
amy cf161a28ee shrank down the logo that gets embedded in the app 2026-02-20 22:51:49 -07:00
amy 9ebda92311 hook up the "delete conference" link on the "manage conference" page 2026-02-20 22:43:36 -07:00
amy acf65583ca completed manage conference list 2026-02-20 22:33:27 -07:00
amy 7ae9326292 consolidated UI setup into a single function call from main 2026-02-20 15:52:36 -07:00
amy 8a1c770079 added more tuning knobs, particularly in cache sizes 2026-02-20 15:44:06 -07:00
amy d8eeeb7140 no need for FreeList, we have sync.Pool at home 2026-02-20 15:01:45 -07:00
amy d2e6396ca7 coding tweaks in preparation for crafting "delete conference" code 2026-02-19 23:24:49 -07:00