Commit Graph

161 Commits

Author SHA1 Message Date
amy 5794cb8a10 additional work on Import User Accounts (unfinished) 2026-02-27 15:59:01 -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 a4a0450071 groundwork for generating member export (unfinished) 2026-02-25 23:15:05 -07:00
amy 0c3527d3d8 propagate the "pictures in posts" flag from global to community to conference at time of creation 2026-02-23 22:51:22 -07:00
amy c4cecbc8a9 fixed bug in conference hotlist sidebox rendering 2026-02-23 21:35:00 -07:00
amy 220e1ecc98 further optimized database calls to replace all single-value QueryRowContext calls with GetContext 2026-02-23 18:21:38 -07:00
amy 4113ba2fca replace all single-row SelectContext calls with GetContext calls 2026-02-23 16:31:08 -07:00
amy 5bd6f3b906 put in the conferences vtable, which only needs an OnDeleteCommunity entry for now 2026-02-23 16:01:27 -07:00
amy 192c0515ab landed community membership controls 2026-02-23 15:19:30 -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 ac22181a19 added audit log messages that had previously been "missing," for community and conference changes 2026-02-22 14:59:38 -07:00
amy f9978918d8 landed display of system audit logs 2026-02-21 22:58:57 -07:00
amy 6e06c7a3a8 audit message when server starts and shuts down 2026-02-21 22:05:33 -07:00
amy 6189b474d0 new transaction mechanism that eliminates a lot of excess cruft 2026-02-21 21:41:24 -07:00
amy f48d97868d removed the defer idiom for storing audit records; it's not necessary, because AmStoreAudit just pushes the audit record to the writer goroutine anyway 2026-02-21 18:24:29 -07:00
amy 5acb67106c all audit messages that were implemented but needed community ID context now have it 2026-02-21 17:25:40 -07:00
amy 236f63c37e added AmNewCommAudit function 2026-02-21 16:28:25 -07:00
amy 4e6911d884 move audit reference info from a database table to an embedded YAML file 2026-02-21 16:20:52 -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 acf65583ca completed manage conference list 2026-02-20 22:33:27 -07:00
amy 8a1c770079 added more tuning knobs, particularly in cache sizes 2026-02-20 15:44:06 -07:00
amy d2e6396ca7 coding tweaks in preparation for crafting "delete conference" code 2026-02-19 23:24:49 -07:00
amy 831c6c5524 on manage conference list, wired up "move up," "move down," and "show/hide" commands 2026-02-19 23:02:03 -07:00
amy 68fa307736 display of "manage conference list" page 2026-02-19 22:42:53 -07:00
amy ed607e33b3 landed IP address ban editing 2026-02-19 18:29:27 -07:00
amy b8f9c7378c added initial display of IP ban editing (untested) 2026-02-18 23:22:41 -07:00
amy 4f26dd3295 landed sysadmin user account management 2026-02-17 21:45:16 -07:00
amy 4a7e137147 landed "Edit Global Properties" 2026-02-16 21:39:05 -07:00
amy 5c66aa0bb9 landed sidebox management 2026-02-16 15:38:00 -07:00
amy e1d2b60b2b rebuilt sidebox code tighter 2026-02-16 14:02:49 -07:00
amy 08b0fa6185 landed "manage communities" list on sidebox 2026-02-15 23:08:22 -07:00
amy 51b15f5878 moved the BuggyAttachments reference up to the application layer, instead of at the database layer 2026-02-15 21:28:14 -07:00
amy 777b5ca846 worked out some bugs in exporting messages, not all in new code - mechanisms will be needed to cope with the bugs in the database 2026-02-15 16:40:56 -07:00
amy fc92f4038a added conference export backend (untested) 2026-02-14 23:09:53 -07:00
amy a11a40561b landed conference mass E-mail 2026-02-13 21:56:05 -07:00
amy dd59bcf577 landed all of confererence activity reports functionality 2026-02-13 15:47:25 -07:00
amy 229de44062 added management of conference custom HTML blocks 2026-02-11 23:16:38 -07:00
amy 360eb0cc74 [WIP] first draft of conference members functionality 2026-02-09 23:27:57 -07:00
amy 966a3f4924 landed add/remove conference alias 2026-02-08 22:23:15 -07:00
amy 77bd541546 Fixed invalid return in AmGetUserByName when user does not exist. Closes issue #1. 2026-02-07 22:07:03 -07:00
amy a7dc4f9902 finished Create Conference 2026-02-02 22:24:26 -07:00
amy c7e43b539b landed "change conference information" and fixed a bug in AmGetPublishedPosts 2026-02-02 15:58:08 -07:00
amy 17af0192f4 able to display the "Edit Conference" dialog 2026-02-01 23:16:58 -07:00
amy 38ed57d207 landed AmSearchPosts and the "Find Posts" functionality on the main Find page 2026-01-31 22:32:40 -07:00
amy 4151e99528 bug fixes to Find and Member List due to outdated function definitions 2026-01-30 22:11:49 -07:00
amy a0d3f3715a landed fixseen and got rid of all explicit LOCK TABLES operations (not needed in modern MySQL, especially with transaction semantics) 2026-01-30 18:20:58 -07:00
amy 8f7d98bb9e refactored conference settings out a bit and added SetDefaultPseud 2026-01-30 16:30:26 -07:00
amy d11101aabd landed "delete topic" function 2026-01-30 16:02:55 -07:00