log

age author description
Sun, 24 Jun 2018 22:21:25 +0200 Goffi browser (contact list): renamed entityToShow to entityVisible following Quick Frontend change
Thu, 21 Jun 2018 01:19:57 +0200 Goffi pages (events): added root, admin, new, rsvp and view pages
Thu, 21 Jun 2018 01:19:47 +0200 Goffi pages: ignore args if they are None in getSubPageURL
Thu, 21 Jun 2018 01:19:42 +0200 Goffi pages: change module for date_parse, following backend change
Mon, 04 Jun 2018 11:52:19 +0200 Goffi server: replaced blocking calls to bridge by bridgeCall which is not blocking
Sun, 03 Jun 2018 14:04:05 +0200 Goffi browser: fixed XMLUI Panel and Dialog
Sun, 03 Jun 2018 13:55:09 +0200 Goffi browser, server: added namespacesGet, so Libervia legacy app can run again
Sun, 03 Jun 2018 10:32:57 +0200 Goffi server: fixed service profile's cache
Sun, 03 Jun 2018 08:03:10 +0200 Goffi [mq]: debug_avatar_forum
Sat, 02 Jun 2018 19:58:09 +0200 Goffi misc (libervia.sh): removed "-d .." from PLUGIN_OPTIONS as it was overriding sat.conf in some cases
Fri, 01 Jun 2018 18:33:14 +0200 Goffi login (logged): set guest_session and session_started template variables
Fri, 01 Jun 2018 18:32:39 +0200 Goffi server (session): new "guest" property, True when connected user is a guest
Fri, 01 Jun 2018 18:31:29 +0200 Goffi pages (g): use server's connect method to connect instead of bridge, this way normal Libervia workflow is used, and session attributes are initialised.
Fri, 01 Jun 2018 16:00:48 +0200 Goffi server: return absolute page in checkRedirection
Fri, 01 Jun 2018 15:09:19 +0200 Goffi server, pages: fixed blocking calls to bridge by using bridgeCall instead
Fri, 01 Jun 2018 15:07:06 +0200 Goffi pages (merge-requests/view): fixed default node when checking affiliations
Fri, 01 Jun 2018 13:04:57 +0200 Goffi merge-requests, tickets: new "edit" pages
Fri, 01 Jun 2018 13:04:57 +0200 Goffi merge-requests (view), tickets (view): fill "url_ticket_edit" when logged user is publisher of ticket, or node owner.
Fri, 01 Jun 2018 13:04:51 +0200 Goffi server (session): new "connected" property, which is True when a user is logged
Fri, 01 Jun 2018 13:03:52 +0200 Goffi server: new getAffiliation method:
Fri, 01 Jun 2018 12:58:20 +0200 Goffi pages: new "getURLByPath" method in LiberviaPage, which is similar to getURLByNames, but which a more readable way to request a path with named pages.
Fri, 01 Jun 2018 12:56:13 +0200 Goffi pages (chat): don't change session.jid anymore, as it is now set on log-in
Fri, 01 Jun 2018 12:55:25 +0200 Goffi server: set jid and started time in session on log-in:
Fri, 01 Jun 2018 12:52:14 +0200 Goffi pages (merge-requests, tickets): use new "labels_as_list" flag in extra
Fri, 01 Jun 2018 12:50:41 +0200 Goffi pages (tickets/new): fixed use of legacy "reporter" instead of "author"
Wed, 23 May 2018 21:55:13 +0200 Goffi pages (blog, files): use new local_device argument of discoFindByFeatures
Mon, 02 Apr 2018 10:39:55 +0200 Arnaud Joset server (setup): New setup.py compatible with archlinux PKGBUILD.
Mon, 02 Apr 2018 09:09:43 +0200 Goffi pages: fixed used of "blog" page instead of "blog_view"
Sun, 01 Apr 2018 20:56:16 +0200 Goffi README: specified contribution URIs and label
Fri, 30 Mar 2018 20:31:47 +0200 Goffi pages: fixed calls to "blog" instead of "blog_view"
Tue, 27 Mar 2018 08:40:27 +0200 Goffi pages: default menu update
Tue, 27 Mar 2018 08:40:12 +0200 Goffi pages (merge-requests): added a discovery page similar to tickets one:
Tue, 27 Mar 2018 08:36:37 +0200 Goffi pages (forums): log a warning and use an empty list when forums are not available
Tue, 27 Mar 2018 08:35:37 +0200 Goffi pages (blog): blog page is now public (only free jid is available when not connected)
Mon, 26 Mar 2018 21:32:16 +0200 Goffi pages (tickets): tickets discovery:
Mon, 26 Mar 2018 08:20:41 +0200 Goffi blog: moved blog page from /common to /blog:
Mon, 26 Mar 2018 08:18:27 +0200 Goffi pages (files): change discoFindByFeatures call following backend
Sat, 24 Mar 2018 11:25:36 +0100 Goffi pages: updated default menu
Sat, 24 Mar 2018 11:20:56 +0100 Goffi pages (photos): default page now handle free jid (but don't display anything else yet)
Thu, 22 Mar 2018 07:38:38 +0100 Goffi imported patch discover
Wed, 21 Mar 2018 19:11:37 +0100 Goffi pages (common/blog): added xmpp_uri in template_data
Wed, 21 Mar 2018 19:11:22 +0100 Goffi pages: fixed args count in getPathArgs
Sun, 18 Mar 2018 11:38:34 +0100 Goffi pages (photos): new photos/album page to use photo album view when displaying files, and display comments is available.
Sun, 18 Mar 2018 11:36:46 +0100 Goffi pages (files/list): comments handling + size parameters:
Sun, 18 Mar 2018 11:34:01 +0100 Goffi pages: new pages_tools module:
Wed, 14 Mar 2018 09:23:23 +0100 Goffi pages (files/list): retrieve thumbnail:
Wed, 14 Mar 2018 09:20:38 +0100 Goffi server: fixed profile cache path (the path has changed and "profiles" is now needed)
Wed, 14 Mar 2018 09:01:04 +0100 Goffi pages: fixed min_args for getPathArgs
Sun, 11 Mar 2018 19:33:38 +0100 Goffi pages (files): files sharing first draft:
Sun, 11 Mar 2018 19:30:37 +0100 Goffi server: new ProgressHandler helper class, to handle progressing actions
Sun, 11 Mar 2018 19:29:23 +0100 Goffi pages: new delegateToResource method to continue workflow with a Twisted Resource
Sun, 11 Mar 2018 19:28:10 +0100 Goffi pages: fixed unicode escaping when using a redirecting URL
Sun, 11 Mar 2018 19:26:18 +0100 Goffi pages: '*' can now be used to prefix the last arg name in getPathArgs, in which case the data will be a list of remaining path arguments.
Tue, 30 Jan 2018 08:15:05 +0100 Goffi pages: don't log error anymore when empty page_meta.py are used
Tue, 30 Jan 2018 08:15:04 +0100 Goffi pages (forums): first draft
Tue, 30 Jan 2018 08:04:33 +0100 Goffi common/blog: "service" and "node" are now set in template_data
Tue, 30 Jan 2018 08:01:27 +0100 Goffi pages: new getPathArgs helper method to retrieve several path arguments at once
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
Thu, 25 Jan 2018 09:06:36 +0100 Goffi browser: updated robots.txt