rDrama/files/routes
justcool393 83963470e8
user can_view functions (#460)
* user: move can_see_to user class

* stub out can_see in comments and posts

* make can_see a classmethod so it's usable for loggedoutfriends

* test

* kill me now

* threelargeclassesmating

* dfdfdfdfdfdfd

* sdsdsdsd

* classmethod should be above i think

* Revert "classmethod should be above i think"

This reverts commit df1772eb9e7e71bf7b89123f6277b648de2b1af3.

* Revert "Revert "classmethod should be above i think""

This reverts commit 32883406c2e2916fc6c436611376a1817c16cb84.

* test rewritnig thing

* go home python

* what the fuck python

* fix AttributeError

* sdsdsdsdsdsd

* lazy and user and stuff

* test

* Revert "test"

This reverts commit 45af5bb3d45f3ec17126ab117d494ec978062a38.

* merge

* newline

* test

* test 2

* Revert "test"

This reverts commit 196dae677e2ee8cd29261c93dcb747087cb399b6.

* revert test

* fix merge error

* fix import error ciruclation i think

* sdsd

* add type annotations back

* deleted_utc

* isinstance

* user_can_see in jinja and remove unnecessary things

* a bunch of stuff
remove can_see from comment and post
expand can_see to messages

* antiannoyingamountsofwhitespace

* fix for chudrama

* improve prev
2022-11-17 16:02:08 -05:00
..
__init__.py hats: only load routes if feature flag enabled 2022-11-16 06:52:16 -06:00
admin.py admin: move admin pages to admin dir 2022-11-15 17:15:53 -05:00
allroutes.py standardize g.db behavior 2022-11-15 17:39:00 +02:00
asset_submissions.py [DO NOT MERGE] import detanglation (#442) 2022-11-15 03:19:08 -06:00
awards.py remove unnecessary feature_required flags, moving them to the routes import 2022-11-15 05:37:53 -06:00
casino.py casino: procoins -> mbux 2022-11-16 10:14:46 -06:00
chat.py chat: sanitize raw body 2022-11-16 08:00:04 -06:00
comments.py user can_view functions (#460) 2022-11-17 16:02:08 -05:00
errors.py add error handler 2022-11-15 23:36:56 -06:00
feeds.py [DO NOT MERGE] import detanglation (#442) 2022-11-15 03:19:08 -06:00
front.py user can_view functions (#460) 2022-11-17 16:02:08 -05:00
giphy.py [DO NOT MERGE] import detanglation (#442) 2022-11-15 03:19:08 -06:00
hats.py hats: only load routes if feature flag enabled 2022-11-16 06:52:16 -06:00
jinja2.py user can_view functions (#460) 2022-11-17 16:02:08 -05:00
login.py remove unnecessary fstrings 2022-11-17 10:01:03 -06:00
lottery.py we don't need requests 2022-11-15 05:38:37 -06:00
mail.py use abort(410) instead of the old message.html template 2022-11-15 23:32:57 -06:00
notifications.py sddsdsd 2022-11-15 06:52:17 -06:00
oauth.py fix 500 on IntegrityError 2022-11-15 15:12:36 -06:00
polls.py [DO NOT MERGE] import detanglation (#442) 2022-11-15 03:19:08 -06:00
posts.py user can_view functions (#460) 2022-11-17 16:02:08 -05:00
reporting.py [DO NOT MERGE] import detanglation (#442) 2022-11-15 03:19:08 -06:00
routehelpers.py [DO NOT MERGE] import detanglation (#442) 2022-11-15 03:19:08 -06:00
search.py fix listing bugs 2022-11-15 03:28:39 -06:00
settings.py give ppl a message when they change their settings sucessfully 2022-11-15 16:33:21 +02:00
static.py remove unnecessary fstrings 2022-11-17 10:01:03 -06:00
streamers.py [DO NOT MERGE] import detanglation (#442) 2022-11-15 03:19:08 -06:00
subs.py [DO NOT MERGE] import detanglation (#442) 2022-11-15 03:19:08 -06:00
users.py kofi: fix rare 500. don't attempt to activate via kofi on sites where it's not enabled 2022-11-17 13:55:07 -06:00
votes.py user can_view functions (#460) 2022-11-17 16:02:08 -05:00
wrappers.py remove unnecessary fstrings 2022-11-17 10:01:03 -06:00