summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-11-07Allow profile fetching for authenticated users only.eal
2017-11-06Merge branch 'fix-tootdon-oauth' into 'develop'lambda
Fix tootdon logins. See merge request pleroma/pleroma!6
2017-11-06Update README.eal
2017-11-06Fix tootdon logins.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-03Merge branch 'feature/blocks' into 'develop'lambda
Feature/blocks See merge request pleroma/pleroma!5
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-03MastoAPI: Fix mentions always being for an anonymous user.Roger Braun
2017-11-02MastoApi: Add blocking to fetches.Roger Braun
2017-11-02TwitterAPI: Add blocking to fetches.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-02update gitlab ciRoger Braun
2017-11-02Read variable for testing db.Roger Braun
2017-11-02Update .gitlab-ci.ymllambda
2017-11-02Update .gitlab-ci.ymllambda
2017-11-02Update .gitlab-ci.ymllambda
2017-11-02Add gitlab-ci.ymllambda
2017-11-01Handle empty terms / tags.Roger Braun
2017-10-31Federate out content warnings.Roger Braun
2017-10-31Allow using cws in mastodon api.Roger Braun
2017-10-31Update README.Roger Braun
2017-10-31Update README.Roger Braun
2017-10-31Fix specs.Roger Braun
2017-10-31MastoAPI: Include CW.Roger Braun
2017-10-31TwitterAPI: Display cws.Roger Braun
2017-10-31Save cws in the activitypub data.Roger Braun
2017-10-31Avoid potentially slow count queries for user note count.Roger Braun
For a variety of reasons, posgresql won't use the available actor, type index to do an index only scan. We now just increase the user note count, which will lead to slightly wrong counts in some cases, but it's better than the potentially very slow count query.
2017-10-31Only search through last 100_000 activities for fetches.Roger Braun
This is purely a performance enhancement
2017-10-31Merge branch 'feature/mastodon-api-fixes' into developRoger Braun
2017-10-31MastoAPI: Return id as string instead of integer.Roger Braun
2017-10-31Small readme update.Roger Braun
2017-10-31Typo.Roger Braun
2017-10-31MastoAPI: Always return an url for statuses.Roger Braun
External url if available, id if not.
2017-10-30Merge branch 'feld/pleroma-feld-mastodon-usersearch' into developRoger Braun
2017-10-30Move user search to User module.Roger Braun
2017-10-30Fix /api/v1/accounts/search by splitting account search into its own functionMark Felder
2017-10-29Merge branch 'missing-mastodon-follow-endpoint' into 'develop'lambda
Fix return type of /api/v1/follows See merge request pleroma/pleroma!3
2017-10-29Fix follow test semantics.eal
2017-10-29Clean style.eal
Use 'follow' instead of 'follows' and correct indentation.
2017-10-29Fix return type of /api/v1/followseal
2017-10-28Merge branch 'missing-mastodon-follow-endpoint' into 'develop'lambda
Add missing mastodon follow endpoint. See merge request pleroma/pleroma!2
2017-10-28Add tests.eal