Commit Graph

21 Commits (109d5feef1d3b84e1991b4d59ff406fd26b0ff35)

Author SHA1 Message Date
voussoir 109d5feef1 Separate cursors for every transaction 2017-01-29 17:47:59 -08:00
voussoir 13ae208a06 Add trailing comma to kw-only args
Welcome to the present!
2017-01-06 18:10:19 -08:00
voussoir 76523db2b6 checkpoint 2017-01-06 18:08:22 -08:00
voussoir a305350f5f Fix handling of unicode filename downloads
Add photo attribute dot_extension

Fix bug using unnormalized offset in calculations
2016-12-24 18:34:34 -08:00
voussoir 0d0431edff Centralize and unify search parameter normalization
Create searchhelpers.py which normalize incoming search parameters.

Add argument give_back_parameters so we can more effectively return the normalized parameters to the user to learn from their mistakes.

Create objects.WarningBag and stop using the warnings module with the unclear warning-catcher.

Fix handling of photos without extensions (still needs improvement).

Adopt use of pathclass.Path in more places and keep thumbnail paths relative so that the entire _etiquette dir can be moved and still work right away.

Probably some other things
2016-12-24 17:13:45 -08:00
voussoir 564518f4d8 Add early author search; Load Photo.mimetype on instantiation 2016-12-23 19:49:51 -08:00
voussoir 69443d7a8c general cleanup; move binding_filler helper 2016-12-20 21:33:14 -08:00
voussoir b5294431aa Greatly improve zip endpoint with python-zipstream 2016-12-20 17:44:22 -08:00
voussoir 232f8231e0 Add author column to photos 2016-12-20 14:54:23 -08:00
voussoir f53b089b79 Clean up some long lines 2016-12-20 14:23:05 -08:00
voussoir 91fcbb7101 Create objects.py
Move Album, Photo, Tag, User to objects.py; Move SQL_COLUMNS variables to constants.py so they can be shared; Move more shared helpers to helpers.py
2016-12-16 20:02:08 -08:00
voussoir 0160af57dd Fix bugs from moving variables 2016-12-16 19:08:34 -08:00
voussoir a1894edcca Create json-based config system, move out of constants.py
datadir\config.json will be created automatically with the default values.
2016-12-16 18:53:12 -08:00
voussoir a47cdaaf04 misc cleanup 2016-12-16 17:59:43 -08:00
voussoir 1c7b736b1a Add early support for user accounts 2016-12-16 15:45:46 -08:00
voussoir d704b960cc database moved into datadir. filename no longer an option. 2016-12-16 01:53:51 -08:00
voussoir 6a96bc4ada remove trailing comma for kw-only args until 3.6 2016-12-16 01:37:15 -08:00
voussoir 7e9c78bb19 Convert many arguments to keyword-only 2016-12-14 15:10:24 -08:00
voussoir 693fce0d34 add binding_filler to simplify some inserts 2016-12-14 14:36:58 -08:00
voussoir 1ecd1f979e create exceptions.py and move more constants 2016-12-12 19:49:36 -08:00
voussoir 2b34854910 Move files to top of repository 2016-11-28 20:19:31 -08:00