William Pitcock
|
10f3958468
|
object: return the deleted object as well
|
2018-11-01 07:47:50 +00:00 |
|
William Pitcock
|
2bf358d7b4
|
activitypub: use Object.delete() instead of mutating the database and cache directly
|
2018-11-01 07:29:12 +00:00 |
|
scarlett
|
b92e38d2d4
|
Add user reactivation task.
|
2018-10-29 23:13:15 +00:00 |
|
William Pitcock
|
167d3789a5
|
activitypub: upload: pass through an upload limit if one is provided
|
2018-10-29 16:43:05 +00:00 |
|
William Pitcock
|
72ea54de6e
|
activitypub: fix possible false positives with broken thread filtering
|
2018-10-28 05:45:33 +00:00 |
|
William Pitcock
|
26eb11c172
|
activitypub: add support for filtering broken threads out of timelines
|
2018-10-26 06:16:51 +00:00 |
|
William Pitcock
|
4db1bc2c0e
|
activitypub: fix error condition match
|
2018-09-30 05:26:13 +00:00 |
|
William Pitcock
|
707077edde
|
activitypub: don't fall back to OStatus fetching when MRF rejects an object
|
2018-09-28 00:45:10 +00:00 |
|
Haelwenn (lanodan) Monnier
|
523757be52
|
[Pleroma.Web.ActivityPub.ActivityPub]: Harden getting endpoints [kroeg]
|
2018-09-27 20:00:45 +02:00 |
|
kaniini
|
1c9e539b47
|
Merge branch 'feature/mastodon_api_2.4.x' into 'develop'
Add/Fix Mastodon endpoints for 2.4.3 compatibility
See merge request pleroma/pleroma!266
|
2018-09-03 12:33:36 +00:00 |
|
William Pitcock
|
0b2c051a04
|
activitypub: fix possibility of spoofing by containing remote objects to the same domain as their actor
|
2018-09-01 23:20:02 +00:00 |
|
William Pitcock
|
29b5e30c46
|
activity: drop recipients_to/recipients_cc fields
|
2018-08-29 18:41:02 +00:00 |
|
William Pitcock
|
de9acebbf3
|
activitypub: use jsonb query for containment instead of recipients_to/recipients_cc.
|
2018-08-29 18:41:02 +00:00 |
|
William Pitcock
|
643fae6e36
|
activitypub: allow querying the activity/object graph bounded to a specific to/cc set
|
2018-08-29 08:51:23 +00:00 |
|
William Pitcock
|
81673b8136
|
activity: add recipients_to and recipients_cc fields
|
2018-08-29 08:42:33 +00:00 |
|
Haelwenn (lanodan) Monnier
|
97e20d2932
|
[MastodonAPI] the tag field isn’t fixed to a static type in pleroma
|
2018-08-27 15:08:25 +02:00 |
|
Haelwenn (lanodan) Monnier
|
83efaa3af6
|
[MastodonAPI] Add streaming of hashtags
|
2018-08-27 15:08:25 +02:00 |
|
lambda
|
46c7c2380c
|
Merge branch 'feature/relay' into 'develop'
message relay
Closes #144
See merge request pleroma/pleroma!264
|
2018-08-27 08:29:25 +00:00 |
|
lambda
|
440b459cd1
|
Merge branch 'bugfix/announce-timeline-flooding' into 'develop'
activitypub: filter destination list for announce activities differently than normal (closes #164)
Closes #164
See merge request pleroma/pleroma!227
|
2018-08-27 08:25:27 +00:00 |
|
kaniini
|
0f5bff8c66
|
Merge branch 'develop' into 'feature/relay'
# Conflicts:
# lib/pleroma/web/activity_pub/utils.ex
|
2018-08-26 21:06:15 +00:00 |
|
eal
|
51a21284c6
|
ActivityPub: follow redirects when fetching user
|
2018-08-20 15:03:25 +03:00 |
|
William Pitcock
|
0ca9b9ff96
|
run mix format
|
2018-08-06 08:26:36 +00:00 |
|
William Pitcock
|
1c90f88393
|
user: remote actors can have no nickname if they are virtual services
|
2018-08-06 08:22:11 +00:00 |
|
William Pitcock
|
3be58ad34e
|
activitypub: actually send digest header when federating
this is needed for backwards compatibility with non-digest pleroma instances
|
2018-08-01 10:32:02 +00:00 |
|
William Pitcock
|
2890aef9e8
|
activitypub: add digest header to outbound messages and sign it
|
2018-07-31 23:24:30 +00:00 |
|
William Pitcock
|
7c63e70de1
|
activitypub: use Activity.normalize() in several places instead of using Activity.get_by_ap_id() directly.
|
2018-06-27 13:08:12 +00:00 |
|
William Pitcock
|
15d624e077
|
activitypub: use Object.normalize() instead of Object.get_by_ap_id() directly.
|
2018-06-27 13:07:29 +00:00 |
|
lambda
|
dfc96f222c
|
Merge branch 'feature/configurable-blocks' into 'develop'
Add more configurability to how blocks work
See merge request pleroma/pleroma!203
|
2018-06-25 06:12:29 +00:00 |
|
squidboi
|
ea214b8ba6
|
combined outgoing_blocks with statement
|
2018-06-24 23:05:44 -07:00 |
|
squidboi
|
c4038ede07
|
fix mind-crushingly dumb syntax error
|
2018-06-23 14:32:00 -07:00 |
|
squidboi
|
f4990283de
|
change moved attributes into normal variables
|
2018-06-23 14:27:07 -07:00 |
|
squidboi
|
4e099fcfa9
|
move configurable module attributes into relevant functions
|
2018-06-23 14:16:08 -07:00 |
|
lambda
|
90cf75f4a7
|
Merge branch 'features/column_media_streaming' into 'develop'
Add streaming to media tabs of federated and local TLs
See merge request pleroma/pleroma!225
|
2018-06-19 09:50:05 +00:00 |
|
William Pitcock
|
591c82620e
|
activitypub: filter destination list for announce activities differently than normal (closes #164)
|
2018-06-18 04:36:25 +00:00 |
|
William Pitcock
|
4f589998ee
|
activitypub: support filtering activities by whether or not they are a reply (closes #109)
|
2018-06-18 03:21:32 +00:00 |
|
Haelwenn (lanodan) Monnier
|
b670d4d683
|
MastodonAPI: Add streaming to media tabs of federated and local TLs
|
2018-06-17 16:17:15 +02:00 |
|
squidboi
|
2e294ee44a
|
Merge branch 'develop' into feature/configurable-blocks
|
2018-06-16 15:37:16 -07:00 |
|
lambda
|
8c7fdcb31b
|
Merge branch 'feature/twitterapi-unrepeat' into 'develop'
Add TwitterAPI unretweet endpoint and cleanup AP.unannounce
See merge request pleroma/pleroma!218
|
2018-06-14 07:19:36 +00:00 |
|
Francis Dinh
|
1555c66650
|
Add unretweet TwAPI endpoint and cleanup AP.unannounce
|
2018-06-13 21:33:36 -04:00 |
|
lambda
|
3f42806b1b
|
Merge branch 'develop' into 'develop'
Dedupe uploads
See merge request pleroma/pleroma!115
|
2018-06-12 08:26:26 +00:00 |
|
lambda
|
564c73ab24
|
Merge branch 'feature/list-streaming' into 'develop'
MastoAPI: Add streaming for lists.
See merge request pleroma/pleroma!183
|
2018-06-12 07:19:45 +00:00 |
|
William Pitcock
|
76f80ba8c2
|
activitypub: when unfollowing, update the follow activity's disposition to 'cancelled' so it cannot be reused
|
2018-06-11 22:15:53 +00:00 |
|
lambda
|
7f79b467b1
|
Merge branch 'feature/domain-blocks' into 'develop'
Domain blocks
See merge request pleroma/pleroma!190
|
2018-06-11 11:19:45 +00:00 |
|
squidboi
|
4f9ecfc77a
|
formatting
|
2018-06-09 04:28:11 +00:00 |
|
squidboi
|
8903f1ad4d
|
more fixes
|
2018-06-08 19:07:14 -07:00 |
|
squidboi
|
16d896f526
|
fixes
|
2018-06-08 19:01:14 -07:00 |
|
squidboi
|
2847fc8f90
|
add option to not unfollow on block, and option to not federate outgoing blocks
|
2018-06-08 17:12:16 -07:00 |
|
William Pitcock
|
09604182d0
|
add the ability to 'quarantine' an activitypub peer, causing them to be treated as an OStatus peer.
|
2018-06-07 14:38:09 +00:00 |
|
Sir_Boops
|
3f0440ac3c
|
Dedupe uploads
|
2018-06-06 13:25:44 -06:00 |
|
eal
|
29c9c8d93b
|
Extract host from ap_id, add index
|
2018-06-06 21:13:40 +03:00 |
|