Commit graph

  • 5803672ae5 Merge branch '116-send-delete-event' into 'develop' kaniini 2019-01-20 23:06:21 +0000
  • cf1f35a93a Send delete event over Mastodon streaming api lain 2019-01-20 13:00:46 +0100
  • bf5b1c7f06 Removed file as requested Wim Vanderbauwhede 2019-01-20 11:19:50 +0000
  • 501fba33d6 Merge branch 'add-custom-emoji-test' into 'develop' lambda 2019-01-20 10:58:19 +0000
  • be0fb5dec4 Add a test to ensure #39 is fixed. lain 2019-01-20 11:48:53 +0100
  • 2020f26040 Merge branch '2019-1-20-update-frontend' into 'develop' lambda 2019-01-20 10:42:06 +0000
  • deeda94513 update frontend lain 2019-01-20 11:28:11 +0100
  • f3045a179e Merge branch 'i1t/pleroma-477_user_search_improvements' into 'develop' lambda 2019-01-20 10:24:05 +0000
  • 5834b08fe7 Set custom similarity limit. lain 2019-01-20 10:57:49 +0100
  • aa37313416 activitypub: short-circuit is_public?() with directMessage flag check William Pitcock 2019-01-20 02:30:29 +0000
  • cf3099231d test: transmogrifier: verify directMessage flag is sent outbound based on declared visibility William Pitcock 2018-12-23 15:55:07 +0000
  • 7c9749f793 transmogrifier: slightly clean up fix_explicit_addressing pipeline William Pitcock 2018-12-23 15:44:26 +0000
  • 420651157b transmogrifier: don't apply heuristics against messages which have directMessage set true William Pitcock 2018-12-23 15:35:49 +0000
  • ddae43eb43 activitypub: add is_private?/is_direct? helpers William Pitcock 2018-12-23 15:27:08 +0000
  • 9adc80afff common api: set directMessage flag on our own posts William Pitcock 2018-12-23 15:26:07 +0000
  • 75bb663749 litepub schema: add litepub:directMessage flag William Pitcock 2018-12-23 15:13:06 +0000
  • 75dfa1f0b0 mastodon api: get_visibility(): DMs never have a cc list. William Pitcock 2018-11-17 16:30:44 +0000
  • 21ac35fcc0 tests: add tests for DM sanitizer William Pitcock 2018-11-17 16:18:40 +0000
  • 681f40ee5c activitypub: transmogrifier: fix up to/cc addressing brain damage caused by mastodon-style explicit DMs William Pitcock 2018-11-17 16:05:41 +0000
  • 8d06be35e0 activitypub: utils: add determine_explicit_mentions() and tests William Pitcock 2018-11-17 15:51:02 +0000
  • 42612b1c8d Merge branch 'bugfix/improve-boost-targeting' into 'develop' kaniini 2019-01-19 23:44:08 +0000
  • b108aeee08 Make use of the indices. lain 2019-01-20 00:31:17 +0100
  • 44693fbf6e Formating rinpatch 2019-01-20 01:28:46 +0300
  • afd83db0d7 Provide local og:url for remote activities rinpatch 2019-01-19 10:58:27 +0300
  • 651ce1c97b Merge branch '491_full_mentions_in_user_bio' into 'develop' kaniini 2019-01-19 07:36:58 +0000
  • 0a97badddd Format Maxim Filippov 2019-01-19 04:26:52 +0300
  • 651a1d64b5 Add current user to mentioned Maxim Filippov 2019-01-19 04:25:15 +0300
  • 31517bec12 test: add regression test for to/cc clobbering William Pitcock 2019-01-18 22:32:01 +0000
  • e116e55cab Add actor to recipients Maxim Filippov 2019-01-18 22:40:52 +0300
  • bd6c12592e Add migration to fix spc users. lain 2019-01-18 19:35:47 +0100
  • 5d4d51e6dc Add fixes for SPC users. lain 2019-01-18 19:25:37 +0100
  • 74346a7035 Fix merge conflict rinpatch 2019-01-18 18:31:25 +0300
  • a38f21f51d unfurl_nsfw: false by default rinpatch 2019-01-18 18:30:06 +0300
  • 79e44042bc [#477] User trigram index adjustment. Ivan Tashkinov 2019-01-18 10:57:42 +0300
  • 7bc6208b2f Fix ostatus test rinpatch 2019-01-18 10:35:52 +0300
  • ed8f55ab8e [#477] User: FTS and trigram search results mixing (to handle misspelled requests). Ivan Tashkinov 2019-01-18 10:35:45 +0300
  • 997f4a5e09 Remove custom emojis and trailing whitespaces from previews rinpatch 2019-01-18 10:28:19 +0300
  • 1b1af4798a Use object instead of activity for metadata rinpatch 2019-01-18 09:32:52 +0300
  • 65bb9b2fba [#491] Made full nicknames be preserved in user links text only in Bio. Ivan Tashkinov 2019-01-18 09:30:16 +0300
  • 75a9b2a851 activitypub: add a match clause for objects, not just activities William Pitcock 2019-01-17 23:32:16 +0000
  • dbc4e92509 activitypub: transmogrifier: do not clobber the addressing on relayed announcements William Pitcock 2019-01-17 23:19:15 +0000
  • 33b473cc02 activitypub: allow is_public?() to work on any type of map representing an AS2 object William Pitcock 2019-01-17 23:17:59 +0000
  • 8e9f1d5587 activitypub: relay: chase selective public announce changes William Pitcock 2019-01-17 23:13:54 +0000
  • 2479e88815 activitypub: announce: add new public parameter William Pitcock 2019-01-17 23:12:42 +0000
  • 64143d8040 Fix object id in OpenGraph test rinpatch 2019-01-17 22:57:24 +0300
  • 98d9dcd509 Merge branch '502_instance_stats_active_users_count_fix' into 'develop' kaniini 2019-01-17 19:27:15 +0000
  • ae8a5942cf Merge branch 'bad-copy-paste' into 'develop' kaniini 2019-01-17 19:22:21 +0000
  • f73b5bd05f Merge branch 'attachment-links' into 'develop' kaniini 2019-01-17 19:21:54 +0000
  • 9fa761620d Merge branch 'change-mix-location' into 'develop' kaniini 2019-01-17 19:21:07 +0000
  • 2a818a3e77
    Add comments and change default path of the Mix binary. shibayashi 2019-01-17 19:49:54 +0100
  • 948fba6f76 Fix bad link in likes collection sxsdv1 2019-01-17 18:21:43 +0100
  • a95d5da607 Don't show content if empty or zero width space rinpatch 2019-01-17 20:18:28 +0300
  • 954dc4a4ad [#502] Fixed user_count in /api/v1/instance to include only active local users. Ivan Tashkinov 2019-01-17 19:16:02 +0300
  • 849c83ed46 formatting Mark Felder 2019-01-17 16:10:26 +0000
  • 6bc9a641ba Default to disabled in the code in case the setting is absent from config.exs Mark Felder 2019-01-17 16:01:25 +0000
  • 388ceb6a7d Fix the issue with get_by_nickname never being called rinpatch 2019-01-17 19:00:08 +0300
  • 207489aa25 Also add to default config Mark Felder 2019-01-17 15:50:34 +0000
  • 8c368d42a2 Make attachment links configurable Mark Felder 2019-01-17 15:48:14 +0000
  • 2bfae25a1f [#491] Made user bio preserve full nicknames (nick@host). Ivan Tashkinov 2019-01-17 18:03:49 +0300
  • 3b18789684 Fix test rinpatch 2019-01-17 11:08:50 +0300
  • 4d5f15cd42 Introduce optional unfurling of nsfw content rinpatch 2019-01-17 11:00:02 +0300
  • 0256bd2f1d Use object url instead of a hack rinpatch 2019-01-17 10:34:19 +0300
  • fd3a558230 Apply feld's patch rinpatch 2019-01-17 09:18:46 +0300
  • ce2efd1ee2 Merge branch 'resilient-user-view-2' into 'develop' kaniini 2019-01-17 03:19:55 +0000
  • 5fa508cc2b Remove @providers and call Pleroma.config on runtime rinpatch 2019-01-16 18:04:41 +0300
  • bb43f4cee9 Remove useless with in opengraph.ex rinpatch 2019-01-16 18:02:46 +0300
  • 9a90b5d91a oof rinpatch 2019-01-16 18:01:17 +0300
  • 8a9f089812 remove id cast rinpatch 2019-01-16 17:58:11 +0300
  • 5a08dee379 cache ap_id in id instead of caching user two times rinpatch 2019-01-16 17:44:08 +0300
  • 76f80940da oops rinpatch 2019-01-16 17:19:01 +0300
  • 82cf9b9751 forgot to remove this thing rinpatch 2019-01-16 17:16:28 +0300
  • 293f6a8b71 join us now and share the software~. Also tests rinpatch 2019-01-16 17:15:13 +0300
  • 943324b661 MastoAPI: Don't break on missing users. lain 2019-01-16 15:13:09 +0100
  • b44995866b Replace map with reduce to remove nils rinpatch 2019-01-16 16:52:01 +0300
  • 608cc65d43 Merge branch 'feature/improve-microformats' into 'develop' lambda 2019-01-16 09:06:47 +0000
  • da4b670451 Merge branch '518_instance_stats_fix' into 'develop' lambda 2019-01-16 08:59:40 +0000
  • ff01fd3c4f Remove caching because it does not affect performance and may be even worse in some cases rinpatch 2019-01-16 11:18:25 +0300
  • 90433b988e [#518] Fixed /api/v1/instance ("domain_count" value) and /api/v1/instance/peers responses. Ivan Tashkinov 2019-01-16 11:07:46 +0300
  • 8cea00e1dc Remove OpenGraph test from Ostatus tests rinpatch 2019-01-16 10:53:57 +0300
  • bfe2a11a6b Add config doc rinpatch 2019-01-16 10:45:56 +0300
  • 0bc6d30f7d [#477] Minor refactoring (user search query). Ivan Tashkinov 2019-01-16 10:44:32 +0300
  • a9c27e137d Add a fallback function to handle generic params, just in case rinpatch 2019-01-16 10:38:42 +0300
  • a76793006b Thanks you rinpatch, very cool rinpatch 2019-01-16 10:35:06 +0300
  • 0039d45b5b No need to use activity in the key rinpatch 2019-01-16 10:30:47 +0300
  • 70b2bb6ede add caching rinpatch 2019-01-16 10:26:01 +0300
  • dd1432d695 Disable previews for any activity, but create rinpatch 2019-01-16 09:42:24 +0300
  • 85a5be6220 tests: fixup William Pitcock 2019-01-16 04:09:01 +0000
  • 461ab9489d formatter: improve microformats markup William Pitcock 2019-01-16 03:53:36 +0000
  • 1ddab78247 html: allow microformats-related markup through the html filter William Pitcock 2019-01-16 03:48:43 +0000
  • 565caff3f4 cache HTML in OGP rinpatch 2019-01-16 00:07:28 +0300
  • 9aa69e12b8 Add behaviours to TwitterCard, remove some dumb stuff in Formatter.truncate rinpatch 2019-01-15 23:25:28 +0300
  • 9a444c0d22 Merge branch 'bugfix/websub-hardening' into 'develop' lambda 2019-01-15 20:02:56 +0000
  • 2e630bea0d Add twitter card, filter nsfw rinpatch 2019-01-15 23:00:22 +0300
  • d1c40cbca0 Merge branch 'bugfix/tesla-query-params' into 'develop' lambda 2019-01-15 20:00:22 +0000
  • 2d3241753f http: add support for query parameters, use Jason for JSON encoding instead of Poison like everywhere else William Pitcock 2019-01-15 19:31:13 +0000
  • 70f140681f Add space between name and nickname rinpatch 2019-01-15 21:47:45 +0300
  • e8eecd61b4 Formating rinpatch 2019-01-15 21:20:27 +0300
  • 410fd9d774 Attach attachments rinpatch 2019-01-15 21:17:56 +0300
  • 17da432dbb websub: improve error handling William Pitcock 2019-01-15 18:00:20 +0000
  • ff6c9a5c96 Introduce get_by_id in Activity, replace newlines with spaces rinpatch 2019-01-15 20:00:21 +0300