Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-12 | Merge branch 'patch-2' into 'develop' | lambda | |
Proposal: Default Avatar Replacement See merge request pleroma/pleroma!209 | |||
2018-06-12 | Replace avi.png with the Pleroma logo | Artik Banana | |
2018-06-12 | Merge branch 'develop' into 'develop' | lambda | |
Dedupe uploads See merge request pleroma/pleroma!115 | |||
2018-06-12 | Update sample_config.eex | lambda | |
2018-06-12 | Merge branch 'feature/list-streaming' into 'develop' | lambda | |
MastoAPI: Add streaming for lists. See merge request pleroma/pleroma!183 | |||
2018-06-12 | Merge branch 'feature/locked-accounts-part-1' into 'develop' | lambda | |
locked accounts See merge request pleroma/pleroma!180 | |||
2018-06-12 | Merge branch 'patch-2' into 'develop' | lambda | |
Nginx Config - Security Upgrades See merge request pleroma/pleroma!207 | |||
2018-06-11 | router: remove stub /domain_blocks entry | William Pitcock | |
2018-06-11 | * Removed TLSv1 and TLSv1.1 | Artik Banana | |
* Added OCSP Stapling * Added SSL Cache * Changed ciphers * Specified ECDH curves | |||
2018-06-11 | Security upgrades: | Artik Banana | |
* Removed TLSv1 and TLSv1.1 * Added OCSP Stapling * Added SSL Cache * Changed ciphers * Specified ECDH curves | |||
2018-06-11 | tests: update twitterapi user view tests for new locked variable | William Pitcock | |
2018-06-11 | twitter api: add approve/deny endpoints | William Pitcock | |
2018-06-11 | tests: add tests for /api/pleroma/friend_requests | William Pitcock | |
2018-06-11 | twitter api: add friend requests list api | William Pitcock | |
2018-06-11 | twitterapi: user view: return if an account is locked or not | William Pitcock | |
2018-06-11 | activitypub transmogrifier: accept/reject outgoing: we might send the actual ↵ | William Pitcock | |
object instead of the URI in some cases, handle it | |||
2018-06-11 | run mix format | William Pitcock | |
2018-06-11 | twitterapi: add profile setting for locked/unlocked accounts | William Pitcock | |
2018-06-11 | tests: assert the state prior to mutating it as well as afterward | William Pitcock | |
2018-06-11 | testsuite: add mastodon api tests | William Pitcock | |
2018-06-11 | activitypub transmogrifier: remove debug code | William Pitcock | |
2018-06-11 | user: add a workaround for situations where Pleroma may believe a followee ↵ | William Pitcock | |
is followed this was caused by lack of Undo follows in the early days, and can likely be eventually removed | |||
2018-06-11 | activitypub: when unfollowing, update the follow activity's disposition to ↵ | William Pitcock | |
'cancelled' so it cannot be reused | |||
2018-06-11 | mastodon api: allow setting an account locked or not | William Pitcock | |
2018-06-11 | user: use Enum.uniq on the follow request query | William Pitcock | |
2018-06-11 | activitypub transmogrifier: send Rejects in the format Mastodon wants | William Pitcock | |
2018-06-11 | activitypub transmogrifier: send @context on accept activities | William Pitcock | |
2018-06-11 | add a bunch of stuff | William Pitcock | |
2018-06-11 | stash api controller | William Pitcock | |
2018-06-11 | implement tracking of follow requests | William Pitcock | |
2018-06-11 | activitypub transmogrifier: learn locked state in Update messages | William Pitcock | |
2018-06-11 | activitypub: only send accept back automatically if the account is not locked | William Pitcock | |
2018-06-11 | mix: add task for setting an account as locked or not | William Pitcock | |
2018-06-11 | more rewording (x2) | squidboi | |
2018-06-11 | more rewording | squidboi | |
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 |