summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-06-27transmogrifier: accept Article activitiesWilliam Pitcock
2018-06-27tests: add default_scope where appropriateWilliam Pitcock
2018-06-27twitter api: allow setting default_scopeWilliam Pitcock
2018-06-27twitter api: user view: show default message scope if knownWilliam Pitcock
2018-06-27mastodon api: use info["default_scope"] if available for post scopeWilliam Pitcock
2018-06-27activitypub: use Activity.normalize() in several places instead of using ↵William Pitcock
Activity.get_by_ap_id() directly.
2018-06-27ostatus: use Activity.normalize() instead of directly using ↵William Pitcock
Activity.get_by_ap_id().
2018-06-27federator: use Activity.normalize() instead of directly using ↵William Pitcock
Activity.get_by_ap_id().
2018-06-27ostatus: use Object.normalize() instead of Object.get_by_ap_id() directly.William Pitcock
2018-06-27common api: use Object.normalize() instead of Object.get_by_ap_id() directly.William Pitcock
2018-06-27activitypub: use Object.normalize() instead of Object.get_by_ap_id() directly.William Pitcock
2018-06-27streamer: use Object.normalize() instead of Object.get_by_ap_id() directly.William Pitcock
2018-06-27user: use Object.normalize() instead of Object.get_by_ap_id() directly.William Pitcock
2018-06-27activity: add normalize() to find a complete activity given either URI or ↵William Pitcock
partial structure
2018-06-27object: add helper functions to handle various forms of a given object and ↵William Pitcock
return a normalized one
2018-06-27Merge branch 'features/initial-state_rights' into 'develop'lambda
[Pleroma.Web.MastodonAPI.MastodonAPIController]: Add rights to initial_state See merge request pleroma/pleroma!236
2018-06-26use the correct end fileTristan Mahé
2018-06-26maybe I should learn proper elixir ;DTristan Mahé
2018-06-26mogrify mix.lockTristan Mahé
2018-06-26do the filteringTristan Mahé
2018-06-26format...Tristan Mahé
2018-06-26filter exif data #187Tristan Mahé
2018-06-26[Pleroma.Web.MastodonAPI.MastodonAPIController]: Add rights to initial_stateHaelwenn (lanodan) Monnier
Related to https://git.pleroma.social/pleroma/mastofe/issues/20
2018-06-25Merge branch 'fix/mutes.json-emptyarray' into 'develop'lambda
Return empty array from /api/qvitter/mutes.json See merge request pleroma/pleroma!234
2018-06-25Merge branch 'feature/configurable-blocks' into 'develop'lambda
Add more configurability to how blocks work See merge request pleroma/pleroma!203
2018-06-24combined outgoing_blocks with statementsquidboi
2018-06-24mix formatVivian Lim
2018-06-24Merge branch 'feature/application-xml-mime' into 'develop'lambda
config: add application/xml mimetype support. See merge request pleroma/pleroma!228
2018-06-24Merge branch 'features/glitch-soc-frontend' into 'develop'lambda
Empty 2.4.x endpoints and ``api/v2/search`` See merge request pleroma/pleroma!214
2018-06-23return unquoted empty array from /api/qvitter/mutes.jsonVivian Lim
2018-06-23fixes- found that TwitterAPI.Controller adds .json suffix alreadyVivian Lim
2018-06-23return empty array for api/qvitter/mutes.json queries instead of htmlVivian Lim
2018-06-23fix mind-crushingly dumb syntax errorsquidboi
2018-06-23change moved attributes into normal variablessquidboi
2018-06-23move configurable module attributes into relevant functionssquidboi
2018-06-23[Pleroma.Web.MastodonApi.MastodonApiController] Add ↵Haelwenn (lanodan) Monnier
initial_state.meta.max_toot_chars
2018-06-23[Pleroma.Web.MastodonApi.MastodonApiController] Add /api/v2/searchHaelwenn (lanodan) Monnier
2018-06-23Fake 2.4.0 APIHaelwenn (lanodan) Monnier
2018-06-23lib/pleroma/web/activity_pub/mrf/simple_policy.ex: mix formatHaelwenn (lanodan) Monnier
Hnng!
2018-06-21Merge branch 'feature/mrf-simple-accept-lists' into 'develop'lambda
mrf simple: add accept lists See merge request pleroma/pleroma!231
2018-06-19mrf simple: add accept listsWilliam Pitcock
accept lists supplement reject lists by requiring that any message accepted by contained by the accept list. in other words, this functionality can be used to implement instances similar to awoo.space.
2018-06-19Merge branch 'features/column_media_streaming' into 'develop'lambda
Add streaming to media tabs of federated and local TLs See merge request pleroma/pleroma!225
2018-06-19Merge branch 'bugfix/block-follow-relationships' into 'develop'lambda
fix follow relationship leaks when blocked See merge request pleroma/pleroma!230
2018-06-19tests: fix a completely bogus mastodon api testWilliam Pitcock
2018-06-19user: add helper function to fetch a user given only an ap_id (fix tests)William Pitcock
2018-06-19Merge branch 'feature/exclude-replies-filter' into 'develop'lambda
activitypub: support filtering activities by whether or not they are a reply (closes #109) Closes #109 See merge request pleroma/pleroma!226
2018-06-19Merge branch 'bugfix/as2-contentmap' into 'develop'lambda
handle ActivityStreams 2.0 contentMap See merge request pleroma/pleroma!229
2018-06-19tests: transmogrifier: ensure incoming blocks have the same effect as local ↵William Pitcock
blocks
2018-06-19tests: prove that the block code is properly destroying follow relationshipsWilliam Pitcock
2018-06-19user: when processing a block in User.block(), ensure all follow ↵William Pitcock
relationships are broken this is needed for activitypub conformance ref #213