log

age author description
2020-09-20 Goffi core: minor typos, docstring/comments update
2020-09-20 Goffi component file sharing: added missing `owner` filtering in `_retrieveFiles`
2020-09-20 Goffi plugin XEP-0329, core(xmpp): moved `_compParseJids` to `SatXMPPComponent`:
2020-09-20 Goffi plugin XEP-0329: fix filtering by owner on components
2020-09-17 Goffi core (memory/memory): `public_id` should not be used when creating parent dirs
2020-09-17 Goffi component file sharing: fix used of `self.files_path` in `_retrieveFiles`
2020-09-17 Goffi plugin XEP-0329: fix conflict check + directory creation in `onComponentCreateDir`
2020-09-17 Goffi core (memory/memory): fixed directory creation in setFile
2020-09-17 Goffi plugin XEP-0329: typo
2020-09-17 Goffi plugin XEP-0329: added `FISCreateDir` method:
2020-09-17 Goffi core (memory/memory): use `str` for `path` in `getFiles` and `setFile` to allow use of `Path` instances
2020-09-17 Goffi plugin XEP-0313: fix getting MAM archive when history is empty
2020-09-17 Goffi plugin XEP-0313: fixed `MAMGet` signature
2020-09-14 Goffi plugin XEP-0329: better error handling in `onComponentAffiliationsGet`
2020-09-13 Goffi plugin XEP-0077: fixed "check_certificate" handling
2020-09-13 Goffi doc: updated installation instructions
2020-09-13 Goffi install (setup.py): added missing `extra_requires`
2020-09-05 Goffi plugin invitation: if "thumb_url" is not set, try to use one from list of interests
2020-09-05 Goffi plugin list of interests: normalize item ID + added `get` method
2020-09-05 Goffi core (memory/memory): fixed assignations
2020-08-25 Goffi component file sharing: generate thumbnails for videos
2020-08-25 Goffi tools: new `video` module:
2020-08-25 Goffi plugin XEP-0264: only log "fix orientation" when the option is used
2020-08-25 Goffi plugin XEP-0234: fixed mime type in `buildFileElementFromDict`
2020-08-15 Goffi plugin list of interest: fixed registerPubsub
2020-08-15 Goffi changelog: added alternative media player (libervia) and invitation/delete (jp)
2020-08-15 Goffi jp (blog/edit): fixed edition when syntax is specified
2020-08-15 Goffi plugin XEP-0277: fixed item2mbdata call
2020-08-15 Goffi component file sharing: added `Access-Control-Expose-Headers` CORS header:
2020-08-13 Goffi jp (invitation): `delete` implementation