Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-20 | Return private / direct posts on user timelines, too. | lain | |
2018-05-16 | Fix User search. | lain | |
Now uses a trigram based search. This is a lot faster and gives better results. Closes #185. | |||
2018-05-13 | Merge branch 'feature/unrepeats' into 'develop' | lambda | |
Add unrepeats Closes #69 See merge request pleroma/pleroma!113 | |||
2018-05-05 | Idempotency: Use special cache, keep for 6 hours. | lain | |
2018-05-04 | Don't expire idempotency cache for five minutes. | lain | |
2018-05-04 | MastodonAPI: Support idempotency key. | lain | |
2018-04-25 | Formatting fixes | Francis Dinh | |
2018-04-16 | Return target status in MastoAPI endpoint instead of reblog activity | Francis Dinh | |
2018-04-14 | Add unreblogging tests | Francis Dinh | |
2018-04-11 | Oops | Gian Sass | |
2018-04-11 | Add unit test for pinned statuses | Gian Sass | |
2018-04-07 | Only search in public data for now. | lain | |
This should be the data the user is allowed to see later, but this will stop accidental private message leaks. | |||
2018-03-30 | Format the code. | lain | |
2018-03-27 | Reduce OP fetching queries. | lain | |
2018-03-27 | Don't try to fetch OP if none is there. | lain | |
2018-03-22 | Clear caches on test. | lain | |
2018-03-16 | mastodon api tests: invalidate user cache prior to importing a test reply | William Pitcock | |
This is needed to ensure the user cache does not throw nil when creating the mentions list. Signed-off-by: lain <lain@soykaf.club> | |||
2018-02-12 | Make test output easier to read. | lain | |
2018-02-12 | Fix some test warnings. | lain | |
2018-02-03 | move avi.png & banner.png from /priv/static/static to /priv/static/images | Hakaba Hitoyo | |
2018-01-15 | Merge branch 'default-pictures' into 'develop' | eal | |
Add a default profile picture and banner. See merge request pleroma/pleroma!48 | |||
2018-01-15 | Add a default profile picture and banner. | eal | |
This removes the placehold.it dependency. | |||
2018-01-14 | Fix instance test. | eal | |
2017-12-19 | Fix timelines in subway tooter. | Lain Iwakura | |
2017-12-18 | MastoAPI: Fix always-sensitive bugs. | Lain Iwakura | |
2017-12-11 | Fix some more tests. | eal | |
2017-12-11 | Fix tests. | eal | |
2017-11-30 | MastodonAPI: Add proper user count. | Lain Iwakura | |
2017-11-18 | Add #nsfw tag if sensitive content bit is set | eal | |
2017-11-15 | MastoAPI: Make attachment ids strings. | Roger Braun | |
2017-11-14 | Accept 1 as true. | eal | |
2017-11-14 | MastoAPI: Add media timelines. | eal | |
2017-11-13 | MastoAPI: Fix repeat api bug. | Roger Braun | |
Documentation was wrong, reblogging actually returns the reblog, not the reblogged status. | |||
2017-11-12 | Merge 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-12 | Merge branch 'mastoapi-update-credentials' into 'develop' | lambda | |
MastoAPI: Add update credentials endpoint. Closes #61 See merge request pleroma/pleroma!15 | |||
2017-11-12 | MastoAPI: Add update credentials endpoint. | eal | |
2017-11-11 | MastoAPI: Fix reblog emojis. | Roger Braun | |
2017-11-10 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into develop | Roger Braun | |
2017-11-10 | MastoAPI: Use string ids everywhere. | Roger Braun | |
2017-11-10 | MastoAPI: Add notification get, clear and dismiss. | eal | |
2017-11-09 | MastoAPI: Fetch statuses in search. | Roger Braun | |
2017-11-03 | MastoAPI: Add list of blocked users. | Roger Braun | |
2017-11-03 | MastoAPI: Add blocking. | Roger Braun | |
2017-11-03 | MastoAPI: Add blocking to AccountView. | Roger Braun | |
2017-10-31 | Allow using cws in mastodon api. | Roger Braun | |
2017-10-31 | Fix specs. | Roger Braun | |
2017-10-31 | MastoAPI: Include CW. | Roger Braun | |
2017-10-31 | MastoAPI: Return id as string instead of integer. | 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. |