amy
|
759996b4cd
|
extended the use of ConferenceLink throughout the conferencing code
|
2026-04-24 22:40:33 -06:00 |
|
amy
|
0e3c1a293e
|
fixed showing of hidden posts
|
2026-04-19 20:18:23 -05:00 |
|
amy
|
1348d0225f
|
correct architectural goof where conference aliases had global scope instead of community scope (untested)
|
2026-04-18 21:13:00 -05:00 |
|
amy
|
3b298bf3fb
|
Fixed bug in post link resolution that was causing conference alias to be set wrongg on post links. Closes issue #3.
|
2026-04-11 22:46:15 -06:00 |
|
amy
|
e65ecd9166
|
added SPDX identifiers to util package and the top-level code
|
2026-03-13 14:49:28 -06:00 |
|
amy
|
0d93e4f1f9
|
added config variables for default community logo and user photo
|
2026-03-04 23:06:09 -07:00 |
|
amy
|
110e917921
|
Pictures in Posts now works!
|
2026-02-23 22:41:59 -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
|
68fa307736
|
display of "manage conference list" page
|
2026-02-19 22:42:53 -07:00 |
|
amy
|
2b9c198c5d
|
added the custom blocks to display at the top and bottom of the conference list
|
2026-02-11 23:27:53 -07:00 |
|
amy
|
f2b8b829aa
|
factored out the need for amsterdam_pageTitle by having FrameTitle be a separate bit of metadata in AmContext
|
2026-02-10 21:10:20 -07:00 |
|
amy
|
38c4b3f71e
|
factored out some common error messages to error objects that can be referenced
|
2026-02-10 18:04:36 -07:00 |
|
amy
|
34f64b3f76
|
clean up remaining mentions of "framed_template"
|
2026-02-10 17:03:17 -07:00 |
|
amy
|
080f78a414
|
Refactor: change number of return parameters from page functions, include error handling in wrapper
|
2026-02-10 16:32:20 -07:00 |
|
amy
|
ccfe430e03
|
display the new-message bells in the community conference list
|
2026-02-02 22:33:54 -07:00 |
|
amy
|
84df44cad2
|
put the Manage and Create New buttons on the Conference List page
|
2026-01-31 22:43:59 -07:00 |
|
amy
|
8341a6e4d4
|
created the "move message" page
|
2026-01-29 18:16:23 -07:00 |
|
amy
|
184c614163
|
landed E-mail subscription delivery
|
2026-01-29 15:52:24 -07:00 |
|
amy
|
17471f292a
|
basic behavior of filtering users added
|
2026-01-28 22:56:17 -07:00 |
|
amy
|
4dd15aa0d2
|
hooled up "scribble message"
|
2026-01-28 15:40:13 -07:00 |
|
amy
|
928a19d600
|
added the Manage Topic page and strengthened some link conditions for anonymous user
|
2026-01-28 15:19:18 -07:00 |
|
amy
|
3a9166bcb6
|
wired up all the hotlist functionality
|
2026-01-26 23:13:48 -07:00 |
|
amy
|
0dd66709d9
|
start point of hotlist support (untested)
|
2026-01-25 22:47:28 -07:00 |
|
amy
|
700dbd6726
|
implemented attachment downloading
|
2026-01-20 22:23:46 -07:00 |
|
amy
|
31b4a5bbd2
|
working on updating SetAttachment to be fully Venice-compatible (in progress)
|
2026-01-19 23:21:08 -07:00 |
|
amy
|
652cdf8477
|
added display of attachment presence to post
|
2026-01-19 22:54:28 -07:00 |
|
amy
|
ca8a92eaa3
|
wired up "Post & Go Next" correctly
|
2026-01-19 17:31:43 -07:00 |
|
amy
|
9ec2310a72
|
cleaned up some template issues and fixed an issue with open-ended ranges in the go box on posts display
|
2026-01-19 16:17:42 -07:00 |
|
amy
|
567a774282
|
refactor of topic handling and image serving
|
2026-01-18 22:29:20 -07:00 |
|
amy
|
0c596d65da
|
conference data cleanup
|
2026-01-17 23:28:33 -07:00 |
|
amy
|
785c45543c
|
added topic traversal (Read New/Next Topic), untested
|
2026-01-16 23:17:51 -07:00 |
|
amy
|
64b2b06733
|
corrected bug in stashing saved topic list view values to session
|
2026-01-15 23:08:29 -07:00 |
|
amy
|
d0c84216c3
|
set up show/hide of controls on topic page
|
2026-01-15 22:59:27 -07:00 |
|
amy
|
dd7b3d7858
|
got display of advanced post control buttons to work, fixed topic name display and display of "new" messages with 0 new
|
2026-01-14 23:00:40 -07:00 |
|
amy
|
01345e0d38
|
cosmetic updates to Topic page
|
2026-01-13 23:11:29 -07:00 |
|
amy
|
dd3a2ec677
|
fixed bug in AmNewPost and filling in default pseud for post box
|
2026-01-05 23:05:52 -07:00 |
|
amy
|
e581d7ded5
|
filled in the slippage code and permission checks on posting
|
2026-01-03 23:24:07 -07:00 |
|
amy
|
3eb0f6a259
|
first draft of posting to a topic (including preview)
|
2026-01-01 22:41:43 -07:00 |
|
amy
|
c958bc5826
|
completed the Scan() error handling
|
2025-12-30 23:19:39 -07:00 |
|
amy
|
d87b4b9411
|
I can display the posts in a topic, albeit imperfectly
|
2025-12-29 23:17:27 -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
|
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
|
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 |
|