Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Admins/Moderators
In !1093 I reused `maybe_with_role` for `rights` object, however I
missed that `maybe_with_role` is called only for admins/moderators.
|
|
and add new configuration parameters to Mastodon API
This patch:
- Fixes `rights` in twitterapi ignoring `show_role`
- Fixes exposing default scope of the user to anyone in Mastodon API
- Extends Mastodon API to be able to show and set `no_rich_text`, `default_scope`, `hide_follows`, `hide_followers`, `hide_favorites` (requested by the FE in #674)
Sorry in advance for 500 line one commit diff, I should have split it up to separate MRs
|
|
|
|
|
|
|
|
|
|
in the BE
This was a dirty regex replace which worked on my server
|
|
|
|
|
|
|
|
This reverts merge request !733
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fixes test.
|
|
|
|
Also use the correct field in TwitterAPI...
|
|
|
|
|
|
|
|
Also fix some warning in the code and add a missing alias
|
|
|
|
|
|
|
|
Move avi.png & banner.png from /priv/static/static to /priv/static/images
See merge request pleroma/pleroma!60
|
|
|
|
|
|
This removes the placehold.it dependency.
|
|
|
|
Also fix the semantics of all tests to match.
|
|
|
|
|
|
|
|
|