2022-08-31 |
Goffi |
doc (components): the word "handle" is more adapted here
|
2022-08-31 |
Goffi |
component AP gateway: work around encoding bug in Mastodon:
|
2022-08-31 |
Goffi |
component AP gateway: fix headers case in signature:
|
2022-08-31 |
Goffi |
component AP gateway: add `aliases` to webfinger data
|
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-08-31 |
Goffi |
tools: renamed module `sat.tools.datetime` to `date.tools.xmpp_datetime` to avoid conflict with Python's standard lib
|
2022-08-31 |
Goffi |
tools (datetime, utils): fix incorrect use of naive object:
|
2022-08-23 |
Syndace |
plugin XEP-0420: Implementation of Stanza Content Encryption:
|
2022-08-23 |
Goffi |
plugin mr mercurial: limit export to ancestors of working directory parent
|
2022-08-23 |
Goffi |
plugin merge-requests: fix `await` use on blocking method
|
2022-07-22 |
Goffi |
doc (components/AP gateway): "repeat" and "noticed/like":
|
2022-07-22 |
Goffi |
doc (cli/pubsub, cli/blog): `attachments` subcommands documentation:
|
2022-07-22 |
Goffi |
doc (cli/blog): `repeat` documentation:
|
2022-07-22 |
Goffi |
tests (unit/AP gateway): tests for item repeat/announce and noticed/like conversion:
|
2022-07-22 |
Goffi |
component AP gateway: fix item ID for XMPP items on Announce:
|
2022-07-21 |
Goffi |
component AP gateway: handle `Like` and `Undo`/`Like` activities:
|
2022-07-21 |
Goffi |
component AP gateway (pubsub): only emit a `Follow` activity for microblog subscription:
|
2022-07-21 |
Goffi |
plugin XEP-0060: sender can now be specified in `sendItems` and `publish`:
|
2022-07-20 |
Goffi |
cli (blog, pubsub): new `attachments` subcommands:
|
2022-07-20 |
Goffi |
component AP gateway: handle XMPP attachments -> AP likes conversion:
|
2022-07-20 |
Goffi |
plugin pubsub attachments: partial implementation of pubsub-attachments protoXEP:
|
2022-07-20 |
Goffi |
plugin pubsub cache: replace empty list by None in `getItemsFromCache`:
|
2022-07-20 |
Goffi |
core (memory/sqla): add argument to `getPubsubNode` to auto-create a node:
|
2022-07-20 |
Goffi |
plugin XEP-0277: add a trigger to `send` method:
|
2022-07-20 |
Goffi |
plugin XEP-0060, tools (utils): doc/type hints
|
2022-07-20 |
Goffi |
core: fix calls to `domish.Element.elements`:
|
2022-07-14 |
Goffi |
cli (blog/get): verbose level of 2 now shows `extra` field
|
2022-07-14 |
Goffi |
cli (blog/set): show ID of published item
|
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 |
plugin XEP-0060: fix bad naming of return variable
|
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 |
plugin XEP-0060: handle priority in `addManagedNode`:
|
2022-07-14 |
Goffi |
plugin XEP-0277: return ID of published item in `send` and bridge's `mbSend`
|
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-14 |
Goffi |
li (blog): new `repeat` subcommand, to re-publish a blog post:
|
2022-07-13 |
Goffi |
plugin XEP-0277: post repeating implementation:
|
2022-07-10 |
Goffi |
install: pyyaml and treq update
|
2022-07-10 |
Goffi |
doc (components/AP): Mention:
|
2022-07-10 |
Goffi |
test (unit/AP gateway): tests for XMPP reference/mention <=> AP mention conversion:
|
2022-07-10 |
Goffi |
doc (cli/pubsub): add doc for ``reference`` subcommand:
|
2022-07-10 |
Goffi |
cli (pubsub): new `reference` subcommand to send references/mentions to pubsub items:
|
2022-07-10 |
Goffi |
cli: helper method to retrieve profile's jid:
|
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-07-10 |
Goffi |
plugin pubsub cache: resync in `synchronise` when node's `sync_state` is not set:
|
2022-07-10 |
Goffi |
plugin XEP-0372: References implementation:
|
2022-07-09 |
Goffi |
tools (common/uri): accept URIs without type:
|
2022-07-09 |
Goffi |
doc (developer): typo
|
2022-06-29 |
Goffi |
doc (components/AP): identity and avatar:
|
2022-06-29 |
Goffi |
tests (unit/ap-gateway): tests for XMPP identity/vCard4 <=> AP actor data conversion:
|
2022-06-29 |
Goffi |
CLI (identity): add description to `identity set`:
|
2022-06-29 |
Goffi |
component AP: convert AP identity data to XMPP:
|
2022-06-29 |
Goffi |
plugin XEP-0163: allow unset `event_type` in `addPEPEvent`, check conflict + type hints
|
2022-06-29 |
Goffi |
core (tools/web): helped method to download files:
|
2022-06-29 |
Goffi |
component AP: XMPP identity => AP actor data converstion:
|
2022-06-29 |
Goffi |
plugin XEP-0084: "User Avatar" implementation:
|
2022-06-29 |
Goffi |
plugin XEP-0292: vCard4 Over XMPP implementation:
|
2022-06-29 |
Goffi |
core (memory/cache): type hints + filename fix:
|
2022-06-29 |
Goffi |
plugin identity: make the plugin compatible with component + description:
|
2022-06-29 |
Goffi |
plugin identity, XEP-0054: move avatar resizing and caching method to identity plugin:
|
2022-06-29 |
Goffi |
plugin XEP-0060: type hints
|
2022-06-29 |
Goffi |
core (memory/sqla_config): set a timeout for SQLite:
|
2022-06-29 |
Goffi |
core (memory/sqla): `session_add` must have a default value in `delete`
|
2022-06-29 |
Goffi |
core (types): add `is_component` to `SatXMPPEntity`
|
2022-06-17 |
Goffi |
plugin XEP-0191: fix wrong name and description
|
2022-06-17 |
Goffi |
doc (components): AP item retraction + blocking:
|
2022-06-17 |
Goffi |
tests (unit/ap gateway): message/item retractation tests:
|
2022-06-17 |
Goffi |
tests (unit/ap gateway): fix `onMessage` call following change in the component:
|
2022-06-17 |
Goffi |
component AP gateway typing + remove unused `activity` arg from `newAPDeleteItem`
|
2022-06-17 |
Goffi |
doc (cli/message): `retract` command
|
2022-06-17 |
Goffi |
cli (message/retract): message retractation command:
|
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: set POST default response code to 202 (accepted)
|
2022-06-17 |
Goffi |
plugin XEP-424: Message Retractation implementation:
|
2022-06-17 |
Goffi |
plugin XEP-0428: Fallback Indication implementation:
|
2022-06-17 |
Goffi |
plugin XEP-0422: Message Fastening implementation:
|
2022-06-17 |
Goffi |
core (memory/sqla): generic `get` + `session_add` in `delete`:
|
2022-06-17 |
Goffi |
core (memory/sqla), plugin XEP-0359: always add `origin-id`, and store:
|
2022-06-17 |
Goffi |
core (memory/mapping): add `origin_id` column to History + constraints update:
|
2022-06-17 |
Goffi |
core (xmpp): adapt message workflow to components:
|
2022-06-17 |
Goffi |
core (constants): type hints
|
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-06-17 |
Goffi |
plugin XEP-0060: do not raise an error when not subscribed on unsubscribe:
|
2022-06-17 |
Goffi |
doc (components): typo/spelling
|
2022-06-17 |
Goffi |
doc (cli/blocking): `blocking` command documentation:
|
2022-05-27 |
Goffi |
cli: new `blocking` commands:
|
2022-05-27 |
Goffi |
plugin XEP-0191: Blocking Command implementation:
|
2022-05-24 |
Goffi |
doc (components): message delivery documentation:
|
2022-05-24 |
Goffi |
test (unit/AP gateway): AP direct message ↔ XMPP `<message>` conversion:
|
2022-05-24 |
Goffi |
comp AP gateway: message conversion:
|
2022-05-24 |
Goffi |
tests (unit/ap_gateway): fix tests
|
2022-05-16 |
Goffi |
core (memory): `fileDelete` is now async, fix coroutine issue
|
2022-05-16 |
Goffi |
plugin invitation: use `store` hint to be sure that the invitation is archived
|
2022-05-16 |
Goffi |
tools (common/email): use `from_email` is specified, always set `email_sender_domain`
|
2022-05-16 |
Goffi |
core: remove useless method (it's available directly in client)
|
2022-05-15 |
Goffi |
comp file sharing: handle `admins` in quotas
|
2022-05-15 |
Goffi |
core: method to know if a profile/entity is an admin:
|
2022-05-14 |
Goffi |
doc (installation): `sat_media` is now `libervia-media`
|
2022-05-14 |
Goffi |
install (setup): fix `urwid-satext` version
|
2022-05-14 |
Goffi |
doc (installation): fix missing `hg clone` instructions
|
2022-05-14 |
Goffi |
install: requirements.txt update
|
2022-05-13 |
Goffi |
doc (components): update AP gateway documentation:
|
2022-05-13 |
Goffi |
doc (cli/pubsub): document new `--public` flags:
|
2022-05-13 |
Goffi |
tests (unit/ap-gateway): tests for following/followers <=> PPS:
|
2022-05-13 |
Goffi |
tests (e2e/cli/cache_search): make the test more resilient:
|
2022-05-13 |
Goffi |
docker (prosody-e2e): update Prosody's conf:
|
2022-05-13 |
Goffi |
docker (backend-dev): move dbus unix socket:
|
2022-05-13 |
Goffi |
docker (backend-dev/libervia.conf): don't force CLI background anymore:
|
2022-05-13 |
Goffi |
CLI: don't fail when calling `getContacts` with a component profile
|
2022-05-13 |
Goffi |
comp AP gateway: publish, (un)subscribe/(un)follow, public subscription/following/followers:
|
2022-05-13 |
Goffi |
plugin XEP-0277: be sure to have `service` set in `item2mbdata` and `node` when provided
|
2022-05-13 |
Goffi |
plugin XEP-0277: bridge method `mbIsCommentNode` + methods renaming
|
2022-05-13 |
Goffi |
plugin XEP-0277: fix `await` trigger incorrectly used on a sync trigger
|
2022-05-13 |
Goffi |
plugin pubsub cache: new `resync` argument to force resynchronisation in `synchronize`
|
2022-05-13 |
Goffi |
plugin pubsub cache: more resilient node caching:
|
2022-05-13 |
Goffi |
plugins XEP-0060, XEP-0376, XEP-0465, CLI: PAM + PSS implementation:
|
2022-05-13 |
Goffi |
plugin XEP-0060: use serialised options in `psSubscribe` + triggers update
|
2022-05-13 |
Goffi |
plugin XEP-0060: better filtering when looking for default pubsub service
|
2022-05-13 |
Goffi |
tools (async_trigger): fix return value in `asyncReturnPoint` + typing hints
|
2022-05-13 |
Goffi |
core (memory/sqla): `searchPubsubItems` can now filter on item names
|
2022-05-13 |
Goffi |
core (memory/sqla): add attribute to filter on `item_ids` in `getItems`
|
2022-05-13 |
Goffi |
core (memory/param): fix unproper use of `Failure`
|
2022-05-13 |
Goffi |
core (memory/disco): fix hard encoded value in `findServiceEntity`
|
2022-05-13 |
Goffi |
core (disco): use new `client.server_jid` property in `getItems`
|
2022-05-13 |
Goffi |
core (xmpp): add a `server_jid` property
|
2022-03-22 |
Goffi |
jp (xmlui): add `PasswordWidget`
|
2022-03-22 |
Goffi |
tools (common/template): fix setting of `css_files_noscript` when `css_file` is specified
|
2022-03-22 |
Goffi |
doc (components): documentation of `comments_max_depth` option and threads conversion:
|
2022-03-22 |
Goffi |
comp AP gateway: signature checking, caching and threads management:
|
2022-03-22 |
Goffi |
core (memory/sqla): new table/mapping to handle Pubsub node subscriptions:
|
2022-03-22 |
Goffi |
core (memory/migration): ignore FTS table when autogenerating script for migration:
|
2022-03-22 |
Goffi |
comp AP: helper methods to get AP objects:
|
2022-03-22 |
Goffi |
comp AP gateway: regular expression to parse `Signature` header:
|
2022-03-22 |
Goffi |
plugin XEP-0277: methods to check is a node is a comments node and to get its parent
|
2022-03-22 |
Goffi |
tools (utils): fix `getRepositoryData` crash:
|
2022-03-22 |
Goffi |
plugin XEP-0059, cache: allow those plugins to work in component mode
|
2022-03-22 |
Goffi |
plugin XEP-0060: specify sender using `client.jid` in `subscribe`:
|
2022-03-22 |
Goffi |
core (xmpp): new `getVirtualClient` for components:
|
2022-03-21 |
Goffi |
tests (ap-gateway): fix use of outbox URL to get items
|
2022-01-31 |
Goffi |
doc (components): update AP component documentation:
|
2022-01-31 |
Goffi |
tests (unit): AP gateway unit tests:
|
2022-01-31 |
Goffi |
tools (xml_tools): fix `widget_args` modification in `_dataFormField2XMLUIData`:
|
2022-01-31 |
Goffi |
tests (e2e/CLI/set_get): fix RSM request:
|
2022-01-31 |
Goffi |
docker: don't move `.egg_info` files anymore:
|
2022-01-31 |
Goffi |
component AP gateway: split plugin in several files:
|
2022-01-25 |
Goffi |
component AP gateway: JID/node ⟺ AP outbox conversion:
|
2022-01-25 |
Goffi |
cli (blog/get): fix default output when a value is None
|
2022-01-25 |
Goffi |
plugin XEP-0060, XEP-0163, XEP-0277, text syntaxes: make those plugins usable with components
|
2022-01-25 |
Goffi |
tools (common): new `async_utils` module with an async version of `lru_cache`
|
2022-01-25 |
Goffi |
plugin XEP-0277: various fixes + async:
|
2022-01-25 |
Goffi |
plugin XEP-0060: `None` must not be used for `getItems`'s `node`
|
2022-01-25 |
Goffi |
component file sharing: set server name at render time
|
2022-01-25 |
Goffi |
component file sharing: fix incorrect use of `returnValue` in `items` async method
|
2022-01-25 |
Goffi |
memory (sqla): fix `complete` setting when `index` is `None` in `getItems`
|
2022-01-25 |
Goffi |
memory (sqla): don't set keys with None as value for RSM in `getItems`
|
2022-01-25 |
Goffi |
memory (disco), core (main): new `hasIdentity` method
|
2022-01-25 |
Goffi |
plugin XEP-0384: fix typo in attribute
|
2021-12-08 |
Goffi |
tools (xml_tools): implement `list-multi` in `_dataFormField2XMLUIData`:
|
2021-12-01 |
Goffi |
merge bookmark 0.9
0.9
|
2021-11-30 |
Goffi |
Added tag v0.8.0 for changeset f97be63871e4
|
2021-11-30 |
Goffi |
v0.8.0 release
v0.8.0
|
2021-11-30 |
Goffi |
tools (common/async_process): use parent environment by default
|
2021-11-30 |
Goffi |
core (memory/param): don't crash when getting unset int value
|
2021-11-30 |
Goffi |
core (xmpp): specify profile when logging a connection problem
|
2021-11-12 |
Goffi |
merge bookmark @
|
2021-11-12 |
Goffi |
plugin events: store `interest_id` in data:
|
2021-11-12 |
Goffi |
changelog: minor update following renaming
|
2021-11-06 |
Goffi |
cli (base): use `XTERM_VERSION` to detect XTerm:
|
2021-11-06 |
Goffi |
cli (debug/theme): display currently used background
|
2021-11-06 |
Goffi |
cli (base): better background detection:
|
2021-11-05 |
Goffi |
tests (e2e/web): add basic tests for generic lists
|
2021-11-05 |
Goffi |
tests (e2e/run_e2e): fix inappropriate use of `-T` option
|
2021-11-05 |
Goffi |
plugin comp file sharing: don't use Deferred in return value
|
2021-11-05 |
Goffi |
plugin email invitations: re-use existing invitation for a given email:
|
2021-11-05 |
Goffi |
plugin XEP-0264: replace `SIZE_FULL_SCREEN` by `SIZE_BIG`:
|
2021-11-04 |
Goffi |
core: don't callback `self.conn_deferred` if already called:
|
2021-11-04 |
Goffi |
install: requirements update
|
2021-10-22 |
Goffi |
plugin XEP-0384: fix encryption for user own devices:
|
2021-10-22 |
Goffi |
docker (prosody): don't use `tmpfs` for `/var/lib/prosody` (it prevents the container to start)
|
2021-10-22 |
Goffi |
docker (prosody): remove unused `entrypoint.sh` file and `sed` from Dockerfile:
|