summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2017-11-20Treat internal emoji like external.Roger Braun
2017-11-20Ensure correct state in self-unfollow.eal
2017-11-20Fix posts being streamed to non-local websocket channels.eal
2017-11-20Make users in tests follow themselves by default.eal
Also fix the semantics of all tests to match.
2017-11-20Don't let the user unfollow their own account.eal
2017-11-19Fix flakey test.Roger Braun
2017-11-18Merge branch 'formatting-fixes' into 'develop'lambda
Formatting fixes Closes #80 See merge request pleroma/pleroma!22
2017-11-18Add #nsfw tag if sensitive content bit is seteal
2017-11-18Don't insert newlines to generated HTML.eal
MastoFE doesn't like them.
2017-11-18Escape HTML instead of discarding it.eal
2017-11-16MastoAPI: Implement all streaming functions.Roger Braun
2017-11-15MastoAPI: Make attachment ids strings.Roger Braun
2017-11-14Merge branch 'twitterapi-bitlbee' into 'develop'lambda
TwitterAPI: Add missing endpoints for bitlbee. Closes #67 See merge request pleroma/pleroma!18
2017-11-14TwitterAPI: Add /users/show.eal
2017-11-14TwitterAPI: Add /friends/ids.eal
2017-11-14Accept 1 as true.eal
2017-11-14MastoAPI: Add media timelines.eal
2017-11-13MastoAPI: Fix repeat api bug.Roger Braun
Documentation was wrong, reblogging actually returns the reblog, not the reblogged status.
2017-11-12Merge branch 'mastodon-notification-endpoints' into 'develop'lambda
MastoAPI: Add notification endpoints get, clear and dismiss. Closes #42 See merge request pleroma/pleroma!13
2017-11-12Merge branch 'mastoapi-update-credentials' into 'develop'lambda
MastoAPI: Add update credentials endpoint. Closes #61 See merge request pleroma/pleroma!15
2017-11-12MastoAPI: Add update credentials endpoint.eal
2017-11-11MastoAPI: Fix reblog emojis.Roger Braun
2017-11-10Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into developRoger Braun
2017-11-10MastoAPI: Use string ids everywhere.Roger Braun
2017-11-10MastoAPI: Add notification get, clear and dismiss.eal
2017-11-09Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into developRoger Braun
2017-11-09MastoAPI: Fetch statuses in search.Roger Braun
2017-11-09Merge branch 'fix-tootdon-image-uploads' into 'develop'lambda
Correct mimetype on bad uploads. See merge request pleroma/pleroma!12
2017-11-09Correct mimetype on bad uploads.eal
2017-11-09Add actor column to activities.Roger Braun
2017-11-09Re-fetch user data on salmon decode error.Roger Braun
2017-11-08TwitterAPI user view: add follows_you.eal
2017-11-08TwitterAPI user view: add blocks.eal
2017-11-08TwitterAPI: Add blocks.eal
2017-11-07Merge branch 'authenticated-profile-fetching' into 'develop'lambda
Allow profile fetching for authenticated users only. Closes #54 See merge request pleroma/pleroma!7
2017-11-07Linkify fixes.Roger Braun
2017-11-07Allow profile fetching for authenticated users only.eal
2017-11-05Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into developRoger Braun
2017-11-05Fix bug when no posts are in the db.Roger Braun
2017-11-03MastoAPI: Add list of blocked users.Roger Braun
2017-11-03MastoAPI: Add blocking.Roger Braun
2017-11-03MastoAPI: Add blocking to AccountView.Roger Braun
2017-11-02Handle nil cases.Roger Braun
2017-11-02Don't return blocked users' activities in contexts.Roger Braun
2017-11-02Don't return activities from blocked users.Roger Braun
2017-11-02Don't create notifications if the user is blocked.Roger Braun
2017-11-02Add blocks to User.Roger Braun
2017-11-02Clean up user_test.exs.Roger Braun
2017-11-01Handle empty terms / tags.Roger Braun
2017-10-31Federate out content warnings.Roger Braun