Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | Return visilility in twitter api, too. | lain | |
2018-05-20 | Return private / direct posts on user timelines, too. | 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 | Fix test for blocks | Francis Dinh | |
2018-05-19 | Formatting and add tests for blocks/unblocks | 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 | Fix linking problem. | lain | |
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 | webfinger: add tests | William Pitcock | |
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-14 | Add direct_note[_activity]_factory and a couple tests | csaurus | |
2018-05-13 | Post direct status test | csaurus | |
2018-05-13 | Fixed formatting and test | Syldexia | |
2018-05-13 | Moved account deletion stuff to somewhere that hopefully makes more sense | Syldexia | |
2018-05-13 | Added endpoint for user account deletion | Syldexia | |
2018-05-13 | Fix format. | lain | |
2018-05-13 | Revert "Remove 'unlisted' handling for now." | lain | |
This reverts commit 1027d1f6963b495a5abc67b05447619ce7d429db. | |||
2018-05-13 | Remove 'unlisted' handling for now. | lain | |
It's just too slow (over 1 second on small systems, haven't looked at the queries in detail yet). We'll need some other way to handle it. | |||
2018-05-13 | Merge branch 'feature/unrepeats' into 'develop' | lambda | |
Add unrepeats Closes #69 See merge request pleroma/pleroma!113 | |||
2018-05-13 | Add test. | lain | |
2018-05-12 | Update test fixture | Francis Dinh | |
2018-05-11 | Add tests for unrepeats | Francis Dinh | |
2018-05-11 | do not create notification for yourself | Pierrick Brun | |
2018-05-06 | Merge branch 'feld-warnings' into 'develop' | lambda | |
Clean up warnings See merge request pleroma/pleroma!144 | |||
2018-05-05 | Streamer: Don't send out stream events for blocked users. | lain | |
2018-05-05 | Idempotency: Use special cache, keep for 6 hours. | lain | |
2018-05-04 | Fix a bunch of unused variable warnings | Mark Felder | |
2018-05-04 | Don't expire idempotency cache for five minutes. | lain | |
2018-05-04 | MastodonAPI: Support idempotency key. | lain | |
2018-05-04 | Fix formatting | Francis Dinh | |
2018-04-29 | Fix format. | lain | |
2018-04-29 | Merge branch 'patch-bio' into 'develop' | lambda | |
replace newlines in profiles with <br> See merge request pleroma/pleroma!136 | |||
2018-04-28 | Merge branch 'fix/blocked-user-boosts' into 'develop' | lambda | |
ActivityPub.ex: do not return boosted statuses from blocked users. See merge request pleroma/pleroma!111 | |||
2018-04-28 | Added a test (written by @andrewzah) for the MR | Wim Vanderbauwhede | |
2018-04-25 | Merge branch 'feature/unrepeats' of git.pleroma.social:normandy/pleroma into ↵ | Francis Dinh | |
feature/unrepeats | |||
2018-04-25 | Formatting fixes | Francis Dinh | |
2018-04-25 | Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma into ↵ | Francis Dinh | |
feature/unrepeats | |||
2018-04-24 | Add User.decrease_note_count and call it from ActivityPub.delete | Dashie | |
2018-04-22 | Embed announce activity data instead of linking to it | Francis Dinh | |