Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | better, fancier more button | citrons | 5 days | 2 | -9/+22 |
| | | | | it respects the alternating color scheme | ||||
* | fix all the misalignments ONCE AND FOR ALL | citrons | 5 days | 1 | -2/+6 |
| | |||||
* | pagination CSS tweak | citrons | 5 days | 1 | -1/+1 |
| | |||||
* | only show reply box at the end of a thread | citrons | 5 days | 1 | -2/+3 |
| | |||||
* | pagination links on the bottom of the page | citrons | 5 days | 4 | -6/+9 |
| | |||||
* | make big brother still appear in black in dark mode | citrons | 5 days | 1 | -5/+2 |
| | |||||
* | make border color less harsh in dark mode | citrons | 5 days | 1 | -22/+24 |
| | |||||
* | don't show subforae if filtering by tag | citrons | 5 days | 1 | -1/+1 |
| | |||||
* | display a message when there are no threads | citrons | 5 days | 2 | -4/+15 |
| | |||||
* | click tag to filter by that tag | citrons | 5 days | 4 | -4/+13 |
| | |||||
* | change legend (john reference) from "title" to "thread" | citrons | 5 days | 1 | -2/+1 |
| | | | | | also, remove header saying "thread options" being that it is quite redundant | ||||
* | unify thread creation and modification | citrons | 5 days | 3 | -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 filtering | citrons | 5 days | 4 | -25/+9 |
| | |||||
* | improve responsivity | citrons | 5 days | 2 | -2/+10 |
| | | | | | the viewport scale is made a little smaller and padding is reduced when the viewport size is smaller. | ||||
* | limit display width of tags | citrons | 5 days | 1 | -0/+4 |
| | |||||
* | improve thread filter selection appearance | citrons | 5 days | 2 | -14/+25 |
| | | | | it behaves more sensibly when there are a lot of tags | ||||
* | use flexbox for thread top bar | citrons | 5 days | 1 | -1/+13 |
| | | | | this fixes some strange and frustrating interactions | ||||
* | limit tags shown in thread list | citrons | 5 days | 1 | -1/+1 |
| | |||||
* | forum tag editor | citrons | 5 days | 8 | -7/+105 |
| | |||||
* | don't show the role list to non-bureaucrats | citrons | 5 days | 1 | -2/+2 |
| | |||||
* | consistently display back link in role assignment | citrons | 5 days | 1 | -0/+5 |
| | |||||
* | overflow: auto for post content | citrons | 5 days | 1 | -0/+1 |
| | |||||
* | allow iframes in posts | citrons | 5 days | 1 | -1/+41 |
| | |||||
* | last activity of forums based on update column | citrons | 5 days | 1 | -6/+2 |
| | | | | (which percolates upward, unlike before) | ||||
* | view existing role assignments in a forum | citrons | 7 days | 3 | -6/+43 |
| | |||||
* | user list admin page | citrons | 7 days | 3 | -2/+25 |
| | |||||
* | integrated subforum list | citrons | 8 days | 3 | -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 tabs | citrons | 8 days | 27 | -1870/+1870 |
| | |||||
* | properly check for invalid page numbers | citrons | 8 days | 2 | -8/+12 |
| | |||||
* | read statuses on threads and forums | citrons | 8 days | 6 | -2/+64 |
| | |||||
* | increase content width to 80ch | ubq323 | 2023-08-27 | 1 | -1/+1 |
| | |||||
* | add <details> to collapse subforum list | ubq323 | 2023-08-15 | 1 | -0/+3 |
| | |||||
* | new icon | ubq323 | 2022-12-01 | 1 | -1/+1 |
| | |||||
* | more minor css fixes | ubq323 | 2022-12-01 | 1 | -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 changes | ubq323 | 2022-12-01 | 1 | -3/+3 |
| | | | | | - visited usernames shouldn't be purple - the purple visited colour should be the browser default of #551a8b | ||||
* | bugfixes for darkmode | Arcade Wise | 2022-12-01 | 1 | -3/+3 |
| | | | | Signed-off-by: Arcade Wise <l3gacy.b3ta@disroot.org> | ||||
* | Add the option to mouse over a post title and show the full title | Arcade Wise | 2022-12-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Arcade Wise <l3gacy.b3ta@disroot.org> | ||||
* | add dark mode | Arcade Wise | 2022-12-01 | 1 | -39/+133 |
| | | | | Signed-off-by: Arcade Wise <l3gacy.b3ta@disroot.org> | ||||
* | support sending to more than one apionet channel | ubq323 | 2022-11-19 | 1 | -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) | ubq323 | 2022-10-19 | 1 | -4/+4 |
| | |||||
* | add support for apionet 'web'hooks | ubq323 | 2022-10-19 | 1 | -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 tag | ubq323 | 2022-09-26 | 1 | -1/+2 |
| | |||||
* | Merge branch 'thread-filtering-2' into trunk | ubq323 | 2022-06-11 | 4 | -20/+110 |
|\ | |||||
| * | make radio buttons inline instead of on multiple linesthread-filtering-2 | ubq323 | 2022-06-11 | 1 | -2/+2 |
| | | |||||
| * | make ui of tag filtering use radio buttons instead of links | ubq323 | 2022-06-11 | 2 | -19/+23 |
| | | |||||
| * | add tag filtering | ubq323 | 2022-05-14 | 3 | -15/+75 |
| | | | | | | | | | | | | the only currently supported form of tag filtering is by specifying a single tag, and then only threads with that tag will be displayed. this meets all of the reasonable use cases i can think of right now. | ||||
| * | add ability to sort threads by creation or modification, asc or desc | ubq323 | 2022-05-13 | 3 | -7/+33 |
| | | |||||
* | | pride month | ubq323 | 2022-06-02 | 1 | -1/+1 |
|/ | |||||
* | fix permissions for view_post, and 404 instead of redirecting | ubq323 | 2022-05-13 | 1 | -4/+10 |
| | | | | | | | | | | previously it was possible to see posts you didn't have permissions to view, by using /view_post/<id>. now, this checks permissions. previously if a post with the given id did not exist, it would redirect you back to /, with an error message. now, it gives a 404 page, which is consistent with the behaviour when a thread or forum with the given id is not found. | ||||
* | improve pagination navigation | the lemons | 2022-03-02 | 8 | -12/+37 |
| | | | | | | | | | * pages show more content * the navigation bar is shown regardless of scroll position * the navigation bar now lives in a box * the navigation bar adapts to small screen sizes I changed the padding now. |