Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | logged out users are considered to have no permissions unless in a specific ↵ | citrons | 2021-08-06 | 3 | -4/+5 |
| | | | | instance login is not required in which case they are treated as having the role "other". | ||||
* | fix thread edit page | citrons | 2021-08-06 | 1 | -1/+1 |
| | |||||
* | fix forum edit page | citrons | 2021-08-06 | 1 | -1/+1 |
| | |||||
* | merge the things; poll permissions | citrons | 2021-08-06 | 16 | -46/+1006 |
|\ | |||||
| * | merge | ubq323 | 2021-07-22 | 6 | -7/+50 |
| |\ | |||||
| | * | minor html restructureper-forum-tags | ubq323 | 2021-07-22 | 3 | -4/+6 |
| | | | |||||
| | * | improve ui slightly | ubq323 | 2021-07-22 | 2 | -0/+4 |
| | | | |||||
| | * | make tags be per-forum and have the thread config interface work with this | ubq323 | 2021-07-22 | 4 | -3/+40 |
| |/ | |||||
| * | and i forgot to add util.py as well | ubq323 | 2021-07-18 | 1 | -0/+16 |
| | | |||||
| * | wrong name for loop counter thing | ubq323 | 2021-07-18 | 1 | -1/+1 |
| | | |||||
| * | don't need that print statement any more | ubq323 | 2021-07-18 | 1 | -5/+0 |
| | | |||||
| * | this was a particularly horrible merge conflict but i think it all works now | ubq323 | 2021-07-18 | 9 | -7/+99 |
| |\ | |||||
| | * | shouldn't count retractions as part of the total vote countpolls | ubq323 | 2021-07-18 | 1 | -1/+1 |
| | | | |||||
| | * | fix displaying of poll options | ubq323 | 2021-07-18 | 1 | -3/+3 |
| | | | |||||
| | * | vote meter on view thread page | ubq323 | 2021-07-18 | 5 | -40/+47 |
| | | | |||||
| | * | minor change things | ubq323 | 2021-07-18 | 2 | -1/+4 |
| | | | |||||
| | * | fix spacing on vote meter | ubq323 | 2021-07-18 | 1 | -0/+5 |
| | | | |||||
| | * | vote meters idk | ubq323 | 2021-07-17 | 5 | -2/+78 |
| | | | |||||
| * | | merge looks good | citrons | 2021-07-11 | 9 | -66/+204 |
| |\ \ | |||||
| * \ \ | polls are functional now | citrons | 2021-07-11 | 6 | -14/+277 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | actually that could be slightly neater | ubq323 | 2021-07-11 | 1 | -1/+1 |
| | | | | |||||
| | * | | fix indexing issue with displaying of votes | ubq323 | 2021-07-11 | 1 | -2/+3 |
| | | | | |||||
| | * | | poll creation and deletion ui; polls work now, for some value of 'work' | ubq323 | 2021-07-11 | 2 | -4/+101 |
| | | | | |||||
| | * | | retraction of votes | ubq323 | 2021-06-29 | 2 | -5/+28 |
| | | | | |||||
| | * | | displayation of vote retractions | ubq323 | 2021-06-28 | 2 | -13/+21 |
| | | | | |||||
| | * | | display vote counts (badly) | ubq323 | 2021-06-26 | 3 | -3/+13 |
| | | | | |||||
| | * | | displaying of votes on posts | ubq323 | 2021-06-26 | 4 | -12/+47 |
| | | | | |||||
| | * | | voting now works | ubq323 | 2021-06-26 | 2 | -5/+37 |
| | | | | |||||
| | * | | i will have this here too | ubq323 | 2021-06-25 | 2 | -2/+4 |
| | | | | |||||
| | * | | db things, display poll on thread page, start of voting interface | ubq323 | 2021-06-25 | 3 | -1/+57 |
| | | | | |||||
| * | | | somehow view_post.html never actually ended up in the repo???? | ubq323 | 2021-07-11 | 1 | -0/+12 |
| | | | | |||||
| * | | | fix crash when posting an empty message | ubq323 | 2021-06-25 | 1 | -1/+2 |
| |/ / | |||||
| * | | view post source button | ubq323 | 2021-06-25 | 2 | -7/+24 |
| | | | |||||
| * | | hr | ubq323 | 2021-06-25 | 1 | -0/+3 |
| | | | |||||
| * | | allow md for sup and sub | ubq323 | 2021-06-25 | 1 | -0/+2 |
| | | | |||||
| * | | allowify even more html tags | ubq323 | 2021-06-25 | 3 | -4/+24 |
| | | | |||||
| * | | unwideify the trunk as well | ubq323 | 2021-06-24 | 2 | -6/+1 |
| | | | |||||
| * | | remove the | citrons | 2021-06-23 | 1 | -4/+2 |
| | | | |||||
| * | | add the files that I did not add | citrons | 2021-06-23 | 2 | -0/+456 |
| | | | |||||
| * | | color element | citrons | 2021-06-23 | 1 | -1/+3 |
| | | | |||||
| * | | colors for markdown | citrons | 2021-06-23 | 2 | -1/+7 |
| | | | |||||
* | | | fix roles even more; forum creation and configuration | citrons | 2021-08-06 | 10 | -15/+161 |
| | | | |||||
* | | | fix role assignment UI | citrons | 2021-08-05 | 2 | -23/+27 |
| | | | |||||
* | | | make many of the permissions do things. somewhat functional menus for role ↵ | citrons | 2021-08-05 | 12 | -86/+331 |
| | | | | | | | | | | | | configuration and assignment. big brother thoughtcrime message deletion. mark roles next to usernames on posts. other things I may have forgot | ||||
* | | | fix typos and syntax errors mainly, i think | ubq323 | 2021-07-31 | 5 | -8/+13 |
| | | | |||||
* | | | "just commit" - ubq | citrons | 2021-07-31 | 4 | -14/+49 |
| | | | |||||
* | | | role config UI | citrons | 2021-07-18 | 4 | -16/+102 |
| | | | |||||
* | | | committing what I have so that ubq can work on it | citrons | 2021-07-16 | 5 | -89/+46 |
| | | | |||||
* | | | role config, UI, and things | citrons | 2021-06-29 | 6 | -3/+181 |
| | | | |||||
* | | | permissions table | citrons | 2021-06-25 | 2 | -1/+19 |
| |/ |/| |