Commit Graph

124 Commits

Author SHA1 Message Date
amy d87b4b9411 I can display the posts in a topic, albeit imperfectly 2025-12-29 23:17:27 -07:00
amy 07395b9c1d some additional Scan error handling 2025-12-29 22:20:51 -07:00
amy 98a74487c2 bug fixes in Scan() results and conference list template 2025-12-28 23:40:50 -07:00
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 9e6bf2feda should be complete with initial read posts code 2025-12-20 15:51:18 -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 7ce3bed15b touched up the database code to use transactions where necessary 2025-11-28 23:01:56 -07:00
amy 43bd810942 wrote the code to handle attachment upload (and link from new-topic post) 2025-11-17 21:50:53 -07:00
amy 944f22e963 some more work on add topic - we're up to where we need to branch off for an attachment 2025-11-07 22:55:53 -07:00
amy 5dbff8b4b3 added more add topic code and some documentation 2025-11-07 21:36:04 -07:00
amy 161e51a640 started adding the actual creation of the topic in the database (incomplete) 2025-11-06 23:12:17 -07:00
amy 038b3c7adb added post link rewriter template function 2025-11-06 21:53:53 -07:00
amy b3aab265fb fixed bugs in post link decoding and AmGetConferenceByAlias 2025-11-05 23:04:19 -07:00
amy 798e86ae40 added preview code to new topic - not yet tested 2025-11-03 22:47:00 -07:00
amy 596d7de7de landed the dictionary objects and spelling rewriter, which also allowed me to complete the configuration YAML file 2025-10-30 22:33:39 -06:00
amy eb47b001bb landed enough rewriters and filters to begin building configurations for the HTML checker 2025-10-29 22:50:25 -06:00
amy 9bbc4d9feb l;anded the initial version of the "Create New Topic" form 2025-10-28 22:10:03 -06:00
amy 086954f7b0 Landed the topic list page (no topics yet, so appearances are deceiving) 2025-10-28 16:32:05 -06:00
amy 86540e00b1 added more database data structures to show the next directions 2025-10-24 21:51:48 -06:00
amy b93bc93e00 Landed conference list page - still needs some work (doesn't crash, but some display info is incorrect) 2025-10-22 23:19:11 -06:00
amy 4f3677b3b4 groundwork for conferences - new data structure and security definitions 2025-10-22 22:08:10 -06:00
amy 4f363c8fc8 landed the Member List functionality 2025-10-22 20:49:41 -06:00
amy 11537d5d7f landed community join and unjoin functionality 2025-10-22 16:27:01 -06:00
amy 6d3403cd53 more groundwork related to updates in SetMembership 2025-10-22 13:57:57 -06:00
amy 0625d0db35 groundwork for services by introducing service vtables, also SetMembership as groundwork for join/unjoin 2025-10-22 13:38:41 -06:00
amy 1010b3a4b5 adding some documentation 2025-10-22 10:32:49 -06:00
amy 69e7a2a39a got Find Categories to work 2025-10-21 23:11:47 -06:00
amy d887bd6cab got Find Users to work 2025-10-21 22:31:00 -06:00
amy fe6d53a965 got Find Communities to work 2025-10-21 21:43:00 -06:00
amy e6f157c337 patched up community display in find.jet 2025-10-20 22:16:10 -06:00
amy e5ad827f24 landed community results when browsing categories - missing pagination buttons, community activity, proper member counts 2025-10-19 23:16:01 -06:00
amy 71da667361 made the category hierarchy on Find Communities "live" 2025-10-19 21:48:37 -06:00
amy e77ecf2a06 debugged community creation process 2025-10-19 15:06:41 -06:00
amy 021807e53e landed code for creating community (untested) 2025-10-18 22:38:27 -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 0edba20d1d added dialog for editing community profile 2025-10-17 22:32:28 -06:00
amy 8e80176022 implemented the community admin menu and necessary tweaks to the menu system 2025-10-17 15:57:12 -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 65c739dc57 community profile and left menu implementation done, not quite working yet 2025-10-16 23:05:34 -06:00
amy 681b30272d partial implementation of community profile page - next, straighten out left menus 2025-10-15 23:20:43 -06:00
amy 0a8f67c676 rebuilt security definitions as a YAML-driven data interface, a lot more like the original code 2025-10-13 23:21:27 -06:00
amy ed10c83b01 fixed up handling of timestamps for database and profile display 2025-10-13 15:54:04 -06:00
amy 55f5cc5eca timestamps written into the database should really be UTC 2025-10-13 15:31:43 -06:00
amy 2e61a06ad8 added user profile display and quick E-mail functions 2025-10-12 22:58:00 -06:00
amy 113616ff41 uploading a profile photo now works 2025-10-12 16:32:37 -06:00
amy 2b8de350ab put together the handling for photo uploaded page (untested) 2025-10-11 23:23:38 -06:00
amy 9d2c57815e fully implemented profile editing 2025-10-11 16:49:17 -06:00
amy 7cd5071927 fixed date field value extraction and DOB use in AmCreateUser 2025-10-09 14:31:34 -06:00