Age | Commit message (Collapse) | Author |
|
|
|
|
|
The changes are a bit heavy since the emojis were loaded into module
attributes from filesystem.
This introduces a GenServer using an ETS table to cache in memory the
emojis, and allows a runtime-reload with `Pleroma.Emoji.reload()`.
|
|
Add CORSPlug to make web-based OAuth easier.
See merge request pleroma/pleroma!420
|
|
|
|
|
|
Fix hashtag search
See merge request pleroma/pleroma!418
|
|
When we lowercase the search it will succesfully do a case insenstive
match. Now #Linux will match #linux and #LINUX whereas previously it
would only match the exact case.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
relay tests
See merge request pleroma/pleroma!411
|
|
Bugfix/prismo.news article url
Closes #352
See merge request pleroma/pleroma!410
|
|
|
|
|
|
|
|
Thanks prismo.news, I hate it
|
|
|
|
|
|
|
|
|
|
|
|
directly
|
|
|
|
Closes: https://git.pleroma.social/pleroma/pleroma/issues/346
|
|
mastodon allows this, for whatever reason.
closes #347.
|
|
Allow use of the `abbr` HTML tag.
See merge request pleroma/pleroma!405
|
|
|
|
|
|
configurable media upload limits
Closes #118
See merge request pleroma/pleroma!401
|
|
|
|
media proxy
|
|
instead of URI
|
|
same rationale as the other mediaproxy changes
|
|
|
|
|
|
|
|
|
|
if using local media, the mediaproxy will not replace the URL anyway.
|
|
user (e.g. followbots)
|
|
activitypub: fix possible false positives with broken thread filtering
See merge request pleroma/pleroma!398
|
|
|
|
Drop unused CREATEDB privilege.
Do not try to handle multiple run.
|
|
broken thread filtering, part 1
See merge request pleroma/pleroma!394
|
|
|
|
|
|
|