WIP: [DO NOT MERGE] logged out user #20

Closed
justcool393 wants to merge 31 commits from <deleted>:logged-out-user into master

31 Commits (master)

Author SHA1 Message Date
justcool393 7af2975a5b implement some stuff 2022-11-19 06:40:49 -06:00
justcool393 b21953379a Revert "put column data in LoggedOutUser (does this work?)"
This reverts commit ce5c586356.
2022-11-19 06:27:39 -06:00
justcool393 ce5c586356 put column data in LoggedOutUser (does this work?) 2022-11-19 06:09:27 -06:00
justcool393 b808096596 submission.html fixes 2022-11-19 05:55:13 -06:00
justcool393 5dda70aa9e fix minor can_see bug 2022-11-19 05:47:53 -06:00
justcool393 9e252f724c make realbody logic look nicer
(we really should dedupe this someday)
2022-11-19 05:32:46 -06:00
justcool393 c4d920944c remove if statement 2022-11-19 05:20:46 -06:00
justcool393 70997cb729 fix [Deleted by author.] crap 2022-11-19 05:05:49 -06:00
justcool393 dcaa6bc394 use realbody
also fix a bug where mops aren't shown edit tools
2022-11-19 05:02:35 -06:00
justcool393 1287c96b86 sdsdsd 2022-11-19 04:52:51 -06:00
justcool393 bd278a57cc fix syntax error redux 2022-11-19 04:51:14 -06:00
justcool393 56506b1c7a fix syntax error 2022-11-19 04:49:48 -06:00
justcool393 d3d983b87e spelling error 2022-11-19 04:41:39 -06:00
justcool393 23aa542d03 remove this stupid template 2022-11-19 04:40:02 -06:00
justcool393 8b352371bf error handler checks 2022-11-19 04:19:02 -06:00
justcool393 e6904ddf2b fix error with error handler 2022-11-19 04:14:04 -06:00
justcool393 7b1cdc8b7f fix for [Deleted by user] 2022-11-19 04:09:57 -06:00
justcool393 fa62487587 fsfsdsds 2022-11-19 03:58:00 -06:00
justcool393 c10280ada3 testing 2022-11-19 03:53:44 -06:00
justcool393 c751739a20 more changes!
loggedinlets are JL-1 now
remove many redundant v and v. checks
2022-11-19 03:25:16 -06:00
justcool393 02cbbf0035 move capabilities around 2022-11-18 09:09:52 -06:00
justcool393 16c129e2b3 remove unneccessary v checks
also add can_see_chat
2022-11-18 09:00:46 -06:00
justcool393 2bdb382ee5 mop up some unnecessary v truthiness 2022-11-18 07:44:49 -06:00
justcool393 e3473dee47 don't set v to be None 2022-11-18 07:16:57 -06:00
justcool393 d88df43452 don't throw when using charge_account
logically, charge_account i don't think can even get see a path
...but charge_account() returns a bool based on if the account was charged.
pay_account raises a TypeError now instead of a NotImplementedError
2022-11-18 07:06:44 -06:00
justcool393 da01be264b remove unused import 2022-11-18 06:58:41 -06:00
justcool393 f1f2393da1 remove unnecessary function 2022-11-18 06:44:21 -06:00
justcool393 fc5d524e87 initialize lists properly 2022-11-18 06:39:36 -06:00
justcool393 92906691e1 support LoggedOutUser in get.py 2022-11-18 06:12:02 -06:00
justcool393 52325cc7c0 User.can_see -> v.can_see and other improvements 2022-11-18 06:07:22 -06:00
justcool393 27255696c8 basic outline for LoggedOutUser
also implemented where needful
2022-11-18 05:33:28 -06:00