Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2018-10-05 | user: add wait_and_refresh() for async three-way handshake case | William Pitcock | |
2018-10-05 | mastodon api: account view: fetch follow state and use it to populate ↵ | William Pitcock | |
`requested` field | |||
2018-10-05 | activitypub: always track following state for async reasons | William Pitcock | |
2018-10-05 | activitypub transmogrifier: better manage follow state | William Pitcock | |
2018-10-05 | user: only pre-create follow relationships on OStatus | William Pitcock | |
closes #306 | |||
2018-10-05 | Merge branch 'revert-d31bbb1c' into 'develop' | kaniini | |
Rich Text Redo Branch See merge request pleroma/pleroma!314 | |||
2018-10-05 | test: update test for new html scrub policy | William Pitcock | |
2018-10-05 | nodeinfo: add accepted post formats to metadata | William Pitcock | |
2018-10-05 | config: allow for accepted post formats to be configured | William Pitcock | |
2018-10-05 | formatter: use Pleroma.HTML module instead of HtmlSanitizeEx directly | William Pitcock | |
2018-10-05 | twitterapi: frontend config: add formattingOptionsEnabled | William Pitcock | |
2018-10-05 | Revert "Merge branch 'revert-a26d5e6b' into 'develop'" | William Pitcock | |
This reverts commit d31bbb1cfe04ca6073a322bcf77239e7d4b79839, reversing changes made to 340ab3cb9068d444b77213e07beb8c2c3ca128b9. | |||
2018-10-05 | Merge branch 'feature/nodeinfo_federation_info' into 'develop' | kaniini | |
Nodeinfo federation info See merge request pleroma/pleroma!367 | |||
2018-10-05 | nodeinfo_controller: Fix JSON rendering | Haelwenn (lanodan) Monnier | |
This is the last noedinfo difference from my own branch | |||
2018-10-05 | MRF Transparency | Haelwenn (lanodan) Monnier | |
2018-10-05 | Pleroma.Web.Nodeinfo.NodeinfoController: Further transparency, breaks API of ↵ | Haelwenn (lanodan) Monnier | |
previous one | |||
2018-10-05 | [Pleroma.Web.Nodeinfo.NodeinfoController]: Transparency on MRF Simple | Haelwenn (lanodan) Monnier | |
2018-09-30 | Merge branch 'bugfix/fix-mrf-reject-match' into 'develop' | kaniini | |
activitypub: fix error condition match See merge request pleroma/pleroma!365 | |||
2018-09-30 | activitypub: fix error condition match | William Pitcock | |
2018-09-28 | Relax form-action content security policy | barrucadu | |
'self' only allows forms submitted to the same origin, which breaks the "remote follow" form. To allow remote following, we want to allow forms to be submitted to any host. | |||
2018-09-28 | Merge branch 'bugfix/magnet-links' into 'develop' | Haelwenn | |
formatter: Stop using phoenix HTML and format it ourselves Closes #307 See merge request pleroma/pleroma!363 | |||
2018-09-28 | formatter: Stop using phoenix HTML and format it ourselves | Haelwenn (lanodan) Monnier | |
* Pheonix has an extra scheme whitelist conflicting with ours * Pheonix doesn’t seems to do URL encoding, just HTML encoding Closes: https://git.pleroma.social/pleroma/pleroma/issues/307 | |||
2018-09-28 | Merge branch 'feature/twitter_api/fields' into 'develop' | Haelwenn | |
[Pleroma.Web.TwitterAPI.UserView]: Add mastodon-fields in "fields" See merge request pleroma/pleroma!360 | |||
2018-09-28 | [Pleroma.Web.TwitterAPI.UserViewTest]: Add test for mastodon-fields | Haelwenn (lanodan) Monnier | |
2018-09-28 | [Pleroma.Web.TwitterAPI.UserView]: Add mastodon-fields in "fields" | Haelwenn (lanodan) Monnier | |
2018-09-28 | Merge branch 'bugfix/object-fetching-handle-mrf-reject' into 'develop' | kaniini | |
activitypub: don't fall back to OStatus fetching when MRF rejects an object See merge request pleroma/pleroma!362 | |||
2018-09-28 | activitypub: don't fall back to OStatus fetching when MRF rejects an object | William Pitcock | |
2018-09-28 | Merge branch 'security/ap-unsigned-create' into 'develop' | kaniini | |
activitypub inbox: only accept unsigned/invalid-signature relayed creates, nothing else See merge request pleroma/pleroma!361 | |||
2018-09-28 | activitypub inbox: only accept unsigned/invalid-signature relayed creates, ↵ | William Pitcock | |
nothing else although the previous handling assumed any unsigned/invalid signature message was a Create, lets make it more explicit | |||
2018-09-27 | Merge branch 'bugfix/kroeg' into 'develop' | kaniini | |
More kroeg bugfixes See merge request pleroma/pleroma!353 | |||
2018-09-27 | transmogrifier: get_actor called without casting attributedTo in actor and ↵ | Haelwenn (lanodan) Monnier | |
actor is nil | |||
2018-09-27 | transmogrifier: Just make attachement maps into a list and reroll | Haelwenn (lanodan) Monnier | |