log

age author description
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 "@"
Wed, 01 Sep 2021 13:46:43 +0200 Goffi cli: call `bridge.getReady()` after bridge connection
Sat, 28 Aug 2021 15:32:58 +0200 Goffi merge branche "@"
Sat, 28 Aug 2021 15:26:02 +0200 Goffi bridge: bridge can now be set using environment variable:
Fri, 27 Aug 2021 15:27:14 +0200 Goffi install (setup): modified sat_tmp version specifier to also match `0.9.dev0`
Fri, 27 Aug 2021 14:59:47 +0200 Goffi doc: minor typo
Fri, 27 Aug 2021 14:51:40 +0200 Goffi merge branche "@"
Fri, 27 Aug 2021 14:48:39 +0200 Goffi tests (run_e2e): update tmp dir prefix following name change
Fri, 27 Aug 2021 14:48:38 +0200 Goffi tools (common/date_utils): parse `now` alone (when used without relative delta)
Fri, 27 Aug 2021 14:48:29 +0200 Goffi doc (configuration): add `public_url` in config sample
Fri, 27 Aug 2021 14:46:56 +0200 Goffi doc (overview): comment mentions of web app (not relevant anymore, for now) + web frontend name change
Fri, 27 Aug 2021 14:46:52 +0200 Goffi CLI: fix section used for config following name change
Fri, 27 Aug 2021 08:49:45 +0200 Goffi install (setup): update `sat_tmp` version
Mon, 02 Aug 2021 21:52:17 +0200 Goffi tests: pubsub cache tests
Mon, 02 Aug 2021 21:52:17 +0200 Goffi tests: unit tests preparation with some fixtures
Mon, 02 Aug 2021 21:52:17 +0200 Goffi misc: add a `dev-requirements.txt` file
Mon, 02 Aug 2021 21:52:17 +0200 Goffi core (memory/sqla): minor docstring line lenght fix
Mon, 02 Aug 2021 21:52:17 +0200 Goffi plugin text syntaxes: remove side effect on init:
Mon, 02 Aug 2021 21:52:17 +0200 Goffi plugin pubsub cache: use `asDeferred` with `match_cb`
Mon, 02 Aug 2021 21:52:17 +0200 Goffi jp (pubsub/cache/purge): fix conflict with `subtype` short option
Mon, 02 Aug 2021 21:52:17 +0200 Goffi plugin XEP-0059: don't show warning message when <last> is missing if there is not message
Mon, 02 Aug 2021 21:51:55 +0200 Goffi misc: update VERSION
Mon, 02 Aug 2021 21:49:51 +0200 Goffi merge branch "@"
Mon, 02 Aug 2021 21:47:22 +0200 Goffi plugin XEP-0346: fix deprecated import
Mon, 02 Aug 2021 21:47:16 +0200 Goffi docker: fix Dockerfile following repositories redirections
Thu, 29 Jul 2021 22:51:01 +0200 Goffi doc (cli/pubsub): document pubsub cache management commands
Thu, 29 Jul 2021 22:51:01 +0200 Goffi doc (cli/pubsub/delete): update doc following notification option change
Thu, 29 Jul 2021 22:51:01 +0200 Goffi doc (cli/pubsub/get): fix option in example:
Thu, 29 Jul 2021 22:51:01 +0200 Goffi doc (cli/common): time pattern
Thu, 29 Jul 2021 22:51:01 +0200 Goffi doc (cli/common): explain the new `-C, --no-cache` option
Thu, 29 Jul 2021 22:51:01 +0200 Goffi doc (configuration): add `pubsub_cache_strategy` option
Thu, 29 Jul 2021 22:51:01 +0200 Goffi doc: developer documentation explaining storage and pubsub cache
Thu, 29 Jul 2021 22:51:01 +0200 Goffi doc: activate `autodoc` extension + extension to adapt Libervia docstring style to autodoc
Thu, 29 Jul 2021 22:51:01 +0200 Goffi frontends (tools/misc): `FlagsHandler.__getitems__` now returns attribute
Thu, 29 Jul 2021 22:51:01 +0200 Goffi tools (common/async_process): remove useless encoding + use full path for command:
Thu, 29 Jul 2021 22:51:01 +0200 Goffi jp (pubsub): new `cache` subcommand with commands to `get`, `sync`, `purge` and `reset` pubsub cache
Thu, 29 Jul 2021 22:51:01 +0200 Goffi jp (pubsub/delete): make notification the default, `--notify` option is replaced by `--no-notification`
Thu, 29 Jul 2021 22:51:01 +0200 Goffi jp (base): add flag for `use_pubsub` to add cache skipping option
Thu, 29 Jul 2021 22:51:01 +0200 Goffi tools (common/date_utils): accept more units (shortcuts) + fix timezone when date with relative delta is used
Thu, 29 Jul 2021 22:51:01 +0200 Goffi plugin XEP-0277: pubsub cache analyser implementation
Thu, 29 Jul 2021 22:51:01 +0200 Goffi plugin pubsub cache: Pubsub Caching implementation
Thu, 29 Jul 2021 22:51:01 +0200 Goffi core (memory/sqla): generic methods to add and delete ORM objects directly
Thu, 29 Jul 2021 22:51:01 +0200 Goffi core (memory/sqla): methods to manipulate pubsub tables
Thu, 29 Jul 2021 22:50:57 +0200 Goffi migration: script to create pubsub caching tables
Thu, 29 Jul 2021 21:38:37 +0200 Goffi core (memory/sqla_mapping): mapping for PubsubNode and PubsubItem (will be used for caching)
Thu, 29 Jul 2021 21:30:32 +0200 Goffi plugin XEP-0059: new `getNextRequest` method to generate request to retrieve next page
Thu, 29 Jul 2021 21:28:48 +0200 Goffi plugin XEP-0277: ignore `max_items` if `rsm_request` is set
Thu, 29 Jul 2021 17:28:02 +0200 Goffi plugin XEP-0060: fix notification handling in `retractItems`
Thu, 29 Jul 2021 17:26:59 +0200 Goffi plugin XEP-0060: add trigger points
Thu, 29 Jul 2021 17:10:36 +0200 Goffi plugin XEP-0060: events callbacks can now be sync or async
Thu, 29 Jul 2021 15:54:54 +0200 Goffi plugin XEP-0060: handle purge notifications
Wed, 28 Jul 2021 23:01:15 +0200 Goffi plugin XEP-0060: getItems extra is now serialised dict
Wed, 28 Jul 2021 22:15:31 +0200 Goffi core (xmpp): renamed `SatRosterProtocol.presenceSubscribed` to `isSubscribedFrom` (and added `isSubscribedTo`)
Wed, 30 Jun 2021 16:19:14 +0200 Goffi plugin XEP-0060: `getItem(s)`, `publish` and `(un)subscribe` are now coroutines
Sun, 27 Jun 2021 00:15:40 +0200 Goffi core (memory/sqla_mapping): fix some technical debt: sqlalchemy
Fri, 25 Jun 2021 17:55:23 +0200 Goffi core (memory/sqla): database migration using Alembic:
Fri, 25 Jun 2021 10:17:34 +0200 Goffi memory (storage): adjustements to SQLAlchemy mapping to match current state of database
Fri, 18 Jun 2021 18:19:23 +0200 Goffi merge changes from main branch
Fri, 18 Jun 2021 15:15:13 +0200 Goffi Added tag v0.8.0b1 for changeset efe2445b053c
Fri, 18 Jun 2021 15:10:33 +0200 Goffi v0.8.0b1 release v0.8.0b1
Fri, 18 Jun 2021 15:08:40 +0200 Goffi install: fix pygobject dependency
Fri, 18 Jun 2021 14:44:01 +0200 Goffi /!\ package is being renamed to libervia-backend following global name change /!\
Fri, 18 Jun 2021 14:38:51 +0200 Goffi install: set upper limit for dependencies versions
Fri, 18 Jun 2021 13:03:32 +0200 Goffi misc: added freedesktop metadata files
Thu, 17 Jun 2021 13:05:58 +0200 Goffi merge changes from main branch
Thu, 17 Jun 2021 10:35:42 +0200 Goffi core (memory/cache): don't crash on EOFError in getMetadata
Wed, 16 Jun 2021 13:49:26 +0000 Weblate i18n: Added translation using Weblate (Slovak)
Tue, 15 Jun 2021 15:05:12 +0200 Goffi i18n: update French catalog
Mon, 14 Jun 2021 18:37:25 +0200 Goffi i18n: extraction update
Mon, 14 Jun 2021 18:35:12 +0200 Goffi core, frontends: fix invalid translatable strings.
Mon, 14 Jun 2021 12:19:21 +0200 Goffi app manager (docker/weblate): add `WEBLATE_ENABLE_HTTPS`:
Sat, 12 Jun 2021 15:14:57 +0200 Goffi app manager (docker/weblate): use new `files` feature to set `settings-override.py`:
Sat, 12 Jun 2021 15:10:49 +0200 Goffi plugin app manager: add a way to create files:
Fri, 11 Jun 2021 17:39:59 +0200 Goffi plugin app manager: "public_url" must NOT have a schema
Fri, 11 Jun 2021 09:21:41 +0200 Goffi doc: fix remaining SàT references/typos + add `libervia-cli` missing commands
Fri, 11 Jun 2021 09:19:43 +0200 Goffi misc: update .hgignore
Thu, 10 Jun 2021 15:44:30 +0200 Goffi plugin XEP-0313: on cold start (without known archive) we only request 50 last messages
Thu, 10 Jun 2021 15:43:28 +0200 Goffi plugin XEP-0054: fix call to JID serialisation method
Wed, 09 Jun 2021 18:39:13 +0200 Goffi plugin nat port: rename file to `plugin_misc_nat_port.py` to make the name valid
Wed, 09 Jun 2021 17:31:52 +0200 Goffi doc (installation): update instruction to use requirements + fix name in a few places
Wed, 09 Jun 2021 17:30:52 +0200 Goffi install (requirements): update + add setuptools_scm
Wed, 09 Jun 2021 17:30:27 +0200 Goffi install (setup): add `setuptools_scm` to install dependencies if in dev version
Wed, 09 Jun 2021 17:29:29 +0200 Goffi cli: update constants to use new name
Wed, 09 Jun 2021 11:35:49 +0200 Goffi plugin XEP-0054: fix update call
Wed, 09 Jun 2021 11:27:22 +0200 Goffi core (xmpp): show "Libervia" without the "(backend)" component in version
Wed, 09 Jun 2021 10:04:10 +0200 Goffi doc (cli/profile): add autoconnection in example
Wed, 09 Jun 2021 10:01:56 +0200 Goffi memory(sqlite): fix encoding when loading pickled data
Sun, 06 Jun 2021 22:06:28 +0200 Goffi plugin XEP-0277: "user" part of author jid is used for author name when later is missing
Sun, 06 Jun 2021 19:35:19 +0200 Goffi plugin forums: use serialised data for extra in forumTopicsGet
Fri, 04 Jun 2021 17:18:44 +0200 Goffi plugin XEP-0277: don't wrap `DataError` in `failure.Failure` in `parseCommentUrl` as it is not catched correctly:
Fri, 04 Jun 2021 15:23:24 +0200 Goffi jp: fix background guessing when stdin is redirected
Fri, 04 Jun 2021 14:44:33 +0200 Goffi tools (common/template_xmlui: add `multi` and `value` propertied to OptionsWidget
Fri, 04 Jun 2021 14:07:58 +0200 Goffi memory (sqlite): work around encoding issues with pickle
Thu, 03 Jun 2021 17:59:41 +0200 Goffi plugin XEP-0045: fix `/join` text command
Thu, 03 Jun 2021 17:47:25 +0200 Goffi plugin XEP-0045: fix "reason" parsing for /ban and /kick text commands
Thu, 03 Jun 2021 15:40:57 +0200 Goffi core (xmpp): catch `cancelError` in `pre_xml_treatments` in message workflow
Thu, 03 Jun 2021 15:21:43 +0200 Goffi core: various changes and fixes to work with new storage and D-Bus bridge:
Thu, 03 Jun 2021 15:21:43 +0200 Goffi tools (utils): new `ensure_deferred` decorator
Thu, 03 Jun 2021 15:21:43 +0200 Goffi bridge (dbus): use Tx DBus for backend part of D-Bus bridge:
Thu, 03 Jun 2021 15:21:43 +0200 Goffi bridge (constructor/base_constructor): add `args_no_default` to `completion`
Thu, 03 Jun 2021 15:20:47 +0200 Goffi core (memory/storage): backend storage is now based on SQLAlchemy
Thu, 03 Jun 2021 15:15:11 +0200 Goffi doc: config file is now `libervia.conf` (even if `sat.conf` still works, for now)
Thu, 06 May 2021 21:39:08 +0200 Goffi core (memory/sqlite): return 0 instead of None when user has no file yet
Thu, 06 May 2021 18:11:33 +0200 Goffi plugin upload: don't run `available_cb` if `upload_jid` is used in `upload` method
Thu, 06 May 2021 18:10:09 +0200 Goffi core (xmpp): fix typo in sendError
Wed, 05 May 2021 15:41:19 +0200 Goffi component file sharing: forbid jingle upload by entities which are not in allowed hosts
Wed, 05 May 2021 15:37:33 +0200 Goffi component file sharing (management): add values of `quota` and `used` size on result form
Wed, 05 May 2021 15:37:33 +0200 Goffi plugin XEP-0050: show notes when there is a data form on completed command:
Wed, 05 May 2021 15:37:33 +0200 Goffi component file sharing (plugin management): new command to get available quota/used space.
Wed, 05 May 2021 15:37:33 +0200 Goffi component file sharing: quotas implementation:
Wed, 05 May 2021 15:37:33 +0200 Goffi plugin XEP-0166, XEP-0234: better management of `terminate`:
Wed, 05 May 2021 15:37:33 +0200 Goffi plugin XEP-0363: allow async callbacks in handlers + method to generate `file-too-large` element
Wed, 05 May 2021 15:37:33 +0200 Goffi tools (async_trigger): new `asyncReturnPoint` method
Wed, 05 May 2021 15:37:33 +0200 Goffi tools (common/utils): new methods to parse and generate file size with symbols:
Wed, 05 May 2021 15:37:21 +0200 Goffi core (memory, sqlite): new `fileGetUsedSpace` method
Wed, 05 May 2021 12:58:11 +0200 Goffi core (xmpp): added `appCondition` argument to `sendError`
Sat, 01 May 2021 18:39:34 +0200 Goffi jp (pubsub, blog): `rename` commands implementation
Sat, 01 May 2021 18:38:58 +0200 Goffi jp (blog/get): fix comments node parsing
Sat, 01 May 2021 18:37:57 +0200 Goffi plugin XEP-0060, XEP-0277: new rename methods (`psItemRename`, `mbRename`):
Sat, 01 May 2021 18:36:13 +0200 Goffi tools (common/date_utils): fix `date_only` for `short`, `long` and `full` format
Sat, 01 May 2021 18:30:01 +0200 Goffi plugin XEP-0353: don't use Jingle Message Initiation for components:
Sat, 01 May 2021 18:25:42 +0200 Goffi plugin XEP-0329: fix root node retrieval and `_fileSendingRequestTrigger` return value
Sat, 01 May 2021 18:23:42 +0200 Goffi plugin misc forums: use rich content in createTopic
Sat, 01 May 2021 18:22:53 +0200 Goffi component (file sharing): fix retrieving owner from jid when user part is not specified
Thu, 29 Apr 2021 15:49:59 +0200 Goffi XEP-0277: new preview/mbPreview method:
Fri, 23 Apr 2021 10:08:58 +0200 Goffi docker: separate build instructions for demo compose file
Fri, 23 Apr 2021 09:59:16 +0200 Goffi docker: add demo images and compose file
Thu, 22 Apr 2021 18:21:33 +0200 Goffi jp (list): implement `set` and `delete` subcommands.
Thu, 22 Apr 2021 18:20:41 +0200 Goffi plugin XEP-0346: bridge method to retrieve template, submitted, or application namespaces
Thu, 22 Apr 2021 18:19:52 +0200 Goffi plugin list: `delete` implementation:
Thu, 22 Apr 2021 18:18:09 +0200 Goffi comp file sharing: fix port type:
Thu, 22 Apr 2021 18:17:15 +0200 Goffi plugin misc account: fix missing arg
Thu, 22 Apr 2021 18:16:19 +0200 Goffi doc: more renaming
Wed, 21 Apr 2021 11:44:47 +0200 Goffi CHANGELOG: update
Wed, 21 Apr 2021 11:36:26 +0200 Goffi plugin misc account: specify domain in new account email sent to admins
Fri, 16 Apr 2021 18:33:00 +0200 Goffi plugin XEP-0277: user friendly ID:
Fri, 16 Apr 2021 18:32:44 +0200 Goffi tools (common/regex): move code to make user friendly URLs from web frontend
Fri, 16 Apr 2021 18:32:40 +0200 Goffi plugin XEP-0329: check files conflict also for root files
Fri, 16 Apr 2021 18:32:37 +0200 Goffi memory: new `getFilesOwner` method:
Fri, 16 Apr 2021 18:32:34 +0200 Goffi tests: update following names change
Fri, 16 Apr 2021 18:32:16 +0200 Goffi docker: update following name changes:
Wed, 14 Apr 2021 15:54:26 +0200 Goffi core: remove `print` which may provoke undesired side effects
Wed, 14 Apr 2021 14:09:50 +0200 Goffi core: apply wokkel patches if they are not already:
Thu, 01 Apr 2021 13:57:20 +0200 Goffi frontends (primitivus): `SECTION_NAME` is now `CONFIG_SECTION`
Sat, 27 Mar 2021 14:59:50 +0100 Goffi plugin XEP-0277: be sure to have an `author_jid` set
Sat, 27 Mar 2021 14:38:27 +0100 Goffi plugin XEP-0277: better resilience to broken items:
Sat, 27 Mar 2021 14:35:07 +0100 Goffi tools (xml_tools): new findAncestor method:
Tue, 23 Mar 2021 21:21:00 +0100 Goffi frontends: use new EXIT_BACKEND_NOT_FOUND exit code:
Sun, 21 Mar 2021 22:00:55 +0100 Goffi bridge (pb): connection can be set to used either UNIX socket or TCP socket:
Sun, 21 Mar 2021 18:23:58 +0100 Goffi doc: updated doc following global renaming
Sun, 21 Mar 2021 18:16:52 +0100 Goffi primivitus: updated constants following global renaming, config section is now `tui` instead of `primitivus`
Sun, 21 Mar 2021 18:16:09 +0100 Goffi jp: config section is now `cli` instead of `jp` following global renaming
Sun, 21 Mar 2021 18:14:41 +0100 Goffi misc: update names for D-Bus service file and zsh autocompletion:
Sat, 20 Mar 2021 20:42:07 +0100 Goffi CHANGELOG: update (including renaming of project)
Sat, 20 Mar 2021 20:42:07 +0100 Goffi install: added `requirements.txt`
Sat, 20 Mar 2021 20:42:07 +0100 Goffi tools (config): show a warning when no config file has been found + don't use hardcoded filename in `fixConfigOption`
Sat, 20 Mar 2021 20:42:07 +0100 Goffi core (setup), jp, primitivus: update console scripts + classifiers:
Sat, 20 Mar 2021 20:42:04 +0100 Goffi Renamed the project from "Salut à Toi" to "Libervia":
Fri, 19 Mar 2021 15:45:14 +0100 Goffi date update
Fri, 19 Mar 2021 14:01:52 +0100 Goffi tools (common/template): new `fallback` settings:
Fri, 19 Mar 2021 14:01:51 +0100 Goffi tools (image): fix bad method name used when `fix_orientation` is set in `resize`
Thu, 18 Mar 2021 22:35:59 +0100 Goffi core: moved `sat_tmp.wokkel` install `sat_plugin`:
Thu, 18 Mar 2021 20:46:18 +0100 Goffi core: removed `sat_tmp.twisted` patches + update minimum Twisted version:
Sat, 27 Feb 2021 18:39:25 +0100 Goffi frontends (tools/xmui): implement `ValueGetter.items` and `XMLUIPanel.values` to get a map from widget name to values
Sat, 27 Feb 2021 18:37:43 +0100 Goffi plugin XEP-0346: new `psSchemaDictGet` to get node schema as a serialisable dict
Sat, 27 Feb 2021 18:36:38 +0100 Goffi tools (xml_tools): new `dataForm2dataDict` and `dataDict2dataForm`:
Sat, 27 Feb 2021 18:33:53 +0100 Goffi plugin list: set `overwrite_policy` to `any_publisher` for `grocery` list
Sat, 27 Feb 2021 18:32:34 +0100 Goffi plugin list: rename `shopping` list to `grocery` list
Sat, 27 Feb 2021 18:31:47 +0100 Goffi plugin lists: register `tickets_type` namespace
Sat, 27 Feb 2021 18:25:20 +0100 Goffi plugin XEP-0060: added constants for overwrite policy configuration option
Fri, 19 Feb 2021 15:53:27 +0100 Goffi plugin XEP-0060: renamed `psRetractItem(s)` to `psItem(s)Retract` for consistency.
Fri, 19 Feb 2021 15:53:25 +0100 Goffi tools (xml_tools): fix pFmtElt:
Fri, 19 Feb 2021 15:53:24 +0100 Goffi tools (common/email): try to guess sender domain when necessary:
Fri, 19 Feb 2021 15:53:20 +0100 Goffi plugin lists: new `listsList` method to retrieve lists from personal interests
Fri, 19 Feb 2021 15:52:28 +0100 Goffi plugin misc list: register lists for pubsub invitations
Fri, 19 Feb 2021 15:50:22 +0100 Goffi plugin invitation: pubsub invitations:
Fri, 19 Feb 2021 15:49:59 +0100 Goffi plugin misc lists: register app NS for "tickets" NS instead of XEP-0346 submitted one
Fri, 19 Feb 2021 15:49:58 +0100 Goffi plugin misc lists: templates:
Thu, 04 Feb 2021 21:05:21 +0100 Goffi plugin tickets, merge_requests: renamed "tickets" feature to "lists":
Thu, 04 Feb 2021 21:07:49 +0100 Goffi Backed out changeset 6deea0d8d0e7
Thu, 04 Feb 2021 21:05:21 +0100 Goffi plugin XEP-0346: use submitted namespace for node:
Thu, 04 Feb 2021 21:05:21 +0100 Goffi plugin tickets, merge_requests: renamed "tickets" feature to "lists":
Fri, 15 Jan 2021 11:27:15 +0100 Goffi plugin app manager docker: use default emails for weblate:
Sat, 02 Jan 2021 17:08:11 +0100 Goffi doc (jp/message): typo
Fri, 11 Dec 2020 17:58:36 +0100 Goffi jp (pubsub/node/schema): handle not-found conditions properly
Fri, 11 Dec 2020 17:57:00 +0100 Goffi plugin XEP-0346: "Form Discovery and Publishing" implementation:
Fri, 11 Dec 2020 17:50:53 +0100 Goffi plugin XEP-0060: add constants for common values of publish model
Fri, 11 Dec 2020 17:49:44 +0100 Goffi plugin XEP-0106: log rejected value when escaping fails.
Fri, 11 Dec 2020 17:48:19 +0100 Goffi plugin XEP-0096: fix plugin following changes in `plugin_misc_file`
Thu, 10 Dec 2020 14:11:45 +0100 Goffi tools (xml_tools): add missing `value` property to JidWidget