Commit Graph

37 Commits

Author SHA1 Message Date
amy 5c8bb8dd5e all database operations now take a context.Context, which is propagated through from sources 2025-12-20 22:29:26 -07:00
amy 80bd0e03fd additional work on reading posts - still not quite there yet but getting closer 2025-12-19 23:23:58 -07:00
amy 57d664dcb1 partial implementation of "read posts" 2025-12-18 23:43:51 -07:00
amy 331e768124 grouping community and conference routes and making more functionality implemented by middleware 2025-12-06 23:14:55 -07:00
amy 086954f7b0 Landed the topic list page (no topics yet, so appearances are deceiving) 2025-10-28 16:32:05 -06:00
amy e6f157c337 patched up community display in find.jet 2025-10-20 22:16:10 -06:00
amy 89da7e8456 first landing of the Find page, including the four tabs and session memory of the selected tab 2025-10-19 17:12:53 -06:00
amy 94c3877819 fixed bugs in community profile 2025-10-18 16:45:43 -06:00
amy 83bd817630 added community profile setting from dialog (untested) 2025-10-17 23:21:31 -06:00
amy be5b3a426d moved System Administration link back into Administration community, fixed up some bugs around that 2025-10-17 13:16:14 -06:00
amy 137bf35a8b resolve bugs in community profile display 2025-10-17 11:53:30 -06:00
amy 65c739dc57 community profile and left menu implementation done, not quite working yet 2025-10-16 23:05:34 -06:00
amy b1270a262e revamped left menus entirely to a new menu definition system 2025-10-13 20:59:33 -06:00
amy 2b8de350ab put together the handling for photo uploaded page (untested) 2025-10-11 23:23:38 -06:00
amy 6cdb0ffacf rebuilt the session store and fixed the bugs we were seeing 2025-10-10 16:36:38 -06:00
amy 560afa47bd working on session management and the Users Online sidebox (not quite there yet) 2025-10-09 22:42:56 -06:00
amy e04c903b11 actually got AmAutoJoinCommunities to work 2025-10-09 13:30:45 -06:00
amy af25adc85f bugfixes and stiffening in the dialog rendering pipeline and the login dialog 2025-10-08 13:35:21 -06:00
amy 7db709be55 built out the passrecovery servlet 2025-10-06 21:39:21 -06:00
amy 3ef8d6b9a6 added cookie login 2025-10-04 12:49:04 -06:00
amy 715ea29c39 implemented logout 2025-09-28 16:29:24 -06:00
amy 9427535eb5 got most of the login functionality together 2025-09-27 23:07:16 -06:00
amy 03f1d9f717 debugged form loading and got part of the Login code in 2025-09-27 17:39:32 -06:00
amy 5082e2bbc2 dialog loading, validation, more logic in forms, IP address banning 2025-09-26 23:45:38 -06:00
amy 3a9ab5c540 fixed concurrency in users & communities, implemented Communities sidebox 2025-09-24 17:18:52 -06:00
amy 46838e8f21 left menus now dynamically generated 2025-09-22 17:01:39 -06:00
amy 1424f28fec broke out the generation of the sideboxes 2025-09-20 22:16:46 -06:00
amy 5ea7c6d829 store only UID in session vars, not complete user 2025-09-20 17:33:03 -06:00
amy d8648ace80 frame template now honors current user 2025-09-20 17:10:37 -06:00
amy 877f364e71 integrated Gorilla session support 2025-09-17 22:50:30 -06:00
amy b10b4e93f2 godoc'd the source 2025-09-14 22:05:17 -06:00
amy 3fe226938c work in progress: image serving 2025-09-14 15:19:54 -06:00
amy d3d431944b figure out where to serve static images from and how to handle "wildcard" paths 2025-09-13 23:13:52 -06:00
amy 5a437a0c64 started doing framing 2025-09-13 21:21:02 -06:00
amy d478461c93 added .gitignore 2025-09-13 17:26:31 -06:00
amy 8de70e5d07 getting the flow control more like I envisioned it 2025-09-13 17:21:12 -06:00
amy e2580402b8 The basic demo code can now output "modernized" Venice front page HTML as a template. Some further directions also added. 2025-09-11 23:38:41 -06:00