Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-04-17 | Request individual slides from a deck.HEADmaster | Muthu Subramanian | 1 | -1/+59 | |
Use like this: /api/.../deck.odp?slides=1,5,6 | |||||
2013-04-16 | A new demo group edit page at /users/<user>/edit | Thorsten Behrens | 2 | -2/+102 | |
Some playing with jquery gave this little edit page. Saving does not yet work. | |||||
2013-04-15 | Track latest deck revision in 'latest' symlink. | Thorsten Behrens | 1 | -2/+6 | |
2013-04-15 | implement slide groups, ensuing rework | Thorsten Behrens | 4 | -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-13 | Rename cert, ignore local cert files for git. | Thorsten Behrens | 2 | -2/+4 | |
2013-04-10 | Move out thumbnailer to separate script, to-be-run via cron. | Muthu Subramanian | 2 | -8/+23 | |
2013-04-10 | Use ssl for all http communication. | Muthu Subramanian | 1 | -4/+21 | |
2013-04-10 | Excluding filestore subdir | Thorsten Behrens | 1 | -1/+2 | |
2013-04-10 | Make upload really work, have templates for user-facing pages. | Thorsten Behrens | 7 | -68/+260 | |
split up stuff into /api/* and /*/ user-facing pages. | |||||
2013-04-10 | Kill dummy files, upload is fixed in a minute. | Thorsten Behrens | 6 | -123758/+0 | |
2013-04-09 | Add proper license and shebang, make script +x | Thorsten Behrens | 1 | -0/+9 | |
2013-04-09 | Make basic auth work, add configurability, fix upload | Thorsten Behrens | 1 | -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-09 | Ignore local config file | Thorsten Behrens | 1 | -0/+1 | |
2013-04-09 | Adding basic upload and convert code. | Muthu Subramanian | 1 | -3/+22 | |
2013-04-08 | Initial import. | Thorsten Behrens | 8 | -0/+123815 | |
Run like this: python slideapi.py |