Mercurial > libervia-backend
graph
-
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
-
tools (common/regex): move code to make user friendly URLs from web frontend2021-04-16, by Goffi
-
plugin XEP-0329: check files conflict also for root files2021-04-16, by Goffi
-
memory: new `getFilesOwner` method:2021-04-16, by Goffi
-
tests: update following names change2021-04-16, by Goffi
-
docker: update following name changes:2021-04-16, by Goffi
-
core: remove `print` which may provoke undesired side effects2021-04-14, by Goffi
-
core: apply wokkel patches if they are not already:2021-04-14, by Goffi
-
frontends (primitivus): `SECTION_NAME` is now `CONFIG_SECTION`2021-04-01, by Goffi
-
plugin XEP-0277: be sure to have an `author_jid` set2021-03-27, by Goffi
-
plugin XEP-0277: better resilience to broken items:2021-03-27, by Goffi
-
tools (xml_tools): new findAncestor method:2021-03-27, by Goffi
-
frontends: use new EXIT_BACKEND_NOT_FOUND exit code:2021-03-23, by Goffi
-
bridge (pb): connection can be set to used either UNIX socket or TCP socket:2021-03-21, by Goffi
-
doc: updated doc following global renaming2021-03-21, by Goffi
-
jp: config section is now `cli` instead of `jp` following global renaming2021-03-21, by Goffi
-
misc: update names for D-Bus service file and zsh autocompletion:2021-03-21, by Goffi
-
CHANGELOG: update (including renaming of project)2021-03-20, by Goffi
-
install: added `requirements.txt`2021-03-20, by Goffi
-
core (setup), jp, primitivus: update console scripts + classifiers:2021-03-20, by Goffi
-
Renamed the project from "Salut à Toi" to "Libervia":2021-03-20, by Goffi
-
date update2021-03-19, by Goffi
-
tools (common/template): new `fallback` settings:2021-03-19, by Goffi
-
tools (image): fix bad method name used when `fix_orientation` is set in `resize`2021-03-19, by Goffi
-
core: moved `sat_tmp.wokkel` install `sat_plugin`:2021-03-18, by Goffi
-
core: removed `sat_tmp.twisted` patches + update minimum Twisted version:2021-03-18, by Goffi
-
plugin XEP-0346: new `psSchemaDictGet` to get node schema as a serialisable dict2021-02-27, by Goffi
-
tools (xml_tools): new `dataForm2dataDict` and `dataDict2dataForm`:2021-02-27, by Goffi
-
plugin list: set `overwrite_policy` to `any_publisher` for `grocery` list2021-02-27, by Goffi
-
plugin list: rename `shopping` list to `grocery` list2021-02-27, by Goffi
-
plugin lists: register `tickets_type` namespace2021-02-27, by Goffi
-
plugin XEP-0060: added constants for overwrite policy configuration option2021-02-27, by Goffi
-
plugin XEP-0060: renamed `psRetractItem(s)` to `psItem(s)Retract` for consistency.2021-02-19, by Goffi
-
tools (xml_tools): fix pFmtElt:2021-02-19, by Goffi
-
tools (common/email): try to guess sender domain when necessary:2021-02-19, by Goffi
-
plugin lists: new `listsList` method to retrieve lists from personal interests2021-02-19, by Goffi
-
plugin misc list: register lists for pubsub invitations2021-02-19, by Goffi
-
plugin invitation: pubsub invitations:2021-02-19, by Goffi
-
plugin misc lists: templates:2021-02-19, by Goffi
-
plugin tickets, merge_requests: renamed "tickets" feature to "lists":2021-02-04, by Goffi
-
Backed out changeset 6deea0d8d0e72021-02-04, by Goffi
-
plugin XEP-0346: use submitted namespace for node:2021-02-04, by Goffi
-
plugin tickets, merge_requests: renamed "tickets" feature to "lists":2021-02-04, by Goffi
-
plugin app manager docker: use default emails for weblate:2021-01-15, by Goffi
-
doc (jp/message): typo2021-01-02, by Goffi
-
jp (pubsub/node/schema): handle not-found conditions properly2020-12-11, by Goffi
-
plugin XEP-0346: "Form Discovery and Publishing" implementation:2020-12-11, by Goffi
-
plugin XEP-0060: add constants for common values of publish model2020-12-11, by Goffi
-
plugin XEP-0106: log rejected value when escaping fails.2020-12-11, by Goffi
-
plugin XEP-0096: fix plugin following changes in `plugin_misc_file`2020-12-11, by Goffi
-
tools (xml_tools): add missing `value` property to JidWidget2020-12-10, by Goffi
-
plugin XEP-0431: Fulltext Search for MAM implementation2020-12-10, by Goffi
-
docker: use `slim` version of Debian as base for our images2020-12-10, by Goffi
-
contrat social: updated English translation's formulation about censorship:2020-12-10, by Goffi
-
contrat social: replaced formulation about censorship:2020-12-05, by Goffi
-
contrat social (en): replaced "Mankind" by "Humanity":2020-12-05, by Goffi
-
tests (e2e/libervia): more stable `test_user_can_log_in` + photos tests2020-12-04, by Goffi
-
tests (e2e): new fixture to share data between tests:2020-12-04, by Goffi
-
tests, doc(testing): added `pytest-dependency` plugin to `backend_e2e` image + doc2020-12-04, by Goffi
-
tests (e2e/libervia/conftest): new `log_in_account1_s2` fixture2020-12-04, by Goffi
-
tests (e2e/conftest): create a test account on server3.test2020-12-04, by Goffi
-
jp (account): better exit code handling2020-12-04, by Goffi
-
plugin XEP-0234: make `fileJingleRequest` async to fix call of `initiate`2020-12-04, by Goffi
-
core (constants): added EXIT_CONFLICT2020-12-04, by Goffi
-
docker (e2e): use shared volume for SàT's local dir:2020-12-04, by Goffi
-
doc (testing): typos2020-12-04, by Goffi
-
doc: documentation for testing in new `contributing` section2020-11-27, by Goffi
-
tests, docker(e2e): added e2e tests for Libervia:2020-11-27, by Goffi
-
tests: added testing files (photos)2020-11-27, by Goffi
-
plugin XEP-0077: use `xmpp_domain` when set for `host`2020-11-27, by Goffi
-
docker (e2e): added `libervia` and `libervia.test` in certificates2020-11-27, by Goffi
-
docker(libervia): build site in the image:2020-11-27, by Goffi
-
docker: added libervia e2e image and include it in `docker-compose_e2e`:2020-11-16, by Goffi
-
docker (backend_e2e): set `xmpp_domain` in conf.2020-11-16, by Goffi
-
docker (backend): fixed `media_dir` in conf.2020-11-16, by Goffi
-
tools(utils): fixed error catching when getting repository data with `pkg_resources`2020-11-16, by Goffi
-
docker (libervia): expose HTTP and HTTPS ports2020-11-15, by Goffi
-
docker (compose): name `libervia` image2020-11-15, by Goffi
-
plugin app manager: fixed `public_url` value check2020-11-14, by Goffi
-
core (launcher): exit code can now specified2020-11-14, by Goffi
-
tests: end-2-end tests first draft:2020-11-12, by Goffi
-
jp (roster): `delete` implementation2020-11-12, by Goffi
-
jp (pubsub/node/info, pubsub/get): better exit code:2020-11-12, by Goffi
-
jp (base, pubsub/set): new `--quiet` argument:2020-11-12, by Goffi
-
jp (file/receive): display or answer to C.META_TYPE_NOT_IN_ROSTER_LEAK dialog:2020-11-12, by Goffi
-
jp: new `confirm` method:2020-11-12, by Goffi
-
jp (file/send): don't add main resource to bare jid anymore:2020-11-12, by Goffi
-
jp: replace `no_lf` argument by `end` in `disp` (same as in `print`)2020-11-12, by Goffi
-
core (constants): moved shell exit code constants to core constants:2020-11-12, by Goffi
-
plugin XEP-0353: Jingle Message Initiation implementation:2020-11-12, by Goffi
-
plugin XEP-0166: new trigger point + coroutines + helper methods:2020-11-12, by Goffi
-
plugin file, XEP-0234: registering is now done by class + use of async:2020-11-12, by Goffi
-
plugin XEP-0329: minor reformatting2020-11-12, by Goffi
-
plugin XEP-0065: some cleaning:2020-11-12, by Goffi
-
plugin XEP-0077: disconnect client when deleting self account:2020-11-12, by Goffi
-
plugin XEP-0363: fixed invalid reference to `slot` in catched exception:2020-11-12, by Goffi
-
test: fixed use of `client.host` in legacy test:2020-11-12, by Goffi
-
tools (async_trigger): use `utils.asDeferred` for async triggers:2020-11-12, by Goffi
-
tools (xml_tools): `domish.Element` pretty formatting functions:2020-11-12, by Goffi
-
tools (xml_tools): added `with_parent` and `with_children` argument to `elementCopy`2020-11-12, by Goffi
-
plugin XEP-0060: use `xml_tools.parse` instead of `wokkel.generic.parseXml`:2020-11-12, by Goffi
-
tools(xml_tools): fixed `<div>` unwrapping + added `parse` instance:2020-11-12, by Goffi
-
plugin XEP-0047: fixed file reading and content encoding2020-11-12, by Goffi
-
plugin ip: don't set `to` anymore for IQ stanza, as we send it to our server2020-11-12, by Goffi
-
core (xmpp): client.roster now implements __contains__2020-11-12, by Goffi
-
core: use utils.asDeferred for `launchCallback` so coroutines can be used2020-11-12, by Goffi
-
docker (compose): test environment variable + network alias:2020-11-12, by Goffi
-
docker (backend_e2e): install pytest and sh2020-11-12, by Goffi
-
doc, core: typos2020-11-12, by Goffi