Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The code here is copied from feature/peertube by lain.
Co-authored-by: lain <lain@soykaf.club>
|
|
|
|
object normalization
See merge request pleroma/pleroma!238
|
|
[Pleroma.Web.Nodeinfo.NodeinfoController]: add mediaProxy metadata
Closes #229
See merge request pleroma/pleroma!235
|
|
activitypub: more robustly handle object-to-actor associations
See merge request pleroma/pleroma!250
|
|
|
|
|
|
|
|
|
|
|
|
|
|
default scope setting
See merge request pleroma/pleroma!239
|
|
article support (plume, etc)
See merge request pleroma/pleroma!240
|
|
Feature: automatic shortcodes for emoji
See merge request pleroma/pleroma!245
|
|
[Pleroma.Web.MastodonAPI.StatusView]: Fill the url field for statuses
Closes #231
See merge request pleroma/pleroma!246
|
|
pkcs#1
|
|
Closes: https://git.pleroma.social/pleroma/pleroma/issues/229
|
|
Closes: https://git.pleroma.social/pleroma/pleroma/issues/231
|
|
|
|
Emoji were broken due to `Pleroma.Formatter` not knowing about the
auto-shortcode emoji. This moves that logic from
`Pleroma.Web.TwitterAPI.UtilController` to `Pleroma.Formatter`.
Additionally, it's now possible to specify multiple shortcode globs, and
the default globs were changed to `["/emoji/custom/**/*.png"]`, since
that's in the .gitignore and the files there would have to be shortcode
emoji anyway.
|
|
Also, a bit of formatting, and the glob includes an "/emoji/" prefix to
make it more intuitive to users
|
|
|
|
|
|
duplicating the logic
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Activity.get_by_ap_id() directly.
|
|
Activity.get_by_ap_id().
|
|
Activity.get_by_ap_id().
|
|
|
|
|
|
|
|
|
|
|
|
partial structure
|
|
return a normalized one
|
|
|
|
|