Age | Commit message (Collapse) | Author |
|
When fixing this problem I incorrectly assumed a.hashtag is
the proper way for detecting hashtags, but it is just something Pleroma and
Mastodon add. Per microformats it should be detected by the presense of rel=tag.
This MR adds a check for rel=tag, but I still left a.hashtag just in case
|
|
Closes #989
|
|
|
|
|
|
It is never used as handling for fake and non-fake activities was merged
into one function above it
|
|
|
|
html: lock down allowed class attributes to only those related to microformats
See merge request pleroma/pleroma!1090
|
|
|
|
|
|
correct terminology and fix summaries in mastoapi
|
|
|
|
|
|
recognition).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
result
|
|
|
|
|
|
not relevant anymore
|
|
|
|
|
|
|
|
|
|
|
|
other files to HEAD
|
|
|
|
|
|
|
|
|
|
|
|
Related to #85
Everything should now be configured at runtime, with the exception of
the `Pleroma.HTML` scrubbers (the scrubbers used can be
changed at runtime, but their configuration is compile-time) because
it's building a module with a macro.
|
|
|
|
|
|
compatibility
|
|
|
|
|
|
Gosh please don’t break ourselves…
Also this is copy-paste of the list in lib/pleroma/formatter.ex,
I think this should be put in a common variable, but where?
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|