Mercurial > libervia-backend
graph
-
component AP gateway: parse body immediately on `POST` request:2022-11-15, by Goffi
-
component AP gateway: fix pubsub attachment plugin call following renaming.2022-11-15, by Goffi
-
component AP gateway: log at debug level instead of warning when no client is set2022-11-15, by Goffi
-
doc (components/AP Gateway): `html_redirect_dict` option2022-11-11, by Goffi
-
component AP gateway: HTML redirection:2022-11-11, by Goffi
-
plugin XEP-0384: log `import_error` when import is failing2022-11-10, by Goffi
-
doc (encryption, cli): document Pubsub Targeted Encryption:2022-10-31, by Goffi
-
tests (e2e/cli): test for Pubsub Targeted Encryption:2022-10-31, by Goffi
-
cli (blog, pubsub): encryption argument for Pubsub Targeted Encryption:2022-10-31, by Goffi
-
plugin pte: Pubsub Target Encryption implementation:2022-10-31, by Goffi
-
tests (e2e/cli): add tests for JET:2022-10-31, by Goffi
-
cli (file/send): add `--encrypt` argument to request encryption:2022-10-31, by Goffi
-
tools (strem): fix `mode` + add `pre_close_cb` callback:2022-10-31, by Goffi
-
plugin XEP-0384: Implementation of Automatic Trust Management:2022-10-28, by Syndace
-
doc (encryption, cli): pubsub signing documentation:2022-10-29, by Goffi
-
cli (pubsub/set,edit) add `--sign` argument:2022-10-29, by Goffi
-
cli (pubsub/signature): add `sign` command:2022-10-29, by Goffi
-
plugin pubsub signature: fix attachment setting + default signer:2022-10-29, by Goffi
-
tests (e2e/cli): add a test for Pubsub Signing:2022-10-29, by Goffi
-
plugin pubsub signing: fix `gpg_provider` instanciation:2022-10-29, by Goffi
-
plugin XEP-0373: minor renaming + set `gpg_provider` in client:2022-10-29, by Goffi
-
cli (pubsub): new `signature` subcommands:2022-10-28, by Goffi
-
cli (blog/set): new `--sign` argument:2022-10-28, by Goffi
-
plugin XEP-0277: `signed` flag can now be used in `extra` to use sign the blog post:2022-10-28, by Goffi
-
plugin pubsub signing: pubsub items signature implementation:2022-10-28, by Goffi
-
plugin XEP-0373: typos2022-10-28, by Goffi
-
tools (utils): fix `parse_xmpp_date` timezone:2022-10-28, by Goffi
-
plugin OXPS: fix triggers return values:2022-10-28, by Goffi
-
doc: new doc giving an overview on how e2ee is working in Libervia/XMPP:2022-10-15, by Goffi
-
plugin XEP-0277: add `encryption` flag to MB data:2022-10-15, by Goffi
-
plugin OXPS, XEP-0060: indicate which items were e2ee:2022-10-15, by Goffi
-
cli (pubsub/set, edit): add `--encrypt` flag:2022-10-15, by Goffi
-
tests (e2e/cli): add test for pubsub encryption:2022-10-15, by Goffi
-
plugin XEP-0470: fix autocreate in `create_attachments_node`:2022-10-15, by Goffi
-
plugin XEP-0373: download public keys if they are not found in local storage:2022-10-15, by Goffi
-
plugin pubsub cache: avoid race condition by retrying node request:2022-10-15, by Goffi
-
docker: update images to include new OMEMO libraries and OpenPGP packages:2022-10-15, by Goffi
-
cli (pubsub): new `secret` subcommands:2022-10-15, by Goffi
-
cli (pubsub/get): add `--no-decrypt` flag to disable automatic decryption:2022-10-15, by Goffi
-
cli (blog): add `--encrypt` argument on publication commands to e2ee a blog post:2022-10-15, by Goffi
-
tools (common/async_utils): set default `maxsize` to 50 in `async_lru`2022-10-15, by Goffi
-
plugin XEP-0374: exluce `openpgp` element from XEP-0373 on send trigger:2022-10-15, by Goffi
-
plugin OXPS: OpenPGP for XMPP Pubsub implementation:2022-10-15, by Goffi
-
plugin XEP-0373 and XEP-0374: Implementation of OX and OXIM:2022-09-20, by Syndace
-
core: fix and renamed getLocalPath -> get_local_path:2022-10-10, by Goffi
-
plugins (forums, lists, import, XEP-0277): remove invalid `max_items` values2022-10-07, by Goffi
-
plugin lists: fix double deserialisation2022-10-06, by Goffi
-
plugin XEP-0384: proper handling of exceptions in `prepare_for_profile`2022-10-06, by Syndace
-
plugin lists: fix deserialisation on listSet2022-10-06, by Goffi
-
plugin XEP-0448: Encryption for stateless file sharing implementation:2022-10-06, by Goffi
-
cli (file/get): handle full JSON attachment following change in backend:2022-10-06, by Goffi
-
cli (message/send): new `--attach` argument to send an attachment:2022-10-06, by Goffi
-
tools (stream): log error when a SatFile is closed:2022-10-06, by Goffi
-
plugin XEP-0334: avoid adding twice the same hint:2022-10-06, by Goffi
-
plugin XEP-0447: handle attachment and download:2022-10-06, by Goffi
-
core (xmpp): check presence of some keys in attachment before using them:2022-10-06, by Goffi
-
plugin XEP-0384: temporarily disable `<iq>` stanza encryption:2022-10-06, by Goffi
-
plugin XEP-0384: expose OLDMEMO and TWOMEMO namespaces:2022-10-06, by Goffi
-
plugin XEP-0420: fix exception on missing `from` or `to`:2022-10-06, by Goffi
-
plugin XEP-0300: type hints2022-10-06, by Goffi
-
plugin events: fix bad import2022-10-06, by Goffi
-
core (xmpp): make `send` a blocking method, fix `sendMessageData` calls:2022-09-24, by Goffi
-
core (main): `OrderedDict` is not necesasry here anymore, as `dict` are now ordered2022-09-24, by Goffi
-
plugin XEP-0384: Fully reworked to adjust to the reworked python-omemo:2022-08-23, by Syndace
-
doc (components/AP Gateway): Ad-Hoc and Events:2022-09-22, by Goffi
-
doc (cli/event): update doc following changes:2022-09-22, by Goffi
-
tests (unit/AP gateway): add tests for events:2022-09-21, by Goffi
-
tests (unit/AP gateway): fix tests:2022-09-21, by Goffi
-
cli (event): update commands following changes in events:2022-09-21, by Goffi
-
tools (common/date_utils) handle timestamp and `in` + `delta2human`:2022-09-21, by Goffi
-
component AP gateway: events:2022-09-21, by Goffi
-
tools (xml_tools): handle `required` field in `dataDict2dataForm`:2022-09-21, by Goffi
-
plugin events: update following `Events` protoXEP submission:2022-09-21, by Goffi
-
plugin XEP-0470: add `create_attachments_node` method:2022-09-21, by Goffi
-
plugin XEP-0050: use coroutine + minor code readability improvments:2022-09-21, by Goffi
-
tools (utils): helper `parse_xmpp_date` method:2022-09-21, by Goffi
-
plugin XEP-0447: Stateless File Sharing implementation:2022-09-21, by Goffi
-
plugin XEP-0446: File Metadata implementation:2022-09-21, by Goffi
-
plugin XEP-0103: URL Address Information implementation:2022-09-21, by Goffi
-
plugin XEP-0080: User Location implementation:2022-09-21, by Goffi
-
core, CLI (base), tools (common/data_format): typing/core readability2022-09-21, by Goffi
-
doc (components/AP gateway): "reactions":2022-08-31, by Goffi
-
tests (AP gateway): reactions tests:2022-08-31, by Goffi
-
tests (AP gateway): fix tests following changes in gateway:2022-08-31, by Goffi
-
cli (pubsub/attachment/set): update reactions handling:2022-08-31, by Goffi
-
component AP gateway: AP <=> XMPP reactions conversions:2022-08-31, by Goffi
-
plugin XEP-0424: rename bridge method:2022-08-31, by Goffi
-
plugin XEP-0444: Message Reactions implementation:2022-08-31, by Goffi
-
doc (components): the word "handle" is more adapted here2022-08-31, by Goffi
-
component AP gateway: work around encoding bug in Mastodon:2022-08-31, by Goffi
-
component AP gateway: fix headers case in signature:2022-08-31, by Goffi
-
component AP gateway: add `aliases` to webfinger data2022-08-31, by Goffi
-
component AP gateway: better verbose logging:2022-08-31, by Goffi
-
tools (datetime, utils): fix incorrect use of naive object:2022-08-31, by Goffi
-
plugin XEP-0420: Implementation of Stanza Content Encryption:2022-08-23, by Syndace
-
plugin mr mercurial: limit export to ancestors of working directory parent2022-08-23, by Goffi
-
plugin merge-requests: fix `await` use on blocking method2022-08-23, by Goffi
-
doc (components/AP gateway): "repeat" and "noticed/like":2022-07-22, by Goffi
-
doc (cli/pubsub, cli/blog): `attachments` subcommands documentation:2022-07-22, by Goffi
-
doc (cli/blog): `repeat` documentation:2022-07-22, by Goffi
-
tests (unit/AP gateway): tests for item repeat/announce and noticed/like conversion:2022-07-22, by Goffi
-
component AP gateway: fix item ID for XMPP items on Announce:2022-07-22, by Goffi
-
component AP gateway: handle `Like` and `Undo`/`Like` activities:2022-07-21, by Goffi
-
plugin XEP-0060: sender can now be specified in `sendItems` and `publish`:2022-07-21, by Goffi
-
cli (blog, pubsub): new `attachments` subcommands:2022-07-20, by Goffi
-
component AP gateway: handle XMPP attachments -> AP likes conversion:2022-07-20, by Goffi
-
plugin pubsub attachments: partial implementation of pubsub-attachments protoXEP:2022-07-20, by Goffi
-
plugin pubsub cache: replace empty list by None in `getItemsFromCache`:2022-07-20, by Goffi
-
core (memory/sqla): add argument to `getPubsubNode` to auto-create a node:2022-07-20, by Goffi
-
plugin XEP-0277: add a trigger to `send` method:2022-07-20, by Goffi
-
plugin XEP-0060, tools (utils): doc/type hints2022-07-20, by Goffi
-
core: fix calls to `domish.Element.elements`:2022-07-20, by Goffi
-
cli (blog/get): verbose level of 2 now shows `extra` field2022-07-14, by Goffi
-
cli (blog/set): show ID of published item2022-07-14, by Goffi
-
component AP gateway: "repeat" to "Announce" conversion:2022-07-14, by Goffi
-
plugin XEP-0060: fix bad naming of return variable2022-07-14, by Goffi
-
component AP gateway: we need to use `actor` and not `attributedTo` for activities:2022-07-14, by Goffi
-
component AP gateway: get items when not found in cache in `apGetLocalObject`:2022-07-14, by Goffi
-
component AP gateway: use the new `priority` argument of `addManagedNode`:2022-07-14, by Goffi
-
plugin XEP-0060: handle priority in `addManagedNode`:2022-07-14, by Goffi
-
plugin XEP-0277: return ID of published item in `send` and bridge's `mbSend`2022-07-14, by Goffi
-
component AP gateway: new `verbose` attribute in AP gateway to activate debug logs:2022-07-14, by Goffi
-
component AP gateway: return item when `item` URL is used:2022-07-14, by Goffi
-
component AP gateway: use `createActivity` in `mbdata2APitem`2022-07-14, by Goffi
-
component AP gateway: `Announce` activity implementation:2022-07-14, by Goffi
-
component AP gateway: `getAPAccountFromId` now works with local IDs:2022-07-14, by Goffi
-
component AP gateway: `apGetObject` and `apGetList` now work with local object:2022-07-14, by Goffi
-
li (blog): new `repeat` subcommand, to re-publish a blog post:2022-07-14, by Goffi
-
plugin XEP-0277: post repeating implementation:2022-07-13, by Goffi
-
install: pyyaml and treq update2022-07-10, by Goffi
-
doc (components/AP): Mention:2022-07-10, by Goffi
-
test (unit/AP gateway): tests for XMPP reference/mention <=> AP mention conversion:2022-07-10, by Goffi
-
doc (cli/pubsub): add doc for ``reference`` subcommand:2022-07-10, by Goffi
-
cli: helper method to retrieve profile's jid:2022-07-10, by Goffi
-
component AP gateway: convert XMPP mentions to AP:2022-07-10, by Goffi
-
component AP gateway: convert AP mention to XEP-0372 mentions:2022-07-10, by Goffi
-
plugin pubsub cache: resync in `synchronise` when node's `sync_state` is not set:2022-07-10, by Goffi
-
plugin XEP-0372: References implementation:2022-07-10, by Goffi
-
tools (common/uri): accept URIs without type:2022-07-09, by Goffi
-
doc (developer): typo2022-07-09, by Goffi
-
doc (components/AP): identity and avatar:2022-06-29, by Goffi
-
CLI (identity): add description to `identity set`:2022-06-29, by Goffi
-
component AP: convert AP identity data to XMPP:2022-06-29, by Goffi
-
core (tools/web): helped method to download files:2022-06-29, by Goffi
-
component AP: XMPP identity => AP actor data converstion:2022-06-29, by Goffi
-
plugin XEP-0084: "User Avatar" implementation:2022-06-29, by Goffi
-
plugin XEP-0292: vCard4 Over XMPP implementation:2022-06-29, by Goffi
-
core (memory/cache): type hints + filename fix:2022-06-29, by Goffi
-
plugin identity: make the plugin compatible with component + description:2022-06-29, by Goffi
-
plugin XEP-0060: type hints2022-06-29, by Goffi
-
core (memory/sqla_config): set a timeout for SQLite:2022-06-29, by Goffi
-
core (memory/sqla): `session_add` must have a default value in `delete`2022-06-29, by Goffi
-
core (types): add `is_component` to `SatXMPPEntity`2022-06-29, by Goffi
-
plugin XEP-0191: fix wrong name and description2022-06-17, by Goffi
-
doc (components): AP item retraction + blocking:2022-06-17, by Goffi
-
tests (unit/ap gateway): message/item retractation tests:2022-06-17, by Goffi
-
tests (unit/ap gateway): fix `onMessage` call following change in the component:2022-06-17, by Goffi
-
component AP gateway typing + remove unused `activity` arg from `newAPDeleteItem`2022-06-17, by Goffi
-
doc (cli/message): `retract` command2022-06-17, by Goffi
-
cli (message/retract): message retractation command:2022-06-17, by Goffi
-
component AP gateway: AP delete activity => message retract:2022-06-17, by Goffi
-
component AP gateway: message retractation => AP deletion2022-06-17, by Goffi
-
component AP gateway: set POST default response code to 202 (accepted)2022-06-17, by Goffi
-
plugin XEP-424: Message Retractation implementation:2022-06-17, by Goffi
-
plugin XEP-0428: Fallback Indication implementation:2022-06-17, by Goffi
-
plugin XEP-0422: Message Fastening implementation:2022-06-17, by Goffi
-
core (memory/sqla): generic `get` + `session_add` in `delete`:2022-06-17, by Goffi
-
core (memory/sqla), plugin XEP-0359: always add `origin-id`, and store:2022-06-17, by Goffi
-
core (memory/mapping): add `origin_id` column to History + constraints update:2022-06-17, by Goffi
-
core (xmpp): adapt message workflow to components:2022-06-17, by Goffi
-
core (constants): type hints2022-06-17, by Goffi
-
comp AP gateway: convert pubsub item retractation to AP `Delete` activity:2022-06-17, by Goffi
-
plugin XEP-0060: do not raise an error when not subscribed on unsubscribe:2022-06-17, by Goffi
-
doc (components): typo/spelling2022-06-17, by Goffi
-
doc (cli/blocking): `blocking` command documentation:2022-06-17, by Goffi
-
cli: new `blocking` commands:2022-05-27, by Goffi
-
plugin XEP-0191: Blocking Command implementation:2022-05-27, by Goffi
-
doc (components): message delivery documentation:2022-05-24, by Goffi
-
test (unit/AP gateway): AP direct message ↔ XMPP `<message>` conversion:2022-05-24, by Goffi
-
comp AP gateway: message conversion:2022-05-24, by Goffi
-
tests (unit/ap_gateway): fix tests2022-05-24, by Goffi
-
core (memory): `fileDelete` is now async, fix coroutine issue2022-05-16, by Goffi
-
plugin invitation: use `store` hint to be sure that the invitation is archived2022-05-16, by Goffi
-
core: remove useless method (it's available directly in client)2022-05-16, by Goffi
-
comp file sharing: handle `admins` in quotas2022-05-15, by Goffi
-
core: method to know if a profile/entity is an admin:2022-05-15, by Goffi
-
doc (installation): `sat_media` is now `libervia-media`2022-05-14, by Goffi
-
install (setup): fix `urwid-satext` version2022-05-14, by Goffi
-
doc (installation): fix missing `hg clone` instructions2022-05-14, by Goffi
-
install: requirements.txt update2022-05-14, by Goffi
-
doc (components): update AP gateway documentation:2022-05-13, by Goffi
-
doc (cli/pubsub): document new `--public` flags:2022-05-13, by Goffi
-
tests (unit/ap-gateway): tests for following/followers <=> PPS:2022-05-13, by Goffi
-
tests (e2e/cli/cache_search): make the test more resilient:2022-05-13, by Goffi
-
docker (prosody-e2e): update Prosody's conf:2022-05-13, by Goffi
-
docker (backend-dev): move dbus unix socket:2022-05-13, by Goffi
-
docker (backend-dev/libervia.conf): don't force CLI background anymore:2022-05-13, by Goffi
-
CLI: don't fail when calling `getContacts` with a component profile2022-05-13, by Goffi
-
plugin XEP-0277: bridge method `mbIsCommentNode` + methods renaming2022-05-13, by Goffi
-
plugin XEP-0277: fix `await` trigger incorrectly used on a sync trigger2022-05-13, by Goffi
-
plugin pubsub cache: more resilient node caching:2022-05-13, by Goffi
-
plugins XEP-0060, XEP-0376, XEP-0465, CLI: PAM + PSS implementation:2022-05-13, by Goffi
-
plugin XEP-0060: use serialised options in `psSubscribe` + triggers update2022-05-13, by Goffi
-
plugin XEP-0060: better filtering when looking for default pubsub service2022-05-13, by Goffi
-
tools (async_trigger): fix return value in `asyncReturnPoint` + typing hints2022-05-13, by Goffi
-
core (memory/sqla): `searchPubsubItems` can now filter on item names2022-05-13, by Goffi
-
core (memory/sqla): add attribute to filter on `item_ids` in `getItems`2022-05-13, by Goffi
-
core (memory/param): fix unproper use of `Failure`2022-05-13, by Goffi
-
core (memory/disco): fix hard encoded value in `findServiceEntity`2022-05-13, by Goffi
-
core (disco): use new `client.server_jid` property in `getItems`2022-05-13, by Goffi
-
core (xmpp): add a `server_jid` property2022-05-13, by Goffi
-
jp (xmlui): add `PasswordWidget`2022-03-22, by Goffi
-
comp AP gateway: signature checking, caching and threads management:2022-03-22, by Goffi
-
core (memory/sqla): new table/mapping to handle Pubsub node subscriptions:2022-03-22, by Goffi
-
core (memory/migration): ignore FTS table when autogenerating script for migration:2022-03-22, by Goffi
-
comp AP: helper methods to get AP objects:2022-03-22, by Goffi
-
comp AP gateway: regular expression to parse `Signature` header:2022-03-22, by Goffi
-
plugin XEP-0277: methods to check is a node is a comments node and to get its parent2022-03-22, by Goffi
-
tools (utils): fix `getRepositoryData` crash:2022-03-22, by Goffi
-
plugin XEP-0059, cache: allow those plugins to work in component mode2022-03-22, by Goffi
-
plugin XEP-0060: specify sender using `client.jid` in `subscribe`:2022-03-22, by Goffi
-
core (xmpp): new `getVirtualClient` for components:2022-03-22, by Goffi
-
tests (ap-gateway): fix use of outbox URL to get items2022-03-21, by Goffi
-
doc (components): update AP component documentation:2022-01-31, by Goffi
-
tests (unit): AP gateway unit tests:2022-01-31, by Goffi
-
tools (xml_tools): fix `widget_args` modification in `_dataFormField2XMLUIData`:2022-01-31, by Goffi
-
tests (e2e/CLI/set_get): fix RSM request:2022-01-31, by Goffi
-
docker: don't move `.egg_info` files anymore:2022-01-31, by Goffi
-
component AP gateway: split plugin in several files:2022-01-31, by Goffi
-
component AP gateway: JID/node ⟺ AP outbox conversion:2022-01-25, by Goffi
-
cli (blog/get): fix default output when a value is None2022-01-25, by Goffi
-
tools (common): new `async_utils` module with an async version of `lru_cache`2022-01-25, by Goffi
-
plugin XEP-0277: various fixes + async:2022-01-25, by Goffi
-
plugin XEP-0060: `None` must not be used for `getItems`'s `node`2022-01-25, by Goffi
-
component file sharing: set server name at render time2022-01-25, by Goffi
-
component file sharing: fix incorrect use of `returnValue` in `items` async method2022-01-25, by Goffi
-
memory (sqla): fix `complete` setting when `index` is `None` in `getItems`2022-01-25, by Goffi
-
memory (sqla): don't set keys with None as value for RSM in `getItems`2022-01-25, by Goffi
-
memory (disco), core (main): new `hasIdentity` method2022-01-25, by Goffi
-
plugin XEP-0384: fix typo in attribute2022-01-25, by Goffi
-
tools (xml_tools): implement `list-multi` in `_dataFormField2XMLUIData`:2021-12-08, by Goffi
-
Added tag v0.8.0 for changeset f97be63871e42021-11-30, by Goffi
-
tools (common/async_process): use parent environment by default2021-11-30, by Goffi
-
core (memory/param): don't crash when getting unset int value2021-11-30, by Goffi
-
core (xmpp): specify profile when logging a connection problem2021-11-30, by Goffi
-
merge bookmark @2021-11-12, by Goffi
-
plugin events: store `interest_id` in data:2021-11-12, by Goffi
-
changelog: minor update following renaming2021-11-12, by Goffi
-
cli (base): use `XTERM_VERSION` to detect XTerm:2021-11-06, by Goffi
-
cli (debug/theme): display currently used background2021-11-06, by Goffi
-
cli (base): better background detection:2021-11-06, by Goffi
-
tests (e2e/web): add basic tests for generic lists2021-11-05, by Goffi
-
tests (e2e/run_e2e): fix inappropriate use of `-T` option2021-11-05, by Goffi
-
plugin comp file sharing: don't use Deferred in return value2021-11-05, by Goffi
-
plugin email invitations: re-use existing invitation for a given email:2021-11-05, by Goffi
-
plugin XEP-0264: replace `SIZE_FULL_SCREEN` by `SIZE_BIG`:2021-11-05, by Goffi
-
core: don't callback `self.conn_deferred` if already called:2021-11-04, by Goffi
-
install: requirements update2021-11-04, by Goffi
-
plugin XEP-0384: fix encryption for user own devices:2021-10-22, by Goffi
-
docker (prosody): remove unused `entrypoint.sh` file and `sed` from Dockerfile:2021-10-22, by Goffi
-
plugin text syntaxes: remove `id` attributes and whitelist allowed classes:2021-10-21, by Goffi
-
docker (web-demo): fix prosody `tmpfs` instruction2021-10-21, by Goffi
-
docker (docker-compose-e2e): fix `tmpfs` instruction for `prosody`2021-10-20, by Goffi
-
docker: use `@` instead of `tip` for dev images:2021-10-20, by Goffi
-
docker: fix use of `REVISION` in `FROM` instruction2021-10-20, by Goffi
-
docker: fix use of File Sharing component following entry point renaming2021-10-20, by Goffi
-
misc (.hgignore): exlude e2e tests reports2021-09-30, by Goffi
-
install (setup): set minimum version of `python-dateutil` to `2.8.1`:2021-09-30, by Goffi
-
plugin XEP-0054: fix wrongly used `await`:2021-09-30, by Goffi
-
component AP gateway: fix wrong operator when testing HTTP code2021-09-27, by Goffi
-
doc (components): base documentation for AP Gateway:2021-09-26, by Goffi
-
comp AP Gateway: ActivityPub Component first draft:2021-09-26, by Goffi
-
merge bookmark `@`2021-09-26, by Goffi
-
plugin XEP-0277: import `SatXMPPEntity` from core_types2021-09-26, by Goffi
-
core (core_types): add `jid` to `SatXMPPEntity`2021-09-26, by Goffi
-
doc: components documentation:2021-09-26, by Goffi
-
component (file-sharing): use `file-sharing` instead of `file_sharing`:2021-09-26, by Goffi
-
jp (common): add neovim (`nvim`) default arguments2021-09-26, by Goffi
-
merge bookmark `@`2021-09-08, by Goffi
-
tests (e2e/CLI): tests for Pubsub Cache Search2021-09-08, by Goffi
-
core (memory/sqla): fix `fileUpdate`2021-09-08, by Goffi
-
plugin XEP-0384: fix calls outside of main thread:2021-09-08, by Goffi
-
docker (e2e): add `pytest-twisted` to image2021-09-08, by Goffi
-
doc (cli/pubsub_cache): `search` command documentation:2021-09-08, by Goffi
-
doc (cli/pubsub_cache): add a warning for `reset`2021-09-08, by Goffi
-
CLI (pubsub/cache): `search` implementation2021-09-08, by Goffi
-
CLI: move `format_time` to `common` + add timezone2021-09-08, by Goffi
-
plugin pubsub cache: implement `psCacheSearch`2021-09-08, by Goffi
-
core (memory/slqa): implement `getProfileById`2021-09-08, by Goffi
-
memory (sqla): implement `searchPubsubItems`:2021-09-08, by Goffi
-
db (schema): create virtual table for FTS + migration2021-09-08, by Goffi
-
tests (e2e): print revision used in `run_e2e`2021-09-08, by Goffi
-
merge bookmark `@`2021-09-08, by Goffi
-
tools (common/async_process): remove useless encoding + use full path for command:2021-07-29, by Goffi
-
tests (e2e/cli): update JSON and XML outputs following changes in Libervia CLI2021-09-08, by Goffi
-
test (e2e/cli): use `max_items` instead of `max` when retrieving blog items:2021-09-08, by Goffi
-
tests (e2e/web): fix test files paths following global name change2021-09-08, by Goffi
-
tests (e2e): fix names in `run_e2e` script, following global name change.2021-09-08, by Goffi
-
plugin misc file: fix `getDestDir` returning a Deferred in a coroutine2021-09-08, by Goffi
-
plugin android: use `callFromThread` instead of `callLater`:2021-09-08, by Goffi
-
core (memory/persistent): implement `__repr__` (via `__str__`)2021-09-08, by Goffi
-
plugin XEP-0353: fix jingle initiation on disco "Service Unavailable" error:2021-09-08, by Goffi
-
plugin XEP-0353: fix plugin modes2021-09-08, by Goffi
-
core (main): check plugin modes and skip pluggin/log an error if value is invalid2021-09-08, by Goffi
-
core (sat_main): fix the "Could not initialize backend" error logging2021-09-08, by Goffi
-
bridge (dbus/frontend): reintrospect signature in case of guess error:2021-09-08, by Goffi
-
docker: fixes following global renaming2021-09-08, by Goffi
-
doc (contributing): typo2021-09-08, by Goffi
-
doc (contributing): fix `docker-compose-e2e.yml` spelling2021-09-08, by Goffi
-
plugin XEP-0277: use `common.uri` to parse comment URIs2021-09-08, by Goffi
-
tools (common/uri): fix uri parsing for Python 3.9+2021-09-08, by Goffi
-
docker: Libervia revision can now be specified:2021-09-08, by Goffi
-
CLI: use global constants for output names2021-09-08, by Goffi
-
core (memory/sql_mapping): remove autoincrement:2021-09-01, by Goffi
-
core (memory/sqla): fix key/value inversion in self.profiles2021-09-01, by Goffi
-
merge branche "@"2021-09-01, by Goffi
-
cli: call `bridge.getReady()` after bridge connection2021-09-01, by Goffi
-
merge branche "@"2021-08-28, by Goffi
-
bridge: bridge can now be set using environment variable:2021-08-28, by Goffi
-
install (setup): modified sat_tmp version specifier to also match `0.9.dev0`2021-08-27, by Goffi
-
doc: minor typo2021-08-27, by Goffi
-
merge branche "@"2021-08-27, by Goffi
-
tests (run_e2e): update tmp dir prefix following name change2021-08-27, by Goffi
-
tools (common/date_utils): parse `now` alone (when used without relative delta)2021-08-27, by Goffi
-
doc (configuration): add `public_url` in config sample2021-08-27, by Goffi
-
CLI: fix section used for config following name change2021-08-27, by Goffi
-
install (setup): update `sat_tmp` version2021-08-27, by Goffi
-
tests: pubsub cache tests2021-08-02, by Goffi
-
tests: unit tests preparation with some fixtures2021-08-02, by Goffi
-
misc: add a `dev-requirements.txt` file2021-08-02, by Goffi
-
core (memory/sqla): minor docstring line lenght fix2021-08-02, by Goffi
-
plugin text syntaxes: remove side effect on init:2021-08-02, by Goffi
-
plugin pubsub cache: use `asDeferred` with `match_cb`2021-08-02, by Goffi
-
jp (pubsub/cache/purge): fix conflict with `subtype` short option2021-08-02, by Goffi
-
misc: update VERSION2021-08-02, by Goffi
-
merge branch "@"2021-08-02, by Goffi
-
plugin XEP-0346: fix deprecated import2021-08-02, by Goffi
-
docker: fix Dockerfile following repositories redirections2021-08-02, by Goffi
-
doc (cli/pubsub): document pubsub cache management commands2021-07-29, by Goffi
-
doc (cli/pubsub/delete): update doc following notification option change2021-07-29, by Goffi
-
doc (cli/pubsub/get): fix option in example:2021-07-29, by Goffi
-
doc (cli/common): time pattern2021-07-29, by Goffi
-
doc (cli/common): explain the new `-C, --no-cache` option2021-07-29, by Goffi
-
doc (configuration): add `pubsub_cache_strategy` option2021-07-29, by Goffi
-
doc: developer documentation explaining storage and pubsub cache2021-07-29, by Goffi
-
frontends (tools/misc): `FlagsHandler.__getitems__` now returns attribute2021-07-29, by Goffi
-
tools (common/async_process): remove useless encoding + use full path for command:2021-07-29, by Goffi
-
jp (base): add flag for `use_pubsub` to add cache skipping option2021-07-29, by Goffi
-
plugin XEP-0277: pubsub cache analyser implementation2021-07-29, by Goffi
-
plugin pubsub cache: Pubsub Caching implementation2021-07-29, by Goffi
-
core (memory/sqla): generic methods to add and delete ORM objects directly2021-07-29, by Goffi
-
core (memory/sqla): methods to manipulate pubsub tables2021-07-29, by Goffi
-
migration: script to create pubsub caching tables2021-07-29, by Goffi
-
plugin XEP-0277: ignore `max_items` if `rsm_request` is set2021-07-29, by Goffi
-
plugin XEP-0060: fix notification handling in `retractItems`2021-07-29, by Goffi
-
plugin XEP-0060: add trigger points2021-07-29, by Goffi
-
plugin XEP-0060: events callbacks can now be sync or async2021-07-29, by Goffi
-
plugin XEP-0060: handle purge notifications2021-07-29, by Goffi
-
plugin XEP-0060: getItems extra is now serialised dict2021-07-28, by Goffi
-
plugin XEP-0060: `getItem(s)`, `publish` and `(un)subscribe` are now coroutines2021-06-30, by Goffi
-
core (memory/sqla): database migration using Alembic:2021-06-25, by Goffi
-
merge changes from main branch2021-06-18, by Goffi
-
Added tag v0.8.0b1 for changeset efe2445b053c2021-06-18, by Goffi
-
install: fix pygobject dependency2021-06-18, by Goffi
-
/!\ package is being renamed to libervia-backend following global name change /!\2021-06-18, by Goffi
-
install: set upper limit for dependencies versions2021-06-18, by Goffi
-
misc: added freedesktop metadata files2021-06-18, by Goffi
-
merge changes from main branch2021-06-17, by Goffi
-
core (memory/cache): don't crash on EOFError in getMetadata2021-06-17, by Goffi
-
i18n: Added translation using Weblate (Slovak)2021-06-16, by Weblate
-
i18n: update French catalog2021-06-15, by Goffi
-
i18n: extraction update2021-06-14, by Goffi
-
core, frontends: fix invalid translatable strings.2021-06-14, by Goffi
-
app manager (docker/weblate): add `WEBLATE_ENABLE_HTTPS`:2021-06-14, by Goffi
-
app manager (docker/weblate): use new `files` feature to set `settings-override.py`:2021-06-12, by Goffi
-
plugin app manager: add a way to create files:2021-06-12, by Goffi
-
plugin app manager: "public_url" must NOT have a schema2021-06-11, by Goffi
-
doc: fix remaining SÃ T references/typos + add `libervia-cli` missing commands2021-06-11, by Goffi
-
misc: update .hgignore2021-06-11, by Goffi
-
plugin XEP-0054: fix call to JID serialisation method2021-06-10, by Goffi
-
plugin nat port: rename file to `plugin_misc_nat_port.py` to make the name valid2021-06-09, by Goffi
-
install (requirements): update + add setuptools_scm2021-06-09, by Goffi
-
install (setup): add `setuptools_scm` to install dependencies if in dev version2021-06-09, by Goffi
-
cli: update constants to use new name2021-06-09, by Goffi
-
plugin XEP-0054: fix update call2021-06-09, by Goffi
-
core (xmpp): show "Libervia" without the "(backend)" component in version2021-06-09, by Goffi
-
doc (cli/profile): add autoconnection in example2021-06-09, by Goffi
-
memory(sqlite): fix encoding when loading pickled data2021-06-09, by Goffi
-
plugin forums: use serialised data for extra in forumTopicsGet2021-06-06, by Goffi
-
jp: fix background guessing when stdin is redirected2021-06-04, by Goffi
-
tools (common/template_xmlui: add `multi` and `value` propertied to OptionsWidget2021-06-04, by Goffi
-
memory (sqlite): work around encoding issues with pickle2021-06-04, by Goffi
-
plugin XEP-0045: fix `/join` text command2021-06-03, by Goffi
-
plugin XEP-0045: fix "reason" parsing for /ban and /kick text commands2021-06-03, by Goffi
-
core (xmpp): catch `cancelError` in `pre_xml_treatments` in message workflow2021-06-03, by Goffi
-
core: various changes and fixes to work with new storage and D-Bus bridge:2021-06-03, by Goffi
-
tools (utils): new `ensure_deferred` decorator2021-06-03, by Goffi
-
bridge (dbus): use Tx DBus for backend part of D-Bus bridge:2021-06-03, by Goffi
-
bridge (constructor/base_constructor): add `args_no_default` to `completion`2021-06-03, by Goffi
-
core (memory/storage): backend storage is now based on SQLAlchemy2021-06-03, by Goffi
-
doc: config file is now `libervia.conf` (even if `sat.conf` still works, for now)2021-06-03, by Goffi
-
core (memory/sqlite): return 0 instead of None when user has no file yet2021-05-06, by Goffi
-
plugin upload: don't run `available_cb` if `upload_jid` is used in `upload` method2021-05-06, by Goffi
-
core (xmpp): fix typo in sendError2021-05-06, by Goffi
-
plugin XEP-0050: show notes when there is a data form on completed command:2021-05-05, by Goffi
-
component file sharing: quotas implementation:2021-05-05, by Goffi
-
plugin XEP-0166, XEP-0234: better management of `terminate`:2021-05-05, by Goffi
-
tools (async_trigger): new `asyncReturnPoint` method2021-05-05, by Goffi
-
tools (common/utils): new methods to parse and generate file size with symbols:2021-05-05, by Goffi
-
core (memory, sqlite): new `fileGetUsedSpace` method2021-05-05, by Goffi
-
core (xmpp): added `appCondition` argument to `sendError`2021-05-05, by Goffi
-
jp (pubsub, blog): `rename` commands implementation2021-05-01, by Goffi
-
jp (blog/get): fix comments node parsing2021-05-01, by Goffi
-
plugin XEP-0060, XEP-0277: new rename methods (`psItemRename`, `mbRename`):2021-05-01, by Goffi
-
tools (common/date_utils): fix `date_only` for `short`, `long` and `full` format2021-05-01, by Goffi
-
plugin XEP-0353: don't use Jingle Message Initiation for components:2021-05-01, by Goffi
-
plugin misc forums: use rich content in createTopic2021-05-01, by Goffi
-
XEP-0277: new preview/mbPreview method:2021-04-29, by Goffi
-
docker: separate build instructions for demo compose file2021-04-23, by Goffi
-
docker: add demo images and compose file2021-04-23, by Goffi
-
jp (list): implement `set` and `delete` subcommands.2021-04-22, by Goffi
-
plugin list: `delete` implementation:2021-04-22, by Goffi
-
comp file sharing: fix port type:2021-04-22, by Goffi
-
plugin misc account: fix missing arg2021-04-22, by Goffi
-
doc: more renaming2021-04-22, by Goffi
-
CHANGELOG: update2021-04-21, by Goffi
-
plugin misc account: specify domain in new account email sent to admins2021-04-21, by Goffi
-
plugin XEP-0277: user friendly ID:2021-04-16, by Goffi