Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-27 | [Pleroma.Web.MastodonAPI.AccountView]: Add bot field | Haelwenn (lanodan) Monnier | |
2018-08-27 | Merge branch 'feature/relay' into 'develop' | lambda | |
message relay Closes #144 See merge request pleroma/pleroma!264 | |||
2018-08-26 | Merge branch 'feature/emoji-in-local-users' into 'develop' | kaniini | |
Add emoji to local user profiles. Closes #202 See merge request pleroma/pleroma!271 | |||
2018-08-26 | tests: fix formatting | William Pitcock | |
2018-08-26 | Merge branch 'develop' into 'feature/relay' | kaniini | |
# Conflicts: # lib/pleroma/web/activity_pub/utils.ex | |||
2018-08-25 | twitter api: provide object descriptions as attachment description field | William Pitcock | |
2018-08-23 | tests: add a testcase for verifying that objects without a valid ID are ↵ | William Pitcock | |
always rejected | |||
2018-08-21 | Merge branch 'feature/peertube_2' into 'develop' | kaniini | |
rebase/update of feature/peertube See merge request pleroma/pleroma!217 | |||
2018-08-21 | Merge branch 'sanitize-bio' into 'develop' | kaniini | |
mastodon api: sanitize the bio HTML See merge request pleroma/pleroma!282 | |||
2018-08-21 | Basic peertube support. | Haelwenn (lanodan) Monnier | |
2018-08-21 | attempt to add html validation to mastodon api test case | ensra | |
2018-08-21 | this should be looking at the follower's bio, not the user's bio. | ensra | |
fixes test. | |||
2018-08-21 | sync bio sanitization code in tests | ensra | |
2018-08-16 | Merge branch 'bugfix/federation-kroeg' into 'develop' | kaniini | |
fix federation with kroeg See merge request pleroma/pleroma!272 | |||
2018-08-16 | Merge branch 'fix/put-repeats-at-activitypub-outbox' into 'develop' | kaniini | |
Fix: Output repeats at ActivityPub outbox Closes #191 See merge request pleroma/pleroma!175 | |||
2018-08-14 | test: add kroeg fixtures | William Pitcock | |
2018-08-13 | Use Image type for emoji icons. | eal | |
2018-08-13 | CommonAPI: add emoji to user source data on update | eal | |
2018-08-12 | Merge branch 'feature/invites' into 'develop' | lambda | |
Invites Closes #108 See merge request pleroma/pleroma!208 | |||
2018-08-08 | Add tests for emoji in user profiles | eal | |
Also use the correct field in TwitterAPI... | |||
2018-08-08 | TwitterAPI user view: add screen_name_html and description_html. | eal | |
2018-08-06 | test: use private visibility for twitterapi update consistency test, to ↵ | William Pitcock | |
ensure that a second activity isn't relayed | |||
2018-07-21 | improve test | hakabahitoyo | |
2018-07-21 | debug | hakabahitoyo | |
2018-07-21 | improve test | hakabahitoyo | |
2018-07-19 | Merge branch 'tests/plume' into 'develop' | lambda | |
Articles/Notes with a actor list outside object See merge request pleroma/pleroma!252 | |||
2018-07-19 | Merge branch 'bugfix/activitystreams-notice-urls' into 'develop' | lambda | |
ostatus: return AS2 objects on /notice and /activities URLs like with /objects. Closes #206 See merge request pleroma/pleroma!251 | |||
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-07-12 | Add test for Plume Articles | Haelwenn (lanodan) Monnier | |
2018-07-12 | test: ostatus controller: add AS2 fetching tests | William Pitcock | |
2018-07-12 | testsuite: twitter api: add summary where necessary | William Pitcock | |
2018-07-12 | Merge branch 'feature/default-scope' into 'develop' | lambda | |
default scope setting See merge request pleroma/pleroma!239 | |||
2018-07-12 | Merge branch 'feature/article-support' into 'develop' | lambda | |
article support (plume, etc) See merge request pleroma/pleroma!240 | |||
2018-07-12 | activitypub: switch to using x509 representation for public keys instead of ↵ | William Pitcock | |
pkcs#1 | |||
2018-06-27 | twitter api: use ActivityView.render_content() where appropriate instead of ↵ | William Pitcock | |
duplicating the logic | |||
2018-06-27 | tests: add default_scope where appropriate | William Pitcock | |
2018-06-25 | Merge branch 'fix/mutes.json-emptyarray' into 'develop' | lambda | |
Return empty array from /api/qvitter/mutes.json See merge request pleroma/pleroma!234 | |||
2018-06-24 | mix format | Vivian Lim | |
2018-06-23 | return unquoted empty array from /api/qvitter/mutes.json | Vivian Lim | |
2018-06-23 | fixes- found that TwitterAPI.Controller adds .json suffix already | Vivian Lim | |
2018-06-23 | Fake 2.4.0 API | Haelwenn (lanodan) Monnier | |
2018-06-19 | Merge branch 'bugfix/block-follow-relationships' into 'develop' | lambda | |
fix follow relationship leaks when blocked See merge request pleroma/pleroma!230 | |||
2018-06-19 | tests: fix a completely bogus mastodon api test | William Pitcock | |
2018-06-19 | tests: transmogrifier: ensure incoming blocks have the same effect as local ↵ | William Pitcock | |
blocks | |||
2018-06-18 | tests: add regression test for contentMap-only posts | William Pitcock | |
2018-06-15 | Pleroma.Web.MastodonAPI.StatusView: Fix status.json so it renders threads | Haelwenn (lanodan) Monnier | |
2018-06-14 | Merge branch 'feature/twitterapi-unrepeat' into 'develop' | lambda | |
Add TwitterAPI unretweet endpoint and cleanup AP.unannounce See merge request pleroma/pleroma!218 | |||
2018-06-13 | fixup test | Francis Dinh | |
2018-06-13 | Add unretweet TwAPI endpoint and cleanup AP.unannounce | Francis Dinh | |