Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gajim-plugins
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
56
Issues
56
List
Boards
Labels
Service Desk
Milestones
Merge Requests
8
Merge Requests
8
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gajim
gajim-plugins
Commits
56129580
Commit
56129580
authored
Sep 02, 2016
by
Philipp Hörist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add license and change authors
parent
dabfbbf8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
2 deletions
+15
-2
httpupload/httpupload.py
httpupload/httpupload.py
+15
-1
httpupload/manifest.ini
httpupload/manifest.ini
+0
-1
No files found.
httpupload/httpupload.py
View file @
56129580
# -*- coding: utf-8 -*-
##
#
# This file is part of Gajim.
#
# Gajim is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published
# by the Free Software Foundation; version 3 only.
#
# Gajim is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
from
gi.repository
import
GObject
,
Gtk
,
GLib
import
os
...
...
httpupload/manifest.ini
View file @
56129580
...
...
@@ -9,7 +9,6 @@ description: This plugin is designed to send a file to a contact or muc by using
and
maintains
the
scheme
data:
URI,
a
thumbnail
image
is
send
along
the
link
to
the
full
size
image.
If
the
receiving
side
doesn't
support
this,
only
a
text
message
containing
the
link
to
the
image
is
send.
authors:
Thilo
Molitor
<thilo@eightysoft.de>
Anders
Sandblad
<runeson@gmail.com>
Philipp
Hörist
<philipp@hoerist.com>
Linus
Heckemann
<linus@sphalerite.org>
homepage:
https://trac-plugins.gajim.org/wiki/HttpUploadPlugin
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment