microblog.pub/app/utils
Alexey Shpakovsky d9b9f596d3 Skip custom emojis which don't match emoji regexp
Otherwise, emojis containing forbidden symbols (for example, `-`)
appear in "emoji selector" on admin/new page, but are not replaced
with emoji image on submit.

Also add a note to documentation mentioning allowed characters.
2022-11-23 21:54:02 +01:00
..
__init__.py Cleanup utils 2022-06-22 21:15:07 +02:00
custom_index_handler.py First shot at supporting custom handler 2022-11-02 08:51:21 +01:00
datetime.py Improve stream content 2022-07-17 09:32:04 +02:00
emoji.py Skip custom emojis which don't match emoji regexp 2022-11-23 21:54:02 +01:00
facepile.py Allow to delete webmentions 2022-11-20 11:56:58 +01:00
favicon.py Generate a basic favicon dynamically 2022-07-22 08:46:14 +02:00
highlight.py No more inline CSS 2022-08-29 21:42:54 +02:00
indieauth.py Tweak URL parsing 2022-08-15 10:27:58 +02:00
microformats.py Webmention improvements 2022-07-19 20:38:32 +02:00
opengraph.py Fix OG metadata scraping and improve workers 2022-11-13 13:00:22 +01:00
pagination.py Pagination in the admin 2022-06-28 20:10:25 +02:00
privacy_replace.py Tweak URL parsing 2022-08-15 10:27:58 +02:00
stats.py Cleanup and improved webmentions support 2022-07-14 16:29:17 +02:00
text.py Add slugify helper 2022-10-30 17:51:57 +01:00
url.py Don't try to contact onion services 2022-09-29 09:16:35 +02:00
version.py Improve version handling 2022-08-24 09:02:20 +02:00
webmentions.py More thorough URL checks 2022-07-15 20:50:27 +02:00
workers.py Fix OG metadata scraping and improve workers 2022-11-13 13:00:22 +01:00
yunohost.py Improve summary 2022-08-24 20:12:10 +02:00