MrDraw/src/octoprint
Gina Häußge 549b60edb1 Allow polling for changes in watched folder
Some underlying file systems might not trigger change events (e.g.
mounted remote file systems). Added a feature flag to allow for
switching to a (less performant) polling method.
(cherry picked from commit f2df174)
2015-07-06 10:20:57 +02:00
..
filemanager Fix: Ensure correct "upload date" for all added files 2015-06-29 10:35:33 +02:00
plugin Fix: Don't automatically persist or return _config_version 2015-07-02 15:27:35 +02:00
plugins SWU Fix: properly sanitize version strings for comparison 2015-07-05 10:04:06 +02:00
printer Fix: Use Exception, not BaseException 2015-06-28 02:24:47 +02:00
server Allow polling for changes in watched folder 2015-07-06 10:20:57 +02:00
slicing Fix: Use Exception, not BaseException 2015-06-28 02:24:47 +02:00
static Fix: Don't reload page on search form submits 2015-06-29 17:40:15 +02:00
templates Better resilience against senseless polling intervals 2015-07-05 16:50:33 +02:00
translations/de/LC_MESSAGES Show overlay when a new server version is detected 2015-06-21 18:02:16 +02:00
util Better resilience against senseless polling intervals 2015-07-05 16:50:33 +02: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 Fixed some comments that were outdated 2015-06-30 19:12:52 +02:00
settings.py Allow polling for changes in watched folder 2015-07-06 10:20:57 +02:00
timelapse.py Merge branch 'rotate90' of https://github.com/markwal/OctoPrint into pr/markwal/rotate90 2015-05-28 19:14:02 +02:00
users.py WIP on introducing user settings (incl. interface language) 2015-03-18 11:30:08 +01:00