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

age author description
Mon, 22 May 2023 11:57:49 +0200 Goffi server: fix hot reloading of modules in dev mode
Sat, 08 Apr 2023 13:44:11 +0200 Goffi massive refactoring from camelCase -> snake_case. See backend commit log for more details
Thu, 23 Mar 2023 17:50:54 +0100 Goffi server: fix `on_signal` callback
Wed, 01 Mar 2023 18:02:44 +0100 Goffi server, browser: dynamic pages refactoring:
Sat, 14 May 2022 22:44:15 +0200 Goffi server (pages): update psSubscribe call following change in backend
Wed, 26 Jan 2022 10:23:07 +0100 Goffi pages: new `useCache` method to check if `no-cache` is used in request
Fri, 22 Oct 2021 16:04:23 +0200 Goffi pages: disable CSRF token check when service profile is used:
Wed, 20 Oct 2021 17:17:21 +0200 Goffi pages: fix args range in `getURL` + use `urljoin`:
Wed, 20 Oct 2021 12:12:25 +0200 Goffi pages: fix crash when page is redirected but with different args
Fri, 15 Oct 2021 21:13:35 +0200 Goffi pages: workaround to expose variables coming from python-dbus
Thu, 30 Sep 2021 17:01:20 +0200 Goffi pages: keep `page_max` if set in query params in `setPagination`:
Thu, 30 Sep 2021 17:00:06 +0200 Goffi pages: `page_max` query parameter can now be used on pubsub based pages:
Thu, 30 Sep 2021 16:57:54 +0200 Goffi pages: query parameters can now be specified using keyword arguments in `getURL:`
Wed, 29 Sep 2021 17:38:29 +0200 Goffi pages: check redirections for LiberviaPage.getURL:
Wed, 29 Sep 2021 10:31:59 +0200 Goffi server: don't use unordered set for accepted languages: