aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* try to show the most recent non-deleted postcitrons5 days3-4/+10
| | | | requires db migration
* make more area of the thread listing clickablecitrons5 days2-29/+43
|
* fix sort and filter options being cleared on navcitrons5 days2-2/+10
|
* bottom page links on user pagecitrons5 days1-0/+1
|
* fix bug: s/no threads/no new threadscitrons5 days1-1/+1
|
* add deploy.shubq3235 days1-0/+4
|
* better, fancier more buttoncitrons5 days2-9/+22
| | | | it respects the alternating color scheme
* fix all the misalignments ONCE AND FOR ALLcitrons5 days1-2/+6
|
* pagination CSS tweakcitrons5 days1-1/+1
|
* only show reply box at the end of a threadcitrons5 days1-2/+3
|
* pagination links on the bottom of the pagecitrons5 days4-6/+9
|
* make big brother still appear in black in dark modecitrons5 days1-5/+2
|
* make border color less harsh in dark modecitrons5 days1-22/+24
|
* don't show subforae if filtering by tagcitrons5 days1-1/+1
|
* display a message when there are no threadscitrons5 days2-4/+15
|
* click tag to filter by that tagcitrons5 days4-4/+13
|
* change legend (john reference) from "title" to "thread"citrons5 days1-2/+1
| | | | | also, remove header saying "thread options" being that it is quite redundant
* unify thread creation and modificationcitrons5 days3-21/+51
| | | | | | principally, allow tags to be added when creating a post. this should increase usage of tags in general.
* make tag selection look the same as tag filteringcitrons5 days4-25/+9
|
* improve responsivitycitrons5 days2-2/+10
| | | | | the viewport scale is made a little smaller and padding is reduced when the viewport size is smaller.
* limit display width of tagscitrons5 days1-0/+4
|
* improve thread filter selection appearancecitrons5 days2-14/+25
| | | | it behaves more sensibly when there are a lot of tags
* use flexbox for thread top barcitrons5 days1-1/+13
| | | | this fixes some strange and frustrating interactions
* limit tags shown in thread listcitrons5 days1-1/+1
|
* forum tag editorcitrons5 days8-7/+105
|
* don't show the role list to non-bureaucratscitrons5 days1-2/+2
|
* consistently display back link in role assignmentcitrons5 days1-0/+5
|
* overflow: auto for post contentcitrons5 days1-0/+1
|
* allow iframes in postscitrons5 days1-1/+41
|
* last activity of forums based on update columncitrons5 days1-6/+2
| | | | (which percolates upward, unlike before)
* view existing role assignments in a forumcitrons7 days3-6/+43
|
* user list admin pagecitrons7 days3-2/+25
|
* integrated subforum listcitrons8 days3-32/+77
| | | | | | | the UI is more compact and aesthetically pleasing, and it allows seeing activity in subforae more easily. as it stands, all subforae are hidden away, so no one sees anything that anyone posts in them! this UI implicitly shows up to four unread subforae.
* convert spaces to tabscitrons8 days27-1870/+1870
|
* properly check for invalid page numberscitrons8 days2-8/+12
|
* read statuses on threads and forumscitrons8 days6-2/+64
|
* increase content width to 80chubq3232023-08-271-1/+1
|
* add <details> to collapse subforum listubq3232023-08-151-0/+3
|
* new iconubq3232022-12-011-1/+1
|
* more minor css fixesubq3232022-12-011-5/+6
| | | | | | - actionbuttons should be blue always - breadcrumbs weren't working properly. idk why - username link in the navbar shouldn't be blue (this one has been annoying me for ages)
* minor colour changesubq3232022-12-011-3/+3
| | | | | - visited usernames shouldn't be purple - the purple visited colour should be the browser default of #551a8b
* bugfixes for darkmodeArcade Wise2022-12-011-3/+3
| | | | Signed-off-by: Arcade Wise <l3gacy.b3ta@disroot.org>
* Add the option to mouse over a post title and show the full titleArcade Wise2022-12-011-1/+1
| | | | Signed-off-by: Arcade Wise <l3gacy.b3ta@disroot.org>
* add dark modeArcade Wise2022-12-011-39/+133
| | | | Signed-off-by: Arcade Wise <l3gacy.b3ta@disroot.org>
* support sending to more than one apionet channelubq3232022-11-191-7/+2
| | | | now that apiobot supports multiple channels, apioforum can too. we use the 'url' field in the webhooks table to determine the path to the socket to send things to.
* improve readability of irc messages (thank you trimill)ubq3232022-10-191-4/+4
|
* add support for apionet 'web'hooksubq3232022-10-191-10/+71
| | | | | it can now send information about new posts and threads to apiobot's socket thing. the code is not very good.
* allow br tagubq3232022-09-261-1/+2
|
* Merge branch 'thread-filtering-2' into trunkubq3232022-06-114-20/+110
|\
| * make radio buttons inline instead of on multiple linesthread-filtering-2ubq3232022-06-111-2/+2
| |