log libervia/server/pages.py @ 1319:6e2821e78489

age author description
Sat, 01 Aug 2020 16:47:24 +0200 Goffi pages: render HTTP_NOT_FOUND page on `item-not-found` bridge error.
Sat, 01 Aug 2020 16:47:24 +0200 Goffi pages: add `media_path` and `build_path` in template data for error pages.
Sat, 01 Aug 2020 16:47:24 +0200 Goffi pages: handle `jid.InvalidFormat` exception in `_filterPathValue`
Thu, 16 Jul 2020 09:08:50 +0200 Goffi pages: `profile` is now exposed to scripts
Thu, 16 Jul 2020 09:08:50 +0200 Goffi pages: take care of None/null when exposing a variable
Thu, 16 Jul 2020 09:08:47 +0200 Goffi pages (blog, tickets, merge-requests): updated code to handle new serialisation, following backend changes
Fri, 19 Jun 2020 16:47:51 +0200 Goffi pages: set `guest_session` in template data when suitable
Fri, 19 Jun 2020 16:47:51 +0200 Goffi pages: expose `templates_root_url` to scripts
Fri, 19 Jun 2020 16:47:51 +0200 Goffi pages: new method `exposeToScripts` to make variables accessible to scripts in browser
Fri, 19 Jun 2020 16:47:51 +0200 Goffi pages: 404 is now returne if a remote server is not found
Fri, 19 Jun 2020 16:47:51 +0200 Goffi pages: `on_data_post` can be set to the string `continue` instead of a callable:
Fri, 19 Jun 2020 16:47:51 +0200 Goffi pages: moved CSRF checking code to a separate method:
Fri, 19 Jun 2020 16:47:51 +0200 Goffi server: user new OrderedSet to handle scripts:
Fri, 19 Jun 2020 16:47:50 +0200 Goffi pages: use Path in onFileChange + fixed encoding issue
Fri, 19 Jun 2020 16:47:50 +0200 Goffi pages: use a coroutine for renderPage:
Fri, 19 Jun 2020 16:47:50 +0200 Goffi server: default theme can now be specified in site section of `sat.conf` with `theme` key
Tue, 19 May 2020 18:33:18 +0200 Goffi pages: fixed `dir_path` checking in `onFileChange`
Tue, 19 May 2020 11:05:50 +0200 Goffi pages: handle themes using `theme` request argument
Tue, 19 May 2020 11:05:40 +0200 Goffi pages, tasks (brython): use set for scripts + common template data:
Tue, 19 May 2020 11:02:33 +0200 Goffi pages: delete existing cache instead of just ignoring it when `no-cache` is used
Tue, 19 May 2020 11:02:32 +0200 Goffi server, pages: better identities handling:
Sun, 03 May 2020 19:28:14 +0200 Goffi server: gather themes data:
Sun, 03 May 2020 18:15:22 +0200 Goffi server, pages, tasks (brython): common_scripts:
Sun, 03 May 2020 17:06:14 +0200 Goffi pages: don't use cache when `cache-control` header is set to `no-cache`
Wed, 29 Apr 2020 17:34:53 +0200 Goffi pages: browser metadata + root `_browser`:
Sun, 26 Apr 2020 22:01:13 +0200 Goffi pages: browser code, first draft:
Wed, 29 Jan 2020 10:06:01 +0100 Goffi fixed shebangs
Wed, 29 Jan 2020 09:53:31 +0100 Goffi dates update
Fri, 08 Nov 2019 10:52:25 +0100 Goffi pages: removed a decode() in internal error logging
Sun, 06 Oct 2019 22:21:13 +0200 Goffi server: some encoding fixes following python 3 port