aboutsummaryrefslogtreecommitdiffhomepage
path: root/apioforum/forum.py
Commit message (Expand)AuthorAgeFilesLines
* make ui of tag filtering use radio buttons instead of linksubq3232022-06-111-0/+3
* add tag filteringubq3232022-05-141-6/+35
* add ability to sort threads by creation or modification, asc or descubq3232022-05-131-2/+11
* improve pagination navigationthe lemons2022-03-021-1/+1
* make posts in "private" subforums not visible through search or user pagesubq3232022-02-251-2/+4
* web hook code, and thingsubq3232021-08-261-0/+4
* merge trunk into thisubq3232021-08-181-16/+246
|\
| * view forum permissioncitrons2021-08-091-23/+21
| * in the forum settings page, the "unlisted?" box is checked if the forum is al...citrons2021-08-081-1/+3
| * thread configuration cannot occur if one is not able to view the thread. unli...citrons2021-08-081-0/+5
| * p_create_threads actually does thecitrons2021-08-081-0/+1
| * one is now able to remove a role configurationcitrons2021-08-071-1/+5
| * admin users are automatically bureaucratscitrons2021-08-071-0/+1
| * fix forum edit pagecitrons2021-08-061-1/+1
| * merge the things; poll permissionscitrons2021-08-061-3/+45
| |\
| * | fix roles even more; forum creation and configurationcitrons2021-08-061-5/+73
| * | fix role assignment UIcitrons2021-08-051-8/+13
| * | make many of the permissions do things. somewhat functional menus for role co...citrons2021-08-051-17/+81
| * | fix typos and syntax errors mainly, i thinkubq3232021-07-311-2/+6
| * | "just commit" - ubqcitrons2021-07-311-12/+30
| * | role config UIcitrons2021-07-181-3/+40
| * | committing what I have so that ubq can work on itcitrons2021-07-161-7/+3
| * | role config, UI, and thingscitrons2021-06-291-0/+23
* | | add page links nav thingubq3232021-07-251-2/+3
* | | add page numbers on forum pages, limit threads displayed to ones on that pageubq3232021-07-251-4/+21
| |/ |/|
* | make tags be per-forum and have the thread config interface work with thisubq3232021-07-221-0/+17
* | don't need that print statement any moreubq3232021-07-181-5/+0
* | this was a particularly horrible merge conflict but i think it all works nowubq3232021-07-181-1/+30
|\ \
| * | vote meter on view thread pageubq3232021-07-181-1/+1
| * | vote meters idkubq3232021-07-171-2/+30
* | | merge looks goodcitrons2021-07-111-18/+58
|\ \ \ | |/ / |/| / | |/
| * subforums work properly again now, i thinkubq3232021-06-231-10/+13
| * last activity of forumsubq3232021-06-231-12/+13
| * many database things, not really related to subforums but it's probably bette...ubq3232021-06-231-10/+9
| * subforum listsubforum-uicitrons2021-06-231-0/+16
| * make breadcrumb workcitrons2021-06-231-2/+11
| * merge thecitrons2021-06-231-6/+13
| |\ | |/ |/|
| * you can create posts again nowubq3232021-06-201-2/+9
| * much better schema, and some (but only some) multiforumificationubq3232021-06-201-6/+13
| * merge this big refactor so we don't get merge conflicts laterubq3232021-06-201-11/+18
* | do thecitrons2021-06-201-1/+10
* | refactoring and UI improvementcitrons2021-06-201-11/+18
|/
* sort tags by tag id so they always appear in the same orderubq3232021-06-191-1/+2
* fetch tags from databaseubq3232021-06-151-2/+12
* Implement search (SQLite FTS5)osmarks2021-06-141-0/+23
* last activity byubq3232021-06-141-1/+1
* view number of replies and also vastly improve css by using grid instead of f...ubq3232021-06-141-1/+8
* fix permissions bug on create thread pageubq3232021-06-141-4/+8
* make things look less badubq3232021-06-121-1/+1
* create posts and threadsubq3232021-05-241-1/+32