Commit Graph

  • bf64208b52 Add missing alias. lain 2018-05-21 12:09:03 +0200
  • d045b96f95 Add tests for incoming unfollow over OStatus Francis Dinh 2018-05-21 05:11:13 -0400
  • cc5373b846 Fix unblock handling Francis Dinh 2018-05-21 05:00:58 -0400
  • f2d6c3a512 Handle unfollows from OStatus Francis Dinh 2018-05-21 04:36:20 -0400
  • 2573332214 Add undo block handler Francis Dinh 2018-05-21 04:35:43 -0400
  • c8a16f334d Format Francis Dinh 2018-05-20 21:02:06 -0400
  • 89c5de9096 Fix unfollows Francis Dinh 2018-05-20 21:01:14 -0400
  • 56de0216ae pass user to User.blocks?/2 instead of ap_id Francis Dinh 2018-05-20 19:45:05 -0400
  • 1afd6d37bd Merge remote-tracking branch 'upstream/develop' into feature/incoming-remote-unfollow Francis Dinh 2018-05-20 19:17:15 -0400
  • 961f131257 Merge branch 'develop' into 'develop' lambda 2018-05-20 19:37:16 +0000
  • 9c3e2069d0 Correct 'register_user' parameters in README witti 2018-05-20 20:49:44 +0200
  • e55c6f311b
    Migrate to comeonin 4 and Cachex 3 Thog 2018-05-20 18:05:34 +0200
  • 413de8e4bc More fixes. lain 2018-05-20 19:26:09 +0200
  • dca26f3655 Fix specs. lain 2018-05-20 19:22:26 +0200
  • dde5ad9e37 update frontend lain 2018-05-20 18:29:12 +0200
  • ff007af0c2 Return visilility in twitter api, too. lain 2018-05-20 18:01:24 +0200
  • 434601a5c3 Return private / direct posts on user timelines, too. lain 2018-05-20 16:15:18 +0200
  • bdfe0991d2 update frontend lain 2018-05-20 13:24:16 +0200
  • 8b0c222b43 Merge branch 'feature/account-deletion' into 'develop' lambda 2018-05-20 10:57:19 +0000
  • 40af452594 Merge branch 'feature/undo-like-federation' into 'develop' lambda 2018-05-20 10:55:39 +0000
  • d46393f6ef Fix test for blocks Francis Dinh 2018-05-20 02:15:56 -0400
  • a9141d88aa Pass user instead of their ap_id to User.block Francis Dinh 2018-05-19 22:02:13 -0400
  • 3b706ea493 Remove handler for incoming undos with object references Francis Dinh 2018-05-19 21:34:30 -0400
  • 1e43de0f86 Formatting and add tests for blocks/unblocks Francis Dinh 2018-05-19 21:23:52 -0400
  • da9744eb84 Use correct variable names in unfollow Francis Dinh 2018-05-19 20:57:37 -0400
  • 6f39ecc41b
    Support Undo like activities (Fix #139) Thog 2018-05-19 15:22:43 +0200
  • d1366f8d46 Modified deleting an account to run as a task Syldexia 2018-05-19 13:35:49 +0100
  • 7831b38705 Merge branch 'feature/webfinger-mime-ld-json' into 'develop' lambda 2018-05-19 09:31:08 +0000
  • ad563669c8 Merge branch 'feature/remote-user-deactivation' into 'develop' lambda 2018-05-19 09:30:09 +0000
  • df95118c81 Fix linking problem. lain 2018-05-19 11:27:14 +0200
  • 125d934bc6 Merge branch 'bugfix/hubzilla-compat' into 'develop' lambda 2018-05-19 09:17:04 +0000
  • 725b05d04a run mix format William Pitcock 2018-05-19 08:48:15 +0000
  • 6e8de2faae run mix format William Pitcock 2018-05-19 08:37:04 +0000
  • 4033ed6714 tests: add test for hubzilla follow activity too William Pitcock 2018-05-19 08:25:45 +0000
  • 19c96c8a19 tests: add tests for Transmogrifier.maybe_fix_user_object() William Pitcock 2018-05-19 08:06:23 +0000
  • 2051530868 activitypub transmogrifier: handle hubzilla AP actor quirks William Pitcock 2018-05-19 07:30:02 +0000
  • 4d2c6707c2 activitypub: normalize the actor to ensure we have its URI William Pitcock 2018-05-19 07:03:53 +0000
  • f32e19f668 webfinger: add tests William Pitcock 2018-05-19 06:11:45 +0000
  • 1a250d65af webfinger: only do ld+json on modern json webfinger William Pitcock 2018-05-19 06:15:21 +0000
  • d1f6ecf607 webfinger: interpret application/ld+json links as an alternate to application/activity+json William Pitcock 2018-05-19 05:46:13 +0000
  • cce5a9cb1c webfinger: expose the application/ld+json link alongside the older application/activity+json link William Pitcock 2018-05-19 05:43:13 +0000
  • 13d4b6d2b5 remote user deactivation: fix test failures William Pitcock 2018-05-18 22:17:56 -0500
  • 0ec1abb3b6 Add federated blocks Francis Dinh 2018-05-18 18:09:56 -0400
  • 6604bea9d0 actually rvert those changes Francis Dinh 2018-05-17 23:56:47 -0400
  • 8d11bae0d5 Revert "Undo formatting in user.ex" Francis Dinh 2018-05-17 23:55:00 -0400
  • e6dc15b96c Undo formatting in user.ex Francis Dinh 2018-05-17 23:53:34 -0400
  • d8c842a771 Add support for incoming remote unfollows Francis Dinh 2018-05-17 22:15:57 -0400
  • 1d4bbec6b3 Fix User search. lain 2018-05-16 17:55:20 +0200
  • 2e9aa16b86 update frontend lain 2018-05-16 13:02:53 +0200
  • d0ad13c12e Add direct_note[_activity]_factory and a couple tests csaurus 2018-05-14 21:48:06 -0400
  • 4dfb40a546 Handle cases where a to/cc field is absent on a status csaurus 2018-05-14 21:46:09 -0400
  • 987a52cf6f Post direct status test csaurus 2018-05-13 21:21:42 -0400
  • a6a6915aaf add mix task for deactivating a user by nickname William Pitcock 2018-05-13 23:33:43 +0000
  • 9390492138 ActivityPub create: discard activities from deactivated users William Pitcock 2018-05-13 23:28:56 +0000
  • 2ce48c1a42 Formatting csaurus 2018-05-13 15:36:41 -0400
  • 9aabff4883 Fix tests. csaurus 2018-05-13 15:33:59 -0400
  • 98b36d359a Fixed formatting and test Syldexia 2018-05-13 14:56:59 +0100
  • 5bfb7b4ce6 Moved account deletion stuff to somewhere that hopefully makes more sense Syldexia 2018-05-13 14:24:15 +0100
  • a16117225f Added endpoint for user account deletion Syldexia 2018-05-11 12:32:59 +0100
  • 89954a2ce7 Fix format. lain 2018-05-13 13:02:24 +0200
  • 94c1f28ba4 Modify sort index for activities. lain 2018-05-13 12:54:08 +0200
  • c7a85de35c Revert "Remove 'unlisted' handling for now." lain 2018-05-13 12:38:13 +0200
  • 1027d1f696 Remove 'unlisted' handling for now. lain 2018-05-13 12:07:11 +0200
  • a5c9dd0a2a Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into develop lain 2018-05-13 11:59:35 +0200
  • 3c3933e40b Unlisted fetching: Reverse logic lain 2018-05-13 11:58:03 +0200
  • aeff2d6474 Merge branch 'feature/unrepeats' into 'develop' lambda 2018-05-13 09:32:29 +0000
  • 7e9f14bf3c Merge branch 'kaniini/pleroma-bugfix/unlisted-statuses' into develop lain 2018-05-13 11:19:08 +0200
  • ec531ca281 Add test. lain 2018-05-13 11:18:48 +0200
  • 29376fcc13 Format. lain 2018-05-13 10:56:44 +0200
  • 76722ea9c8 Merge branch 'develop' into kaniini/pleroma-bugfix/unlisted-statuses lain 2018-05-13 10:56:11 +0200
  • bb864e96ad Merge branch 'patch-2' into 'develop' lambda 2018-05-13 08:39:37 +0000
  • 17bcff6445 Merge branch 'feld-varnish' into 'develop' lambda 2018-05-13 08:34:58 +0000
  • 4ad5e72012 Merge branch 'feature/chain-policies' into 'develop' lambda 2018-05-13 08:24:18 +0000
  • 2d83efa5de Merge branch 'no-self-notification' into 'develop' lambda 2018-05-13 08:16:54 +0000
  • 54ccbd8479 Use original status id instead of announce id Francis Dinh 2018-05-13 03:42:31 -0400
  • c8d418acdd api/v1/timelines/direct implementation csaurus 2018-05-10 22:17:33 -0400
  • 392bd9ef56 Stream function to handle direct messages. csaurus 2018-05-10 22:15:42 -0400
  • c60a5405db Detect and try to stream incoming "direct" messages csaurus 2018-05-10 22:17:59 -0400
  • aee49724f5 Merge branch 'feature/unrepeat-tests' into feature/unrepeats Francis Dinh 2018-05-12 11:11:13 -0400
  • 694e376954 Update test fixture Francis Dinh 2018-05-12 11:10:49 -0400
  • 4d88747561 Revert "Log error when handling unrepeats" Francis Dinh 2018-05-11 15:34:46 -0400
  • 16b793656d Add tests for unrepeats Francis Dinh 2018-05-11 15:30:47 -0400
  • c17c55e989 Log error when handling unrepeats Francis Dinh 2018-05-11 15:29:19 -0400
  • 271fb5ccb1 Probably better way of handling non-follow undos in ostatus Francis Dinh 2018-05-11 11:59:53 -0400
  • 4151cbe6b2 Revert "Do not send non-follow undos over ostatus for now" Francis Dinh 2018-05-11 11:53:28 -0400
  • 0b527b5528 Revert "Use [] instead of nil" Francis Dinh 2018-05-11 11:53:06 -0400
  • 89603eda9e do not create notification for yourself Pierrick Brun 2018-05-07 20:51:14 +0200
  • 853f183fd3 Merge branch 'patch-1' into 'develop' lambda 2018-05-11 07:18:25 +0000
  • 42268b0981 Use [] instead of nil Francis Dinh 2018-05-11 01:48:56 -0400
  • 07fdc07238 Do not send non-follow undos over ostatus for now Francis Dinh 2018-05-11 01:45:10 -0400
  • 38f5f6f659 Remove alias directive in service file Normandy 2018-05-11 05:19:20 +0000
  • c220a6db43
    format & made get_policies/1 private href 2018-05-10 18:51:58 +0200
  • e9e6f37bda
    Chain policies href 2018-05-10 18:34:09 +0200
  • 900c735467 Match proper number of values from unannounce Francis Dinh 2018-05-09 00:04:14 -0400
  • 54f6628590 Change argument order and call correct # of args Francis Dinh 2018-05-08 23:59:36 -0400
  • e55f69a676 Handle Undo activites containing an Announce Francis Dinh 2018-05-08 23:50:19 -0400
  • 4d5ec883b7 Federate correct activity Francis Dinh 2018-05-08 21:52:21 -0400
  • a85d051675 Don't strip headers from backend for /notice/ either Mark Felder 2018-05-07 23:44:40 +0000
  • 4233b1504f Caching notice URLs does not produce pleasant results Mark Felder 2018-05-07 23:43:27 +0000
  • ffe028cd73 More warning fixes. lain 2018-05-07 18:11:37 +0200