log

age author description
2018-06-02 Goffi misc (libervia.sh): removed "-d .." from PLUGIN_OPTIONS as it was overriding sat.conf in some cases
2018-06-01 Goffi login (logged): set guest_session and session_started template variables
2018-06-01 Goffi server (session): new "guest" property, True when connected user is a guest
2018-06-01 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.
2018-06-01 Goffi server: return absolute page in checkRedirection
2018-06-01 Goffi server, pages: fixed blocking calls to bridge by using bridgeCall instead
2018-06-01 Goffi pages (merge-requests/view): fixed default node when checking affiliations
2018-06-01 Goffi merge-requests, tickets: new "edit" pages
2018-06-01 Goffi merge-requests (view), tickets (view): fill "url_ticket_edit" when logged user is publisher of ticket, or node owner.
2018-06-01 Goffi server (session): new "connected" property, which is True when a user is logged
2018-06-01 Goffi server: new getAffiliation method:
2018-06-01 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.
2018-06-01 Goffi pages (chat): don't change session.jid anymore, as it is now set on log-in
2018-06-01 Goffi server: set jid and started time in session on log-in:
2018-06-01 Goffi pages (merge-requests, tickets): use new "labels_as_list" flag in extra
2018-06-01 Goffi pages (tickets/new): fixed use of legacy "reporter" instead of "author"
2018-05-23 Goffi pages (blog, files): use new local_device argument of discoFindByFeatures
2018-04-02 Arnaud Joset server (setup): New setup.py compatible with archlinux PKGBUILD.
2018-04-02 Goffi pages: fixed used of "blog" page instead of "blog_view"
2018-04-01 Goffi README: specified contribution URIs and label
2018-03-30 Goffi pages: fixed calls to "blog" instead of "blog_view"
2018-03-27 Goffi pages: default menu update
2018-03-27 Goffi pages (merge-requests): added a discovery page similar to tickets one:
2018-03-27 Goffi pages (forums): log a warning and use an empty list when forums are not available
2018-03-27 Goffi pages (blog): blog page is now public (only free jid is available when not connected)
2018-03-26 Goffi pages (tickets): tickets discovery:
2018-03-26 Goffi blog: moved blog page from /common to /blog:
2018-03-26 Goffi pages (files): change discoFindByFeatures call following backend
2018-03-24 Goffi pages: updated default menu
2018-03-24 Goffi pages (photos): default page now handle free jid (but don't display anything else yet)
2018-03-22 Goffi imported patch discover
2018-03-21 Goffi pages (common/blog): added xmpp_uri in template_data
2018-03-21 Goffi pages: fixed args count in getPathArgs
2018-03-18 Goffi pages (photos): new photos/album page to use photo album view when displaying files, and display comments is available.
2018-03-18 Goffi pages (files/list): comments handling + size parameters:
2018-03-18 Goffi pages: new pages_tools module:
2018-03-14 Goffi pages (files/list): retrieve thumbnail:
2018-03-14 Goffi server: fixed profile cache path (the path has changed and "profiles" is now needed)
2018-03-14 Goffi pages: fixed min_args for getPathArgs
2018-03-11 Goffi pages (files): files sharing first draft:
2018-03-11 Goffi server: new ProgressHandler helper class, to handle progressing actions
2018-03-11 Goffi pages: new delegateToResource method to continue workflow with a Twisted Resource
2018-03-11 Goffi pages: fixed unicode escaping when using a redirecting URL
2018-03-11 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.
2018-01-30 Goffi pages: don't log error anymore when empty page_meta.py are used
2018-01-30 Goffi pages (forums): first draft
2018-01-30 Goffi common/blog: "service" and "node" are now set in template_data
2018-01-30 Goffi pages: new getPathArgs helper method to retrieve several path arguments at once
2018-01-30 Goffi server: fixed cache_dir for service profile in session interface
2018-01-26 Goffi date update
2018-01-25 Goffi browser: updated robots.txt
2018-01-25 Goffi pages (caches): use request.uri to check cache, to avoid using same cache with pages using different parameters (e.g. different MAM filter for pubsub)
2018-01-25 Goffi pages (common/blog): tranform special characters to their ascii equivalent
2018-01-25 Goffi pages (common/blog/atom.xml): don't use query elements in request_uri:
2018-01-25 Goffi pages: do not log error if there is not template and render method, but redirect is used
2018-01-24 Goffi pages (common/blog): fixed bad import
2018-01-24 Goffi server: better redirection (fixed issue in remaining path arguments)
2018-01-24 Goffi server: fixed unicode exception if old URL in url_redirections had a unicode character
2018-01-24 Goffi server (blog): moved old blog renderer from /blog to /blog_legacy
2018-01-24 Goffi server: don't change request.uri and request.path on redirection: the original URL must actually be used