summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-04-17Request individual slides from a deck.HEADmasterMuthu Subramanian1-1/+59
Use like this: /api/.../deck.odp?slides=1,5,6
2013-04-16A new demo group edit page at /users/<user>/editThorsten Behrens2-2/+102
Some playing with jquery gave this little edit page. Saving does not yet work.
2013-04-15Track latest deck revision in 'latest' symlink.Thorsten Behrens1-2/+6
2013-04-15implement slide groups, ensuing reworkThorsten Behrens4-64/+153
- slide thumbnail no longer bear slide number to ease symlinking - split up tree between decks and groups (also for preview/thumbnailing) - some tweaks around ssl support
2013-04-13Rename cert, ignore local cert files for git.Thorsten Behrens2-2/+4
2013-04-10Move out thumbnailer to separate script, to-be-run via cron.Muthu Subramanian2-8/+23
2013-04-10Use ssl for all http communication.Muthu Subramanian1-4/+21
2013-04-10Excluding filestore subdirThorsten Behrens1-1/+2
2013-04-10Make upload really work, have templates for user-facing pages.Thorsten Behrens7-68/+260
split up stuff into /api/* and /*/ user-facing pages.
2013-04-10Kill dummy files, upload is fixed in a minute.Thorsten Behrens6-123758/+0
2013-04-09Add proper license and shebang, make script +xThorsten Behrens1-0/+9
2013-04-09Make basic auth work, add configurability, fix uploadThorsten Behrens1-23/+52
* explicit is better - use @get instead of @route with default behvr * check for basic auth on upload POST url * add some configuration points: - stick local.json into same dir as slideapi.py - which is nested dict, outside has users and thumbnails keys, with users having: * key:username, subdict with password and description keys with thumbnails having * keys upload_path, soffice, convert, thumbnail_size
2013-04-09Ignore local config fileThorsten Behrens1-0/+1
2013-04-09Adding basic upload and convert code.Muthu Subramanian1-3/+22
2013-04-08Initial import.Thorsten Behrens8-0/+123815
Run like this: python slideapi.py