aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* reenable things that aren't iframesHEADtrunkcitrons13 days1-1/+1
|
* allow height and width on imgcitrons13 days1-9/+11
|
* support all marquee attributescitrons13 days1-0/+4
|
* fix listing stylescitrons13 days2-9/+8
|
* try to show the most recent non-deleted postcitrons14 days3-4/+10
| | | | requires db migration
* make more area of the thread listing clickablecitrons14 days2-29/+43
|
* fix sort and filter options being cleared on navcitrons14 days2-2/+10
|
* bottom page links on user pagecitrons14 days1-0/+1
|
* fix bug: s/no threads/no new threadscitrons14 days1-1/+1
|
* add deploy.shubq32314 days1-0/+4
|
* better, fancier more buttoncitrons14 days2-9/+22
| | | | it respects the alternating color scheme
* fix all the misalignments ONCE AND FOR ALLcitrons14 days1-2/+6
|
* pagination CSS tweakcitrons14 days1-1/+1
|
* only show reply box at the end of a threadcitrons14 days1-2/+3
|
* pagination links on the bottom of the pagecitrons14 days4-6/+9
|
* make big brother still appear in black in dark modecitrons14 days1-5/+2
|
* make border color less harsh in dark modecitrons14 days1-22/+24
|
* don't show subforae if filtering by tagcitrons14 days1-1/+1
|
* display a message when there are no threadscitrons14 days2-4/+15
|
* click tag to filter by that tagcitrons14 days4-4/+13
|
* change legend (john reference) from "title" to "thread"citrons14 days1-2/+1
| | | | | also, remove header saying "thread options" being that it is quite redundant
* unify thread creation and modificationcitrons14 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 filteringcitrons14 days4-25/+9
|
* improve responsivitycitrons14 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 tagscitrons14 days1-0/+4
|
* improve thread filter selection appearancecitrons14 days2-14/+25
| | | | it behaves more sensibly when there are a lot of tags
* use flexbox for thread top barcitrons14 days1-1/+13
| | | | this fixes some strange and frustrating interactions
* limit tags shown in thread listcitrons14 days1-1/+1
|
* forum tag editorcitrons14 days8-7/+105
|
* don't show the role list to non-bureaucratscitrons14 days1-2/+2
|
* consistently display back link in role assignmentcitrons14 days1-0/+5
|
* overflow: auto for post contentcitrons14 days1-0/+1
|
* allow iframes in postscitrons14 days1-1/+41
|
* last activity of forums based on update columncitrons14 days1-6/+2
| | | | (which percolates upward, unlike before)
* view existing role assignments in a forumcitrons2025-06-153-6/+43
|
* user list admin pagecitrons2025-06-153-2/+25
|
* integrated subforum listcitrons2025-06-143-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 tabscitrons2025-06-1427-1870/+1870
|
* properly check for invalid page numberscitrons2025-06-142-8/+12
|
* read statuses on threads and forumscitrons2025-06-146-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
|