Commit graph

  • 9478678ea0 app: Add sha256 checksum validation to file uploads Arksine 2021-04-20 09:12:34 -04:00
  • 2c078cbc7c database: don't return forbidden namespaces in the list request Arksine 2021-04-20 06:34:46 -04:00
  • 3627331527 scripts: update to lmdb 1.2.1 Arksine 2021-04-20 06:03:42 -04:00
  • f4ebb93546 docs: update documentation for the Authorization component Arksine 2021-04-19 20:45:37 -04:00
  • 64e794f1b5 scripts: add fetch-apikey helper script Arksine 2021-04-19 14:46:33 -04:00
  • 5bba0fc2fa scripts: bump lmdb version to 1.2.0 Arksine 2021-04-19 06:18:58 -04:00
  • a4273d2d0a test: implement JWT Authorization for test client Arksine 2021-04-15 20:33:42 -04:00
  • 0c765f7b71 app: improve http request logging Arksine 2021-04-18 09:08:47 -04:00
  • 4e0e223599 authorization: allow auth related CORS Headers Arksine 2021-04-18 07:30:14 -04:00
  • 7eba8e58e3 authorization: add support for JWT User Authorizaton Arksine 2021-04-15 15:48:07 -04:00
  • 43a8d25619 websockets: Store IP Address in WebRequest object Arksine 2021-04-12 17:07:16 -04:00
  • 24e6fded91 authorization: use database to store API Key Arksine 2021-04-12 08:30:35 -04:00
  • dee9055347 database: introduce forbidden namespaces Arksine 2021-04-12 07:41:08 -04:00
  • 0ce53bd98f app: return HTTP errors in json format Arksine 2021-04-13 17:20:21 -04:00
  • 14991ac3b9 authorization: convert module to component Arksine 2021-04-09 08:45:40 -04:00
  • 57836047f6 octoprint compat: use subscriptions to update printer data Arksine 2021-04-18 07:12:26 -04:00
  • 9873084667 octoprint_compat: correctly report printer state Arksine 2021-04-18 06:20:27 -04:00
  • e8f6862fd2 app: cache modified time in static file handler Arksine 2021-04-17 07:05:31 -04:00
  • 4d69a1f1c6 extract_metadata: parse filament_total and filament_total_weight for Slic3r th33xitus 2021-04-13 14:36:10 +02:00
  • f203567381 extract_metadata: add Cura filament weight parsing th33xitus 2021-04-13 14:09:39 +02:00
  • 0d601073a6 extract_metadata: add parsing of filament weight th33xitus 2021-04-08 23:58:09 +02:00
  • daf3b202c3 app: restrict static file size to the detected content length Arksine 2021-04-16 07:49:44 -04:00
  • 087240aa67 app: don't return 304 for static files Arksine 2021-04-16 07:29:18 -04:00
  • 210cae2736 file_manager: check for broken symlinks in "get_file_list()" Arksine 2021-04-13 15:20:19 -04:00
  • dae0f05378 extract_metadata: assign correct data parameter th33xitus 2021-04-10 16:52:58 +02:00
  • 4d1a2668f5 docs: add notes about sending M112 gcodes Arksine 2021-04-09 14:57:06 -04:00
  • 7d3bba75e1 update_manager: report full version string for git repos Arksine 2021-04-09 12:44:30 -04:00
  • b111e3d6c7
    power.py add parameter timer fsironman 2021-04-06 23:58:51 +02:00
  • 6cc11276c8 Extend history API with reverse order Kamil Trzciński 2021-03-29 22:39:19 +02:00
  • 5db596f0a5 docs: Add database debugging option to configuration.md Arksine 2021-04-02 11:58:43 -04:00
  • aa3ffdbaaf power: fix whitespace issues Arksine 2021-03-31 20:32:57 -04:00
  • 8724d5e9ed database: add "enable_database_debug" option Arksine 2021-03-30 14:42:13 -04:00
  • da9401dd1a database: make protected namespaces persistent Arksine 2021-03-30 14:32:17 -04:00
  • 85b1b44e20 power.py: fix issue with single relay tasmota Arnaud Schaer 2021-04-02 13:45:45 +02:00
  • c36f989c52 power: Adding TPLinkSmartPlug multi plug support (clean-up and sign off) Michael Kreitzer 2021-03-27 14:53:28 -04:00
  • 210f505157 docs: document changes to the update_manager Arksine 2021-03-29 12:36:31 -04:00
  • 61c62154ae readme: Add mooncord to list of clients Arksine 2021-03-29 12:05:23 -04:00
  • c18f0dac60 update_manager: add support for npm package updates Arksine 2021-03-29 12:01:33 -04:00
  • daad55640b update_manager: send a "update_refreshed" notification after init Arksine 2021-03-29 08:56:55 -04:00
  • e489b795e6 update_manager: remove deprecated "include_deps" parameter in the update endpoint Arksine 2021-03-29 08:50:58 -04:00
  • 6b91b1eac1 scripts: add rsync and zlib1g-dev dependencies to the install script Arksine 2021-03-29 08:21:25 -04:00
  • c0389fbf3f update_manager: use SIGKILL to cancel git processes Arksine 2021-03-29 07:35:18 -04:00
  • 9b0c9810a4 shell_command: allow callers to specify a "signal index" Arksine 2021-03-29 07:29:41 -04:00
  • da9b9e184d moonraker: Add a .gitignore file Arksine 2021-03-28 20:00:06 -04:00
  • eb681fc960 update_manager: implement git repo recovery endpoint Arksine 2021-03-27 15:43:11 -04:00
  • 6b0d981274 update_manager: add support for setting a shell command's cwd Arksine 2021-03-27 21:19:13 -04:00
  • f1f318ea40 shell_command: add support for setting the cwd Arksine 2021-03-27 21:03:49 -04:00
  • fb1f76e008 shell_command: ShellCommandError fix Arksine 2021-03-27 19:29:57 -04:00
  • d6de095e66 update_manager: capture stdout and stderr from all git calls Arksine 2021-03-27 13:01:20 -04:00
  • b1f8eaae51 update_manager: only perform rsync backups on clean repos Arksine 2021-03-26 08:53:49 -04:00
  • f0a6620267 docs: fix incorrect reference to ConfigWrapper in components.md Arksine 2021-03-22 16:54:34 -04:00
  • eec85f86a9 docs: add /server/history/totals to documentation Arksine 2021-03-22 12:06:15 -04:00
  • e7f605327f history: set maximum jobs stored to 10000 Arksine 2021-03-22 11:45:15 -04:00
  • 4b13af4d86 history: track and report total job statistics Arksine 2021-03-22 11:41:38 -04:00
  • f38cacd513 history: fix "/server/history/list" when no jobs are present Arksine 2021-03-21 14:43:28 -04:00
  • c48fe983de scripts: update pillow to 8.1.2 Arksine 2021-03-18 20:32:06 -04:00
  • 8acd0f2728 docs: remove references to plugins and create components.md Arksine 2021-03-18 17:16:36 -04:00
  • 1dc920019c moonraker: rename the "plugins" package to "components" Arksine 2021-03-18 08:29:31 -04:00
  • 976f9a732c power: fix whitespace issues Arksine 2021-03-18 08:28:32 -04:00
  • bf67bce65f update_manager: replace references to "plugin" with "component" Arksine 2021-03-18 08:26:04 -04:00
  • f5c27f27ce shell_command: replace references to "plugin" with "component" Arksine 2021-03-18 08:25:08 -04:00
  • 480430720f proc_stats: replace references to "plugin" with "component" Arksine 2021-03-18 08:24:20 -04:00
  • fe8c7af79f power: replace references to "plugin" with "component" Arksine 2021-03-18 08:23:40 -04:00
  • 891d6bd871 paneldue: replace references to "plugin" with "component" Arksine 2021-03-18 08:22:53 -04:00
  • e251f26487 octoprint_compat: replace references to "plugin" with "component" Arksine 2021-03-18 08:22:12 -04:00
  • e2894b9907 machine: replace references to "plugin" with "component" Arksine 2021-03-18 08:20:53 -04:00
  • 92ac1ee21f klippy_apis: replace references to "plugin" with "component" Arksine 2021-03-18 08:20:10 -04:00
  • 6e6d974bad history: replace references to "plugin" with "component" Arksine 2021-03-18 08:19:19 -04:00
  • 8e609c503f file_manager: replace references to "plugin" with "component" Arksine 2021-03-18 08:18:43 -04:00
  • 7949b6400b database: replace references to "plugin" with "component" Arksine 2021-03-18 08:17:56 -04:00
  • 8d93bcf438 data_store: replace refrences to "plugin" with "component" Arksine 2021-03-18 08:16:56 -04:00
  • ce78e42065 app: use "lookup_component" instead of "lookup_plugin" Arksine 2021-03-18 08:14:01 -04:00
  • ed217fb3e9 moonraker: replace all references of "plugins" to "components" Arksine 2021-03-18 08:12:56 -04:00
  • 0c455fcc0d update_manager: combine "init" locks into a single event. Arksine 2021-03-18 06:29:32 -04:00
  • 5e99378466 update_manager: increase shell command timeouts Arksine 2021-03-17 19:24:49 -04:00
  • 48621da6aa update_manager: apply the command lock to initialization Arksine 2021-03-17 17:35:34 -04:00
  • 47902cb03c update_manager: implement rsync recovery for git Arksine 2021-03-17 15:56:55 -04:00
  • 038fcec1f4 file_manager: update call to "run_with_response" method in metadata. Arksine 2021-03-17 12:37:04 -04:00
  • 06c35fa0b2 shell_command: raise a ShellCommandError in run_with_response Arksine 2021-03-17 11:42:42 -04:00
  • 3f48dd5510 database: sync the database before closing Arksine 2021-03-17 06:53:20 -04:00
  • d9d087b9f3 docs: add "print_start_time" and "job_id" to the metadata documentation Arksine 2021-03-16 20:03:19 -04:00
  • 1e8ec5c517 history: update gcode metadata start time and job id fields Arksine 2021-03-16 19:39:11 -04:00
  • 06a07f09e5 file_manager: initialize "print_start_time" and "job_id" fields in metadata Arksine 2021-03-16 19:26:56 -04:00
  • 94ed9fbd7f docs: add documentation for the update_manager's primary_branch option Arksine 2021-03-16 14:22:38 -04:00
  • cd4641f959 update_manager: remove stale git lock files Arksine 2021-03-16 14:14:05 -04:00
  • 4b89de53f7 update_manager: add "primary_branch" option Arksine 2021-03-16 10:33:27 -04:00
  • 62265fd086 app: fix bug in type hint conversion method Arksine 2021-03-16 09:13:05 -04:00
  • e990e64ccd docs: Add .readthedocs.yaml Arksine 2021-03-16 08:38:53 -04:00
  • 1615af731b readme: Add link to Read The Docs Arksine 2021-03-16 08:35:18 -04:00
  • dc60143ef8 docs: prepare documentation for readthedocs Arksine 2021-03-16 06:34:17 -04:00
  • 7e230c1c77 docs: update API documenation to reflect recent changes Arksine 2021-03-15 07:03:01 -04:00
  • 78324e0df4 scripts: remove deprecated moonraker-start.sh lsb script Arksine 2021-03-15 06:14:59 -04:00
  • a04958b1bf power: Add HomeSeer control Mark Dietzer 2021-03-11 15:54:16 -08:00
  • f09cd413ca history: add an "exists" field to requested jobs Arksine 2021-03-14 18:25:35 -04:00
  • 62012726da file_manager: add a "check_file_exists" method Arksine 2021-03-14 18:23:27 -04:00
  • a5c455a305 history: return removed item in NamespaceWrapper.delete() Arksine 2021-03-14 15:55:08 -04:00
  • ca2bd380cf file_manager: set a metadata version to force re-processing Arksine 2021-03-14 14:24:51 -04:00
  • 05b8c4eaef extract_metadata: Copy thumbnails to the "thumbs" directory Arksine 2021-03-14 12:48:45 -04:00
  • 3b99307109 update_manager: don't raise an exception when restarting moonraker Arksine 2021-03-14 08:49:51 -04:00
  • 5f741c28a5 update_manager: store detached remote in database Arksine 2021-03-14 07:37:43 -04:00