summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-11-30Fix transmogrifier test.lain
2018-11-30Fix OStatus user updates.lain
Breaks banner updating.
2018-11-30Assorted fixes.lain
2018-11-30Fix TwitterApiController.lain
2018-11-30Remove "most recent notification" endpoint.lain
2018-11-29More fixeslain
2018-11-27Fix ostatus test.lain
2018-11-27Webfinger fixes.lain
2018-11-27More and more fixes.lain
2018-11-27More fixes.lain
2018-11-27HTTP sig fixes.lain
2018-11-27Fix CommonApi tests.lain
2018-11-20Merge branch 'validate-user-info' of git.pleroma.social:pleroma/pleroma into ↵lain
validate-user-info
2018-11-20Raise on usage of old function.lain
2018-11-20Fix most mastodon api bugs.lain
2018-11-20tests: fix up some more broken mastodon api testcasesWilliam Pitcock
2018-11-20mastodon api: fix up quite a few test failuresWilliam Pitcock
2018-11-20activitypub: fix restrict_blocked()William Pitcock
2018-11-20mastodon api: account view: fix testsWilliam Pitcock
2018-11-20streamer: fix fetching the user's block listWilliam Pitcock
2018-11-20oauth plug: fix deactivated checkWilliam Pitcock
2018-11-20common api: fix moderator check when deleting postsWilliam Pitcock
2018-11-20user: fix user.info lookup in User.locked?()William Pitcock
2018-11-20Fix Notification tests.lain
2018-11-20Fix formatter tests.lain
2018-11-18Several twitter api fixes.lain
2018-11-18Fix user updating from AP.lain
2018-11-18Mix format.lain
2018-11-18Fix most User tests.lain
2018-11-18Fix setting of keys.lain
2018-11-18Fix following locked users.lain
2018-11-18Fix note count update.lain
2018-11-18Fix follower count test.lain
2018-11-18Fix user deactivation test.lain
2018-11-18Fix blocking.lain
2018-11-18Formatting.lain
2018-11-18Fix follower count setting.lain
2018-11-18Fix note counting.lain
2018-11-18Fix User deactivation.lain
2018-11-18Add User.Info modulelain
To validate and mutate the user.info field.
2018-11-17Merge branch 'security/as2-object-render-hardening' into 'develop'lambda
activitypub: object view: avoid leaking private details See merge request pleroma/pleroma!463
2018-11-17activitypub: object view: avoid leaking private detailsWilliam Pitcock
2018-11-17Merge branch 'bugfix/notice-urls-should-return-objects' into 'develop'lambda
ostatus controller: respond with AS2 objects instead of activities to notice URIs Closes #289 and #383 See merge request pleroma/pleroma!462
2018-11-17ostatus controller: respond with AS2 objects instead of activities to notice ↵William Pitcock
URIs
2018-11-17Merge branch 'security/spoofing-hardening' into 'develop'lambda
security: spoofing hardening Closes #380, #381, and #382 See merge request pleroma/pleroma!461
2018-11-17tests: federator: fix formattingWilliam Pitcock
2018-11-17activitypub: transmogrifier: make deletes secureWilliam Pitcock
2018-11-17test: add sanity tests for federator handling of AP docsWilliam Pitcock
2018-11-17federator: return :ok or :error depending on if an AP doc was accepted or notWilliam Pitcock
2018-11-17federator: do origin containment when processing inbound messagesWilliam Pitcock