Commit Graph

58 Commits

Author SHA1 Message Date
amy 567a774282 refactor of topic handling and image serving 2026-01-18 22:29:20 -07:00
amy 3eb0f6a259 first draft of posting to a topic (including preview) 2026-01-01 22:41:43 -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 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 1233dabfb2 fixed route for conference topics list 2025-12-16 15:14:18 -07:00
amy aa4cf401a0 moved more of the common preliminaries for conferences into middleware 2025-12-07 21:54:38 -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 43bd810942 wrote the code to handle attachment upload (and link from new-topic post) 2025-11-17 21:50:53 -07:00
amy 038b3c7adb added post link rewriter template function 2025-11-06 21:53:53 -07:00
amy 5571a58ea2 added static file handling for a custom stylesheet that puts the highlights on links in Amsterdam posts 2025-11-05 21:47:58 -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 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 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 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 fe6d53a965 got Find Communities to work 2025-10-21 21:43:00 -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 13644f4ecb improved error page handling by tapping into Echo and its middleware 2025-10-19 16:06:08 -06:00
amy 021807e53e landed code for creating community (untested) 2025-10-18 22:38:27 -06:00
amy 1797a6ec7e added upload and changing of community logo, and fixed logo references in other files 2025-10-18 20:41:06 -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 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 681b30272d partial implementation of community profile page - next, straighten out left menus 2025-10-15 23:20:43 -06:00
amy e08ca22f57 landed the sysadmin menu page, and the code to render menus as full-page 2025-10-13 21:44:14 -06:00
amy b1270a262e revamped left menus entirely to a new menu definition system 2025-10-13 20:59:33 -06:00
amy 2e61a06ad8 added user profile display and quick E-mail functions 2025-10-12 22:58:00 -06:00
amy 2b8de350ab put together the handling for photo uploaded page (untested) 2025-10-11 23:23:38 -06:00
amy 185d1456a6 added user photo upload page 2025-10-11 21:38:01 -06:00
amy 9d2c57815e fully implemented profile editing 2025-10-11 16:49:17 -06:00
amy 6eec9f77d9 beginnings of the Edit Profile page, dialog field and rendering additions 2025-10-10 21:26:01 -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 933d028196 configure default mail for use with MailHog 2025-10-06 22:41:49 -06:00
amy 7db709be55 built out the passrecovery servlet 2025-10-06 21:39:21 -06:00
amy 070afc365e added the E-mail address validation form 2025-10-04 15:13:00 -06:00
amy 445f50a5c0 removed explicit "end" functions and turned them into functions returned by setup 2025-10-04 13:32:47 -06:00
amy 2acac513f8 implemented the E-mail sending functionality 2025-10-01 16:41:57 -06:00
amy 715ea29c39 implemented logout 2025-09-28 16:29:24 -06:00
amy 03f1d9f717 debugged form loading and got part of the Login code in 2025-09-27 17:39:32 -06:00
amy be56b06d7a dialog manager extended to be able to produce the New Account dialog 2025-09-25 22:49:41 -06:00
amy 3a4d6151f6 added user agreement page 2025-09-25 12:37:17 -06:00
amy 201e549630 initial implementation of the dialog manager, with just enough smarts to render the login dialog 2025-09-24 23:30:17 -06:00
amy 46838e8f21 left menus now dynamically generated 2025-09-22 17:01:39 -06:00
amy a01de27c96 added error and not-implemented pages and placeholder ad graphic 2025-09-21 22:58:09 -06:00
amy 6a9f4807c0 About page landed 2025-09-20 23:18:18 -06:00