lain [Wed, 23 Jan 2019 11:40:57 +0000 (12:40 +0100)]
New frontend configuration mechanism.
href [Tue, 22 Jan 2019 16:10:38 +0000 (16:10 +0000)]
Merge branch 'mr/
20190122-activity-visibility-update' into 'develop'
slightly changes definition so that autovacuum works parallel safe too
Closes #540
See merge request pleroma/pleroma!697
Michael Loftis [Tue, 22 Jan 2019 15:35:21 +0000 (15:35 +0000)]
slightly changes definition so that autovacuum works paralell safe too
Haelwenn [Tue, 22 Jan 2019 14:28:17 +0000 (14:28 +0000)]
Merge branch 'fix/activity_get_by_id' into 'develop'
Add get_by_id to activity.ex
See merge request pleroma/pleroma!695
lambda [Tue, 22 Jan 2019 14:18:36 +0000 (14:18 +0000)]
Merge branch '502_stats_fix_for_nil_info_deactivated' into 'develop'
[#502] Stats fix (users with nil or missing `info.deactivated` should be treated active)
Closes #502
See merge request pleroma/pleroma!696
Ivan Tashkinov [Tue, 22 Jan 2019 14:12:53 +0000 (17:12 +0300)]
[#502] Fixed User.active_local_user_query to return users with nil or missing `info.deactivated`. Adjusted test.
kaniini [Tue, 22 Jan 2019 09:03:03 +0000 (09:03 +0000)]
Merge branch 'uploader-controller' into 'develop'
Uploader callback controller
See merge request pleroma/pleroma!694
rinpatch [Tue, 22 Jan 2019 07:54:11 +0000 (10:54 +0300)]
Add get_by_id to activity.ex
href [Mon, 21 Jan 2019 21:44:14 +0000 (22:44 +0100)]
Uploader callback controller
rinpatch [Mon, 21 Jan 2019 20:02:58 +0000 (20:02 +0000)]
Merge branch 'fix-buggy-test' into 'develop'
Fix buggy test.
See merge request pleroma/pleroma!693
lain [Mon, 21 Jan 2019 16:54:11 +0000 (17:54 +0100)]
Fix buggy test.
lambda [Mon, 21 Jan 2019 16:19:15 +0000 (16:19 +0000)]
Merge branch 'proxy-no-default-plug-cache' into 'develop'
Always override plug's default cache-control in reverse proxy
See merge request pleroma/pleroma!692
href [Mon, 21 Jan 2019 14:17:24 +0000 (15:17 +0100)]
reverse_proxy - always override plug's cache-control
lambda [Mon, 21 Jan 2019 13:03:32 +0000 (13:03 +0000)]
Merge branch '530_federator_user_info_overwrite_fix' into 'develop'
[#530] Prevents user `info` from being overwritten because of race conditions
Closes #530
See merge request pleroma/pleroma!691
lambda [Mon, 21 Jan 2019 12:35:10 +0000 (12:35 +0000)]
Merge branch 'feature/dm-sanity' into 'develop'
DM sanitization
See merge request pleroma/pleroma!458
Ivan Tashkinov [Mon, 21 Jan 2019 11:52:41 +0000 (14:52 +0300)]
[#502] Code comments update.
Ivan Tashkinov [Mon, 21 Jan 2019 11:30:01 +0000 (14:30 +0300)]
[#530] Fixed test.
Ivan Tashkinov [Mon, 21 Jan 2019 11:16:51 +0000 (14:16 +0300)]
[#530] Prevents user `info` from being overwritten because of race conditions
and non-partial update of embed (in WebFinger.ensure_keys_present and other places).
rinpatch [Mon, 21 Jan 2019 05:22:34 +0000 (05:22 +0000)]
Merge branch 'bugfix/gen_signing_salt' into 'develop'
Mix.Tasks.Pleroma.Instance: Generate signing_salt
Closes #533
See merge request pleroma/pleroma!689
Haelwenn (lanodan) Monnier [Mon, 21 Jan 2019 00:16:41 +0000 (01:16 +0100)]
Mix.Tasks.Pleroma.Instance: Generate signing_salt
Closes: https://git.pleroma.social/pleroma/pleroma/issues/533
kaniini [Sun, 20 Jan 2019 23:06:21 +0000 (23:06 +0000)]
Merge branch '116-send-delete-event' into 'develop'
Send delete event over Mastodon streaming api
Closes #116
See merge request pleroma/pleroma!688
lain [Sun, 20 Jan 2019 12:00:46 +0000 (13:00 +0100)]
Send delete event over Mastodon streaming api
Closes #116
lambda [Sun, 20 Jan 2019 10:58:19 +0000 (10:58 +0000)]
Merge branch 'add-custom-emoji-test' into 'develop'
Add a test to ensure #39 is fixed.
See merge request pleroma/pleroma!687
lain [Sun, 20 Jan 2019 10:48:53 +0000 (11:48 +0100)]
Add a test to ensure #39 is fixed.
lambda [Sun, 20 Jan 2019 10:42:06 +0000 (10:42 +0000)]
Merge branch '2019-1-20-update-frontend' into 'develop'
update frontend
See merge request pleroma/pleroma!686
lain [Sun, 20 Jan 2019 10:28:11 +0000 (11:28 +0100)]
update frontend
lambda [Sun, 20 Jan 2019 10:24:05 +0000 (10:24 +0000)]
Merge branch 'i1t/pleroma-477_user_search_improvements' into 'develop'
I1t/pleroma 477 user search improvements
See merge request pleroma/pleroma!685
lain [Sun, 20 Jan 2019 09:57:49 +0000 (10:57 +0100)]
Set custom similarity limit.
William Pitcock [Sun, 20 Jan 2019 02:30:29 +0000 (02:30 +0000)]
activitypub: short-circuit is_public?() with directMessage flag check
William Pitcock [Sun, 23 Dec 2018 15:55:07 +0000 (15:55 +0000)]
test: transmogrifier: verify directMessage flag is sent outbound based on declared visibility
William Pitcock [Sun, 23 Dec 2018 15:44:26 +0000 (15:44 +0000)]
transmogrifier: slightly clean up fix_explicit_addressing pipeline
William Pitcock [Sun, 23 Dec 2018 15:35:49 +0000 (15:35 +0000)]
transmogrifier: don't apply heuristics against messages which have `directMessage` set true
William Pitcock [Sun, 23 Dec 2018 15:27:08 +0000 (15:27 +0000)]
activitypub: add is_private?/is_direct? helpers
William Pitcock [Sun, 23 Dec 2018 15:26:07 +0000 (15:26 +0000)]
common api: set directMessage flag on our own posts
William Pitcock [Sun, 23 Dec 2018 15:13:06 +0000 (15:13 +0000)]
litepub schema: add litepub:directMessage flag
William Pitcock [Sat, 17 Nov 2018 16:30:44 +0000 (16:30 +0000)]
mastodon api: get_visibility(): DMs never have a cc list.
William Pitcock [Sat, 17 Nov 2018 16:18:40 +0000 (16:18 +0000)]
tests: add tests for DM sanitizer
William Pitcock [Sat, 17 Nov 2018 16:05:41 +0000 (16:05 +0000)]
activitypub: transmogrifier: fix up to/cc addressing brain damage caused by mastodon-style explicit DMs
William Pitcock [Sat, 17 Nov 2018 15:51:02 +0000 (15:51 +0000)]
activitypub: utils: add determine_explicit_mentions() and tests
kaniini [Sat, 19 Jan 2019 23:44:08 +0000 (23:44 +0000)]
Merge branch 'bugfix/improve-boost-targeting' into 'develop'
improve handling of non-public Announces
See merge request pleroma/pleroma!681
lain [Sat, 19 Jan 2019 23:31:17 +0000 (00:31 +0100)]
Make use of the indices.
Indices in postgresql rely on operators, so they won't be used if you use only functions.
kaniini [Sat, 19 Jan 2019 07:36:58 +0000 (07:36 +0000)]
Merge branch '491_full_mentions_in_user_bio' into 'develop'
[#491] Made user bio preserve full nicknames (nick@host)
Closes #491
See merge request pleroma/pleroma!676
William Pitcock [Fri, 18 Jan 2019 22:32:01 +0000 (22:32 +0000)]
test: add regression test for to/cc clobbering
Ivan Tashkinov [Fri, 18 Jan 2019 07:57:42 +0000 (10:57 +0300)]
[#477] User trigram index adjustment.
Ivan Tashkinov [Fri, 18 Jan 2019 07:35:45 +0000 (10:35 +0300)]
[#477] User: FTS and trigram search results mixing (to handle misspelled requests).
Ivan Tashkinov [Fri, 18 Jan 2019 06:30:16 +0000 (09:30 +0300)]
[#491] Made full nicknames be preserved in user links text only in Bio.
William Pitcock [Thu, 17 Jan 2019 23:32:16 +0000 (23:32 +0000)]
activitypub: add a match clause for objects, not just activities
William Pitcock [Thu, 17 Jan 2019 23:19:15 +0000 (23:19 +0000)]
activitypub: transmogrifier: do not clobber the addressing on relayed announcements
William Pitcock [Thu, 17 Jan 2019 23:17:59 +0000 (23:17 +0000)]
activitypub: allow is_public?() to work on any type of map representing an AS2 object
William Pitcock [Thu, 17 Jan 2019 23:13:54 +0000 (23:13 +0000)]
activitypub: relay: chase selective public announce changes
William Pitcock [Thu, 17 Jan 2019 23:12:42 +0000 (23:12 +0000)]
activitypub: announce: add new public parameter
kaniini [Thu, 17 Jan 2019 19:27:15 +0000 (19:27 +0000)]
Merge branch '502_instance_stats_active_users_count_fix' into 'develop'
[#502] Fixed `user_count` in `/api/v1/instance` to include only active local users
Closes #502
See merge request pleroma/pleroma!678
kaniini [Thu, 17 Jan 2019 19:22:21 +0000 (19:22 +0000)]
Merge branch 'bad-copy-paste' into 'develop'
Fix bad link in likes collection
See merge request pleroma/pleroma!679
kaniini [Thu, 17 Jan 2019 19:21:54 +0000 (19:21 +0000)]
Merge branch 'attachment-links' into 'develop'
Make attachment links configurable
See merge request pleroma/pleroma!677
kaniini [Thu, 17 Jan 2019 19:21:07 +0000 (19:21 +0000)]
Merge branch 'change-mix-location' into 'develop'
systemd: Add comments and change default path of the Mix binary.
See merge request pleroma/pleroma!680
shibayashi [Thu, 17 Jan 2019 18:49:54 +0000 (19:49 +0100)]
Add comments and change default path of the Mix binary.
sxsdv1 [Thu, 17 Jan 2019 17:21:43 +0000 (18:21 +0100)]
Fix bad link in likes collection
Don't copy and paste, mkay
Ivan Tashkinov [Thu, 17 Jan 2019 16:16:02 +0000 (19:16 +0300)]
[#502] Fixed `user_count` in `/api/v1/instance` to include only active local users.
Mark Felder [Thu, 17 Jan 2019 16:10:26 +0000 (16:10 +0000)]
formatting
Mark Felder [Thu, 17 Jan 2019 16:01:25 +0000 (16:01 +0000)]
Default to disabled in the code in case the setting is absent from config.exs
Mark Felder [Thu, 17 Jan 2019 15:50:34 +0000 (15:50 +0000)]
Also add to default config
Mark Felder [Thu, 17 Jan 2019 15:48:14 +0000 (15:48 +0000)]
Make attachment links configurable
Thanks @href!
Ivan Tashkinov [Thu, 17 Jan 2019 15:03:49 +0000 (18:03 +0300)]
[#491] Made user bio preserve full nicknames (nick@host).
kaniini [Thu, 17 Jan 2019 03:19:55 +0000 (03:19 +0000)]
Merge branch 'resilient-user-view-2' into 'develop'
MastoAPI: Don't break on missing users.
See merge request pleroma/pleroma!675
lain [Wed, 16 Jan 2019 14:13:09 +0000 (15:13 +0100)]
MastoAPI: Don't break on missing users.
lambda [Wed, 16 Jan 2019 09:06:47 +0000 (09:06 +0000)]
Merge branch 'feature/improve-microformats' into 'develop'
improve microformats support
See merge request pleroma/pleroma!672
lambda [Wed, 16 Jan 2019 08:59:40 +0000 (08:59 +0000)]
Merge branch '518_instance_stats_fix' into 'develop'
[#518] Fix: /api/v1/instance ("domain_count"), /api/v1/instance/peers
Closes #518
See merge request pleroma/pleroma!673
Ivan Tashkinov [Wed, 16 Jan 2019 08:07:46 +0000 (11:07 +0300)]
[#518] Fixed /api/v1/instance ("domain_count" value) and /api/v1/instance/peers responses.
Ivan Tashkinov [Wed, 16 Jan 2019 07:44:32 +0000 (10:44 +0300)]
[#477] Minor refactoring (user search query).
William Pitcock [Wed, 16 Jan 2019 04:09:01 +0000 (04:09 +0000)]
tests: fixup
William Pitcock [Wed, 16 Jan 2019 03:53:36 +0000 (03:53 +0000)]
formatter: improve microformats markup
William Pitcock [Wed, 16 Jan 2019 03:48:43 +0000 (03:48 +0000)]
html: allow microformats-related markup through the html filter
lambda [Tue, 15 Jan 2019 20:02:56 +0000 (20:02 +0000)]
Merge branch 'bugfix/websub-hardening' into 'develop'
websub: improve error handling
See merge request pleroma/pleroma!670
lambda [Tue, 15 Jan 2019 20:00:22 +0000 (20:00 +0000)]
Merge branch 'bugfix/tesla-query-params' into 'develop'
Make OStatus Work Again
See merge request pleroma/pleroma!671
William Pitcock [Tue, 15 Jan 2019 19:31:13 +0000 (19:31 +0000)]
http: add support for query parameters, use Jason for JSON encoding instead of Poison like everywhere else
William Pitcock [Tue, 15 Jan 2019 18:00:20 +0000 (18:00 +0000)]
websub: improve error handling
Ivan Tashkinov [Tue, 15 Jan 2019 10:05:25 +0000 (13:05 +0300)]
[#477] User search tests. Normalized search rank in User.search.
Ivan Tashkinov [Tue, 15 Jan 2019 09:04:54 +0000 (12:04 +0300)]
[#477] Added FTS index for `users`. Fixed failing test.
lambda [Tue, 15 Jan 2019 08:51:59 +0000 (08:51 +0000)]
Merge branch 'fix/elixir-1-8-type-annotation' into 'develop'
Fix Elixir 1.8 type annotation issue
Closes #523
See merge request pleroma/pleroma!668
rinpatch [Tue, 15 Jan 2019 07:01:50 +0000 (07:01 +0000)]
Merge branch 'bugfix/upload_with_question_mark' into 'develop'
Upload: Fix uploading with a ? in the filename
See merge request pleroma/pleroma!669
Haelwenn (lanodan) Monnier [Tue, 15 Jan 2019 06:57:48 +0000 (07:57 +0100)]
Upload: Fix uploading with a : in the filename
Haelwenn (lanodan) Monnier [Tue, 15 Jan 2019 06:40:00 +0000 (07:40 +0100)]
Upload: Fix uploading with a ? in the filename
Maxim Filippov [Tue, 15 Jan 2019 00:58:48 +0000 (02:58 +0200)]
Fix Elixir 1.8 type annotation issue
rinpatch [Mon, 14 Jan 2019 18:52:23 +0000 (18:52 +0000)]
Merge branch 'media-url-escape' into 'develop'
URI escape file upload URLs
See merge request pleroma/pleroma!665
lambda [Mon, 14 Jan 2019 18:49:53 +0000 (18:49 +0000)]
Merge branch 'load-all-dms' into 'develop'
Remove recent activity restriction.
See merge request pleroma/pleroma!644
Shadowfacts [Mon, 14 Jan 2019 18:29:38 +0000 (13:29 -0500)]
Add attachment escaping test
Ivan Tashkinov [Mon, 14 Jan 2019 17:04:45 +0000 (20:04 +0300)]
[#477] User search improvements: tsquery search with field weights, friends & followers boosting.
Shadowfacts [Mon, 14 Jan 2019 16:31:44 +0000 (11:31 -0500)]
URI escape file upload URLs
kaniini [Mon, 14 Jan 2019 07:28:04 +0000 (07:28 +0000)]
Merge branch 'feature/add-oembed-parser' into 'develop'
Add OEmbed parser
See merge request pleroma/pleroma!661
kaniini [Mon, 14 Jan 2019 07:27:05 +0000 (07:27 +0000)]
Merge branch 'activitypub-likes' into 'develop'
Activitypub c2s likes
See merge request pleroma/pleroma!658
kaniini [Mon, 14 Jan 2019 07:25:08 +0000 (07:25 +0000)]
Merge branch 'fix-nginx-caching' into 'develop'
Fix nginx caching issues
See merge request pleroma/pleroma!654
kaniini [Mon, 14 Jan 2019 07:23:33 +0000 (07:23 +0000)]
Merge branch 'feature/mrf-no-placeholder-text-policy' into 'develop'
mrf: add no placeholder-text policy, strips pointless "." content from posts with images
See merge request pleroma/pleroma!662
William Pitcock [Mon, 14 Jan 2019 05:31:57 +0000 (05:31 +0000)]
mrf: add no placeholder-text policy, strips pointless "." content from posts with images
lambda [Sun, 13 Jan 2019 16:01:15 +0000 (16:01 +0000)]
Merge branch 'bugfix/favourites-link-header' into 'develop'
Add link headers and honour parameters on Mastodon API /favourites
See merge request pleroma/pleroma!659
Sadposter [Sun, 13 Jan 2019 15:17:47 +0000 (15:17 +0000)]
Add test for mastodon API /favourites endpoint
Maxim Filippov [Sun, 13 Jan 2019 00:06:50 +0000 (02:06 +0200)]
Add OEmbed parser
sxsdv1 [Wed, 9 Jan 2019 08:22:00 +0000 (09:22 +0100)]
Add likes to activitypub object representation
Top level of the likes OrderedCollection is inlined to get immediate
access to totalItems. Because the count can be returned without scanning
the database for like activities the extra query is saved when the
client only wants to display the total.
sxsdv1 [Fri, 11 Jan 2019 22:34:32 +0000 (23:34 +0100)]
Add route to get object like activities
sxsdv1 [Tue, 8 Jan 2019 18:22:26 +0000 (19:22 +0100)]
Handle client submitted activitypub like activity
sxsdv1 [Sat, 12 Jan 2019 16:52:30 +0000 (17:52 +0100)]
Prepare all types objects before serialising
Activities returned from inbox can include other types of objects like
Article