MrDraw/src/octoprint
Gina Häußge 146128730c Fixed timelapse deletion
Was broken after switching to new file name sanitizing with the new file management layer, still stripped everything but ascii from the filename although timelapse file names may actually contain more than that character set since the gcode file names they are based off may too.

Closes #724
2015-01-19 12:34:25 +01:00
..
filemanager More error resilient handling of .metadata.yaml writes in local storage 2014-12-20 01:06:40 +01:00
plugin Fixed a documentation bug 2015-01-19 11:15:09 +01:00
plugins Fixed heated bed temperature setting during slicing with Cura 2015-01-16 19:58:46 +01:00
printer Fixed file sending to SD card 2015-01-12 16:00:37 +01:00
server Fixed timelapse deletion 2015-01-19 12:34:25 +01:00
slicing Fetch estimated print time from cura slicing result, create print time statistics per printer profile, interpolate between stats and live estimation during printing for print time left 2014-12-17 17:31:30 +01:00
static Changed how TemplatePlugin works 2015-01-16 11:54:34 +01:00
templates Made data_bind handling of Template Plugin more easier 2015-01-16 12:35:24 +01:00
translations [i18n] Translation update 2014-12-18 15:15:23 +01:00
util Small addendum and changelog entry for #717 2015-01-16 21:49:01 +01:00
__init__.py Versioning by versioneer: https://github.com/warner/python-versioneer/ 2014-06-22 01:12:06 +02:00
_version.py Fixed a couple of more missing branch fields and added Changelog entry 2014-11-04 10:07:46 +01:00
daemon.py Renamed delpid to term to better match its modified behavior. Moved the registration of the SIGTERM handler to avoid an extremely unlikely race condition. 2015-01-10 01:34:47 -08:00
events.py Added exception logging for event bus worker loop 2015-01-19 12:13:04 +01:00
settings.py Increased default communication and connection timeouts 2015-01-13 11:09:42 +01:00
timelapse.py Only decrement the image counter if it is set and larger than 0 2014-12-28 00:19:55 +01:00
users.py Properly recognize app session keys everywhere. Also fixed a bug where the ApiUser was not properly provisioned with his roles. 2014-11-14 17:58:42 +01:00