Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-05 | Fix the tests | Martin Kühl | |
2018-09-05 | Merge branch 'fix/sign-in-with-toot' into 'develop' | Haelwenn | |
Fix sign-in and sign-out with Toot! See merge request pleroma/pleroma!306 | |||
2018-09-03 | Merge branch 'feature/mastodon_api_2.4.x' into 'develop' | kaniini | |
Add/Fix Mastodon endpoints for 2.4.3 compatibility See merge request pleroma/pleroma!266 | |||
2018-09-01 | AccountView: `sensitive` is supposed to be a boolean, not a string | Martin Kühl | |
2018-08-31 | Specify default scope in verify_credentials | Will Pearson | |
Certain Mastodon/Pleroma front ends call verify_credentials to get the default scope of a new toot. Currently, Pleroma hardcodes this value to "public". This patch changes it to the user's default_scope value. | |||
2018-08-29 | test: add testcase proving lists system does not leak non-public posts | William Pitcock | |
2018-08-27 | [MastodonAPI] Add filters | Haelwenn (lanodan) Monnier | |
2018-08-27 | [Pleroma.Web.MastodonAPI.AccountView]: Add bot field | Haelwenn (lanodan) Monnier | |
2018-08-21 | attempt to add html validation to mastodon api test case | ensra | |
2018-08-08 | Add tests for emoji in user profiles | eal | |
Also use the correct field in TwitterAPI... | |||
2018-07-17 | test: mastodon attachments: update for added description field | William Pitcock | |
2018-07-17 | tests: verify media description api support is working | William Pitcock | |
2018-06-23 | Fake 2.4.0 API | Haelwenn (lanodan) Monnier | |
2018-06-19 | tests: fix a completely bogus mastodon api test | William Pitcock | |
2018-06-15 | Pleroma.Web.MastodonAPI.StatusView: Fix status.json so it renders threads | Haelwenn (lanodan) Monnier | |
2018-06-11 | tests: assert the state prior to mutating it as well as afterward | William Pitcock | |
2018-06-11 | testsuite: add mastodon api tests | William Pitcock | |
2018-06-11 | Merge branch 'feature/domain-blocks' into 'develop' | lambda | |
Domain blocks See merge request pleroma/pleroma!190 | |||
2018-06-03 | MastoAPI: add domain blocking. | eal | |
2018-06-03 | Better error handling for MastodonApiController. | lain | |
2018-05-26 | Simplify DM query. | lain | |
Should also use indexes better. | |||
2018-05-26 | Merge branch 'develop' into csaurus/pleroma-feature/mstdn-direct-api | lain | |
2018-05-26 | Formatting. | lain | |
2018-05-24 | Merge branch 'feature/lists' into 'develop' | lambda | |
Mastodon List API See merge request pleroma/pleroma!138 | |||
2018-05-24 | MastoAPI: add lists. | eal | |
2018-05-21 | Merge branch 'develop' into feature/mstdn-direct-api | csaurus | |
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-14 | Add direct_note[_activity]_factory and a couple tests | csaurus | |
2018-05-13 | Post direct status test | csaurus | |
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. |