log src/server/server.py @ 950:67a59552f3e3

age author description
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
Mon, 29 Feb 2016 12:37:45 +0100 Goffi server, browser: replaced isRegistered call by a more generic getSessionMetadata which return a dictionary
Fri, 26 Feb 2016 19:26:29 +0100 Goffi server: fixed encoding issues on url redirection
Wed, 24 Feb 2016 12:09:28 +0100 Goffi reverted changeset f024fc5744d0 (there is already a default value)
Mon, 22 Feb 2016 12:06:35 +0100 souliane server: fixes options parsing when url_redirections_dict or url_redirections_profile are not defined
Mon, 25 Jan 2016 17:02:13 +0100 Goffi server: LiberviaRootResource now manages root url redirection, and former redirection has been replaced by it:
Sun, 24 Jan 2016 20:06:06 +0100 Goffi server: catch exceptions on service profile connection check, and show an helping message if an error is caught
Sun, 24 Jan 2016 19:00:56 +0100 Goffi server: URL redirections + misc:
Sun, 24 Jan 2016 18:45:35 +0100 Goffi server: version check:
Wed, 13 Jan 2016 17:14:04 +0100 Goffi server: removed unused %(url)s for formatting HTTP warning message
Fri, 08 Jan 2016 14:42:39 +0100 Goffi server (blog): cleaning & improvments:
Sun, 03 Jan 2016 16:24:37 +0100 Goffi server: fixed bad login check introduced in rev 6a2fd7807770
Sun, 03 Jan 2016 16:24:27 +0100 Goffi copyright update
Sat, 26 Dec 2015 14:36:45 +0100 Goffi server: fixed empty_password_allowed_warning_dangerous_list option
Sun, 20 Dec 2015 20:01:42 +0100 Goffi server: added --tls_private_key and --tls_chain options. --tls_certificate .pem file will be used for private_key if --tls_private_key is not specified.
Sun, 20 Dec 2015 20:01:40 +0100 Goffi server: added "quit" method to exit with an exit code when reactor is running
Fri, 18 Dec 2015 21:29:24 +0100 Goffi server: proper options handling
Wed, 09 Dec 2015 11:19:41 +0100 souliane server_side: fixed confusion between jid user and host when there's not arobase
Tue, 08 Dec 2015 18:11:19 +0100 souliane browser and server sides: alert the user after he created a new profile using his XMPP account credentials
Mon, 07 Dec 2015 21:21:44 +0100 souliane server_side: if a user tries to login with a full JID but his host is the local domain, login with the user part only
Tue, 08 Dec 2015 00:12:51 +0100 souliane browser and server sides: removed constant UNMANAGED_FAULT_STRING which is used only to be displayed to the user, but it doesn't mean anything to him
Mon, 23 Nov 2015 23:30:34 +0100 Goffi server + browser side: getFeatures bridge call
Mon, 20 Jul 2015 10:16:10 +0200 souliane browser and server sides: allow to connect with a JID that is not registered on the local server
Mon, 23 Nov 2015 14:19:25 +0100 Goffi server side: special handling of Connection/JabberID and Connection/autoconnect parameter which has needed by QuickApp but restricted by security limit
Mon, 23 Nov 2015 12:59:28 +0100 Goffi server side: fixed params, and removed self.authorized_params as authorisation is handled by the backend
Sun, 22 Nov 2015 21:28:06 +0100 Goffi server side: actionNew now use a dedicated signal handler, which block it if security limit is exceeded
Thu, 10 Sep 2015 07:40:59 +0200 souliane browser and server sides: bridge method mbGetLast has been renamed to mbGet and takes a new parameter "item_ids"
Tue, 18 Aug 2015 08:10:02 +0200 Goffi browser + server sides: actionNew signal handling
Sun, 16 Aug 2015 01:51:12 +0200 Goffi server + browser side: blogging refactoring (draft), huge commit sorry:
Mon, 13 Jul 2015 12:44:04 +0200 souliane server_side: update connected signal handler according to sat changeset 1435 (7590bbf44eed)
Sun, 07 Jun 2015 13:17:05 +0200 souliane server_side: remove unwanted "target" property in the HTTP to HTTPS link + use "<p>" instead of "<br>"
Fri, 05 Jun 2015 21:16:45 +0200 souliane server_side: add a link to the FAQ in the HTTP/HTTPS warning dialog
Thu, 04 Jun 2015 12:03:45 +0200 souliane browser and server sides: renamed max to max_ after sat's changeset 1423 (882e5fabf68c)
Thu, 04 Jun 2015 12:39:27 +0200 souliane server_side: static blog uses the default template
Mon, 20 Apr 2015 08:51:25 +0200 souliane browser and server side: remove unibox
Thu, 16 Apr 2015 14:57:02 +0200 souliane massive (preventive) addition of 'u' (unicode) before the strings passed to logging functions
Thu, 09 Apr 2015 11:37:25 +0200 souliane browser_side: use host.default_muc instead of C.DEFAULT_MUC