rDrama/files/helpers
TLSM 5939cbc482 Fixes #574: case-insensitive @mention linkifying
Investigation of why `@tyre_inflator` didn't appear to ping
`@Tyre_Inflator` revealed that the alerts/notifications system is
correctly case-insensitive. However, the logic in `sanitize` that
converts `@mention`s into user profile links was case-sensitive.
We resolve that here the naive way by normalizing case while comparing.
2023-04-09 07:16:04 -06:00
..
config post scheduling (#554) 2023-03-29 16:32:48 -05:00
alerts.py remove holes (#492) 2023-04-01 00:13:30 -05:00
assetcache.py assetcache: add interface for non-Jinja consumers. 2022-08-30 16:23:09 -04:00
caching.py post scheduling (#554) 2023-03-29 16:32:48 -05:00
captcha.py captcha: add captcha to contact page (fixes #482) 2023-02-09 10:41:15 -06:00
comments.py perms: consistently use >= for admin levels 2023-04-06 07:36:19 -06:00
content.py Turns out this is likely to show up in some cases, so let's sanitize it a little. 2023-04-08 16:33:45 -06:00
contentsorting.py post scheduling (#554) 2023-03-29 16:32:48 -05:00
embeds.py post scheduling (#554) 2023-03-29 16:32:48 -05:00
get.py perms: consistently use >= for admin levels 2023-04-06 07:36:19 -06:00
jinja2.py post scheduling (#554) 2023-03-29 16:32:48 -05:00
lazy.py post scheduling (#554) 2023-03-29 16:32:48 -05:00
listing.py perms: consistently use >= for admin levels 2023-04-06 07:36:19 -06:00
media.py videos: remove video uploads lol 2023-02-17 21:26:40 -06:00
sanitize.py Fixes #574: case-insensitive @mention linkifying 2023-04-09 07:16:04 -06:00
security.py post scheduling (#554) 2023-03-29 16:32:48 -05:00
services.py Fix leaderboard 500 on production (NotImplementedError) (#563) 2023-03-29 17:45:28 -05:00
strings.py post scheduling (#554) 2023-03-29 16:32:48 -05:00
time.py post scheduling (#554) 2023-03-29 16:32:48 -05:00
validators.py post scheduling (#554) 2023-03-29 16:32:48 -05:00
wrappers.py post scheduling (#554) 2023-03-29 16:32:48 -05:00