Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-25 | activitypub utils: fix user splicing | William Pitcock | |
2018-10-25 | activitypub: splice users into recipient lists when they receive messages at ↵ | William Pitcock | |
their personal inbox closes #343 | |||
2018-10-25 | Merge branch 'bugfix/ap-uri-user-search' into 'develop' | kaniini | |
transmogrifier: do not try to contain origin of something which doesn't have one Closes #340 See merge request pleroma/pleroma!389 | |||
2018-10-25 | Merge branch 'bugfix/233-handle-missing-StatusView' into 'develop' | Haelwenn | |
[Pleroma.Web.MastodonAPI.StatusView]: Add fallback on missing handler for status.json Closes #233 See merge request pleroma/pleroma!257 | |||
2018-10-25 | transmogrifier: do not try to contain origin of something which doesn't have one | William Pitcock | |
2018-10-25 | [Pleroma.Web.MastodonAPI.MastodonAPIController]: fallback for try_render/4 | Haelwenn (lanodan) Monnier | |
Better be sure than sorry | |||
2018-10-25 | Merge branch 'feature/add-in-reply-to-profileurl' into 'develop' | kaniini | |
twitterapi graph enrichment See merge request pleroma/pleroma!388 | |||
2018-10-25 | tests: twitterapi: add additional fields | William Pitcock | |
2018-10-25 | twitterapi: activity view: add the other in_reply_to fields | William Pitcock | |
2018-10-25 | user: add helper for fetching profile url (which may be different than ap id) | William Pitcock | |
2018-10-25 | [Pleroma.Web.MastodonAPI.MastodonAPIController]: Wrap around render/4 | Haelwenn (lanodan) Monnier | |
2018-10-25 | [Pleroma.Web.MastodonAPI.StatusView]: Remove unused arguments | Haelwenn (lanodan) Monnier | |
2018-10-25 | lib/pleroma/web/mastodon_api/mastodon_api_controller.ex: Output an error ↵ | Haelwenn (lanodan) Monnier | |
when render(status.json) gives a nil | |||
2018-10-25 | [Pleroma.Web.MastodonAPI.StatusView]: Remove nils from lists.json | Haelwenn (lanodan) Monnier | |
2018-10-25 | [Pleroma.Web.MastodonAPI.StatusView]: Return nil as fallback for missing views | Haelwenn (lanodan) Monnier | |
2018-10-25 | Merge branch 'feature/in-reply-to-screen-name' into 'develop' | kaniini | |
initial graph traversal support Closes #68 See merge request pleroma/pleroma!387 | |||
2018-10-25 | tests: update for new in_reply_to_screen_name field | William Pitcock | |
2018-10-25 | twitterapi: activity view: implement in_reply_to_screen_name using the new ↵ | William Pitcock | |
graph walking helper | |||
2018-10-25 | activity: add helper to fetch an activity's parent | William Pitcock | |
2018-10-25 | Merge branch 'update-pleroma-frontend' into 'develop' | kaniini | |
Update pleroma frontend See merge request pleroma/pleroma!385 | |||
2018-10-25 | Merge branch 'security/add-security-directives-to-systemd-example' into ↵ | kaniini | |
'develop' Add some security directives to the systemd example file See merge request pleroma/pleroma!386 | |||
2018-10-25 | Add a little bit more detail in the comments. | shibayashi | |
2018-10-25 | Add some security related directives to the systemd service example | shibayashi | |
2018-10-23 | update pleroma-fe | scarlett | |
2018-10-23 | update pleroma-fe | scarlett | |
2018-10-23 | Merge branch 'bugfix/html-scrub-comments' into 'develop' | kaniini | |
html: ensure comments are correctly scrubbed See merge request pleroma/pleroma!384 | |||
2018-10-23 | Merge branch 'new-frontend-options' into 'develop' | kaniini | |
New frontend options See merge request pleroma/pleroma!383 | |||
2018-10-23 | html: ensure comments are correctly scrubbed | William Pitcock | |
2018-10-21 | Defaults for new frontend options in config.exs | scarlett | |
2018-10-21 | New frontend options | scarlett | |
2018-10-20 | Merge branch 'pleroma-list-belongs' into 'develop' | eal | |
Pleroma list belongs Closes #333 See merge request pleroma/pleroma!382 | |||
2018-10-20 | Fix some typos in the list test. | eal | |
2018-10-19 | Add a test for List.get_lists_account_belongs | AkiraFukushima | |
2018-10-19 | Add an endpoint /api/v1/accounts/:id/lists to get lists to which account belongs | AkiraFukushima | |
2018-10-18 | Merge branch 'bugfix/html-scrub-schemes' into 'develop' | kaniini | |
lib/pleroma/html.ex: Fix scheme lists See merge request pleroma/pleroma!377 | |||
2018-10-18 | html scrubbing policies: restrict img tags to http/https only for mediaproxy ↵ | William Pitcock | |
compatibility | |||
2018-10-18 | lib/pleroma/html.ex: Use macros for valid_schemes, change config for schemes | Haelwenn (lanodan) Monnier | |
2018-10-17 | Merge branch 'bugfix/osada-mention' into 'develop' | kaniini | |
fix osada mentions Closes #324 See merge request pleroma/pleroma!380 | |||
2018-10-17 | tests: add a testcase for matching osada users in the formatter | William Pitcock | |
2018-10-17 | formatter: fix matching osada users | William Pitcock | |
2018-10-17 | Merge branch 'import-maybe-direct-follow' into 'develop' | Haelwenn | |
Use maybe_direct_follow for follow imports See merge request pleroma/pleroma!378 | |||
2018-10-17 | Use maybe_direct_follow for follow imports | scarlett | |
2018-10-16 | lib/pleroma/html.ex: Use a function as a variable (broken for some reason) | Haelwenn (lanodan) Monnier | |
2018-10-16 | lib/pleroma/html.ex: Fix scheme lists | Haelwenn (lanodan) Monnier | |
Gosh please don’t break ourselves… Also this is copy-paste of the list in lib/pleroma/formatter.ex, I think this should be put in a common variable, but where? | |||
2018-10-14 | Merge branch 'feature/markdown-enable-tags' into 'develop' | kaniini | |
common api: enable tag linking in markdown mode Closes #322 See merge request pleroma/pleroma!376 | |||
2018-10-14 | common api: enable tag linking in markdown mode | William Pitcock | |
2018-10-14 | Merge branch 'security/clear-oauth-with-password' into 'develop' | kaniini | |
Delete Tokens and Authorizations on password change Closes #320 See merge request pleroma/pleroma!375 | |||
2018-10-14 | Delete Tokens and Authorizations on password change | Haelwenn (lanodan) Monnier | |
Closes: https://git.pleroma.social/pleroma/pleroma/issues/320 | |||
2018-10-11 | Merge branch 'security/fix-local-locked-accounts' into 'develop' | kaniini | |
security: fix local locked accounts Closes #316 See merge request pleroma/pleroma!372 | |||
2018-10-11 | user: break out local cases for maybe_direct_follow | William Pitcock | |