log

age author description
21 months ago Goffi browser (chat/select): update dynamically JID items when search box is used
21 months ago Goffi browser (jid_search): implement a mechanism to get JIDs from search terms
21 months ago Goffi browser (bridge): add methods/properties to wait for Websocket/BroadcastChannel to be ready
21 months ago Goffi browser (cache): replace `print` by `log` calls
21 months ago Goffi pages (chat): fix `own_jid` exposure:
21 months ago Goffi browser (chat): add marker for new messages when page is not visible
21 months ago Goffi browser (chat): URL previews implementation
21 months ago Goffi browser (chat): minor reformatting
21 months ago Goffi server (restricted_bridge): add `url_preview_get`
21 months ago Goffi browser (template): fix `icon_use` when no class is specified
21 months ago Goffi doc: fix version retrieval
21 months ago Goffi browser: chat page:
21 months ago Goffi install: bump Brython minimal version to 3.11.3
21 months ago Goffi server (restricted_bridge): add `message_send` method
21 months ago Goffi _browser (template): add `media_type_main` and `media_type_sub` filters:
21 months ago Goffi _browser (album): moved code to upload file to a separate `file_uploader` module:
21 months ago Goffi browser (cache): make `fill_identities` async + use `json` module:
22 months ago Goffi browser: integrate the `jid` module
22 months ago Goffi browser (template): fix use of `auto*` in `date_fmt`
22 months ago Goffi pages: minor import removal
22 months ago Goffi build: explicitely set `packages` so `doc` is not accidentaly included
22 months ago Goffi build: do not set explicitely `libervia` package:
22 months ago Goffi build: don't use local dependencies, and remove backend package:
22 months ago Goffi build: new "dev" env with debugging packages
22 months ago Goffi build: remove legacy MANIFEST.in
22 months ago Goffi installation: moved from `setup.py` to `pyproject.toml`:
22 months ago Goffi doc: update installation instruction
22 months ago Goffi doc: update README to be more concise, and just talk about the frontend
22 months ago Goffi version: use standard Python's `dev0` instead of Libervia specific `D` for dev version
22 months ago Goffi refactoring: rename `libervia` to `libervia.web` + update imports following backend changes
22 months ago Goffi browser: "calls" implementation, first draft:
22 months ago Goffi server, restricted bridge: add new methods and signals to prepare calls implementation:
22 months ago Goffi tasks (brython): fix version retrieval for Brython 3.11 (and 3.10?)
22 months ago Goffi server: fix hot reloading of modules in dev mode
22 months ago Goffi server (websocket): don't crash when a force-close is failing
22 months ago Goffi server: move resources to a dedicated module
22 months ago Goffi browser (errors): new `TimeourError`
22 months ago Goffi browser: make bridge API closer to the one use with other frontends:
24 months ago Goffi massive refactoring from camelCase -> snake_case. See backend commit log for more details
24 months ago Goffi pages (calendar): calendar page, first draft
24 months ago Goffi pages (events): quick fix following changes in backend events
2023-03-23 Goffi server: fix `on_signal` callback
2023-03-04 Goffi server: don't wait anymore for libervia app to be fully started:
2023-03-01 Goffi server, browser: dynamic pages refactoring:
2023-03-01 Goffi tasks (brython): fix brython scripts loading.
2022-11-24 Goffi doc: set `language` and use `libervia-media` instead of `sat_media`
2022-10-06 Goffi pages (lists/edit): fix serialisation on `listGet` call
2022-10-02 Goffi pages (merge-requests/edit): serialise extra following backend change
2022-10-02 Goffi pages (merge-requests/view): serialise extra following backend change
2022-10-02 Goffi pages (merge-requests): serialise extra following backend change
2022-10-02 Goffi doc: the official MUC room is now `libervia@chat.jabberfr.org`
2022-05-14 Goffi install: requirements.txt update
2022-05-14 Goffi pages (blog/edit): allow comments when editing a post
2022-05-14 Goffi server (pages): update psSubscribe call following change in backend
2022-03-22 Goffi pages (blog/view): avoid infinite recursion when comment nodes are making a loop
2022-01-26 Goffi pages (view_item): fix `extra` serialisation on `listGet`
2022-01-26 Goffi pages (blog/view): don't use backend cache when "no cache" is requested
2022-01-26 Goffi pages: new `useCache` method to check if `no-cache` is used in request
2021-12-18 Goffi install (setup): remove upper bound for `twisted` and `libervia-templates` versions 0.9
2021-12-03 Goffi common (constants): version update
2021-12-03 Goffi merge bookmark 0.9
2021-11-30 Goffi Added tag v0.8.0 for changeset 0181867dd0c5
2021-11-30 Goffi v0.8.0 release v0.8.0
2021-11-21 Goffi server: fix indentation following merge
2021-11-12 Goffi merge bookmark @
2021-11-11 Goffi browser (events): delete implementation
2021-11-05 Goffi browser: fix versions of JS dependencies
2021-10-22 Goffi server (restricted_bridge): don't allow bridge methods modifying anything with service profile
2021-10-22 Goffi pages: disable CSRF token check when service profile is used:
2021-10-21 Goffi pages (blog/view): use rich content for comments
2021-10-21 Goffi browser (bride): use `BridgeInternalError` for unmanaged errors:
2021-10-20 Goffi pages: fix args range in `getURL` + use `urljoin`:
2021-10-20 Goffi server: fix args range in checkRedirection
2021-10-20 Goffi pages (embed): fix attribute following renaming
2021-10-20 Goffi pages: fix crash when page is redirected but with different args
2021-10-15 Goffi pages (lists/view): fix node name following use of XEP-0346
2021-10-15 Goffi pages: workaround to expose variables coming from python-dbus
2021-10-01 Goffi pages (lists/view_item): use uppercase for firt letter of Item breadcrumb
2021-10-01 Goffi pages (lists/edit): redirect to item instead of list and don't show confirm message
2021-10-01 Goffi pages (lists/view_item): add current list to breadcrumbs
2021-09-30 Goffi server: better reverse proxy headers handling:
2021-09-30 Goffi pages (blog/view): activate pagination when a single item is shown:
2021-09-30 Goffi pages: keep `page_max` if set in query params in `setPagination`:
2021-09-30 Goffi pages: `page_max` query parameter can now be used on pubsub based pages:
2021-09-30 Goffi pages: query parameters can now be specified using keyword arguments in `getURL:`
2021-09-30 Goffi server: fix `libervia-app` name parsing following prefix change
2021-09-30 Goffi pages(lists/view_item): fix node used:
2021-09-29 Goffi server: renamed `sat-app` to `libervia-app` following global renaming
2021-09-29 Goffi server: `getExtBaseURL` type hints
2021-09-29 Goffi server: `checkRedirection`: fix range variable + type hints + arg name:
2021-09-29 Goffi server: fix inverse URL redirection for root path + allow multiple inverse redirections:
2021-09-29 Goffi pages: check redirections for LiberviaPage.getURL:
2021-09-29 Goffi server: don't use unordered set for accepted languages:
2021-09-28 Goffi server: handle "proxy" scheme in configuration
2021-09-08 Goffi pages (lists/view): fix serialisation of `extra` when calling `listGet`
2021-08-27 Goffi install (setup): update `libervia-backend` version requirement
2021-08-02 Goffi Added tag v0.8.0b1.post1 for changeset f18767efabcc
2021-08-02 Goffi v0.8.0b1.post1 release v0.8.0b1.post1
2021-08-02 Goffi misc: don't take post version into account when comparing versions
2021-07-29 Goffi server: remove deprecated blog
2021-07-29 Goffi pages: pubsub's `extra` is now serialised, following backend change
2021-07-29 Goffi start work on 0.9
2021-06-25 Goffi server: fix encoding error in version mismatch detection
2021-06-18 Goffi Added tag v0.8.0b1 for changeset 3821168b9459
2021-06-18 Goffi v0.8.0b1 release v0.8.0b1
2021-06-18 Goffi /!\ package is being renamed to libervia-web following global name change /!\
2021-06-18 Goffi install: set upper limit for dependencies versions
2021-06-18 Goffi doc: use VERSION file to get version in the same way as for backend
2021-06-18 Goffi remove old pyjamas workaround
2021-06-16 Weblate Added translation using Weblate (Slovak)
2021-06-15 Goffi i18n: added French catalog
2021-06-15 Goffi i18n: initial messages extraction
2021-06-14 Goffi server (proxy): add "Forwarded" and "X-Forwarded-xxx" headers to reverse proxy
2021-06-09 Goffi tasks(js_modules, sass): remove support for `npm`:
2021-06-06 Goffi pages: get last page by default with RSM:
2021-06-06 Goffi pages (forums/topics): deserialise extra + use pagination
2021-06-04 Goffi browser(bridge): allow some bridge methods for session profile:
2021-06-04 Goffi browser (lists/view): fix status check in grocery list following `value` property fix in template_xmlui.OptionsWidget
2021-05-07 Goffi pages (chat): fix message sending
2021-05-05 Goffi browser (photos/album): show directly failure's message on upload error, and remove photo