2023-03-20 |
Goffi |
component AP gateway: add mention to direct messages:
|
2023-03-18 |
Goffi |
component AP gateway (http): handle properly NotFound error:
|
2023-03-18 |
Goffi |
component AP gateway: fix bad use of `parseAPURL` return data:
|
2023-02-10 |
Goffi |
component AP gateway: don't percent-encode `@`:
|
2022-11-15 |
Goffi |
component AP gateway: log at debug level instead of warning when no client is set
|
2022-11-11 |
Goffi |
component AP gateway: HTML redirection:
|
2022-09-21 |
Goffi |
component AP gateway: events:
|
2022-08-31 |
Goffi |
component AP gateway: AP <=> XMPP reactions conversions:
|
2022-08-31 |
Goffi |
component AP gateway: fix headers case in signature:
|
2022-08-31 |
Goffi |
component AP gateway: better verbose logging:
|
2022-08-31 |
Goffi |
component AP gateway: raise exceptions on apGet + fix exceptions catching in apGetLocalObject:
|
2022-07-21 |
Goffi |
component AP gateway: handle `Like` and `Undo`/`Like` activities:
|
2022-07-20 |
Goffi |
component AP gateway: handle XMPP attachments -> AP likes conversion:
|
2022-07-14 |
Goffi |
component AP gateway: when a repeated blog post is retracted, it converted to suitable Activity:
|
2022-07-14 |
Goffi |
component AP gateway: "repeat" to "Announce" conversion:
|
2022-07-14 |
Goffi |
component AP gateway: fix wrong exception + use of mb_data["xml"] when it may be absent
|
2022-07-14 |
Goffi |
component AP gateway: we need to use `actor` and not `attributedTo` for activities:
|
2022-07-14 |
Goffi |
component AP gateway: get items when not found in cache in `apGetLocalObject`:
|
2022-07-14 |
Goffi |
component AP gateway: use the new `priority` argument of `addManagedNode`:
|
2022-07-14 |
Goffi |
component AP gateway: new `verbose` attribute in AP gateway to activate debug logs:
|
2022-07-14 |
Goffi |
component AP gateway: return item when `item` URL is used:
|
2022-07-14 |
Goffi |
component AP gateway: use `createActivity` in `mbdata2APitem`
|
2022-07-14 |
Goffi |
component AP gateway: `Announce` activity implementation:
|
2022-07-14 |
Goffi |
component AP gateway: `getAPAccountFromId` now works with local IDs:
|
2022-07-14 |
Goffi |
component AP gateway: `apGetObject` and `apGetList` now work with local object:
|
2022-07-10 |
Goffi |
component AP gateway: convert XMPP mentions to AP:
|
2022-07-10 |
Goffi |
component AP gateway: convert AP mention to XEP-0372 mentions:
|
2022-06-29 |
Goffi |
component AP: convert AP identity data to XMPP:
|
2022-06-29 |
Goffi |
component AP: XMPP identity => AP actor data converstion:
|
2022-06-17 |
Goffi |
component AP gateway typing + remove unused `activity` arg from `newAPDeleteItem`
|
2022-06-17 |
Goffi |
component AP gateway: AP delete activity => message retract:
|
2022-06-17 |
Goffi |
component AP gateway: message retractation => AP deletion
|
2022-06-17 |
Goffi |
component AP gateway: convert `Delete` AP activities to corresponding Pubsub `retract`:
|
2022-06-17 |
Goffi |
comp AP gateway: convert pubsub item retractation to AP `Delete` activity:
|
2022-05-24 |
Goffi |
comp AP gateway: message conversion:
|
2022-05-13 |
Goffi |
comp AP gateway: publish, (un)subscribe/(un)follow, public subscription/following/followers:
|
2022-03-22 |
Goffi |
comp AP gateway: signature checking, caching and threads management:
|
2022-03-22 |
Goffi |
comp AP: helper methods to get AP objects:
|
2022-01-31 |
Goffi |
component AP gateway: split plugin in several files:
base
sat/plugins/plugin_comp_ap_gateway.py@29630d823c5d
|