Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 404 and 403 pages now use main layout | ubq323 | 2021-11-06 | 3 | -1/+24 |
| | |||||
* | keep logged in, doing it better like this instead | ubq323 | 2021-11-06 | 4 | -9/+19 |
| | |||||
* | use permanent session so you don't keep getting signed out | ubq323 | 2021-11-06 | 1 | -1/+5 |
| | |||||
* | deploying deployment of bureaucracy | ubq323 | 2021-08-11 | 16 | -155/+914 |
|\ | |||||
| * | fix bug in deleting threads without permissionbureaucracy | citrons | 2021-08-09 | 1 | -1/+1 |
| | | |||||
| * | view forum permission | citrons | 2021-08-09 | 6 | -29/+43 |
| | | |||||
| * | in the forum settings page, the "unlisted?" box is checked if the forum is ↵ | citrons | 2021-08-08 | 1 | -1/+3 |
| | | | | | | | | already unlisted | ||||
| * | thread configuration cannot occur if one is not able to view the thread. ↵ | citrons | 2021-08-08 | 2 | -0/+7 |
| | | | | | | | | unlisted forums are completely invisible to those without view permissions | ||||
| * | fix typo | citrons | 2021-08-08 | 1 | -1/+1 |
| | | |||||
| * | one's role in a forum is now viewable | citrons | 2021-08-08 | 1 | -0/+5 |
| | | |||||
| * | fix things | citrons | 2021-08-08 | 2 | -3/+4 |
| | | |||||
| * | UI does not say "login required" when logged in | citrons | 2021-08-08 | 1 | -1/+3 |
| | | |||||
| * | UI reflects p_create_threads | citrons | 2021-08-08 | 1 | -1/+1 |
| | | |||||
| * | p_create_threads actually does the | citrons | 2021-08-08 | 1 | -0/+1 |
| | | |||||
| * | fix the issue in which everything is broken | citrons | 2021-08-07 | 1 | -3/+3 |
| | | |||||
| * | one is now able to remove a role configuration | citrons | 2021-08-07 | 2 | -3/+13 |
| | | |||||
| * | admin users are automatically bureaucrats | citrons | 2021-08-07 | 2 | -0/+5 |
| | | |||||
| * | random CSS thing that is peeving me | citrons | 2021-08-07 | 2 | -2/+6 |
| | | |||||
| * | 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 |
|/ / / |