aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/plugins/piwigo/views.py
Commit message (Expand)AuthorAgeFilesLines
* Fix some unused imports and local variables.Ben Sturmfels2021-09-231-2/+1
* 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-2/+0
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-051-4/+4
* Fix #928 - cleanup to avoid duplicated get_upload_file_limitsLoic Dachary2016-07-251-4/+1
* Collection changes and migration for federationJessica Tallon2015-10-071-2/+2
* Use six.text_type instead of unicode().Berker Peksag2014-06-021-2/+4
* Also switching piwigo integration of submit_media over to kwargs.Christopher Allan Webber2013-11-141-5/+6
* Porting the piwigo submit system over to using the new submit utility.Christopher Allan Webber2013-11-141-57/+38
* Revert "slugs are now generated during processing"Rodney Ewing2013-08-081-0/+3
* slugs are now generated during processingRodney Ewing2013-08-071-3/+0
* created a check_login_simple functionRodney Ewing2013-05-251-9/+3
* Piwigo minor fix in categories_getList.Mats Sjöberg2013-05-211-3/+3
* Piwigo: some sanity checks before adding to collection as per Elrond's sugges...Mats Sjöberg2013-05-211-1/+2
* Piwigo: return collections list only to logged in users.Mats Sjöberg2013-05-211-6/+7
* Rudimentary collections support for piwigo plugin.Mats Sjöberg2013-05-211-2/+21
* Fixed minor typo in piwigo logging.Mats Sjöberg2013-05-211-1/+2
* Refactor submit util new_upload_entryElrond2013-05-211-6/+2
* piwigo: Return proper error for wrong user/password.Elrond2013-05-201-5/+4
* Added upload processing to the piwigo/addSimpleJoar Wandborg2013-05-191-3/+58
* piwigo: Better logging for login.Elrond2013-05-091-1/+4
* piwigo: Let getStatus return the current user.Elrond2013-05-091-1/+5
* Create new session system for piwigo plugin.Elrond2013-05-091-7/+19
* piwigo: Add .images.add including form handling.Elrond2013-05-091-2/+11
* piwigo: Remove possibly_add_cookie.Elrond2013-05-091-15/+0
* piwigo: Send NotImplemented for unknown methods.Elrond2013-04-181-3/+2
* Use check_file_field in pwg_images_addSimple.Elrond2013-04-181-0/+4
* piwigo: Fix pwg_getversionElrond2013-03-261-1/+1
* piwigo: Start at pwg.images.addSimple.Elrond2013-03-261-0/+15
* piwigo start at pwg.images.addChunk.Elrond2013-03-211-1/+43
* piwigo: Add session.getStatus, improve categories.getListElrond2013-03-211-5/+9
* piwigo: Sent a fake cookie.Elrond2013-03-211-1/+18
* piwigo: Move tool functions into tools.pyElrond2013-03-191-83/+2
* Start at pwg.categories.getList and improve xml output.Elrond2013-03-191-13/+51
* piwigo: start xml response encoding, more (fake) methods.Elrond2013-03-191-2/+55
* Starting a piwigo api plugin.Elrond2013-03-191-0/+79