Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-06-07[httpupload] Update manifest.iniPhilipp Hörist
2017-06-07[httpupload] Set parent window correctly Fixes #199Philipp Hörist
2017-04-06[httpupload] Add url oob tag also in groupchatPhilipp Hörist
2017-04-06[httpupload] Make sure httpupload is lastPhilipp Hörist
The oob tag is only added when a body tag exists with the same content. (means not unencrypted) If any encryption plugin is active, there should be no cleartext body. So no oob tag is added to encrypted messages. This patch exists only for the OTR plugin.
2017-04-05[httpupload] Add oob tag with url dataPhilipp Hörist
This will only be added on not encrypted Messages
2017-04-05[httpupload] Fail on missing python-cryptographyPhilipp Hörist
2017-03-15[httpupload] Update manifest.iniPhilipp Hörist
2017-03-15[httpupload] Catch URLErrorPhilipp Hörist
2017-03-15[httpupload] Update manifest.iniPhilipp Hörist
2017-03-15[httpupload] Return error message correctlyPhilipp Hörist
2017-01-13[httpupload] Update manifest.iniPhilipp Hörist
2017-01-13[httpupload] Set progresswindow title in UI filePhilipp Hörist
2017-01-13[httpupload] Refactor destroying progresswindowPhilipp Hörist
2017-01-13[httpupload] Set parent for progresswindowPhilipp Hörist
2017-01-13[httpupload] Refactor error stanza handlingPhilipp Hörist
2017-01-13[httpupload] Raise exception in correct threadPhilipp Hörist
2017-01-12[httpupload] Catch UploadAborted exceptionPhilipp Hörist
2017-01-12[httpupload] Dont use geometry_hintsPhilipp Hörist
It creates Problems with various WindowManagers
2017-01-12[httpupload] Set Position in UI filePhilipp Hörist
2017-01-12[httpupload] Automatic Glade 3.18.3 changesPhilipp Hörist
2017-01-10[httpupload] Update manifest.iniPhilipp Hörist
2017-01-10[httpupload] Dont crash on error in upload threadPhilipp Hörist
2017-01-10[httpupload] Fix reference errorPhilipp Hörist
omemo was not assigned before reference if there was no omemo plugin found
2016-09-08Add encrypted file upload for windowsPhilipp Hörist
2016-09-02Add license and change authorsPhilipp Hörist
2016-07-05dummy commit to release plugin after hook script error resulting from 0xfeff ↵tmolitor
in the commit message
2016-06-28Add encrypted uploads in combination with OMEMO on linux systemsPhilipp Hörist
2016-06-26small bugfix (see last commit)...tmolitor
2016-06-26Better way of getting local file pathPhilipp Hörist
2016-04-18Better handling of thumbnail creation and some preparations for py3...tmolitor
2015-12-11Some minor bugfixes...tmolitor
2015-11-13Corrected the min version setting in the manifest file...tmolitor
2015-10-25Fixed some bugs in the httpupload feature detection when reconnectingtmolitor
2015-10-08Use GTK Pixbuf as fallback for downsampling images, if PIL is not ↵tmolitor
available...some minor bugfixes in upload component detection...
2015-09-29Updated version number to reflect the recent bugfixtmolitor
2015-09-24Fixed format string (%% instead of single % for literal percent char)tmolitor
2015-09-24Updated version numer in manifest file and slightly updated the description texttmolitor
2015-09-24Changed namespace to official namespace assigned by XEP-0363 ↵tmolitor
(http://xmpp.org/extensions/xep-0363.html)
2015-09-03Fixed bug on first install, version 0.2.9tmolitor
2015-09-03Added missing homepage field to manifest.initmolitor
2015-09-02Initial commit of httpupload plugin (version 0.2.8)tmolitor