Fix #928 - cleanup to avoid duplicated get_upload_file_limits
[mediagoblin.git] / mediagoblin / plugins / piwigo / views.py
2016-07-25 Loic DacharyFix #928 - cleanup to avoid duplicated get_upload_file_...
2015-12-20 Boris BobrovMerge branch 'stable'
2015-12-20 Christopher Allan... Merge branch 'stable'
2015-12-20 Christopher Allan... Merge branch 'stable'
2015-10-07 Jessica TallonCollection changes and migration for federation
2015-04-17 Christopher Allan... Merge branch 'stable'
2015-03-20 Christopher Allan... Merge branch 'stable'
2014-10-09 Jessica TallonMerge branch 'location'
2014-10-07 Jessica TallonMerge branch '905-activities'
2014-09-22 Christopher Allan... Merge branch 'merge-python3-port'
2014-09-16 Christopher Allan... Merge branch 'master' into merge-python3-port
2014-06-02 Berker PeksagUse six.text_type instead of unicode().
2014-01-02 Christopher Allan... Merge remote-tracking branch 'refs/remotes/rodney757...
2014-01-02 Christopher Allan... Merge remote-tracking branch 'remotes/jiyda/220_rtl_lan...
2013-12-12 Sebastian SpaethMerge branch 'master' into upstream-master
2013-11-14 Christopher Allan... Also switching piwigo integration of submit_media over...
2013-11-14 Christopher Allan... Porting the piwigo submit system over to using the...
2013-08-08 Rodney EwingRevert "slugs are now generated during processing"
2013-08-07 Rodney Ewingslugs are now generated during processing
2013-07-31 Rodney EwingMerge commit 'refs/merge-requests/55' of git://gitoriou...
2013-07-31 Rodney EwingMerge commit 'refs/merge-requests/59' of git://gitoriou...
2013-07-25 Christopher Allan... Merge remote-tracking branch 'refs/remotes/brandoninver...
2013-06-21 AditiMerge remote-tracking branch 'cweb/master'
2013-05-28 Rodney EwingMerge remote-tracking branch 'upstream/master' into...
2013-05-27 Rodney Ewingcreated a check_login_simple function
2013-05-27 Rodney Ewingcreated a check_login_simple function
2013-05-27 Rodney EwingMerge branch 'pre-auth' into basic_auth
2013-05-25 Rodney Ewingcreated a check_login_simple function
2013-05-24 Rodney Ewingremoved check_login from db mixin
2013-05-24 Rodney Ewingmoved fake_login_attempt to plugins
2013-05-21 Mats SjöbergPiwigo minor fix in categories_getList.
2013-05-21 Mats SjöbergPiwigo: some sanity checks before adding to collection...
2013-05-21 Mats SjöbergPiwigo: return collections list only to logged in users.
2013-05-21 Mats SjöbergRudimentary collections support for piwigo plugin.
2013-05-21 Mats SjöbergFixed minor typo in piwigo logging.
2013-05-21 ElrondMerge remote-tracking branch 'rodney757/change_pass'
2013-05-20 ElrondRefactor submit util new_upload_entry
2013-05-20 Elrondpiwigo: Return proper error for wrong user/password.
2013-05-19 Joar WandborgAdded upload processing to the piwigo/addSimple
2013-05-19 Brandon InvergoMerge branch 'master' of git://gitorious.org/mediagobli...
2013-05-17 Christopher Allan... Merge remote-tracking branch 'refs/remotes/merge-reques...
2013-05-11 Christopher Allan... Merge remote-tracking branch 'refs/remotes/tryggvib...
2013-05-11 Christopher Allan... Merge remote-tracking branch 'gabithume/146_debug_message'
2013-05-11 Christopher Allan... Merge branch 'master' into 623_context_hooks
2013-05-10 Christopher Allan... Merge remote-tracking branch 'refs/remotes/dthompson...
2013-05-10 Christopher Allan... Merge branch 'master' of gitorious.org:mediagoblin...
2013-05-10 Christopher Allan... Merge remote-tracking branch 'refs/remotes/merge-reques...
2013-05-08 Elrondpiwigo: Better logging for login.
2013-05-08 Elrondpiwigo: Let getStatus return the current user.
2013-05-08 ElrondCreate new session system for piwigo plugin.
2013-05-08 Elrondpiwigo: Add .images.add including form handling.
2013-05-08 Elrondpiwigo: Remove possibly_add_cookie.
2013-04-26 Christopher Allan... Merge remote-tracking branch 'refs/remotes/npigeon...
2013-04-20 Christopher Allan... Merge remote-tracking branch 'remotes/npigeon/ticket...
2013-04-18 Elrondpiwigo: Send NotImplemented for unknown methods.
2013-04-18 ElrondUse check_file_field in pwg_images_addSimple.
2013-04-09 ElrondMerge remote-tracking branch 'brett/itsdangerous'
2013-04-08 ElrondMerge remote-tracking branch 'cwebber/254_delete_queue_...
2013-03-29 Christopher Allan... Merge branch 'master' of gitorious.org:mediagoblin...
2013-03-26 Elrondpiwigo: Fix pwg_getversion
2013-03-26 Elrondpiwigo: Start at pwg.images.addSimple.
2013-03-21 Elrondpiwigo start at pwg.images.addChunk.
2013-03-21 Elrondpiwigo: Add session.getStatus, improve categories.getList
2013-03-21 Elrondpiwigo: Sent a fake cookie.
2013-03-19 Elrondpiwigo: Move tool functions into tools.py
2013-03-19 ElrondStart at pwg.categories.getList and improve xml output.
2013-03-19 Elrondpiwigo: start xml response encoding, more (fake) methods.
2013-03-19 ElrondStarting a piwigo api plugin.