Mercurial > libervia-backend
graph
-
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