William Pitcock
|
9f03b5c4f7
|
activitypub: transmogrifier: add support for Page objects
|
2018-11-01 09:59:43 +00:00 |
|
kaniini
|
eba9a62024
|
Merge branch 'feature/relay-tests' into 'develop'
relay tests
See merge request pleroma/pleroma!411
|
2018-11-01 09:10:51 +00:00 |
|
Haelwenn
|
40676d7683
|
Merge branch 'bugfix/prismo.news_article_url' into 'develop'
Bugfix/prismo.news article url
Closes #352
See merge request pleroma/pleroma!410
|
2018-11-01 09:05:16 +00:00 |
|
lain
|
1e9ced5af4
|
Test Relay, switch to runtime configuration.
|
2018-11-01 09:01:43 +00:00 |
|
Haelwenn (lanodan) Monnier
|
b2da5262ea
|
Pleroma.Web.ActivityPub.Transmogrifier: fix_url when not a string/empty
Thanks prismo.news, I hate it
|
2018-11-01 09:56:37 +01:00 |
|
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
|
f6cb963df2
|
activitypub utils: fix recipient check when the message is unaddressed (mastodon)
|
2018-10-26 01:24:22 +00:00 |
|
William Pitcock
|
ce70eb8c00
|
activitypub utils: fix user splicing
|
2018-10-25 05:24:01 +00:00 |
|
William Pitcock
|
2f1f1a4f30
|
activitypub: splice users into recipient lists when they receive messages at their personal inbox
closes #343
|
2018-10-25 05:02:21 +00:00 |
|
William Pitcock
|
5383887bd4
|
transmogrifier: do not try to contain origin of something which doesn't have one
|
2018-10-25 04:27:33 +00:00 |
|
William Pitcock
|
a71b822013
|
activitypub: always track following state for async reasons
|
2018-10-05 23:31:00 +00:00 |
|
William Pitcock
|
8ce217776d
|
activitypub transmogrifier: better manage follow state
|
2018-10-05 23:30:34 +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 |
|
William Pitcock
|
5c312ad677
|
activitypub inbox: only accept unsigned/invalid-signature relayed creates, nothing else
although the previous handling assumed any unsigned/invalid signature message was a Create,
lets make it more explicit
|
2018-09-28 00:03:59 +00:00 |
|
Haelwenn (lanodan) Monnier
|
c739737998
|
transmogrifier: get_actor called without casting attributedTo in actor and actor is nil
|
2018-09-27 20:00:48 +02:00 |
|
Haelwenn (lanodan) Monnier
|
9446b02bdf
|
transmogrifier: Just make attachement maps into a list and reroll
|
2018-09-27 20:00:48 +02:00 |
|
Haelwenn (lanodan) Monnier
|
e53da692fb
|
transmogrifier: Use the correct variable and prefer inspect in case of a bad type being passed on
|
2018-09-27 20:00:48 +02:00 |
|
William Pitcock
|
d830a243a3
|
transmogrifier: more robustly handle dereferencing pointer URIs
|
2018-09-27 20:00:48 +02:00 |
|
Haelwenn (lanodan) Monnier
|
4c3a80de96
|
transmogrifier: Use oneliners when applicable
|
2018-09-27 20:00:47 +02:00 |
|
William Pitcock
|
ed8dfa3029
|
transmogrifier: reformat cond block by hand
|
2018-09-27 20:00:47 +02:00 |
|
Haelwenn (lanodan) Monnier
|
eebe33e86a
|
transmogrifier: Add support for array-less hashtags, add broken announce, harden get_actor
|
2018-09-27 20:00:47 +02:00 |
|
Haelwenn (lanodan) Monnier
|
f3291acc91
|
transmogrifier: pro-actively add support for Hashtag without array in tag
|
2018-09-27 20:00:47 +02:00 |
|
Haelwenn (lanodan) Monnier
|
22927f3a34
|
transmogrifier: Use a cond, add proactive support for arrays
|
2018-09-27 20:00:46 +02:00 |
|
Haelwenn (lanodan) Monnier
|
0aac72f1d3
|
[Pleroma.Web.ActivityPub.Transmogrifier]: quick fix when tag is a Map
|
2018-09-27 20:00:46 +02:00 |
|
Haelwenn (lanodan) Monnier
|
28e8a8ab36
|
[Pleroma.Web.ActivityPub.Transmogrifier]: fix emoji in tag when it’s not in a array [kroeg]
Also simplified the code for name trimming.
And not copying the Map.merge part as it looks buggy.
See: https://queer.hacktivis.me/objects/a9f21ebc-9a12-4a6c-89d5-3d46955c6ee8
|
2018-09-27 20:00:46 +02:00 |
|
Haelwenn (lanodan) Monnier
|
f8a0cb9c0b
|
[Pleroma.Web.ActivityPub.Transmogrifier]: fix when attachment contain is just a Map [kroeg]
|
2018-09-27 20:00:46 +02:00 |
|
Haelwenn (lanodan) Monnier
|
a4abb124ea
|
[Pleroma.Web.ActivityPub.Transmogrifier]: Fix when inReplyTo is a inlined post [kroeg]
|
2018-09-27 20:00:46 +02:00 |
|
Haelwenn (lanodan) Monnier
|
523757be52
|
[Pleroma.Web.ActivityPub.ActivityPub]: Harden getting endpoints [kroeg]
|
2018-09-27 20:00:45 +02:00 |
|
William Pitcock
|
342ed84446
|
MRF: add policy for normalizing HTML markup (local and remote) to a specific policy
|
2018-09-16 01:25:36 +00:00 |
|
William Pitcock
|
d3248e13e3
|
activitypub: transmogrifier: allow profile updates from bots
|
2018-09-10 01:57:03 +00:00 |
|
William Pitcock
|
e0b8c0ccba
|
MRF: reject non-public: use pattern match to remove unnecessary if block
|
2018-09-10 01:16:03 +00:00 |
|
William Pitcock
|
88094c266d
|
MRF: simple policy: refactor module to use guards and pattern matching
|
2018-09-10 01:16:02 +00:00 |
|
William Pitcock
|
97253df3ee
|
MRF: simple policy: contain media removal/nsfw ops to create activities only
|
2018-09-10 01:16:01 +00: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
|
03e92977cb
|
transmogrifier: fix peertube/plume actor handling
|
2018-09-01 23:44:19 +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 |
|