aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/plugins/piwigo/tools.py
Commit message (Expand)AuthorAgeFilesLines
* Apply pyupgrade --py36-plus.Ben Sturmfels2021-09-231-1/+1
* Remove remaining imports/calls to six not automatically removed by pyupgrade.Ben Sturmfels2021-03-051-1/+0
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-051-6/+6
* Use six.iteritems() instead of dict.iteritems().Berker Peksag2014-05-261-1/+1
* piwigo: Return proper error for wrong user/password.Elrond2013-05-201-1/+2
* piwigo: Add PwgError class.Elrond2013-05-201-2/+14
* A bit of pep8 and small typo fix.Elrond2013-05-201-2/+2
* Create new session system for piwigo plugin.Elrond2013-05-091-0/+31
* piwigo: Add .images.add including form handling.Elrond2013-05-091-1/+14
* Start to use six for basestring.Elrond2013-04-181-2/+3
* piwigo: Add session.getStatus, improve categories.getListElrond2013-03-211-0/+1
* Add warning README.rst and fix pep8.Elrond2013-03-191-1/+1
* piwigo: Move tool functions into tools.pyElrond2013-03-191-0/+106