summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2018-05-19webfinger: expose the application/ld+json link alongside the older ↵William Pitcock
application/activity+json link
2018-05-19remote user deactivation: fix test failuresWilliam Pitcock
2018-05-18Add federated blocksFrancis Dinh
2018-05-17actually rvert those changesFrancis Dinh
2018-05-17Revert "Undo formatting in user.ex"Francis Dinh
This reverts commit e6dc15b96cb971836211a1e57be1756936456c17.
2018-05-17Undo formatting in user.exFrancis Dinh
2018-05-17Add support for incoming remote unfollowsFrancis Dinh
2018-05-16Fix User search.lain
Now uses a trigram based search. This is a lot faster and gives better results. Closes #185.
2018-05-14Handle cases where a to/cc field is absent on a statuscsaurus
2018-05-13add mix task for deactivating a user by nicknameWilliam Pitcock
2018-05-13ActivityPub create: discard activities from deactivated usersWilliam Pitcock
2018-05-13Formattingcsaurus
2018-05-13Fix tests.csaurus
2018-05-13Fixed formatting and testSyldexia
2018-05-13Moved account deletion stuff to somewhere that hopefully makes more senseSyldexia
2018-05-13Added endpoint for user account deletionSyldexia
2018-05-13Revert "Remove 'unlisted' handling for now."lain
This reverts commit 1027d1f6963b495a5abc67b05447619ce7d429db.
2018-05-13Remove '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-13Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into developlain
2018-05-13Unlisted fetching: Reverse logiclain
Generates a faster query.
2018-05-13Merge branch 'feature/unrepeats' into 'develop'lambda
Add unrepeats Closes #69 See merge request pleroma/pleroma!113
2018-05-13Add test.lain
2018-05-13Format.lain
2018-05-13Merge branch 'develop' into kaniini/pleroma-bugfix/unlisted-statuseslain
2018-05-13Merge branch 'feature/chain-policies' into 'develop'lambda
chain policies See merge request pleroma/pleroma!150
2018-05-13Use original status id instead of announce idFrancis Dinh
2018-05-12api/v1/timelines/direct implementationcsaurus
2018-05-12Stream function to handle direct messages.csaurus
2018-05-12Detect and try to stream incoming "direct" messagescsaurus
2018-05-11Revert "Log error when handling unrepeats"Francis Dinh
This reverts commit c17c55e989a47f0722b115ffba48b7a1b45b7628.
2018-05-11Log error when handling unrepeatsFrancis Dinh
2018-05-11Probably better way of handling non-follow undos in ostatusFrancis Dinh
2018-05-11Revert "Do not send non-follow undos over ostatus for now"Francis Dinh
This reverts commit 07fdc072382007812dc6af80fa2912f6b6d987b8.
2018-05-11Revert "Use [] instead of nil"Francis Dinh
This reverts commit 42268b0981e47cacd9f27b985dcd0bf08819258b.
2018-05-11do not create notification for yourselfPierrick Brun
2018-05-11Use [] instead of nilFrancis Dinh
2018-05-11Do not send non-follow undos over ostatus for nowFrancis Dinh
2018-05-10format & made get_policies/1 privatehref
2018-05-10Chain policieshref
- The `:pleroma, :instance, :rewrite_policy` can now be either a policy or a list of policies - Made a behaviour for MRF policies
2018-05-09Match proper number of values from unannounceFrancis Dinh
2018-05-08Change argument order and call correct # of argsFrancis Dinh
2018-05-08Handle Undo activites containing an AnnounceFrancis Dinh
2018-05-08Federate correct activityFrancis Dinh
2018-05-07More warning fixes.lain
2018-05-06Merge branch 'feld-warnings' into 'develop'lambda
Clean up warnings See merge request pleroma/pleroma!144
2018-05-06Get rid of unsafe variables.eal
2018-05-05Streamer: Don't send out stream events for blocked users.lain
2018-05-05Unify wss uri generation.lain
2018-05-05Idempotency: Use special cache, keep for 6 hours.lain
2018-05-04Group def renders here as wellMark Felder