Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-21 | Add missing alias. | lain | |
2018-05-21 | Add tests for incoming unfollow over OStatus | Francis Dinh | |
2018-05-21 | Fix unblock handling | Francis Dinh | |
2018-05-21 | Handle unfollows from OStatus | Francis Dinh | |
2018-05-21 | Add undo block handler | Francis Dinh | |
2018-05-20 | Format | Francis Dinh | |
2018-05-20 | Fix unfollows | Francis Dinh | |
2018-05-20 | pass user to User.blocks?/2 instead of ap_id | Francis Dinh | |
2018-05-20 | Merge remote-tracking branch 'upstream/develop' into ↵ | Francis Dinh | |
feature/incoming-remote-unfollow Fixed some conflicts in transmogrifier.ex | |||
2018-05-20 | Merge branch 'develop' into 'develop' | lambda | |
Correct 'register_user' parameters in README See merge request pleroma/pleroma!163 | |||
2018-05-20 | Correct 'register_user' parameters in README | witti | |
password parameter was missing | |||
2018-05-20 | Migrate to comeonin 4 and Cachex 3 | Thog | |
Also fix some warning in the code and add a missing alias | |||
2018-05-20 | More fixes. | lain | |
2018-05-20 | Fix specs. | lain | |
2018-05-20 | update frontend | lain | |
2018-05-20 | Return visilility in twitter api, too. | lain | |
2018-05-20 | Return private / direct posts on user timelines, too. | lain | |
2018-05-20 | update frontend | lain | |
2018-05-20 | Merge branch 'feature/account-deletion' into 'develop' | lambda | |
Feature/account deletion Closes #115 See merge request pleroma/pleroma!157 | |||
2018-05-20 | Merge branch 'feature/undo-like-federation' into 'develop' | lambda | |
Support undo like over ActivityPub (Fix #139) Closes #139 See merge request pleroma/pleroma!161 | |||
2018-05-20 | Fix test for blocks | Francis Dinh | |
2018-05-19 | Pass user instead of their ap_id to User.block | Francis Dinh | |
2018-05-19 | Remove handler for incoming undos with object references | Francis Dinh | |
2018-05-19 | Formatting and add tests for blocks/unblocks | Francis Dinh | |
2018-05-19 | Use correct variable names in unfollow | Francis Dinh | |
2018-05-19 | Support Undo like activities (Fix #139) | Thog | |
2018-05-19 | Modified deleting an account to run as a task | Syldexia | |
2018-05-19 | Merge branch 'feature/webfinger-mime-ld-json' into 'develop' | lambda | |
webfinger: handle application/ld+json links See merge request pleroma/pleroma!159 | |||
2018-05-19 | Merge branch 'feature/remote-user-deactivation' into 'develop' | lambda | |
remote user deactivation See merge request pleroma/pleroma!154 | |||
2018-05-19 | Fix linking problem. | lain | |
2018-05-19 | Merge branch 'bugfix/hubzilla-compat' into 'develop' | lambda | |
hubzilla compatibility Closes #100 See merge request pleroma/pleroma!160 | |||
2018-05-19 | run mix format | William Pitcock | |
2018-05-19 | run mix format | William Pitcock | |
2018-05-19 | tests: add test for hubzilla follow activity too | William Pitcock | |
2018-05-19 | tests: add tests for Transmogrifier.maybe_fix_user_object() | William Pitcock | |
2018-05-19 | activitypub transmogrifier: handle hubzilla AP actor quirks | William Pitcock | |
2018-05-19 | activitypub: normalize the actor to ensure we have its URI | William Pitcock | |
2018-05-19 | webfinger: add tests | William Pitcock | |
2018-05-19 | webfinger: only do ld+json on modern json webfinger | William Pitcock | |
2018-05-19 | webfinger: interpret application/ld+json links as an alternate to ↵ | William Pitcock | |
application/activity+json | |||
2018-05-19 | webfinger: expose the application/ld+json link alongside the older ↵ | William Pitcock | |
application/activity+json link | |||
2018-05-19 | remote user deactivation: fix test failures | William Pitcock | |
2018-05-18 | Add federated blocks | Francis Dinh | |
2018-05-17 | actually rvert those changes | Francis Dinh | |
2018-05-17 | Revert "Undo formatting in user.ex" | Francis Dinh | |
This reverts commit e6dc15b96cb971836211a1e57be1756936456c17. | |||
2018-05-17 | Undo formatting in user.ex | Francis Dinh | |
2018-05-17 | Add support for incoming remote unfollows | Francis Dinh | |
2018-05-16 | Fix User search. | lain | |
Now uses a trigram based search. This is a lot faster and gives better results. Closes #185. | |||
2018-05-16 | update frontend | lain | |
2018-05-14 | Add direct_note[_activity]_factory and a couple tests | csaurus | |