Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2018-10-11 | test: add regression test for #316 | William Pitcock | |
2018-10-11 | user: local users are always AP-enabled (closes #316) | William Pitcock | |
2018-10-10 | Merge branch 'bugfix/length-enforce-subjects' into 'develop' | kaniini | |
common api: take the combination of the subject and content for length limit enforcement Closes #315 See merge request pleroma/pleroma!371 | |||
2018-10-10 | common api: take the combination of the subject and content for length limit ↵ | William Pitcock | |
enforcement closes #315 | |||
2018-10-07 | Merge branch 'feature/mrf-transparency-opt-out' into 'develop' | Haelwenn | |
nodeinfo: allow opting out of MRF transparency See merge request pleroma/pleroma!370 | |||
2018-10-07 | nodeinfo: allow opting out of MRF transparency | William Pitcock | |
2018-10-07 | Merge branch 'security/follow-always-async' into 'develop' | kaniini | |
AP follows must be always async (closes #306) Closes #306 See merge request pleroma/pleroma!368 | |||
2018-10-07 | Merge branch 'patch-2' into 'develop' | kaniini | |
Relax form-action content security policy in sample nginx config See merge request pleroma/pleroma!364 | |||
2018-10-07 | Merge branch 'update-pleroma-frontend' into 'develop' | kaniini | |
update-pleroma-frontend See merge request pleroma/pleroma!369 | |||
2018-10-07 | {mastodon api, twitter api}: make the follow handshake timeout configurable | William Pitcock | |
2018-10-07 | update-pleroma-frontend | hakabahitoyo | |
2018-10-05 | mastodon api: relationship view: better handle no pre-existing follow activity | William Pitcock | |