log

age author description
Wed, 14 Mar 2018 08:08:42 +0100 Goffi component file sharing: fixed hash handling (key has been renamed to "file_hash")
Wed, 14 Mar 2018 08:07:24 +0100 Goffi core (memory): use bare jid for owner in setFiles:
Wed, 14 Mar 2018 08:05:55 +0100 Goffi core (memory/cache): new getMetadata method to retrieve metadata without opening the file
Wed, 14 Mar 2018 07:57:04 +0100 Goffi jp (file/send): --name can now be specified
Sun, 11 Mar 2018 19:18:00 +0100 Goffi template: added icon handling:
Fri, 02 Mar 2018 17:53:31 +0100 Goffi file sharing component: thumbnails integration first draft:
Fri, 02 Mar 2018 17:53:31 +0100 Goffi plugin XEP-0264: thumbnails handling implementation
Fri, 02 Mar 2018 17:53:19 +0100 Goffi plugin XEP-0234: some cleaning + added triggers to allow plugins to change parsing/generation of <file> element
Fri, 02 Mar 2018 17:45:23 +0100 Goffi plugin XEP-0231: separated the requestData code in a method which can called independantly + some minor improvments
Fri, 02 Mar 2018 17:43:41 +0100 Goffi plugin XEP-0054: use .jpg instead of .jpe for jpeg files
Fri, 02 Mar 2018 17:40:09 +0100 Goffi core (memory/cache): common cache:
Fri, 02 Mar 2018 17:37:41 +0100 Goffi core (memory): fixed _getParentDir call in setFile
Fri, 02 Mar 2018 17:36:43 +0100 Goffi core (memory/sqlite): renamed column for files from hash to file_hash:
Thu, 01 Mar 2018 09:04:36 +0100 Goffi plugin XEP-0054: removed Image.ANTIALIAS filter:
Wed, 28 Feb 2018 18:28:39 +0100 Goffi jp (file): file sharing + improvments:
Wed, 28 Feb 2018 18:28:39 +0100 Goffi plugin file sharing component: first draft:
Wed, 28 Feb 2018 18:28:39 +0100 Goffi XEP-0329: implementation of File Information Sharing:
Wed, 28 Feb 2018 18:28:39 +0100 Goffi XEP-0065,XEP-0096,XEP-0166,XEP-0235,XEP-0300: file transfer improvments:
Wed, 28 Feb 2018 18:28:39 +0100 Goffi core (memory): file metadata handling methods:
Wed, 28 Feb 2018 18:28:39 +0100 Goffi memory (sqlite): files handling:
Wed, 28 Feb 2018 18:28:39 +0100 Goffi core (trigger): new returnPoint method:
Wed, 28 Feb 2018 18:28:39 +0100 Goffi core (client): component improvments:
Wed, 28 Feb 2018 18:28:39 +0100 Goffi core (client): set default timeout of IQ to 60 seconds
Wed, 28 Feb 2018 18:28:39 +0100 Goffi core: new getLocalPath method to retrieve a path in SàT local dir, which may be specific to a profile or component
Wed, 28 Feb 2018 18:28:39 +0100 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 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 Goffi jp (common/table): a column can be hidden + fix for empty tables
Wed, 28 Feb 2018 18:28:39 +0100 Goffi jp (profile/create): errback handling
Wed, 28 Feb 2018 18:28:39 +0100 Goffi jp (event): added missing arg to _attend_filter
Wed, 28 Feb 2018 18:28:29 +0100 Goffi jp (base): added verbosity property to CommandBase