Commit Graph

21123 Commits (d0f94705d65905ba688a0d07f2782f4b1a5b3e97)

Author SHA1 Message Date
Aevann1 d0f94705d6 test succesful, revert prev commit 2022-11-18 19:25:19 +02:00
Aevann1 7c83bd4eaa test sneedbot 2022-11-18 19:20:13 +02:00
Aevann1 b77dff0a7c testing sneedbot 2022-11-18 19:17:10 +02:00
Aevann1 15d04f312e .co -> .tv 2022-11-18 08:57:06 -08:00
Aevann1 bd3b0047b8 remove unnecessary <span> 2022-11-18 08:56:33 -08:00
Aevann1 b16757e8ad change readme.md 2022-11-18 08:49:08 -08:00
Aevann1 b7cf10d7f6 increase container bottom padding from 50px to 100px 2022-11-18 08:37:47 -08:00
justcool393 2218cb55f1 mbux printer: unify with API requirement 2022-11-18 09:31:59 -06:00
justcool393 b60febf6e0 awards: award printing cleanup 2022-11-18 09:30:17 -06:00
Aevann1 4ec307a209 fix random ":" 2022-11-18 07:25:58 -08:00
Aevann1 f6fd64af08 css change 2022-11-18 07:19:51 -08:00
SneedBot c5ad3a480f sneed 2022-11-18 08:10:14 +00:00
justcool393 255d5b2453 security: fix mute bypass
modmail: constantify user ID
2022-11-17 16:50:06 -06:00
justcool393 12881388d6 notifications: ignore notifications 2022-11-17 16:35:08 -06:00
justcool393 2c27b75b7a remove unnecessary imports 2022-11-17 15:44:29 -06:00
justcool393 49e2e73b9a fix 500 with subs 2022-11-17 15:25:10 -06:00
justcool393 2bfb2c04a4 fix error in error handler 2022-11-17 15:20:36 -06:00
Snakes 0597347c76
html_head: fix syntax error. 2022-11-17 16:18:43 -05:00
geese-suck 47658f2897
clean up html head (#461)
* init (not done)

* asdf

* :marseymop:

* unnecesary

* remove

* Update html_head.html
2022-11-17 16:08:39 -05:00
SneedBot 4c68647373 sneed 2022-11-17 21:02:40 +00:00
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
justcool393 d80fa23409 kofi: decide whether to load in __init__
this unifies some of the logic with how we load classes
2022-11-17 14:00:19 -06:00
justcool393 5b03c2535a kofi: fix rare 500. don't attempt to activate via kofi on sites where it's not enabled
this can cause a weird 500
2022-11-17 13:55:07 -06:00
justcool393 8414cec5d5 kofi: don't let "blahblahblah" be considered a valid token 2022-11-17 11:12:32 -06:00
justcool393 ac0b1d8482 show url and method again 2022-11-17 10:41:56 -06:00
justcool393 8d46295d49 workers: simplify error handler
this prevents a relatively rare query to db
still it makes me feel better, especially when we have only a little bit of time anyway
2022-11-17 10:34:30 -06:00
justcool393 f4ad331d23 readme: SneedBot sneeds 2022-11-17 10:07:49 -06:00
justcool393 caf3a81748 remove unnecessary fstrings
(or actually use the feature)
2022-11-17 10:01:03 -06:00
gooseman fa9290a794 Merge branch 'frost' of https://github.com/Aevann1/rDrama into frost 2022-11-16 23:19:17 -08:00
gooseman a345f7c128 restore non-nuked banners 2022-11-16 23:19:14 -08:00
SneedBot c6144afc9b sneed 2022-11-17 02:10:28 +00:00
justcool393 be58d2f849 emojis: add opperblink 2022-11-16 13:36:02 -06:00
Aevann1 62ef32c9c5
Update votes.py 2022-11-16 21:00:18 +02:00
Snakes 0c0cad0723 banners: use a class, only style correct elements.
Selecting on the alt attribute is unstable and creates a non-obvious
coupling to maintain. Also it inadvertently affected the shop banners
and some elements in settings.
2022-11-16 12:07:23 -05:00
Snakes 7feddc42f0 Unify template helpers and macros, fix header.
The need for sidebars to have access to macros.random_image means
all templates that include header.html (most templates) need to have
access to `macros`, because header.html includes sidebar_{SITE_NAME}.

Because of how sparse helpers was, we instead unify the two and
replace it since I know we had helpers in every top-level template.
2022-11-16 12:07:23 -05:00
Snakes d7d8220a3f Ensure PCM BANNER_THREAD works. 2022-11-16 12:07:23 -05:00
gooseman 2b4634f857 fix link opening lol 2022-11-16 12:07:23 -05:00
gooseman 16e23e6f54 make banners not retarded + increase future scalability 2022-11-16 12:07:20 -05:00
justcool393 eba6625b81 casino: procoins -> mbux 2022-11-16 10:14:46 -06:00
justcool393 366f5d14c1 chat: prevent vertical spam 2022-11-16 08:56:50 -06:00
justcool393 86459cdf24 chat: show mop tools to those with proper perms 2022-11-16 08:38:20 -06:00
justcool393 d1197bac82 chat: sanitize raw body 2022-11-16 08:00:04 -06:00
justcool393 f1bfb87243 chat: permission for mute bypass 2022-11-16 07:00:03 -06:00
justcool393 5b313dd13d hats: only load routes if feature flag enabled 2022-11-16 06:52:16 -06:00
justcool393 ee8df1e3f1 chat: mops are unmutable 2022-11-16 06:38:24 -06:00
justcool393 86ddde2d88 css: fix zalgo text bleeding all over the chat 2022-11-16 06:33:59 -06:00
Aevann1 b8ceccd78f fix weird tabs 2022-11-16 12:52:11 +02:00
Aevann1 07a76e0ffd exclude me from offsitementions 2022-11-16 10:34:48 +02:00
SneedBot 93fdc3212e sneed 2022-11-16 06:20:48 +00:00
justcool393 1559de125c add error handler 2022-11-15 23:36:56 -06:00