index
:
mediagoblin.git
master
MediaGoblin is a free software media publishing platform that anyone can run, with Plyr player for default, search and without nodejs
heckyel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mediagoblin
/
plugins
/
piwigo
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some unused imports and local variables.
Ben Sturmfels
2021-09-23
1
-2
/
+1
*
Apply pyupgrade --py36-plus.
Ben Sturmfels
2021-09-23
2
-2
/
+2
*
Remove remaining imports/calls to six not automatically removed by pyupgrade.
Ben Sturmfels
2021-03-05
2
-3
/
+0
*
Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.
Ben Sturmfels
2021-03-05
2
-10
/
+10
*
Fix #928 - cleanup to avoid duplicated get_upload_file_limits
Loic Dachary
2016-07-25
1
-4
/
+1
*
Collection changes and migration for federation
Jessica Tallon
2015-10-07
1
-2
/
+2
*
wtforms.fields.TextField was deprecated
Jakob Kramer
2015-03-12
1
-9
/
+9
*
Merge branch 'master' into merge-python3-port
Christopher Allan Webber
2014-09-16
1
-1
/
+1
|
\
|
*
Fixes #899 : DeprecationWarning about Required going away in WTForms 3.0. Rep...
Loïc Le Ninan
2014-06-13
1
-1
/
+1
*
|
Use six.text_type instead of unicode().
Berker Peksag
2014-06-02
1
-2
/
+4
*
|
Use six.iteritems() instead of dict.iteritems().
Berker Peksag
2014-05-26
1
-1
/
+1
|
/
*
Also switching piwigo integration of submit_media over to kwargs.
Christopher Allan Webber
2013-11-14
1
-5
/
+6
*
Porting the piwigo submit system over to using the new submit utility.
Christopher Allan Webber
2013-11-14
1
-57
/
+38
*
Revert "slugs are now generated during processing"
Rodney Ewing
2013-08-08
1
-0
/
+3
*
slugs are now generated during processing
Rodney Ewing
2013-08-07
1
-3
/
+0
*
created a check_login_simple function
Rodney Ewing
2013-05-25
1
-9
/
+3
*
Piwigo minor fix in categories_getList.
Mats Sjöberg
2013-05-21
1
-3
/
+3
*
Piwigo: some sanity checks before adding to collection as per Elrond's sugges...
Mats Sjöberg
2013-05-21
1
-1
/
+2
*
Piwigo: return collections list only to logged in users.
Mats Sjöberg
2013-05-21
1
-6
/
+7
*
Rudimentary collections support for piwigo plugin.
Mats Sjöberg
2013-05-21
1
-2
/
+21
*
Fixed minor typo in piwigo logging.
Mats Sjöberg
2013-05-21
1
-1
/
+2
*
Refactor submit util new_upload_entry
Elrond
2013-05-21
1
-6
/
+2
*
piwigo: Return proper error for wrong user/password.
Elrond
2013-05-20
2
-6
/
+6
*
piwigo: Add PwgError class.
Elrond
2013-05-20
1
-2
/
+14
*
A bit of pep8 and small typo fix.
Elrond
2013-05-20
1
-2
/
+2
*
Added upload processing to the piwigo/addSimple
Joar Wandborg
2013-05-19
1
-3
/
+58
*
piwigo: Fix validator usage.
Elrond
2013-05-12
1
-1
/
+1
*
piwigo: Better logging for login.
Elrond
2013-05-09
1
-1
/
+4
*
piwigo: Let getStatus return the current user.
Elrond
2013-05-09
1
-1
/
+5
*
Create new session system for piwigo plugin.
Elrond
2013-05-09
3
-7
/
+55
*
piwigo: Add .images.add including form handling.
Elrond
2013-05-09
3
-3
/
+41
*
piwigo: Remove possibly_add_cookie.
Elrond
2013-05-09
1
-15
/
+0
*
piwigo: Send NotImplemented for unknown methods.
Elrond
2013-04-18
1
-3
/
+2
*
Use check_file_field in pwg_images_addSimple.
Elrond
2013-04-18
1
-0
/
+4
*
Start to use six for basestring.
Elrond
2013-04-18
1
-2
/
+3
*
piwigo: Fix pwg_getversion
Elrond
2013-03-26
1
-1
/
+1
*
piwigo: Start at pwg.images.addSimple.
Elrond
2013-03-26
2
-0
/
+43
*
piwigo start at pwg.images.addChunk.
Elrond
2013-03-21
1
-1
/
+43
*
piwigo: Add session.getStatus, improve categories.getList
Elrond
2013-03-21
2
-5
/
+10
*
piwigo: Sent a fake cookie.
Elrond
2013-03-21
1
-1
/
+18
*
Add warning README.rst and fix pep8.
Elrond
2013-03-19
2
-1
/
+24
*
piwigo: Move tool functions into tools.py
Elrond
2013-03-19
2
-83
/
+108
*
Start at pwg.categories.getList and improve xml output.
Elrond
2013-03-19
1
-13
/
+51
*
piwigo: start xml response encoding, more (fake) methods.
Elrond
2013-03-19
1
-2
/
+55
*
Starting a piwigo api plugin.
Elrond
2013-03-19
2
-0
/
+116