Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-11 | super-minor rewording | squidboi | |
2018-06-11 | added CONFIGURATION.md containing some details about configuring mrf | squidboi | |
2018-06-11 | Merge branch 'fix/mix-task-caching' into 'develop' | eal | |
make_moderator.ex: set cache on update See merge request pleroma/pleroma!206 | |||
2018-06-11 | make_moderator.ex: set cache on update | eal | |
2018-06-11 | Merge branch 'feature/domain-blocks' into 'develop' | lambda | |
Domain blocks See merge request pleroma/pleroma!190 | |||
2018-06-10 | add allow_followersonly and allow_direct options for configuring ↵ | squidboi | |
mrf_rejectnonpublic | |||
2018-06-09 | formatting | squidboi | |
2018-06-08 | more fixes | squidboi | |
2018-06-08 | fixes | squidboi | |
2018-06-08 | add option to not deny follow if blocked (fixed) | squidboi | |
2018-06-08 | add option to not deny follow if blocked | squidboi | |
2018-06-08 | add option to not unfollow on block, and option to not federate outgoing blocks | squidboi | |
2018-06-08 | Merge branch 'users' into 'develop' | lambda | |
Fix users lookup/return type See merge request pleroma/pleroma!201 | |||
2018-06-08 | Merge branch 'feature/rejectnonpublic' into 'develop' | lambda | |
Add MRF to drop all posts with "followers-only" or "direct" privacy settings See merge request pleroma/pleroma!202 | |||
2018-06-07 | Fix users lookup/return type | Rachel H | |
* Allow viewing user in frontend by id on pageload | |||
2018-06-08 | Merge branch 'mastopost' into 'develop' | lambda | |
Allow posting images without text in mastofe See merge request pleroma/pleroma!194 | |||
2018-06-07 | s/get_by_ap_id/get_cached_by_ap_id/ | squidboi | |
2018-06-07 | final format | squidboi | |
2018-06-07 | even more formatting | squidboi | |
2018-06-08 | Merge branch 'bugfix/locked-account-regression' into 'develop' | lambda | |
security fix: locked account regression See merge request pleroma/pleroma!200 | |||
2018-06-07 | more formatting | squidboi | |
2018-06-07 | formatting | squidboi | |
2018-06-07 | add mrf for dropping follower-only and direct posts | squidboi | |
2018-06-08 | user: fix maybe_direct_follow() after user_info() refactoring broke it slightly | William Pitcock | |
2018-06-08 | tests: add regression test for locking/unlocking account updates | William Pitcock | |
2018-06-08 | activitypub transmogrifier: fix locked account state from being clobbered | William Pitcock | |
2018-06-08 | activitypub transmogrifier: learn locked state in Update messages | William Pitcock | |
2018-06-07 | Merge branch 'develop' into 'mastopost' | lambda | |
# Conflicts: # .gitignore | |||
2018-06-07 | Merge branch 'feature/quarantine' into 'develop' | lambda | |
add the ability to 'quarantine' an activitypub peer, causing them to be treated as an OStatus peer. See merge request pleroma/pleroma!199 | |||
2018-06-07 | Merge branch 'import' into 'develop' | lambda | |
Fix follow errors See merge request pleroma/pleroma!198 | |||
2018-06-07 | add the ability to 'quarantine' an activitypub peer, causing them to be ↵ | William Pitcock | |
treated as an OStatus peer. | |||
2018-06-07 | Fix follow errors | Rachel H | |
2018-06-06 | Dedupe uploads | Sir_Boops | |
2018-06-06 | Allow posting images without text in mastofe | Rachel H | |
2018-06-06 | Extract host from ap_id, add index | eal | |
2018-06-06 | Merge branch 'bugfix/webfinger-xml-crash' into 'develop' | lambda | |
webfinger robustness improvements See merge request pleroma/pleroma!195 | |||
2018-06-06 | testsuite: update fixture URIs that were http | William Pitcock | |
2018-06-06 | webfinger: use https as default fallback instead of http | William Pitcock | |
realistically, all instances need to be on https anyway to properly federate with all software | |||
2018-06-06 | XML: handle erlang errors too | William Pitcock | |
2018-06-06 | Merge branch 'fix/oauth-http-basic' into 'develop' | lambda | |
Make OAuth token endpoint work with HTTP Basic auth See merge request pleroma/pleroma!191 | |||
2018-06-06 | Add OAuth controller tests | D Anzorge | |
Tests for Pleroma.Web.OAuth.OAuthController | |||
2018-06-06 | Make token exchange return errors with 400 as status code | D Anzorge | |
2018-06-05 | Merge branch 'fix/emoji-picker' into 'develop' | eal | |
set visible_in_picker to true in custom_emojis Closes #177 and mastofe#16 See merge request pleroma/pleroma!188 | |||
2018-06-04 | Make OAuth token endpoint work with HTTP Basic auth | D Anzorge | |
client_id/client_secret can now be supplied in an Authorization header | |||
2018-06-03 | ActivityPub.ex: filter domain blocked activities. | eal | |
2018-06-03 | Merge branch 'develop' into 'develop' | lambda | |
Added: caddy webserver config example Closes #192 See merge request pleroma/pleroma!189 | |||
2018-06-03 | MastoAPI: add domain blocking. | eal | |
2018-06-03 | Better error handling for OstatusController. | lain | |
2018-06-03 | user.ex: add domain blocks. | eal | |
2018-06-03 | caddy config example | witti | |