summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2018-02-11Basic AP user building.Roger Braun
2018-02-11Mocks: Add mastodon user json example.Roger Braun
2018-02-11Merge branch 'develop' into feature/activitypubRoger Braun
2018-02-03Merge branch 'move-backend-images' into 'develop'lambda
Move avi.png & banner.png from /priv/static/static to /priv/static/images See merge request pleroma/pleroma!60
2018-02-03move avi.png & banner.png from /priv/static/static to /priv/static/imagesHakaba Hitoyo
2018-02-02Add remote following of local profiles.eal
2018-02-01TwitterAPI: Add is_local to user view.eal
2018-01-30Merge branch 'hakabahitoyo/pleroma-feature/atom-feed-logo' into developRoger Braun
2018-01-30Make specs less breaky.Roger Braun
2018-01-30Fix specs.Roger Braun
2018-01-16Fetch external profile in the background.eal
2018-01-15Merge branch 'default-pictures' into 'develop'eal
Add a default profile picture and banner. See merge request pleroma/pleroma!48
2018-01-15Add a default profile picture and banner.eal
This removes the placehold.it dependency.
2018-01-14Fix instance test.eal
2017-12-19Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into developLain Iwakura
2017-12-19Fix timelines in subway tooter.Lain Iwakura
2017-12-18Merge branch 'fix/twitterapi-follow-lists' into 'develop'lambda
Fix follower/following lists. Closes #29 See merge request pleroma/pleroma!41
2017-12-18MastoAPI: Fix always-sensitive bugs.Lain Iwakura
2017-12-18Fix follower/following lists.eal
Add tests.
2017-12-12Add recipients field to activities.Lain Iwakura
Also do some very basic checks for AP message insertion.
2017-12-11Fix some more tests.eal
2017-12-11ActivityPub: Add controller tests.Lain Iwakura
2017-12-11ActivityPub: Add Objects View.Lain Iwakura
2017-12-11Fix tests.eal
2017-12-11HTTPSig: Add method to validate connRoger Braun
2017-12-09Merge branch 'develop' into feature/activitypubRoger Braun
2017-12-09Merge branch 'feature/user_deletion' into developRoger Braun
2017-12-08Basic user deletion.Lain Iwakura
2017-12-07Allow parentheses in links.eal
2017-12-07User deletion: Remove relationships.Lain Iwakura
2017-12-07Don't follow deactivated users.Lain Iwakura
2017-12-07Add function to deactivate users.Lain Iwakura
2017-12-07Don't log in deactivated users.Lain Iwakura
2017-12-05Add basic queue prioritization.Lain Iwakura
2017-12-05Fix tests.Lain Iwakura
2017-12-03OStatus: Add user bio as summary fieldRoger Braun
Fixes problem with bio federation.
2017-11-30MastodonAPI: Add proper user count.Lain Iwakura
2017-11-27Return xml notice at /notice path.Lain Iwakura
2017-11-21Merge branch 'fix/self-follow' into 'develop'eal
Dont include the user in their own follower count. See merge request pleroma/pleroma!29
2017-11-20Make /api/friends/ids test deterministic.eal
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