42 Commits

Author SHA1 Message Date
Ross Mountjoy
e63aa75c22 trying to fix docker's annoying git issues. 2020-05-08 12:19:23 -04:00
Ross Mountjoy
c00f5bbf8b trying to fix docker's annoying git issues. 2020-05-08 12:14:03 -04:00
Ross Mountjoy
81d3f96f3a trying to fix docker's annoying git issues. 2020-05-08 12:11:13 -04:00
Ross Mountjoy
62191b21b8 ##### Updated to version 0.6!
> Version 0.6 brings DashMachine one big step forward to being a finished product by adding a gui to edit the various settings in the config.ini.

**Changelog**
- improvements to /home including 'pinned' cards, multi-select tag filtering, 'action providers' allowing you to do web searches from the searchbar
- rebuilt sidenav with list view, mirroring filter/search/collapse state of the homepage
- /settings and /home now on same route
- dynamic reloading of settings (no more page reloads)
- dedicated config.ini editor slide-out
- settings editor slide-out
- card editor slide-out
- better access group control
- dedicated documentation pages
- improved documentation
- new system for automatically generating documentation for platforms
- ability to load custom platforms
- added an 'on_starup' method for platforms allowing for registering api routes. (example coming soon)
2020-05-07 09:27:18 -04:00
sportivaman
dc1863ffc7
Merge pull request #124 from rmountjoy92/master
merge 56b170b with develop
2020-04-12 14:00:28 -04:00
romaine murray
9846f3d1b8 added support for sabnzbd 2020-04-08 10:50:33 -05:00
theSheriff
56b170b04c
Added ssl_ignore attribute to platform
Added ssl_ignore attribute to platform to allow users to ignore self-signed or other SSL errors. Defaults to SSL verification ON
2020-04-07 16:18:13 -04:00
Ross Mountjoy
69aabded85 updated weather.py 2020-04-05 12:12:35 -04:00
Ross Mountjoy
6d18bc74bd fixed some problems with the custom weather card 2020-04-05 10:59:18 -04:00
Ross Mountjoy
a1295a7b94 - added 'weather' data source and custom card
- fixes #89
- fixes #88
- fixes #82
2020-04-05 10:06:02 -04:00
Guillaume Taquet Gasperini
28614a0504 fix rest platform headers not working
headers were of type str, but requests.get expects a dict.
This deserializes the headers argument from str to dict (via json).
2020-04-02 13:17:17 +02:00
Ross Mountjoy
ad0b5e34f2 fix the error on docker hub autobuild 2020-03-28 08:51:03 -04:00
Ross Mountjoy
a8a8e3cefc fix the error on docker hub autobuild 2020-03-28 08:46:42 -04:00
Ross Mountjoy
32e94581af updated update_message.md, starting testing for merging 0.5 into master. 2020-03-28 08:29:30 -04:00
Ross Mountjoy
fd3bdf483a Merge remote-tracking branch 'origin/develop' into develop 2020-03-27 08:58:25 -04:00
sportivaman
bee98e74f9
Merge pull request #48 from franznemeth/feature/http-status
implemented http_status platform
2020-03-23 07:24:59 -04:00
sportivaman
3a668c11d9
Merge pull request #52 from franznemeth/feature/rest-headers-ssl-verify
implemented headers for rest platform and option to turn ssl verification off
2020-03-23 07:24:44 -04:00
franz.nemeth
0f9cafb456 implemented headers for rest platform and option to turn ssl verification off 2020-03-22 00:38:24 +01:00
Ross Mountjoy
c28c29c2e0 trying to fix the error on docker hub autobuild 2020-03-21 13:35:16 -04:00
Ross Mountjoy
61eaa4cfcd trying to fix the error on docker hub autobuild 2020-03-21 13:23:51 -04:00
franz.nemeth
13dffd5954 fixed method options 2020-03-21 15:56:04 +01:00
franz.nemeth
10d9f91e93 implemented http_status platform 2020-03-21 15:30:39 +01:00
Kevin Custer
ab412f6bb9 Add documentation for PiHole and Transmission Platforms. Fix typo in curl documentation. 2020-03-21 08:26:42 -04:00
Ross Mountjoy
1240664303 fixed #16, #10 and some ui fixes 2020-03-19 16:30:44 -04:00
sportivaman
80c622e1bb
Merge pull request #38 from odinsride/odinsride-patch-1
Fix typos in readme and platform files
2020-03-18 20:46:33 -04:00
Kevin Custer
40e4d821c4
Correct typo in rest.py 2020-03-18 06:43:58 -04:00
Kevin Custer
672c984d51
Correct typo in ping.py 2020-03-18 06:43:26 -04:00
Kevin Custer
d22ddb15a9
Update deluge.py 2020-03-18 06:42:40 -04:00
Ross Mountjoy
5f04d45d9b updated requirements.txt 2020-03-08 12:19:27 -04:00
buoyantotter
d480b445d9
added curl platform 2020-03-07 01:47:10 +02:00
Ross Mountjoy
445ca85808 changed how template apps are handled, no more database table, also separate files for each app. Unfortunately the idea of displaying a list here is not going to work. As we add data sources for template apps, there's going to be too much data to send at one time, so we'll need to keep the autocomplete. 2020-02-13 11:22:40 -05:00
Alfie "Azelphur" Day
8e4d5d732e Add deluge platform 2020-02-13 14:57:36 +00:00
Ross Mountjoy
91c5350330 move platform readmes to the their modules 2020-02-08 12:46:44 -05:00
Ross Mountjoy
2d0f53ca4f working on user system 2020-02-08 09:12:57 -05:00
Ross Mountjoy
82c7afb470 Merge branch 'develop' of Nixellion/DashMachine into develop 2020-02-07 18:47:48 +00:00
Ross Mountjoy
da44d56fa8 updated ping.py 2020-02-07 13:46:44 -05:00
Nixellion
f697aae796 Pihole platform 2020-02-07 21:21:27 +03:00
ShadeAnimator
3bda8cc3e8 Transmission platform added 2020-02-07 18:18:17 +03:00
Ross Mountjoy
dba238fa29 tweaking plugin/platform system, added ping platform 2020-02-07 08:43:51 -05:00
Ross Mountjoy
71b5f17f83 finished the core of platform/plugin system 2020-02-06 12:00:03 -05:00
Ross Mountjoy
43ae3103e1 started work on the platform/plugin system 2020-02-06 10:57:45 -05:00
Ross Mountjoy
d934878f5a starting working on plugin/platform system 2020-02-06 06:48:27 -05:00