log src/server/server.py @ 1098:01e95ec9df9e

age author description
Fri, 01 Jun 2018 15:09:19 +0200 Goffi server, pages: fixed blocking calls to bridge by using bridgeCall instead
Fri, 01 Jun 2018 13:03:52 +0200 Goffi server: new getAffiliation method:
Fri, 01 Jun 2018 12:55:25 +0200 Goffi server: set jid and started time in session on log-in:
Wed, 14 Mar 2018 09:20:38 +0100 Goffi server: fixed profile cache path (the path has changed and "profiles" is now needed)
Sun, 11 Mar 2018 19:30:37 +0100 Goffi server: new ProgressHandler helper class, to handle progressing actions
Tue, 30 Jan 2018 08:01:21 +0100 Goffi server: fixed cache_dir for service profile in session interface
Fri, 26 Jan 2018 11:15:26 +0100 Goffi date update
Wed, 24 Jan 2018 21:46:09 +0100 Goffi server: better redirection (fixed issue in remaining path arguments)
Wed, 24 Jan 2018 21:44:26 +0100 Goffi server: fixed unicode exception if old URL in url_redirections had a unicode character
Wed, 24 Jan 2018 20:26:39 +0100 Goffi server (blog): moved old blog renderer from /blog to /blog_legacy
Wed, 24 Jan 2018 20:23:23 +0100 Goffi server: don't change request.uri and request.path on redirection: the original URL must actually be used
Wed, 24 Jan 2018 09:57:57 +0100 Goffi pages: fixed XMPP URIs handling
Wed, 24 Jan 2018 09:57:38 +0100 Goffi server: redirection rework:
Sun, 21 Jan 2018 13:14:06 +0100 Goffi pages: HTTP cache headers handling:
Fri, 19 Jan 2018 17:59:18 +0100 Goffi server: set default content type to text/html in utf-8
Fri, 12 Jan 2018 18:03:34 +0100 Goffi server: reconnect SERVICE_PROFILE if it has been disconnected:
Sat, 06 Jan 2018 12:37:56 +0100 Goffi server: moved code to retrieve external server from legacy blog to server.py, and use it to find websocket URL
Fri, 05 Jan 2018 16:30:05 +0100 Goffi server: better error message on init issue / menu_json trouble + stop reactor in this case.
Wed, 03 Jan 2018 01:10:12 +0100 Goffi server: dynamic pages first draft:
Fri, 01 Dec 2017 00:02:34 +0100 Goffi pages: menu implementation, first draft:
Sun, 19 Nov 2017 17:18:14 +0100 Goffi pages: cache mechanism, first draft:
Fri, 17 Nov 2017 12:10:56 +0100 Goffi server: moved LiberviaPage code in its own module
Tue, 14 Nov 2017 08:35:17 +0100 Goffi core (pages redirection): inverted redirection + getSubPageURL:
Sun, 12 Nov 2017 12:56:46 +0100 Goffi server: pages redirection:
Sun, 12 Nov 2017 12:51:56 +0100 Goffi pages: removed trailing_slash option:
Sat, 11 Nov 2017 17:16:46 +0100 Goffi pages: fixed use of request data in _on_data_post_redirect
Fri, 10 Nov 2017 11:10:15 +0100 Goffi server: getURL + minor improvments:
Thu, 09 Nov 2017 08:02:47 +0100 Goffi pages (core, tickets/new): replaced post_redirect_uri mechanism by post_redirect_page:
Sun, 05 Nov 2017 20:32:29 +0100 Goffi pages (data post): pages can now be redirected to a other uri than current page, using request.data['post_redirect_uri']
Fri, 03 Nov 2017 14:37:01 +0100 Goffi misc: date update (yes it's a bit late :p )
Fri, 27 Oct 2017 18:43:16 +0200 Goffi Pages: various improvments:
Fri, 27 Oct 2017 18:35:23 +0200 Goffi server: moved logging worflow in separated method, so it can be used by Libervia Pages
Sun, 24 Sep 2017 16:50:39 +0200 Goffi server: added getAllPostedData
Tue, 11 Jul 2017 07:46:20 +0200 Goffi server (pages): added a confirm flag on successful post:
Mon, 10 Jul 2017 19:10:31 +0200 Goffi server (pages): impleted CSRF protection:
Sun, 09 Jul 2017 22:28:40 +0200 Goffi server(pages): do Post/Redirect/Get pattern when on_data_post is used (avoid double posting on refresh)
Sat, 03 Jun 2017 22:27:04 +0200 Goffi server (blog): fixed avatars handling, there is now a well-known URL to SERVICE_PROFILE cache
Thu, 27 Apr 2017 01:13:50 +0200 Goffi server (pages): an HTTP internal error is raised if an error is uncatched during page workflow
Thu, 27 Apr 2017 01:12:57 +0200 Goffi server (pages): added getPageByName
Thu, 27 Apr 2017 01:11:53 +0200 Goffi server: move asyncBridgeCall to Libervia.bridgeCall, this way async bridge calls can be used easily everywhere.
Mon, 17 Apr 2017 20:41:00 +0200 Goffi server (pages): post requests are now handled:
Sun, 16 Apr 2017 18:06:05 +0200 Goffi server (pages): added getPagePathFromURI method to retrieve page handling an URI
Mon, 03 Apr 2017 01:00:29 +0200 Goffi server (pages): fixed _prepare_render handling
Mon, 03 Apr 2017 01:00:29 +0200 Goffi server (pages): URIs handling:
Mon, 03 Apr 2017 01:00:29 +0200 Goffi libervia (pages): getSessionData return one session if used with one argument, else an iterator
Mon, 03 Apr 2017 01:00:29 +0200 Goffi server (pages): pages now handle redirection, check self.pageRedirect docstring for details
Mon, 03 Apr 2017 01:00:26 +0200 Goffi server (pages): added "None" access (page is not rendered at all) and some HTTP code constants + helper methods to get session data
Mon, 03 Apr 2017 00:53:09 +0200 Goffi both: renamed psDeleteNode to psNodeDelete to follow backend change
Wed, 29 Mar 2017 19:46:27 +0200 Goffi server: new purgeSession and getSessionData helper methods
Wed, 29 Mar 2017 19:46:04 +0200 Goffi server: moved session interfaces to session_iface module + added SATGuestSession
Sun, 05 Mar 2017 23:56:31 +0100 Goffi server: Libervia pages:
Sun, 05 Mar 2017 23:15:09 +0100 Goffi server: renamed getProfileName to profileNameGet following core change and new conventions.
Sun, 26 Feb 2017 18:32:47 +0100 Goffi server, browser: partial Libervia fix
Sun, 28 Aug 2016 19:25:52 +0200 Goffi server, browser: removed deprecated methods which have been removed from backend, and associated code
Tue, 09 Aug 2016 01:07:15 +0200 Goffi browser, server: update to get compatibility with 0.7-dev (not finished):
Wed, 09 Mar 2016 20:40:27 +0100 Goffi blog (atom): base_url_ext can now only specify scheme, or netloc, or path, it will be used to complete data coming from request's path
Wed, 09 Mar 2016 18:38:52 +0100 Goffi server: added base_url_ext option to handle different external URLs (e.g.: if there is a proxy)
Wed, 02 Mar 2016 17:14:02 +0100 Goffi server: handling of dict and "file:" urls in url_redirections_dict:
Mon, 29 Feb 2016 12:40:17 +0100 Goffi server: replaced libervia_test.html redirection by an absolute URL
Mon, 29 Feb 2016 12:40:14 +0100 Goffi server, browser: new "allow_registration" option to enable/disable new account registration through Liberia interface