Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-31 | Avoid 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-31 | Only search through last 100_000 activities for fetches. | Roger Braun | |
This is purely a performance enhancement | |||
2017-10-31 | Merge branch 'feature/mastodon-api-fixes' into develop | Roger Braun | |
2017-10-31 | MastoAPI: Return id as string instead of integer. | Roger Braun | |
2017-10-31 | Small readme update. | Roger Braun | |
2017-10-31 | Typo. | Roger Braun | |
2017-10-31 | MastoAPI: Always return an url for statuses. | Roger Braun | |
External url if available, id if not. | |||
2017-10-30 | Merge branch 'feld/pleroma-feld-mastodon-usersearch' into develop | Roger Braun | |
2017-10-30 | Move user search to User module. | Roger Braun | |
2017-10-30 | Fix /api/v1/accounts/search by splitting account search into its own function | Mark Felder | |
2017-10-29 | Merge branch 'missing-mastodon-follow-endpoint' into 'develop' | lambda | |
Fix return type of /api/v1/follows See merge request pleroma/pleroma!3 | |||
2017-10-29 | Fix follow test semantics. | eal | |
2017-10-29 | Clean style. | eal | |
Use 'follow' instead of 'follows' and correct indentation. | |||
2017-10-29 | Fix return type of /api/v1/follows | eal | |
2017-10-28 | Merge branch 'missing-mastodon-follow-endpoint' into 'develop' | lambda | |
Add missing mastodon follow endpoint. See merge request pleroma/pleroma!2 | |||
2017-10-28 | Add tests. | eal | |
2017-10-28 | Return error message on errors | eal | |
2017-10-28 | Add mastodon API endpoint for follow | eal | |
2017-10-26 | Update frontend. | Roger Braun | |
2017-10-24 | Use more efficient query to fetch likes. | Roger Braun | |
2017-10-24 | Use more efficient user note count update query. | Roger Braun | |
2017-10-24 | Drop superflous index. | Roger Braun | |
2017-10-24 | Use different index for object fetching. | Roger Braun | |
2017-10-24 | Return nil for nil object requests. | Roger Braun | |
2017-10-23 | Use index in basic activity query. | Roger Braun | |
2017-10-23 | Speed up deletion and related queries. | Roger Braun | |
2017-10-23 | Merge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma into develop | Roger Braun | |
2017-10-23 | MastoAPI: Add emoji output. | Roger Braun | |
2017-10-20 | Merge branch 'develop' into 'develop' | lambadalambda | |
Add an API endpoint for emoji. See merge request lambadalambda/pleroma!28 | |||
2017-10-19 | Add an API endpoint for emoji. | eal | |
2017-10-19 | Revert "Simplify query." | Roger Braun | |
This reverts commit a17b2613795b24162e953dd457b411dddc0c902e. | |||
2017-10-19 | Add password reset. | Roger Braun | |
2017-10-18 | Simplify query. | Roger Braun | |
2017-10-05 | Don't reject already accepted subscriptions. | Roger Braun | |
2017-09-18 | HTTP Signatures: Work with all test vectors. | Roger Braun | |
2017-09-18 | Start of HTTP Signatures. | Roger Braun | |
2017-09-17 | Remove tag links for now, they break some regular links. | Roger Braun | |
2017-09-17 | Add tag links. | Roger Braun | |
2017-09-17 | Update frontend. | Roger Braun | |
2017-09-17 | TwitterAPI: Return proper error. | Roger Braun | |
Fixes #32. | |||
2017-09-17 | MastoAPI: Fix reblog view. | Roger Braun | |
2017-09-17 | MastoAPI: Return reblogs, too. | Roger Braun | |
2017-09-17 | Add tag index. | Roger Braun | |
This still isn't optimal, but at least it isn't super slow. | |||
2017-09-17 | MastoAPI: Add repeats to statusview. | Roger Braun | |
2017-09-17 | Prefer post-specific emoji. | Roger Braun | |
2017-09-17 | MastodonAPI: Add user favorites endpoint. | Roger Braun | |
2017-09-17 | TwitterAPI: Use correct endpoint for tag timeline. | Roger Braun | |
2017-09-17 | Fix typo. | Roger Braun | |
2017-09-17 | TwitterAPI: Add tag timeline. | Roger Braun | |
2017-09-17 | Use inserted_at as sort in search. | Roger Braun | |