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
|
2021-05-01 |
Goffi |
pages (forums): better breadcrumbs
|
2021-05-01 |
Goffi |
pages (forums/view): use rich content to post a reply
|
2021-05-01 |
Goffi |
pages (forums/topics): add url to new topic creation page
|
2021-05-01 |
Goffi |
pages (forums/topics): new page to edit a topic using blog editor
|
2021-05-01 |
Goffi |
pages: fix `onFileChange` when the page is not wrapped
|
2021-05-01 |
Goffi |
pages (lists/view_item): browser part was not in the repository
|
2021-05-01 |
Goffi |
pages (files/list): set empty affiliations when they can't be retrieved
|
2021-05-01 |
Goffi |
pages (blog/edit): move preview code to new `BlogEditor` class in `editor` module
|
2021-04-29 |
Goffi |
pages (blog/view, u, files/list): custom breadcrumbs:
|
2021-04-29 |
Goffi |
pages: add some labels
|
2021-04-29 |
Goffi |
pages: breadcrumbs handling:
|
2021-04-29 |
Goffi |
pages (blog): new `edit` page:
|
2021-04-29 |
Goffi |
browser: new `editor` module:
|
2021-04-29 |
Goffi |
server (restricted_bridge): add mbPreview
|
2021-04-29 |
Goffi |
install: update minimal Brython version to 3.9.2 to have fixed elements's `children` implementation:
|
2021-04-22 |
Goffi |
browser (lists/view): Q&D fix for status change
|
2021-04-22 |
Goffi |
pages: remove forgotten breakpoing
|
2021-04-22 |
Goffi |
pages: keep `search` query when using pagination
|
2021-04-22 |
Goffi |
doc: rename main title
|
2021-04-16 |
Goffi |
browser (slideshow): work around Brython's `children` wrong behavour:
|
2021-04-16 |
Goffi |
browser (invitation): fix an indentation issue which was breaking invitations
|
2021-04-16 |
Goffi |
pages (blog/view): move URL friendly code to backend tools:
|
2021-04-16 |
Goffi |
pages: do no send HTTP_FORBIDDEN when registration is not allowed and no profile is connected:
|
2021-04-16 |
Goffi |
pages (login, register): fix `allow_registration`:
|
2021-03-27 |
Goffi |
pages (blog/view): set empty comments when comments node is missing
|
2021-03-25 |
Goffi |
core (config): use component (i.e. "web") as config section
|
2021-03-20 |
Goffi |
doc: update installation instruction following renaming and new `requirements.txt`:
|
2021-03-20 |
Goffi |
core (twisted/plugin): use `config.parseMainConf` instad of configparser
|
2021-03-20 |
Goffi |
install: added `requirements.txt`
|
2021-03-20 |
Goffi |
install (setup.py): update console script name and setup:
|
2021-03-20 |
Goffi |
core (constants): renaming following global project renaming
|
2021-03-19 |
Goffi |
date update
|
2021-02-27 |
Goffi |
browser (lists/view): `grocery` list specialised behaviour:
|
2021-02-27 |
Goffi |
browser (lists): code is now async + item removal for non creator:
|
2021-02-27 |
Goffi |
pages: implements `strip` argument in `getPostedData`
|
2021-02-27 |
Goffi |
pages: fix `getPostedData` when a single value is requested and a list is used
|
2021-02-27 |
Goffi |
server (restricted_bridge): add `listSet` method
|
2021-02-27 |
Goffi |
pages: implement `getPageData` and `setPageData` helper methods
|
2021-02-27 |
Goffi |
pages (lists/view): add `list_type` to `template_data`:
|
2021-02-27 |
Goffi |
pages (lists): specify when item is coming from config
|
2021-02-20 |
Goffi |
lists: creation, invitation, item deletion:
|
2021-02-20 |
Goffi |
browser (invitations): handle Pubsub invitation
|
2021-02-20 |
Goffi |
browser (dialog): new `ashow` method to use `Confirm` in async methods
|
2021-02-20 |
Goffi |
tasks (brython): fixed Brython scripts during dev mode reload
|
2021-02-20 |
Goffi |
server: be sure to have strings for ns_map
|
2021-02-20 |
Goffi |
pages: better generic errors handling:
|
2021-02-20 |
Goffi |
pages: helper method to get current profile's jid
|
2021-02-20 |
Goffi |
pages: fix browser data re-creation on dev mode reload
|
2021-02-20 |
Goffi |
server (restricted_bridge): added `psNodeDelete`, `psNodeAffiliationsSet`, `psItemRetract` and `psInvite`
|
2021-01-28 |
Goffi |
pages (tickets): renamed "tickets" to "lists":
|
2020-12-11 |
Goffi |
pages(tickets): add Full-Text Search
|
2020-12-11 |
Goffi |
pages (blog/view): Full-Text Search is used when `search` query argument is present
|
2020-12-11 |
Goffi |
pages: cache is skipped if there are query arguments in URL
|
2020-12-11 |
Goffi |
pages: `on_data_post` can now return `"continue"` string:
|
2020-11-29 |
Goffi |
browser (invitation): allow invitation of unknown JID:
|
2020-11-27 |
Goffi |
browser (album): remove loading screen at the end of the script
|
2020-11-27 |
Goffi |
browser: new `loading` module to remove loading screen
|
2020-11-20 |
Goffi |
server: typo
|
2020-11-20 |
Goffi |
server: don't check or connect service profile when `--build-only` is set
|
2020-11-20 |
Goffi |
server: new `--build-only` flag:
|
2020-11-20 |
Goffi |
server: new `--bridge-retries` option:
|
2020-11-20 |
Goffi |
server: don't encode options help messages, this is not needed anymore since we moved to Python 3
|
2020-11-20 |
Goffi |
server: removed unused legacy code.
|
2020-11-20 |
Goffi |
server: renamed `--dev_mode` to `--dev-mode` and set it as a flag:
|
2020-11-15 |
Goffi |
server: options can now be specified with environment variables:
|
2020-11-14 |
Goffi |
server: improved service profile check + auto creation:
|
2020-11-14 |
Goffi |
server: mechanism to exit Libervia with an exit code:
|
2020-09-28 |
Goffi |
server: SàT applications integration:
|
2020-09-28 |
Goffi |
server: new `menu_extra_json` configuration option:
|
2020-09-17 |
Goffi |
browser (slideshow): better handling of controls hiding:
|
2020-09-17 |
Goffi |
browser: updated code to work with new Brython 3.8.10:
|
2020-09-17 |
Goffi |
pages (photos/new): fix permissions:
|
2020-09-17 |
Goffi |
pages (g): set `interests_map` even in case of errors
|
2020-09-13 |
Goffi |
server: fixed HTTPS redirection
|
2020-09-13 |
Goffi |
doc: updated installation instructions
|
2020-09-05 |
Goffi |
browser (photos/album): change cover on "cover" button click:
|
2020-09-05 |
Goffi |
browser (photos/album): fixed notifications
|
2020-09-05 |
Goffi |
server (restricted_bridge): added `interestsRegisterFileSharing` + filter extra_s in `FISInvite`
|
2020-09-05 |
Goffi |
pages (files/list): fixed empty dir handling
|
2020-09-05 |
Goffi |
browser (invitation): minor renaming
|
2020-09-05 |
Goffi |
browser: async version of bridge
|
2020-08-25 |
Goffi |
browser (photos/album): videos integrations:
|
2020-08-25 |
Goffi |
browser (photos/album): use notifications to show error messages + use `ok_color` argument for delete confirmation
|
2020-08-24 |
Goffi |
browser (alt_media_player): native player support + poster + flags + restricted area:
|
2020-08-24 |
Goffi |
browser (dialog): color of `OK` button can be specified:
|
2020-08-24 |
Goffi |
browser (slideshow): options can now be attached to a slide:
|
2020-08-24 |
Goffi |
browser (slideshow): use standard click/dblclick instead of swiper equivalents:
|
2020-08-24 |
Goffi |
browser (slideshow): use non zero threshold to avoid accidental swipe
|
2020-08-15 |
Goffi |
pages (photos/new): typo
|
2020-08-15 |
Goffi |
pages: fixed handling of DataError when posting data
|
2020-08-15 |
Goffi |
browser: alternative media player:
|
2020-08-15 |
Goffi |
pages (js): added `ogv` requirement
|
2020-08-15 |
Goffi |
tasks (brython): don't copy `__pycache__` to build_dir + fixed recursive copy
|
2020-08-15 |
Goffi |
browser (slideshow): fixed `active` value detection for fullscreen
|
2020-08-14 |
Goffi |
browser (template): use nunjucks cache
|
2020-08-14 |
Goffi |
browser (photos/album): remove hint when delete button is pressed
|
2020-08-14 |
Goffi |
browser (invitation, photos/album): invitation manager improvments:
|
2020-08-14 |
Goffi |
browser (photos/album): used biggest thumbnails instead of original image for slideshow:
|
2020-08-14 |
Goffi |
browser (cache): new `cache` module to handle cache of roster and identities:
|
2020-08-14 |
Goffi |
browser (dialog): new class to handle notifications
|
2020-08-14 |
Goffi |
browser: updated swiper and use a limit on version
|
2020-08-14 |
Goffi |
pages (files/list, photos/album): updated thumbnails size limits
|
2020-08-14 |
Goffi |
pages (files/list): removed/updated code to download thumbnails and sort them as it is now done by the backend
|
2020-08-14 |
Goffi |
pages: expose `cache_path` to scripts + `session_uuid` to templates
|
2020-08-02 |
Goffi |
pages (blog/view/atom.xml): fixed items management after blog_view changes
|
2020-08-02 |
Goffi |
pages: identities are not using `data_objects` anymore:
|
2020-08-01 |
Goffi |
server: use `bulma` theme as default for default site:
|
2020-08-01 |
Goffi |
browser (photos/album): invitation manager first draft.
|
2020-08-01 |
Goffi |
pages: render HTTP_NOT_FOUND page on `item-not-found` bridge error.
|
2020-08-01 |
Goffi |
pages: add `media_path` and `build_path` in template data for error pages.
|
2020-08-01 |
Goffi |
pages: handle `jid.InvalidFormat` exception in `_filterPathValue`
|
2020-08-01 |
Goffi |
pages (files/list): use new `FISAffiliationsGet` to get `directory_affiliation`
|
2020-08-01 |
Goffi |
server (restricted_bridge): added `FISInvite`, `FISAffiliationsSet` and `invitationSimpleCreate`
|
2020-08-01 |
Goffi |
browser (bridge): handle case where `callback` or `errback` is None
|
2020-08-01 |
Goffi |
pages (files/list): set `directory_affiliation` template data:
|
2020-08-01 |
Goffi |
browser (slideshow): slides can now be zoomed:
|
2020-08-01 |
Goffi |
browser (slideshow): show slideshow in fullscreen
|
2020-08-01 |
Goffi |
browser (slideshow): (un)hide controls on single click:
|
2020-08-01 |
Goffi |
browser (slideshow): fixed scrolling issue with comment panel:
|
2020-07-16 |
Goffi |
browser (album): start slideshow on photo click
|
2020-07-16 |
Goffi |
browser: `slideshow` module implementation:
|
2020-07-16 |
Goffi |
browser (template): adapted filters/global/extensions to manage SàT templates:
|
2020-07-16 |
Goffi |
pages: `profile` is now exposed to scripts
|
2020-07-16 |
Goffi |
pages: take care of None/null when exposing a variable
|
2020-07-16 |
Goffi |
browser (js): added `swiper` and `moment` js modules
|
2020-07-16 |
Goffi |
pages (blog, tickets, merge-requests): updated code to handle new serialisation, following backend changes
|
2020-06-19 |
Goffi |
browser (photos): albums can now be deleted:
|
2020-06-19 |
Goffi |
browser (photos/album): photo(s) upload and deletion
|
2020-06-19 |
Goffi |
browser: module to handle dialogs, first draft
|
2020-06-19 |
Goffi |
browser: new template module:
|
2020-06-19 |
Goffi |
browser: new bridge module to access restricted bridge from browser
|
2020-06-19 |
Goffi |
pages (bridge): better handling of errors:
|
2020-06-19 |
Goffi |
server (restricted_bridge): added fileSharingDelete and interestRetract
|
2020-06-19 |
Goffi |
pages: set `guest_session` in template data when suitable
|
2020-06-19 |
Goffi |
pages: expose `templates_root_url` to scripts
|
2020-06-19 |
Goffi |
server: use C.SITE_NAME_DEFAULT instead of "sat" when suitable
|
2020-06-19 |
Goffi |
pages (js): added `nunjucks` requirement
|
2020-06-19 |
Goffi |
pages (files/list): return empty list of files when `item-not-found` is received
|
2020-06-19 |
Goffi |
pages (files/list): export `service` and `path` to scripts
|
2020-06-19 |
Goffi |
pages: `_bridge` page:
|
2020-06-19 |
Goffi |
server: restricted_bridge first draft:
|
2020-06-19 |
Goffi |
pages: new method `exposeToScripts` to make variables accessible to scripts in browser
|
2020-06-19 |
Goffi |
pages: 404 is now returne if a remote server is not found
|
2020-06-19 |
Goffi |
pages: `on_data_post` can be set to the string `continue` instead of a callable:
|
2020-06-19 |
Goffi |
pages: moved CSRF checking code to a separate method:
|
2020-06-19 |
Goffi |
server: user new OrderedSet to handle scripts:
|
2020-06-19 |
Goffi |
server (classes): use default for all values for Script:
|
2020-06-19 |
Goffi |
pages (photos/new): create albums in "/albums/" path in default namespace
|
2020-06-19 |
Goffi |
tasks (brython): copy and load `brython_stdlib.js`
|
2020-06-19 |
Goffi |
pages (photos/new): photo album creation
|
2020-06-19 |
Goffi |
pages: use Path in onFileChange + fixed encoding issue
|
2020-06-19 |
Goffi |
pages: use a coroutine for renderPage:
|
2020-06-19 |
Goffi |
server: default theme can now be specified in site section of `sat.conf` with `theme` key
|
2020-05-29 |
Goffi |
server: re-usable Twisted TLS code has been moved to SàT backend
|
2020-05-26 |
Goffi |
tasks (js_modules, sass): check for `yarnpkg` before `yarn`, as it is the name used in Debian
|
2020-05-25 |
Goffi |
server: Libervia server is now launched with a Python script, following backend change
|
2020-05-19 |
Goffi |
pages: fixed `dir_path` checking in `onFileChange`
|
2020-05-19 |
Goffi |
pages: handle themes using `theme` request argument
|
2020-05-19 |
Goffi |
pages (blog): fixed identities handling
|
2020-05-19 |
Goffi |
pages, tasks (brython): use set for scripts + common template data:
|
2020-05-19 |
Goffi |
pages: delete existing cache instead of just ignoring it when `no-cache` is used
|
2020-05-19 |
Goffi |
server, pages: better identities handling:
|
2020-05-19 |
Goffi |
pages (login): fixed log error handling
|
2020-05-04 |
Goffi |
tasks: new sass task, will compile any Sass file found in root `_browser`
|
2020-05-04 |
Goffi |
removed files commited by mistake
|
2020-05-04 |
Goffi |
taks (brython): fixed prepare()
|
2020-05-03 |
Goffi |
tasks: `AFTER` attribute to handle tasks order:
|
2020-05-03 |
Goffi |
tasks: dir event filter:
|
2020-05-03 |
Goffi |
task (js_modules): handle `extra_init`:
|
2020-05-03 |
Goffi |
server: gather themes data:
|
2020-05-03 |
Goffi |
server: seperation between production build dir and dev build dir:
|
2020-05-03 |
Goffi |
server, pages, tasks (brython): common_scripts:
|
2020-05-03 |
Goffi |
pages: don't use cache when `cache-control` header is set to `no-cache`
|
2020-04-29 |
Goffi |
server (tasks): new `js_modules` implicit task:
|
2020-04-29 |
Goffi |
pages: browser metadata + root `_browser`:
|
2020-04-29 |
Goffi |
server (tasks manager): added a label for default site
|
2020-04-29 |
Goffi |
server: fixed watching a directory which is already watched:
|
2020-04-27 |
Goffi |
server (tasks/brython): log an error if brython is missing and needed
|
2020-04-26 |
Goffi |
install (setup): new `brython` dependency
|
2020-04-26 |
Goffi |
server (constants): temporarily removed `app` from menu
|
2020-04-26 |
Goffi |
tasks: implicit tasks + Brython task:
|
2020-04-26 |
Goffi |
pages: browser code, first draft:
|
2020-04-25 |
Goffi |
server (tasks): refactoring:
|
2020-04-20 |
Goffi |
bin (libervia): check `twistd` before `twistd3` to use venv version first
|
2020-04-19 |
Goffi |
pages: updated `identityGet` call, following backend changes
|
2020-04-19 |
Goffi |
server: added a child for common cache
|
2020-02-14 |
Goffi |
pages (chat): renamed `extra` argument to `extra_s` as it is now serialised
|
2020-01-29 |
Goffi |
server: log config files names
|
2020-01-29 |
Goffi |
fixed shebangs
|
2020-01-29 |
Goffi |
replaced former use of "dummy" by "__"
|
2020-01-29 |
Goffi |
dates update
|
2020-01-10 |
Goffi |
server: avoid double init
|
2020-01-10 |
Goffi |
server: remove "launching" while logging version
|
2020-01-10 |
Goffi |
server: log Libervia version when backend is ready
|
2020-01-10 |
Goffi |
server: fixed shebang
|
2019-12-29 |
Goffi |
pages (chat): handle room statuses following backend change
|
2019-12-27 |
Goffi |
bin (libervia): look for twistd3 first:
|
2019-12-07 |
Goffi |
pages (events): added empty string for new "eventInviteeGet" parameter
|
2019-11-18 |
Goffi |
pages: replaced deprecated `cgi.escape` by `html.escape`
|
2019-11-18 |
Goffi |
server: user ProtectedFile for build dir
|
2019-11-08 |
Goffi |
pages (login): catch ProfileUnknownError and show a C.PROFILE_AUTH_ERROR:
|
2019-11-08 |
Goffi |
pages: removed a decode() in internal error logging
|
2019-10-08 |
Goffi |
misc: use /usr/bin/env + fixed import of fixLocalDir according to backend changes
|
2019-10-06 |
Goffi |
server: some encoding fixes following python 3 port
|
2019-08-25 |
Goffi |
install (setup.py): updated classifiers
|
2019-08-25 |
Goffi |
install (setup.py): updated `python_requires`
|
2019-08-16 |
Goffi |
misc: renamed SafeConfigParser in libervia_server twisted plugin after python 3 port
|
2019-08-16 |
Goffi |
pages (forums/view): fixed microblog data serialisation when posting
|
2019-08-16 |
Goffi |
pages (blog/view, forums/view): fixed encoding of request.args following Python3 port
|
2019-08-16 |
Goffi |
server: fixed BUILD_DIR page encoding following python 3 port
|
2019-08-16 |
Goffi |
server: fixed value filtering in getConfig
|
2019-08-13 |
Goffi |
python 3 port:
|
2019-08-13 |
Goffi |
0.8 development starts
|
2019-07-24 |
Goffi |
Added tag 0.7.0 for changeset 889e8d07e957
|
2019-07-24 |
Goffi |
0.7.0 « La Commune » release
0.7.0
|
2019-07-24 |
Goffi |
install (setup.py): updated sat version
|
2019-07-24 |
Goffi |
install (MANIFEST.in): added VERSION
|
2019-07-24 |
Goffi |
install: added doc to MANIFEST.in
|
2019-07-24 |
Goffi |
doc: added installation instructions
|
2019-07-19 |
Goffi |
pages: display a warning instead or raising exception if write fails:
|
2019-07-19 |
Goffi |
pages (blog/view, u): added atom feed URL to "atom_url" in template
|
2019-07-14 |
Goffi |
server (websocket): don't crash if self.page doesn't exist while onClose is called
|
2019-07-14 |
Goffi |
pages: show rendered html on failed renderAndUpdate
|
2019-07-14 |
Goffi |
server: handle unexpected exceptions on connect:
|
2019-07-14 |
Goffi |
server (websockets): fixed websocket handling on HTTPS connections:
|
2019-07-12 |
Goffi |
server: if "redirections" is not set, use "/login" page as default
|
2019-07-10 |
Goffi |
install: set minimal version of sat to dev one:
|
2019-07-09 |
Goffi |
browser (contact_group): fixed bad property name used in closeAndSave:
|
2019-07-09 |
Goffi |
server: don't raise error anymore if themes_dir is invalid or legacy blog can't be created:
|
2019-07-06 |
Goffi |
pages: don't put error pages in cache
|
2019-07-05 |
Goffi |
install: set minimal sat version to 0.7.0b4
|
2019-06-26 |
Goffi |
server: changed defaultType for File resources to "application/octet-stream" instead of "text/html"
|
2019-06-14 |
Goffi |
pages (tickets/edit): "author" can be ignored again now that updating has been fixed
|
2019-06-14 |
Goffi |
pages (merge-requests/edit, tickets/edit, tickets/new): use serialised extra following backend change + fixed use of "update" when editing ticket:
|
2019-06-12 |
Goffi |
pages: fixed cached data when `url_cache` is used:
|
2019-06-12 |
Goffi |
pages (tickets/edit): don't ignore "author" anymore, to keep it when owner/admin modify a ticket
|
2019-05-27 |
Goffi |
server: fixed sites alias:
|
2019-05-27 |
Goffi |
doc: added forgotten conf.py and index.rst files
|
2019-05-27 |
Goffi |
server (tasks): fixed findCommand when first name can't be found
|
2019-05-26 |
Goffi |
server (pages): on_data_post can now raise an exceptions.DataError to reload the page with a warning message (without validating data posted)
|
2019-05-26 |
Goffi |
server (pages): added raise_on_missing arguments in getPostedData:
|
2019-05-26 |
Goffi |
server: added a generic way to have notification messages in pages
|
2019-05-26 |
Goffi |
server: moved generic classes definitions (only WebsocketMeta for now) to new "classes" module
|
2019-05-14 |
Goffi |
server: show BridgeException traceback on unknown registering status
|
2019-05-14 |
Goffi |
we are in dev version again
|
2019-05-14 |
Goffi |
server: fixed typo resuling in crash on unknown registering error status
|
2019-05-05 |
Goffi |
Added tag 0.7.0b1 for changeset cc16d93d4181
|
2019-05-05 |
Goffi |
0.7.0b1 release
0.7.0b1
|
2019-05-03 |
Goffi |
pages (g): retrieve interests for events/photo albums/file sharing + only set "include_url" if "main_uri" is set
|
2019-05-03 |
Goffi |
pages (events): moved get interests code in prepare_render + use image as thumb_url if it does not already exist
|
2019-05-03 |
Goffi |
server: catch "not-allowed" error from bridge and show the appropriate error page in this case
|
2019-05-03 |
Goffi |
pages (photos): moved code getting interests in prepare_render
|
2019-05-03 |
Goffi |
server: fixed getPagePathFromURI
|
2019-05-03 |
Goffi |
pages (g/e): use redirect instead of duplicating code of "event_view"
|
2019-05-03 |
Goffi |
server: replaced wrong usage of C.HTTP_UNAUTHORIZED by C.HTTP_FORBIDDEN
|
2019-05-03 |
Goffi |
pages (photos): retrieve photo albums from list of interests, and fill "interests" template data.
|
2019-04-26 |
Goffi |
pages (blog, u): added atom feed link in "links" template data.
|
2019-04-12 |
Goffi |
doc: use "sourcecode" directive instead of "code" + small mistakes fixes:
|
2019-04-12 |
Goffi |
pages (i18n): if locale is not specified, "accept-language" header is used to try to determine the best one
|
2019-04-12 |
Goffi |
pages (i18n): check presence of u"/" in locale:
|
2019-04-12 |
Goffi |
pages (cache): separate cached pages using locales, to avoid having a page cache in a specific locale used for an other one.
|
2019-04-10 |
Goffi |
server (tasks): fixed crash when --dev_mode is used
|
2019-04-10 |
Goffi |
pages: locale handling:
|
2019-03-03 |
Goffi |
handle invalid certificate on registration + fixed error handling on registration
|
2019-03-02 |
Goffi |
we are in dev version again
|
2019-03-01 |
Goffi |
Added tag 0.7.0a4 for changeset caa8747b1bb1
|
2019-03-01 |
Goffi |
0.7.0a4 release
0.7.0a4
|
2019-02-26 |
Goffi |
server (legacy blog): fixed items deserialisation
|
2019-02-23 |
Goffi |
page (u): fixed blog posting
|
2019-02-23 |
Goffi |
backend: fixed args transmission on page redirection.
|
2019-02-23 |
Goffi |
pages: fixed children retrieval in onFileChange
|
2019-02-23 |
Goffi |
server, browser: changed blog items serialisation following changes in backend
|
2019-02-22 |
Goffi |
server (tasks): tasks can now be automatically ran when something happen in a watched dir:
|
2019-02-22 |
Goffi |
server (tasks): task can now use a "prepare" method to prepare data before running (e.g. WATCH_DIRS)
|
2019-02-22 |
Goffi |
pages: auto reloading
|
2019-02-22 |
Goffi |
server: iNotify support:
|
2019-02-22 |
Goffi |
server: added "dev_mode" boolean option (not used yet but will be soon)
|
2019-02-06 |
Goffi |
Added tag 0.7.0a3 for changeset b290f21e8466
|
2019-02-06 |
Goffi |
0.7.0a3 release
0.7.0a3
|
2019-01-26 |
Goffi |
pages: use absolute path for build_path + added page_url to template (which is getURL() without argument)
|
2019-01-26 |
Goffi |
server, pages, tasks: moved getConfig to backend, and added shorcut version in LiberviaPage and TasksManager
|
2019-01-25 |
Goffi |
server: tasks manager first draft:
|
2019-01-25 |
Goffi |
pages: set __name__ for imported pages
|
2019-01-19 |
Goffi |
dates update
|
2019-01-19 |
Goffi |
pages (tickets, merge-requests): convert body from/to markdown while editing/creating new ticket:
|
2019-01-11 |
Goffi |
pages (tickets): use the new getPubsubExtra and setPagination methods to handle pagination
|
2019-01-11 |
Goffi |
pages: move pagination core from blog to LiberviaPage so it can be reused:
|
2019-01-11 |
Goffi |
pages (blog/view): pagination improvments:
|
2019-01-11 |
Goffi |
pages (blog): use DeferredList while discovering identities instead or waiting for each request individually.
|
2019-01-11 |
Goffi |
server: don't convert failure in errback to jsonrpclib.Fault anymore:
|
2019-01-06 |
Goffi |
pages (blog/view, tickets): use of new "order_by" feature.
|
2019-01-04 |
Goffi |
browser: fixed params after changes in main class
|
2018-11-20 |
Goffi |
core: fixed reactor crash by installing reactor only in makeService
|
2018-10-03 |
Goffi |
doc: Libervia web framework quick_start + css_framework, first drafts
|
2018-10-03 |
Goffi |
pages (blog/view): allow commenting when profile is connected
|
2018-09-18 |
Goffi |
server: use site names in _moveFirstLevelToDict to better distinguish values for default site at first level + better handling of default menu
|
2018-09-18 |
Goffi |
server: better error handling when a named page mentioned in menu_json is missing
|
2018-09-18 |
Goffi |
server: fixed front_url_filter in templates renderer
|
2018-09-15 |
Goffi |
server: move first level dict where the key has "/" to default site in _moveFirstLevelToDict
|
2018-09-14 |
Goffi |
server, pages: multi-sites refactoring:
|
2018-09-09 |
Goffi |
server, pages: update to handle multi sites themes, first draft:
|
2018-08-31 |
Goffi |
server: fixed missing backend detection
|
2018-08-31 |
Goffi |
server (twisted): install reactor before doing anything else
|
2018-08-25 |
Goffi |
files reorganisation and installation rework:
|
2018-08-11 |
Goffi |
browser: fixes to handle encryption changes in backend
|
2018-08-04 |
Goffi |
common: we are in dev version again
|
2018-07-15 |
Goffi |
install (setup): set version 0.7.0a2.post1 to fix messed upload on pypi
|
2018-07-15 |
Goffi |
Added tag 0.7.0a2 for changeset 5a73525f75a3
|
2018-07-15 |
Goffi |
0.7.0a2 release
0.7.0a2
|
2018-07-15 |
Goffi |
install: fixed manifest to include browser's public files + include package date during installation
|
2018-07-15 |
Goffi |
server: replaced glib2reactor by gireactor
|
2018-07-04 |
Goffi |
Added tag 0.7.0a1 for changeset 1f67b003c312
|
2018-07-03 |
Goffi |
0.7.0a1 release
0.7.0a1
|
2018-07-02 |
Goffi |
doc (README): removed version from README
|
2018-06-29 |
Goffi |
server: code style reformatting using black
|
2018-06-24 |
Goffi |
browser (contact list): renamed entityToShow to entityVisible following Quick Frontend change
|
2018-06-20 |
Goffi |
pages (events): added root, admin, new, rsvp and view pages
|
2018-06-20 |
Goffi |
pages: ignore args if they are None in getSubPageURL
|
2018-06-20 |
Goffi |
pages: change module for date_parse, following backend change
|
2018-06-04 |
Goffi |
server: replaced blocking calls to bridge by bridgeCall which is not blocking
|
2018-06-03 |
Goffi |
browser: fixed XMLUI Panel and Dialog
|
2018-06-03 |
Goffi |
browser, server: added namespacesGet, so Libervia legacy app can run again
|
2018-06-03 |
Goffi |
server: fixed service profile's cache
|
2018-06-03 |
Goffi |
[mq]: debug_avatar_forum
|
2018-06-02 |
Goffi |
misc (libervia.sh): removed "-d .." from PLUGIN_OPTIONS as it was overriding sat.conf in some cases
|
2018-06-01 |
Goffi |
login (logged): set guest_session and session_started template variables
|
2018-06-01 |
Goffi |
server (session): new "guest" property, True when connected user is a guest
|
2018-06-01 |
Goffi |
pages (g): use server's connect method to connect instead of bridge, this way normal Libervia workflow is used, and session attributes are initialised.
|
2018-06-01 |
Goffi |
server: return absolute page in checkRedirection
|
2018-06-01 |
Goffi |
server, pages: fixed blocking calls to bridge by using bridgeCall instead
|
2018-06-01 |
Goffi |
pages (merge-requests/view): fixed default node when checking affiliations
|
2018-06-01 |
Goffi |
merge-requests, tickets: new "edit" pages
|
2018-06-01 |
Goffi |
merge-requests (view), tickets (view): fill "url_ticket_edit" when logged user is publisher of ticket, or node owner.
|
2018-06-01 |
Goffi |
server (session): new "connected" property, which is True when a user is logged
|
2018-06-01 |
Goffi |
server: new getAffiliation method:
|
2018-06-01 |
Goffi |
pages: new "getURLByPath" method in LiberviaPage, which is similar to getURLByNames, but which a more readable way to request a path with named pages.
|
2018-06-01 |
Goffi |
pages (chat): don't change session.jid anymore, as it is now set on log-in
|
2018-06-01 |
Goffi |
server: set jid and started time in session on log-in:
|
2018-06-01 |
Goffi |
pages (merge-requests, tickets): use new "labels_as_list" flag in extra
|
2018-06-01 |
Goffi |
pages (tickets/new): fixed use of legacy "reporter" instead of "author"
|
2018-05-23 |
Goffi |
pages (blog, files): use new local_device argument of discoFindByFeatures
|
2018-04-02 |
Arnaud Joset |
server (setup): New setup.py compatible with archlinux PKGBUILD.
|
2018-04-02 |
Goffi |
pages: fixed used of "blog" page instead of "blog_view"
|
2018-04-01 |
Goffi |
README: specified contribution URIs and label
|
2018-03-30 |
Goffi |
pages: fixed calls to "blog" instead of "blog_view"
|
2018-03-27 |
Goffi |
pages: default menu update
|
2018-03-27 |
Goffi |
pages (merge-requests): added a discovery page similar to tickets one:
|
2018-03-27 |
Goffi |
pages (forums): log a warning and use an empty list when forums are not available
|
2018-03-27 |
Goffi |
pages (blog): blog page is now public (only free jid is available when not connected)
|
2018-03-26 |
Goffi |
pages (tickets): tickets discovery:
|
2018-03-26 |
Goffi |
blog: moved blog page from /common to /blog:
|
2018-03-26 |
Goffi |
pages (files): change discoFindByFeatures call following backend
|
2018-03-24 |
Goffi |
pages: updated default menu
|
2018-03-24 |
Goffi |
pages (photos): default page now handle free jid (but don't display anything else yet)
|
2018-03-22 |
Goffi |
imported patch discover
|
2018-03-21 |
Goffi |
pages (common/blog): added xmpp_uri in template_data
|
2018-03-21 |
Goffi |
pages: fixed args count in getPathArgs
|
2018-03-18 |
Goffi |
pages (photos): new photos/album page to use photo album view when displaying files, and display comments is available.
|
2018-03-18 |
Goffi |
pages (files/list): comments handling + size parameters:
|
2018-03-18 |
Goffi |
pages: new pages_tools module:
|
2018-03-14 |
Goffi |
pages (files/list): retrieve thumbnail:
|
2018-03-14 |
Goffi |
server: fixed profile cache path (the path has changed and "profiles" is now needed)
|
2018-03-14 |
Goffi |
pages: fixed min_args for getPathArgs
|
2018-03-11 |
Goffi |
pages (files): files sharing first draft:
|
2018-03-11 |
Goffi |
server: new ProgressHandler helper class, to handle progressing actions
|
2018-03-11 |
Goffi |
pages: new delegateToResource method to continue workflow with a Twisted Resource
|
2018-03-11 |
Goffi |
pages: fixed unicode escaping when using a redirecting URL
|
2018-03-11 |
Goffi |
pages: '*' can now be used to prefix the last arg name in getPathArgs, in which case the data will be a list of remaining path arguments.
|
2018-01-30 |
Goffi |
pages: don't log error anymore when empty page_meta.py are used
|
2018-01-30 |
Goffi |
pages (forums): first draft
|
2018-01-30 |
Goffi |
common/blog: "service" and "node" are now set in template_data
|
2018-01-30 |
Goffi |
pages: new getPathArgs helper method to retrieve several path arguments at once
|
2018-01-30 |
Goffi |
server: fixed cache_dir for service profile in session interface
|
2018-01-26 |
Goffi |
date update
|
2018-01-25 |
Goffi |
browser: updated robots.txt
|
2018-01-25 |
Goffi |
pages (caches): use request.uri to check cache, to avoid using same cache with pages using different parameters (e.g. different MAM filter for pubsub)
|
2018-01-25 |
Goffi |
pages (common/blog): tranform special characters to their ascii equivalent
|
2018-01-25 |
Goffi |
pages (common/blog/atom.xml): don't use query elements in request_uri:
|
2018-01-25 |
Goffi |
pages: do not log error if there is not template and render method, but redirect is used
|
2018-01-24 |
Goffi |
pages (common/blog): fixed bad import
|
2018-01-24 |
Goffi |
server: better redirection (fixed issue in remaining path arguments)
|