log

age author description
2018-06-01 Goffi plugins schema, merge-requests, tickets: convert labels from textbox to list only when "labels_as_list" is set in extra parameters.
2018-06-01 Goffi jp (ticket): new "get" subcommand, to retrieve ticket(s)
2018-06-01 Goffi jp (output): new OUPUT_XMLUI and OUTPUT_LIST_XMLUI outputs
2018-06-01 Goffi jp (info/session): by default, display started as human readable date instead of Unix time
2018-06-01 Goffi tools (common): moved date_fmt function from template filters to new date_utils module, so it can be used everywhere.
2018-06-01 Goffi jp (blog/preview): fixed guessSyntaxFromPath call
2018-05-25 Goffi core: discoFindByFeatures now return only available resources
2018-05-25 Goffi core (xmpp): fixed "Force server" param on Android
2018-05-25 Goffi core: added local_device argument to discoFindByFeatures
2018-05-25 Goffi core (xmpp): use "phone" type in identities when backend is started from Android
2018-05-25 Goffi tools (common): new files_utils module:
2018-05-25 Goffi jp (file/share/list): fixed default value for jid
2018-05-25 Goffi core (constants): new downloads_dir config option (default path where files can be downloaded):
2018-05-22 Goffi quick frontends (app): retrieve namespaces on startup
2018-05-22 Goffi plugin XEP-0329: new methods/signals to handle shares:
2018-05-22 Goffi jp (base): fixed jid encoding
2018-05-22 Goffi core (disco): fixed disco capabilities (empty disco was used)
2018-05-11 Goffi quick frontend (app): avoid resource locking on new message
2018-05-11 Goffi plugin XEP-0050: filter form received from form-processing entity, to only keep "form" and "result" types
2018-05-11 Goffi plugin XEP-0045: display a note when no configuration is available on the room
2018-05-11 Goffi plugin XEP-0045: fixed room configuration cancellation
2018-05-11 Goffi quick frontend (contact list): don't store "nick" for group contacts:
2018-05-11 Goffi plugin XEP-0045: fixed joining workflow:
2018-05-10 Goffi quick frontend (chat): added a property to Message which is True when message comes from history
2018-04-13 Goffi bridge: added generated pb files to repository (needed for Cagou on Android)
2018-04-13 Goffi core (constants): updated Android constants for Cagou
2018-04-07 Goffi primitivus (xmlui): fixed XMLUIPanel signature
2018-04-06 Goffi setup, tools(utils): fixed versioning in setup and getRepositoryData
2018-04-06 Goffi tools (xmlui): fixed XMLUIDialog signature
2018-04-05 Goffi setup: use NAME to get version
2018-04-05 Goffi tools (utils): better repository version handling:
2018-04-05 Goffi setup: use scm version
2018-04-05 Goffi setup: version is now set in SAT/VERSION, sat is not imported anymore in setup
2018-04-04 Goffi README: typo
2018-04-04 Goffi README: added Arnaud Joset to contributors
2018-04-04 Goffi tools(utils): fixed path handling in getRepositoryData
2018-04-04 Goffi setup: minimal version of sat_tmp is 0.0.3
2018-04-03 Goffi core: replaced gtk3reactor by gireactor
2018-04-03 Goffi setup, constant: use https address in APP_URL, and keep pypi NAME separated from constants
2018-04-03 Goffi setup: use constants to get name and version
2018-04-02 Goffi setup: removed ez_setup.py
2018-04-02 Goffi core, setup: huge cleaning:
2018-04-02 Goffi plugin merge-request mercurial: keeps more chars for import name
2018-04-02 Goffi plugin merge-request mercurial: accept space and period for import name sanitization
2018-04-02 Goffi plugin merge-request mercurial: better name sanitization for import
2018-04-02 Goffi jp (merge-request,common): fixed URIFinder when metadata are not needed:
2018-04-01 Goffi README: minor line addition
2018-04-01 Goffi jp (base): fixed URI's item with use_pubsub
2018-04-01 Goffi README: label to use for tickets and merge requests is specified
2018-04-01 Goffi plugin uri finder, jp (merge-request): labels handling:
2018-03-31 Goffi jp (merge-request): find URIs when --service and --node are not specified for get and import:
2018-03-31 Goffi jp (base): added C.ITEM pubsub flag when --item is required
2018-03-31 Goffi jp (merge-request/set): if service and node are not specified, URIFinder is now used + ask confirmation before publishing
2018-03-31 Goffi jp (base): new confirmOrQuit helper method to ask confirmation to user, and quit if he cancel
2018-03-31 Goffi README: specified URIs location for tickets and merge requests
2018-03-31 Goffi plugin uri finder: plugin to find URIs in well-known locations
2018-03-31 Goffi jp: new argument pubsub_default can be used in Commands to replace default value in help string
2018-03-30 Goffi plugin merge-requests: fixed labels (they were using textbox instead of list)
2018-03-30 Goffi jp (merge-request/import): added import command
2018-03-30 Goffi plugin merge-requests, mercurial merge-requests: merge request import implementation