log

age author description
Fri, 22 Oct 2021 18:46:51 +0200 Goffi plugin XEP-0384: fix encryption for user own devices:
Fri, 22 Oct 2021 10:40:24 +0200 Goffi docker (prosody): don't use `tmpfs` for `/var/lib/prosody` (it prevents the container to start)
Fri, 22 Oct 2021 10:39:05 +0200 Goffi docker (prosody): remove unused `entrypoint.sh` file and `sed` from Dockerfile:
Thu, 21 Oct 2021 11:55:39 +0200 Goffi plugin text syntaxes: remove `id` attributes and whitelist allowed classes:
Thu, 21 Oct 2021 11:53:56 +0200 Goffi docker (web-demo): fix prosody `tmpfs` instruction
Wed, 20 Oct 2021 17:24:09 +0200 Goffi docker (docker-compose-e2e): fix `tmpfs` instruction for `prosody`
Wed, 20 Oct 2021 17:23:22 +0200 Goffi docker: use `@` instead of `tip` for dev images:
Wed, 20 Oct 2021 17:21:54 +0200 Goffi docker: fix use of `REVISION` in `FROM` instruction
Wed, 20 Oct 2021 17:19:57 +0200 Goffi docker: fix use of File Sharing component following entry point renaming
Thu, 30 Sep 2021 10:33:09 +0200 Goffi misc (.hgignore): exlude e2e tests reports
Thu, 30 Sep 2021 10:32:04 +0200 Goffi install (setup): set minimum version of `python-dateutil` to `2.8.1`:
Thu, 30 Sep 2021 10:30:43 +0200 Goffi plugin XEP-0054: fix wrongly used `await`:
Mon, 27 Sep 2021 08:29:09 +0200 Goffi component AP gateway: fix wrong operator when testing HTTP code
Sun, 26 Sep 2021 16:41:58 +0200 Goffi doc (components): base documentation for AP Gateway:
Sun, 26 Sep 2021 16:41:55 +0200 Goffi comp AP Gateway: ActivityPub Component first draft:
Sun, 26 Sep 2021 16:41:49 +0200 Goffi merge bookmark `@`
Sun, 26 Sep 2021 16:38:40 +0200 Goffi plugin XEP-0277: import `SatXMPPEntity` from core_types
Sun, 26 Sep 2021 16:38:34 +0200 Goffi core (core_types): add `jid` to `SatXMPPEntity`
Sun, 26 Sep 2021 16:38:00 +0200 Goffi doc: components documentation:
Sun, 26 Sep 2021 16:35:56 +0200 Goffi component (file-sharing): use `file-sharing` instead of `file_sharing`:
Sun, 26 Sep 2021 16:35:49 +0200 Goffi jp (common): add neovim (`nvim`) default arguments
Wed, 08 Sep 2021 18:00:02 +0200 Goffi merge bookmark `@`
Wed, 08 Sep 2021 17:58:48 +0200 Goffi tests (e2e/CLI): tests for Pubsub Cache Search
Wed, 08 Sep 2021 17:58:48 +0200 Goffi core (memory/sqla): fix `fileUpdate`
Wed, 08 Sep 2021 17:58:48 +0200 Goffi plugin XEP-0384: fix calls outside of main thread:
Wed, 08 Sep 2021 17:58:48 +0200 Goffi docker (e2e): add `pytest-twisted` to image
Wed, 08 Sep 2021 17:58:48 +0200 Goffi doc (cli/pubsub_cache): `search` command documentation:
Wed, 08 Sep 2021 17:58:48 +0200 Goffi doc (cli/pubsub_cache): add a warning for `reset`
Wed, 08 Sep 2021 17:58:48 +0200 Goffi CLI (pubsub/cache): `search` implementation
Wed, 08 Sep 2021 17:58:48 +0200 Goffi CLI: move `format_time` to `common` + add timezone
Wed, 08 Sep 2021 17:58:48 +0200 Goffi plugin pubsub cache: implement `psCacheSearch`
Wed, 08 Sep 2021 17:58:48 +0200 Goffi core (memory/slqa): implement `getProfileById`
Wed, 08 Sep 2021 17:58:48 +0200 Goffi memory (sqla): implement `searchPubsubItems`:
Wed, 08 Sep 2021 17:58:48 +0200 Goffi db (schema): create virtual table for FTS + migration
Wed, 08 Sep 2021 17:57:28 +0200 Goffi tests (e2e): print revision used in `run_e2e`
Wed, 08 Sep 2021 11:20:37 +0200 Goffi merge bookmark `@`
Thu, 29 Jul 2021 22:51:01 +0200 Goffi tools (common/async_process): remove useless encoding + use full path for command:
Wed, 08 Sep 2021 11:18:01 +0200 Goffi tests (e2e/cli): update JSON and XML outputs following changes in Libervia CLI
Wed, 08 Sep 2021 11:17:51 +0200 Goffi test (e2e/cli): use `max_items` instead of `max` when retrieving blog items:
Wed, 08 Sep 2021 11:17:43 +0200 Goffi tests (e2e/web): fix test files paths following global name change
Wed, 08 Sep 2021 11:17:34 +0200 Goffi tests (e2e): fix names in `run_e2e` script, following global name change.
Wed, 08 Sep 2021 11:17:19 +0200 Goffi plugin misc file: fix `getDestDir` returning a Deferred in a coroutine
Wed, 08 Sep 2021 11:17:13 +0200 Goffi plugin android: use `callFromThread` instead of `callLater`:
Wed, 08 Sep 2021 11:17:04 +0200 Goffi core (memory/persistent): implement `__repr__` (via `__str__`)
Wed, 08 Sep 2021 11:16:52 +0200 Goffi plugin XEP-0353: fix jingle initiation on disco "Service Unavailable" error:
Wed, 08 Sep 2021 11:16:48 +0200 Goffi plugin XEP-0353: fix plugin modes
Wed, 08 Sep 2021 11:16:35 +0200 Goffi core (main): check plugin modes and skip pluggin/log an error if value is invalid
Wed, 08 Sep 2021 11:16:29 +0200 Goffi core (sat_main): fix the "Could not initialize backend" error logging
Wed, 08 Sep 2021 11:16:21 +0200 Goffi bridge (dbus/frontend): reintrospect signature in case of guess error:
Wed, 08 Sep 2021 11:16:00 +0200 Goffi docker: set `DBUS_SESSION_BUS_ADDRESS` so that it uses remote TCP with local fallback:
Wed, 08 Sep 2021 11:15:54 +0200 Goffi docker: fixes following global renaming
Wed, 08 Sep 2021 11:15:41 +0200 Goffi doc (contributing): typo
Wed, 08 Sep 2021 11:15:24 +0200 Goffi doc (contributing): fix `docker-compose-e2e.yml` spelling
Wed, 08 Sep 2021 11:14:53 +0200 Goffi plugin XEP-0277: use `common.uri` to parse comment URIs
Wed, 08 Sep 2021 11:14:47 +0200 Goffi tools (common/uri): fix uri parsing for Python 3.9+
Wed, 08 Sep 2021 11:14:17 +0200 Goffi docker: Libervia revision can now be specified:
Wed, 08 Sep 2021 11:13:35 +0200 Goffi CLI: use global constants for output names
Wed, 01 Sep 2021 15:25:02 +0200 Goffi core (memory/sql_mapping): remove autoincrement:
Wed, 01 Sep 2021 15:24:59 +0200 Goffi core (memory/sqla): fix key/value inversion in self.profiles
Wed, 01 Sep 2021 13:47:17 +0200 Goffi merge branche "@"