log libervia/server/pages.py @ 1514:16228994ca3b

age author description
22 months ago Goffi server: fix hot reloading of modules in dev mode
23 months ago Goffi massive refactoring from camelCase -> snake_case. See backend commit log for more details
24 months ago Goffi server: fix `on_signal` callback
2023-03-01 Goffi server, browser: dynamic pages refactoring:
2022-05-14 Goffi server (pages): update psSubscribe call following change in backend
2022-01-26 Goffi pages: new `useCache` method to check if `no-cache` is used in request
2021-10-22 Goffi pages: disable CSRF token check when service profile is used:
2021-10-20 Goffi pages: fix args range in `getURL` + use `urljoin`:
2021-10-20 Goffi pages: fix crash when page is redirected but with different args
2021-10-15 Goffi pages: workaround to expose variables coming from python-dbus
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-29 Goffi pages: check redirections for LiberviaPage.getURL:
2021-09-29 Goffi server: don't use unordered set for accepted languages:
2021-06-06 Goffi pages: get last page by default with RSM:
2021-05-01 Goffi pages: fix `onFileChange` when the page is not wrapped
2021-04-29 Goffi pages: breadcrumbs handling:
2021-04-22 Goffi pages: remove forgotten breakpoing
2021-04-22 Goffi pages: keep `search` query when using pagination
2021-04-16 Goffi pages: do no send HTTP_FORBIDDEN when registration is not allowed and no profile is connected:
2021-03-19 Goffi date update
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 pages: implement `getPageData` and `setPageData` helper methods
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-01-28 Goffi pages (tickets): renamed "tickets" to "lists":
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-08-15 Goffi pages: fixed handling of DataError when posting data
2020-08-14 Goffi pages: expose `cache_path` to scripts + `session_uuid` to templates
2020-08-02 Goffi pages: identities are not using `data_objects` anymore:
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-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 pages (blog, tickets, merge-requests): updated code to handle new serialisation, following backend changes
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 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 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-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, 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-03 Goffi server: gather themes data:
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 pages: browser metadata + root `_browser`:
2020-04-26 Goffi pages: browser code, first draft:
2020-01-29 Goffi fixed shebangs
2020-01-29 Goffi dates update
2019-11-08 Goffi pages: removed a decode() in internal error logging
2019-10-06 Goffi server: some encoding fixes following python 3 port
2019-08-13 Goffi python 3 port:
2019-07-19 Goffi pages: display a warning instead or raising exception if write fails:
2019-07-14 Goffi pages: show rendered html on failed renderAndUpdate
2019-07-14 Goffi server (websockets): fixed websocket handling on HTTPS connections:
2019-07-06 Goffi pages: don't put error pages in cache
2019-06-12 Goffi pages: fixed cached data when `url_cache` is used:
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-03 Goffi server: catch "not-allowed" error from bridge and show the appropriate error page in this case
2019-05-03 Goffi server: fixed getPagePathFromURI
2019-05-03 Goffi server: replaced wrong usage of C.HTTP_UNAUTHORIZED by C.HTTP_FORBIDDEN
2019-04-26 Goffi pages (blog, u): added atom feed link in "links" template data.
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 pages: locale handling:
2019-02-23 Goffi pages: fixed children retrieval in onFileChange
2019-02-22 Goffi pages: auto reloading
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-11 Goffi pages: move pagination core from blog to LiberviaPage so it can be reused:
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-25 Goffi files reorganisation and installation rework: base src/server/pages.py@94b0852aea7d