Mercurial > libervia-backend
graph
-
core: new discoFindFeatures method which return all server services/roster entities implementing a set of features.Sat, 24 Mar 2018 10:46:09 +0100, by Goffi
-
core (disco), plugin XEP-0115: client use + capabilities hash improvment:Sat, 24 Mar 2018 10:44:37 +0100, by Goffi
-
jp: pubsub options refactoring:Wed, 21 Mar 2018 19:13:22 +0100, by Goffi
-
frontends (tools/misc): new FlagsHandler class, a simple class to help handling option flagsWed, 21 Mar 2018 19:07:06 +0100, by Goffi
-
jp (output/template): fixed template output (media_dir was missing)Wed, 21 Mar 2018 19:07:00 +0100, by Goffi
-
component file sharing: changed pubsub identity:Sun, 18 Mar 2018 11:26:01 +0100, by Goffi
-
component file sharing: comments metadata:Fri, 16 Mar 2018 18:43:11 +0100, by Goffi
-
component file sharing: comments handling first draft:Fri, 16 Mar 2018 17:06:35 +0100, by Goffi
-
core (memory, sqlite): added fileUpdate method to update "extra" and "access" avoiding race conditionFri, 16 Mar 2018 17:03:46 +0100, by Goffi
-
core: use C.bool to detect value of "handler" field in PLUGIN_INFOFri, 16 Mar 2018 17:00:57 +0100, by Goffi
-
core (constants): accept "yes" as a True value in bool()Fri, 16 Mar 2018 17:00:09 +0100, by Goffi
-
jp (common): assure nosplitright in default commands for edition with vimFri, 16 Mar 2018 16:59:16 +0100, by Goffi
-
component file sharing, plugin XEP-0231: thumbnail are now returned by component using Bits of Binary:Wed, 14 Mar 2018 08:14:32 +0100, by Goffi
-
plugin XEP-0264: handle truncated filesWed, 14 Mar 2018 08:11:20 +0100, by Goffi
-
plugin XEP-0329: fixed extra key serialisation before sending to bridgeWed, 14 Mar 2018 08:10:31 +0100, by Goffi
-
component file sharing: fixed hash handling (key has been renamed to "file_hash")Wed, 14 Mar 2018 08:08:42 +0100, by Goffi
-
core (memory): use bare jid for owner in setFiles:Wed, 14 Mar 2018 08:07:24 +0100, by Goffi
-
core (memory/cache): new getMetadata method to retrieve metadata without opening the fileWed, 14 Mar 2018 08:05:55 +0100, by Goffi
-
jp (file/send): --name can now be specifiedWed, 14 Mar 2018 07:57:04 +0100, by Goffi
-
template: added icon handling:Sun, 11 Mar 2018 19:18:00 +0100, by Goffi
-
file sharing component: thumbnails integration first draft:Fri, 02 Mar 2018 17:53:31 +0100, by Goffi
-
plugin XEP-0264: thumbnails handling implementationFri, 02 Mar 2018 17:53:31 +0100, by Goffi
-
plugin XEP-0234: some cleaning + added triggers to allow plugins to change parsing/generation of <file> elementFri, 02 Mar 2018 17:53:19 +0100, by Goffi
-
plugin XEP-0231: separated the requestData code in a method which can called independantly + some minor improvmentsFri, 02 Mar 2018 17:45:23 +0100, by Goffi
-
plugin XEP-0054: use .jpg instead of .jpe for jpeg filesFri, 02 Mar 2018 17:43:41 +0100, by Goffi
-
core (memory/cache): common cache:Fri, 02 Mar 2018 17:40:09 +0100, by Goffi
-
core (memory): fixed _getParentDir call in setFileFri, 02 Mar 2018 17:37:41 +0100, by Goffi
-
core (memory/sqlite): renamed column for files from hash to file_hash:Fri, 02 Mar 2018 17:36:43 +0100, by Goffi
-
plugin XEP-0054: removed Image.ANTIALIAS filter:Thu, 01 Mar 2018 09:04:36 +0100, by Goffi
-
jp (file): file sharing + improvments:Wed, 28 Feb 2018 18:28:39 +0100, by Goffi
-
plugin file sharing component: first draft:Wed, 28 Feb 2018 18:28:39 +0100, by Goffi
-
XEP-0329: implementation of File Information Sharing:Wed, 28 Feb 2018 18:28:39 +0100, by Goffi
-
XEP-0065,XEP-0096,XEP-0166,XEP-0235,XEP-0300: file transfer improvments:Wed, 28 Feb 2018 18:28:39 +0100, by Goffi
-
core (memory): file metadata handling methods:Wed, 28 Feb 2018 18:28:39 +0100, by Goffi
-
memory (sqlite): files handling:Wed, 28 Feb 2018 18:28:39 +0100, by Goffi
-
core (trigger): new returnPoint method:Wed, 28 Feb 2018 18:28:39 +0100, by Goffi
-
core (client): component improvments:Wed, 28 Feb 2018 18:28:39 +0100, by Goffi
-
core (client): set default timeout of IQ to 60 secondsWed, 28 Feb 2018 18:28:39 +0100, by Goffi
-
core: new getLocalPath method to retrieve a path in SàT local dir, which may be specific to a profile or componentWed, 28 Feb 2018 18:28:39 +0100, by Goffi
-
core (exceptions): added ClientTypeError to deal when a code should not be executed by a client or component profile.Wed, 28 Feb 2018 18:28:39 +0100, by Goffi
-
core (constants): new constants to handle files, progress, component, permissions (will be used in the upcoming patches)Wed, 28 Feb 2018 18:28:39 +0100, by Goffi
-
jp (common/table): a column can be hidden + fix for empty tablesWed, 28 Feb 2018 18:28:39 +0100, by Goffi
-
jp (profile/create): errback handlingWed, 28 Feb 2018 18:28:39 +0100, by Goffi
-
jp (event): added missing arg to _attend_filterWed, 28 Feb 2018 18:28:39 +0100, by Goffi
-
jp (base): added verbosity property to CommandBaseWed, 28 Feb 2018 18:28:29 +0100, by Goffi
-
plugin pipe/stream, file transfert: refactoring and improvments:Thu, 08 Feb 2018 00:37:42 +0100, by Goffi
-
plugin NAT-port: raise MappingError if something get wrong during "addportmapping" + log unexpected errors (i.e. everything else than MappingError)Thu, 01 Feb 2018 07:24:34 +0100, by Goffi
-
plugin XEP-0166: added errback to terminate, which only logs issuesThu, 01 Feb 2018 07:21:41 +0100, by Goffi
-
jp (base): fixed assertion error when using CommandAnsweringTue, 30 Jan 2018 08:43:52 +0100, by Goffi
-
jp (forums): forums handling commands, first draftTue, 30 Jan 2018 08:17:17 +0100, by Goffi
-
plugin forums: first draft:Tue, 30 Jan 2018 08:17:08 +0100, by Goffi
-
dates updateFri, 26 Jan 2018 11:14:13 +0100, by Goffi
-
tools (common/data_objects): accept same parameters as format en quote their values in OnClick.formatUrlWed, 24 Jan 2018 09:12:12 +0100, by Goffi
-
plugin blog import dotclear: use a smaller and lower case prefix to generate idsWed, 24 Jan 2018 09:10:12 +0100, by Goffi
-
plugin XEP-0277: use shortuuid instead of uuid + use item's XMPP URI for atom IDMon, 22 Jan 2018 22:00:46 +0100, by Goffi
-
plugin blog static: added background parameter, to set an imageMon, 22 Jan 2018 08:36:36 +0100, by Goffi
-
tools (common/data_objects): use lists instead of generators for BlogItem.groups and BlogItem.tagsSun, 21 Jan 2018 20:20:38 +0100, by Goffi
-
tool (utils): import directly parser from dateutilSun, 21 Jan 2018 13:04:16 +0100, by Goffi
-
tools (common/data_objects): BlogItem has now a uri property to generate its own XMPP URIFri, 19 Jan 2018 17:41:10 +0100, by Goffi
-
plugin XEP-0277: microblog namespace is now registeredFri, 19 Jan 2018 17:40:06 +0100, by Goffi
-
core: 'x-data' namespace is now registeredFri, 19 Jan 2018 17:39:38 +0100, by Goffi
-
plugin merge-requests: fixed "set" methodSat, 13 Jan 2018 10:12:15 +0100, by Goffi
-
plugins tickets, merge-requests: fixed call of prepareBridgeSetSat, 13 Jan 2018 10:03:32 +0100, by Goffi
-
plugins schema, merge_requests, tickets*: factorisationFri, 12 Jan 2018 15:58:54 +0100, by Goffi
-
tools (utils): new "partial" function which is a hack to workaround issue with functools.partial while using it with dbus module.Fri, 12 Jan 2018 15:45:37 +0100, by Goffi
-
tools (common/data_objects): added Room classFri, 05 Jan 2018 13:00:34 +0100, by Goffi
-
plugin XEP-0045: new mucGetService bridge method to retrieve MUC service of the server.Fri, 05 Jan 2018 12:59:52 +0100, by Goffi
-
plugin identity: if we get an empty avatar, don't feel avatar_basename and remove avatar key.Fri, 05 Jan 2018 12:58:54 +0100, by Goffi
-
template: date filter improvments:Wed, 03 Jan 2018 00:29:18 +0100, by Goffi
-
template: boolean attribute can now be specified when importing a script, and default to "defer"Wed, 03 Jan 2018 00:23:36 +0100, by Goffi
-
tools (common/data_objects): added classes for messagesWed, 03 Jan 2018 00:21:21 +0100, by Goffi
-
plugin identity: return resource for MUC room occupants' nicks + added avatar and avatar_basename.Wed, 03 Jan 2018 00:20:21 +0100, by Goffi
-
plugin XEP-0045: added mucNickGet to retrieve our nickname in a MUC roomWed, 03 Jan 2018 00:16:23 +0100, by Goffi
-
core: moved CHAT_* constants from frontends to core constants + uses constants for MESS_TYPE_* in sendMessageWed, 03 Jan 2018 00:13:48 +0100, by Goffi
-
plugin XEP-0060: added an config option to set pubsub serviceTue, 12 Dec 2017 01:07:25 +0100, by Goffi
-
jp (blog): added "set" command to publish content from stdin without editingTue, 12 Dec 2017 00:12:44 +0100, by Goffi
-
jp (base): added exitCb generic callback to display a message and quitTue, 12 Dec 2017 00:11:27 +0100, by Goffi
-
jp (pubsub/search): fixed --item argumentTue, 12 Dec 2017 00:09:39 +0100, by Goffi
-
template (xmlui): added labels property in ValueWidget (actually return values) and values property in OptionsWidgetMon, 04 Dec 2017 00:45:07 +0100, by Goffi
-
core, template (filters): added pygments as a dependency + new highlight filter to use it.Thu, 30 Nov 2017 21:00:24 +0100, by Goffi
-
template (filters): don't crash on invalid date in date_fmtThu, 30 Nov 2017 20:59:24 +0100, by Goffi
-
template: remove extension from elements while looking for a path:Thu, 30 Nov 2017 20:58:34 +0100, by Goffi
-
tools (config): complexe data can now be set using json and the "_json" suffixThu, 30 Nov 2017 20:53:47 +0100, by Goffi
-
jp (merge-request): first draft:Thu, 30 Nov 2017 20:52:33 +0100, by Goffi
-
plugin merge requests Mercurial: first draft:Thu, 30 Nov 2017 20:49:20 +0100, by Goffi
-
plugin merge requests: first draft:Thu, 30 Nov 2017 20:44:25 +0100, by Goffi
-
plugin tickets: handle "update" flag + various improvments:Thu, 30 Nov 2017 20:34:41 +0100, by Goffi
-
core (XMLUI): added value property for StringWidget and ListWidgetThu, 30 Nov 2017 20:29:25 +0100, by Goffi
-
core: specify profile on NotFound exceptionThu, 30 Nov 2017 20:27:22 +0100, by Goffi
-
plugin XEP-0060: added node watching methods to bridge:Sun, 19 Nov 2017 16:51:39 +0100, by Goffi
-
core: added a mechanism to associate short names to namespaces:Sun, 19 Nov 2017 16:46:07 +0100, by Goffi
-
plugin XEP-0060: added "options" argument to psSubscribe, and return subscription id if presentSun, 19 Nov 2017 16:41:59 +0100, by Goffi
-
jp (debug/monitor): if data can't be parsed (happen at beginning/end of stream because it's not complete XML), it is printed directly.Sun, 19 Nov 2017 16:38:35 +0100, by Goffi
-
jp (pubsub): added new "set" command tu publish or update an item in a non-interactive way (while "edit" do it interactively).Sat, 18 Nov 2017 18:37:21 +0100, by Goffi
-
core (sat.sh): force python 2 to launch twistd, and avoid launching wrong version if twistd is installed for python 3 tooFri, 17 Nov 2017 10:59:59 +0100, by Goffi
-
plugins blog import, tickets import, XEP-0277: fixed call to getCommentsService (it is now returning a Deferred)Thu, 16 Nov 2017 07:31:00 +0100, by Goffi
-
plugin import: fixed deserialisation of pubsub serviceWed, 15 Nov 2017 21:15:42 +0100, by Goffi
-
template (XMLUI): added JidInputWidgetWed, 15 Nov 2017 08:58:56 +0100, by Goffi
-
plugin tickets: specify parent service when using getCommentsService + fill reporter_jid is missing (will be discarded later if not in the schema)Wed, 15 Nov 2017 08:58:38 +0100, by Goffi
-
plugin XEP-0277: better getCommentsService:Wed, 15 Nov 2017 08:57:19 +0100, by Goffi
-
plugin XEP-0060: use new findServiceEntity to get default pubsub serviceWed, 15 Nov 2017 08:55:47 +0100, by Goffi
-
memory (disco): added findServiceEntity helper method to get first service of a kindWed, 15 Nov 2017 08:54:32 +0100, by Goffi
-
plugin tickets: fill reporter field when it is not already filledSat, 11 Nov 2017 18:39:26 +0100, by Goffi
-
core (XMLUI): form's XMLUI is use as first arguments for filters in dataForm2WidgetsSat, 11 Nov 2017 18:39:26 +0100, by Goffi
-
core (XMLUI): added a "value" property in TextWidgetSat, 11 Nov 2017 18:39:24 +0100, by Goffi
-
plugin identity: fixed jid.userhostJID call + capitalize user when jid is used.Sat, 11 Nov 2017 18:35:28 +0100, by Goffi
-
plugin schema: prepend a "publisher" field after "id" in getDataFormItems with published given by PubSub serviceSat, 11 Nov 2017 18:34:21 +0100, by Goffi
-
template: added dict_ext filter to extend a dictionaryThu, 09 Nov 2017 07:54:28 +0100, by Goffi
-
frontends (xmlui): fixed crash on advanced_list use:Wed, 08 Nov 2017 08:31:21 +0100, by Goffi
-
XEP-0060: fixed bad attribute in getItemsWed, 08 Nov 2017 07:47:01 +0100, by Goffi
-
template: fixed the use of eval_context_filter in item_filterSun, 05 Nov 2017 23:36:45 +0100, by Goffi
-
plugin schema: separate lines of text-multi in different values as requested by XEP-0004Sun, 05 Nov 2017 20:34:51 +0100, by Goffi
-
plugin tickets: added ticketsSet and ticketsSchemaGet methods:Sun, 05 Nov 2017 15:36:06 +0100, by Goffi
-
frontends (xmlui): added an attribute to ignore some widgets (and their label) in createSun, 05 Nov 2017 13:53:28 +0100, by Goffi
-
frotends(xmlui): fixed _xmlui_for_name attribute for labelsSun, 05 Nov 2017 13:44:07 +0100, by Goffi
-
jp (debug): new monitor command to show pretty formatted XML streamSat, 04 Nov 2017 22:11:45 +0100, by Goffi
-
jp (pubsub/node/create): fixed --field optionSat, 04 Nov 2017 22:11:01 +0100, by Goffi
-
plugin XEP-0277: minor id generation changeSat, 04 Nov 2017 22:10:01 +0100, by Goffi
-
misc: date update (yes it's a bit late :p )Fri, 03 Nov 2017 14:31:42 +0100, by Goffi
-
tmp: removed sat.tmp hierarchy and fixed references to it as it is now an independant sat_tmp repositoryFri, 03 Nov 2017 14:19:10 +0100, by Goffi
-
jp (xmlui): fixed workflow when value is for a BoolWidgetTue, 31 Oct 2017 23:51:19 +0100, by Goffi
-
jp (ad-hoc/run): node is now a positional argumentTue, 31 Oct 2017 23:30:18 +0100, by Goffi
-
jp (xmlui): XMLUIDialog.show has now a dummy argument, so workflow arguments can be put thereTue, 31 Oct 2017 23:29:45 +0100, by Goffi
-
jp (ad-hoc): new "list" and "run" commands:Tue, 31 Oct 2017 23:20:04 +0100, by Goffi
-
jp: XMLUI implementation first draft:Tue, 31 Oct 2017 23:17:37 +0100, by Goffi
-
core (disco): do not cache disco items when node is setTue, 31 Oct 2017 23:11:58 +0100, by Goffi