Commit Graph

54 Commits

Author SHA1 Message Date
JonnyWong16 9edbe6af37 Add helper to cast API parameter true to bool 2020-02-22 22:33:49 -08:00
JonnyWong16 d1e401cb0c Remove default subject and body for notify API command 2019-11-24 22:35:58 -08:00
JonnyWong16 cfc30c1234 Add optional headers parameter for webhooks in notify API command 2019-11-11 15:41:11 -08:00
JonnyWong16 f41ed9953a Improve API response codes 2019-04-13 22:53:56 -07:00
JonnyWong16 68df0f07c8 Return API result error when unauthenticaed 2019-03-21 10:22:34 -07:00
JonnyWong16 e11803685c Fix API error when missing cmd 2018-11-04 11:49:13 -08:00
JonnyWong16 7bdef05a45 Fix download API commands 2018-10-09 08:27:48 -07:00
JonnyWong16 5bb3e189fe Update API docs 2018-08-27 21:27:09 -07:00
JonnyWong16 dd3f75f154 Add return_hash to pms_image_proxy API 2018-08-23 19:12:22 -07:00
samwiseg00 6b94292c7e Fix API creating a backup every sql query 2018-08-15 16:31:31 -04:00
JonnyWong16 2b395a7ad9 Fix API get_logs (Fixes Tautulli/Tautulli-Issues#100) 2018-07-05 18:50:04 -07:00
JonnyWong16 23cf790079 Return proper status codes for API (Fixes Tautulli/Tautulli-Issues#82) 2018-05-18 17:41:23 -07:00
JonnyWong16 14b6df8c25 Add newsletter commands to API docs 2018-05-13 11:46:58 -07:00
JonnyWong16 e0e7d68df2 API success result for empty response data (Fixes Tautulli/Tautulli-Issues#56) 2018-04-28 18:39:42 -07:00
JonnyWong16 9905ebc144 Don't empty results if message in API response (Fixes Tautulli/Tautulli-Issues#13) 2018-03-12 08:56:43 -07:00
JonnyWong16 3b3e207b11 Rename log files to tautulli 2018-03-04 11:38:31 -08:00
JonnyWong16 cab8b1c041 Check for updates without refreshing the page 2018-02-16 10:24:55 -08:00
JonnyWong16 9b4536f132 Move webserver notify to API 2018-01-07 14:46:01 -08:00
JonnyWong16 15faccfa2f Update server connection code 2017-12-30 17:27:39 -08:00
JonnyWong16 19f029cff0 Rename PlexPy to Tautulli 2017-12-16 12:52:33 -08:00
JonnyWong16 5efe2be7b2 Fix app parameter in api 2017-12-08 22:29:40 -08:00
JonnyWong16 53d0bef260 Add app parameter to api 2017-12-08 22:26:06 -08:00
JonnyWong16 ecd0a199f1 Add mobile device last seen 2017-12-08 22:05:44 -08:00
JonnyWong16 019787b32d Add mobile device settings 2017-12-08 20:52:55 -08:00
JonnyWong16 54cd860c13 Separate API and websocket logging 2017-09-30 16:42:25 -07:00
JonnyWong16 2d7fb82dd6 Fix API json encoding 2017-08-19 21:38:22 -07:00
JonnyWong16 68072d8340 Manual merge of v1.4.21 into v2 2017-08-02 21:37:59 -07:00
JonnyWong16 2ebe849b8e Allow temporary device token through api 2017-04-30 19:51:53 -07:00
JonnyWong16 c2243320ec Log API error message 2017-04-14 17:26:20 -07:00
JonnyWong16 08619244f0 Generate a unique token for each mobile device 2017-03-31 21:02:09 -07:00
JonnyWong16 a612de52f9 Forgot missing comma 2017-03-31 09:11:48 -07:00
JonnyWong16 40060255ee Add automatic Android app QR scan verification 2017-03-30 19:25:45 -07:00
JonnyWong16 ddf671abd1 Add ability to unregister mobile devices 2017-03-28 21:44:18 -07:00
JonnyWong16 42a895b095 Change Pushy to OneSignal for push notifications 2017-03-28 09:38:03 -07:00
JonnyWong16 896922de4f Update Android app device registration 2017-03-27 20:50:00 -07:00
JonnyWong16 8e13e2deb2 Add device token to android app notifier config 2017-03-25 23:39:32 -07:00
JonnyWong16 d18c2ffddb Add register android app for push notifications 2017-03-25 23:13:35 -07:00
Hellowlol a5eb0e7faa Add missing CONFIG 2017-03-21 15:35:03 +01:00
JonnyWong16 960b601384 Remove error cmd from API 2016-11-11 12:59:35 -08:00
Hellowlol e881c32797 Update md add exception traceback to the browser 2016-11-05 22:24:37 +01:00
Hellowlol 11c7342299 fix result type, fixup responses from the ui to api
todo unify json responses from webserve.py
2016-11-04 00:52:01 +01:00
JonnyWong16 8b0959aa69 Fix API SQL command 2016-10-28 20:35:39 -07:00
JonnyWong16 5968b82a0b Add pms_image_proxy to api 2016-09-27 22:20:10 -07:00
JonnyWong16 cb8a5504f6 Cleanup unused modules and imports
* Ran code through PyFlakes
2016-05-15 11:32:11 -07:00
JonnyWong16 6aa786698e Backup config file 2016-05-12 22:00:34 -07:00
JonnyWong16 19f3286a82 Typo in API docs 2016-05-12 01:21:28 -07:00
JonnyWong16 e79f6d5617 Cleanup image caching and logs
* Prettier confirm modal dialogues
* Setting to disable image caching
2016-05-12 00:04:31 -07:00
Hellowlol 9ae441b75a cache image, download log etc. 2016-05-09 01:03:37 +02:00
JonnyWong16 e1b61214b7 Update all APIv2 docs 2016-05-08 11:42:53 -07:00
JonnyWong16 f4e719749a Cleanup all imports
* Should fix problems with needing to do inline imports
2016-05-07 11:26:00 -07:00