aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* reenable things that aren't iframesHEADtrunkcitrons2025-06-181-1/+1
|
* allow height and width on imgcitrons2025-06-181-9/+11
|
* support all marquee attributescitrons2025-06-181-0/+4
|
* fix listing stylescitrons2025-06-182-9/+8
|
* try to show the most recent non-deleted postcitrons2025-06-173-4/+10
| | | | requires db migration
* make more area of the thread listing clickablecitrons2025-06-172-29/+43
|
* fix sort and filter options being cleared on navcitrons2025-06-172-2/+10
|
* bottom page links on user pagecitrons2025-06-171-0/+1
|
* fix bug: s/no threads/no new threadscitrons2025-06-171-1/+1
|
* add deploy.shubq3232025-06-171-0/+4
|
* better, fancier more buttoncitrons2025-06-172-9/+22
| | | | it respects the alternating color scheme
* fix all the misalignments ONCE AND FOR ALLcitrons2025-06-171-2/+6
|
* pagination CSS tweakcitrons2025-06-171-1/+1
|
* only show reply box at the end of a threadcitrons2025-06-171-2/+3
|
* pagination links on the bottom of the pagecitrons2025-06-174-6/+9
|
* make big brother still appear in black in dark modecitrons2025-06-171-5/+2
|
* make border color less harsh in dark modecitrons2025-06-171-22/+24
|
* don't show subforae if filtering by tagcitrons2025-06-171-1/+1
|
* display a message when there are no threadscitrons2025-06-172-4/+15
|
* click tag to filter by that tagcitrons2025-06-174-4/+13
|
* change legend (john reference) from "title" to "thread"citrons2025-06-171-2/+1
| | | | | also, remove header saying "thread options" being that it is quite redundant
* unify thread creation and modificationcitrons2025-06-173-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 filteringcitrons2025-06-174-25/+9
|
* improve responsivitycitrons2025-06-172-2/+10
| | | | | the viewport scale is made a little smaller and padding is reduced when the viewport size is smaller.
* limit display width of tagscitrons2025-06-171-0/+4
|
* improve thread filter selection appearancecitrons2025-06-172-14/+25
| | | | it behaves more sensibly when there are a lot of tags
* use flexbox for thread top barcitrons2025-06-171-1/+13
| | | | this fixes some strange and frustrating interactions
* limit tags shown in thread listcitrons2025-06-171-1/+1
|
* forum tag editorcitrons2025-06-178-7/+105
|
* don't show the role list to non-bureaucratscitrons2025-06-171-2/+2
|
* consistently display back link in role assignmentcitrons2025-06-171-0/+5
|
* overflow: auto for post contentcitrons2025-06-171-0/+1
|
* allow iframes in postscitrons2025-06-171-1/+41
|
* last activity of forums based on update columncitrons2025-06-171-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
|