MrDraw/src/octoprint
Jon Nordby 014ea3eadc API: Clarify Access-Control-Request-Header handling
'headers' was a way too generic name, and the code structure implied
it was used in place of 'resp.headers' or 'request.headers', which is not the case.
Also add comment about the purpose of this code.
2014-06-07 14:42:58 +02:00
..
filemanager Moved octoprint sources to "src" folder, adjusted setup.py and run script accordingly 2013-09-15 21:45:33 +02:00
server API: Clarify Access-Control-Request-Header handling 2014-06-07 14:42:58 +02:00
slicers Moved octoprint sources to "src" folder, adjusted setup.py and run script accordingly 2013-09-15 21:45:33 +02:00
static Forgot to add some files to git again, argh! 2014-05-29 17:41:46 +02:00
templates Better error reporting for timelapse rendering and system commands, updated pnotify and added possibility to add a "more" section to notifications 2014-05-26 22:51:45 +02:00
util Always send commands with checksum when printing 2014-06-05 21:23:07 +02:00
__init__.py Logging is now configurable via config-file 2014-03-31 12:16:42 +02:00
daemon.py Actually, umask 002 is what we want here. 2013-10-27 02:39:29 +02:00
events.py Added automatic migration of old event subscription format to the new one 2014-05-14 12:59:57 +02:00
gcodefiles.py And also forgot to push one more file 2014-05-19 18:00:57 +02:00
printer.py And another place I forgot to adapt to the new sd file list format 2014-06-01 18:44:39 +02:00
settings.py API: Only allow cross-origin requests if explicitly enabled 2014-06-07 01:04:32 +02:00
timelapse.py Better error reporting for timelapse rendering and system commands, updated pnotify and added possibility to add a "more" section to notifications 2014-05-26 22:51:45 +02:00
users.py Added user apikeys, made ajax api available via apikeys, restified ajax api (WIP) 2013-11-19 22:53:26 +01:00