aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/plugins/piwigo/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Create new session system for piwigo plugin.Elrond2013-05-091-0/+5
| | | | | | | Using the brand new itsdangerous sessions to power the sessions for piwigo. The real point is: Clients want to have the session in a "pwg_id" cookie and don't accept any other cookie name.
* Starting a piwigo api plugin.Elrond2013-03-191-0/+37
This one just puts up the basic endpoint, some infrastructure and a fake login method. Lots more needed.