Age | Commit message (Collapse) | Author | Files | Lines |
|
This uses the simplified view for querying posts instead of the post
table directly to display posts.
|
|
|
|
Updates the generated schema with the new users table.
This commit will break the build.
|
|
Relicense the project from the standard GPL3 to the Affero version of
the license, requiring source code disclosure for modifications made
on instances of Converse that are serving users over the network.
|
|
|
|
Adds a 'sticky' column to threads and rewrites the thread index to
take sticky markings into account when ordering threads.
Stickies are not yet highlighted in any way in the forum overview.
|
|
This implements the classic thread ordering expected by most forum
users (i.e. the thread with the most recent post is at the top).
|
|
This is a simplification over the previous approach. The OP of a
thread is just a normal post like any other in this model, which
allows some code simplifications (and future query convenience).
|
|
|
|
This makes it possible to query posts by thread via Diesel.
|
|
|