Commit graph

818 commits

Author SHA1 Message Date
Bastian Schroll 7fa4a97ba4 edit CL 2017-10-03 20:23:48 +02:00
Bastian Schroll cfcc12b445 Merge pull request #316 from Schrolli91/flothi-patch-1
Adaptations for "new" service
2017-10-03 18:10:09 +02:00
Florian e86059a2f3 Update install_service.sh
Adding errorhandling due to wrong input characters
2017-10-03 17:08:22 +02:00
Bastian Schroll e503130a03 edit CL 2017-10-03 16:03:27 +02:00
Bastian Schroll 3fed1ac12a decouple vers nr and branch name 2017-10-03 16:00:31 +02:00
Bastian Schroll eacb72adea edit CL 2017-10-03 08:50:11 +02:00
Florian d248a7d45d Installscript for service
A tiny to script to install and register the service automatically

There is also a possibility to remove the service
2017-10-02 23:41:57 +02:00
Florian 625d6b643e Update README.md
Fixing description on how to install the service
2017-10-02 23:27:12 +02:00
Bastian Schroll acbef6591c edits for codacy (#310) 2017-10-02 07:25:22 +02:00
Florian 9d552e5d24 Add explanation
Add description on how to use subric-specific description (according to #271 and #312)
2017-09-30 22:51:42 +02:00
Bastian Schroll c060da0a80 Merge pull request #315 from PeterLaemmle/develop
Update Telegram.py
2017-09-30 19:09:22 +02:00
Bastian Schroll 47bdff4b28 edit CL 2017-09-30 18:27:11 +02:00
PeterLaemmle d4946bf714 Update Telegram.py
Import libraries urllib and googlemaps only if RICforLocationAPIKey is defined.
2017-09-30 18:11:20 +02:00
Bastian Schroll b2df53430d edit CL 2017-09-30 16:07:32 +02:00
Bastian Schroll 760f6c1aba Update globalVars.py 2017-09-30 16:05:23 +02:00
Bastian Schroll 0774a58193 rename systemcl to systemctl
http://boswatch.de/index.php?thread/4-version-2-2-1/&postID=31#post31
2017-09-30 15:56:10 +02:00
Bastian Schroll 45f4887163 edit changelog with links 2017-09-29 13:26:06 +02:00
Bastian Schroll 2d8d5e42d9 edit config file
little changes an a new header
2017-09-22 16:09:29 +02:00
Bastian Schroll 167c0b90f3 wildcard params harmonized in config 2017-09-22 06:33:29 +02:00
Bastian Schroll 2f3817c64f Update CHANGELOG.md 2017-09-21 13:16:42 +02:00
Bastian Schroll 8beb46f55a edit readme
wiki doubles deleted
2017-09-20 21:27:08 +02:00
Bastian Schroll c698a9eb15 edit CL 2017-09-19 18:16:41 +02:00
Bastian Schroll afa224a9aa edit changelog 2017-09-19 18:11:37 +02:00
Bastian Schroll e5391a2b75 edit vers nr 2017-09-19 18:05:26 +02:00
Bastian Schroll 4f29129007 Merge branch 'beta' into develop 2017-09-19 17:59:31 +02:00
Bastian Schroll 53aa810df8 new release 2.2.1 2017-09-19 17:56:44 +02:00
Bastian Schroll ac5db0dc98 prepare for changelog 2017-09-18 20:46:43 +02:00
Bastian Schroll 84d39d0686 revert last merge
see #296
2017-09-15 06:33:52 +02:00
Bastian Schroll dfad66783e Merge pull request #300 from Schrolli91/flothi-patch-1
Enabling basic functionality
2017-08-27 19:50:43 +02:00
Florian 35e3ba8069 remove file
moved and renamed
2017-08-23 23:38:51 +02:00
Florian 4c60d501b5 fixing deprecated stuff
removed deprecated functions
adpating to db-structure
2017-08-23 23:38:16 +02:00
Florian 61398d95cb Increase usability
make the login-data readable for users
2017-08-23 23:37:25 +02:00
Florian c02cd74586 Enabling basic functionality
- removed deprecated functions (mysql)
- adding function: select view at login
- adapting queries to database structure
- some minor stuff
2017-08-23 23:35:22 +02:00
Bastian Schroll 42e7de7d4c Merge pull request #286 from PeterLaemmle/develop
Improve code style
2017-08-06 15:18:44 +02:00
Bastian Schroll 256d726bc6 Merge pull request #296 from Schrolli91/Telegram_custom_text
added support for custom texts with telegram
2017-08-06 15:18:32 +02:00
Jockel 311b183265 added support for custom texts with telegram 2017-07-31 07:34:14 +02:00
Bastian Schroll 2ab78cd7b9 edit readme for new regex functionality 2017-05-28 10:39:58 +02:00
Bastian Schroll 98de4c077d Merge pull request #284 from Rumbel84/patch-1
Update regexFilter.py
2017-05-28 10:36:31 +02:00
PeterLaemmle c9ffd6ae0d Update regexFilter.py
Correcting the following issue (https://github.com/Schrolli91/BOSWatch/issues/217):
-Using global for 'filterList' but no assignment is done
2017-05-24 19:39:22 +02:00
PeterLaemmle c3398ccd3f Update descriptionList.py
Correcting the following issues (https://github.com/Schrolli91/BOSWatch/issues/217):
-Using global for 'fmsDescribtionList' but no assignment is done
-Using global for 'zveiDescribtionList' but no assignment is done
-Using global for 'ricDescribtionList' but no assignment is done
2017-05-24 19:35:02 +02:00
PeterLaemmle a4c9d8197f Update notifyMyAndroid.py
Correcting the following issue (https://github.com/Schrolli91/BOSWatch/issues/217)
-Using global for 'fmsAPIKeyList' but no assignment is done
-Using global for 'zveiAPIKeyList' but no assignment is done
-Using global for 'pocAPIKeyList' but no assignment is done
2017-05-24 19:30:41 +02:00
PeterLaemmle f6d62828b8 Update pynma.py
Correcting the following issue (https://github.com/Schrolli91/BOSWatch/issues/217)
-Using type() instead of isinstance() for a typecheck.
2017-05-24 19:25:27 +02:00
PeterLaemmle 67a1028081 Update doubleFilter.py
Correcting the following issues (https://github.com/Schrolli91/BOSWatch/issues/217)
-Consider using enumerate instead of iterating with range and len
2017-05-24 19:20:53 +02:00
Bastian Schroll 0ab896b17a Merge branch 'develop' into patch-1 2017-05-24 06:16:57 +02:00
Bastian Schroll 3ce29711a1 Merge pull request #277 from PeterLaemmle/develop
Update of Telegram plugin
2017-05-24 06:14:37 +02:00
Rumbel84 3b9da8eb0e Update regexFilter.py
Wenn ein Filter nicht Matched (Regex) kommt False
Wenn es gar keinen Filter gibt, kommt ein falsches True. Muss auch False sein.
2017-05-23 20:46:01 +02:00
Florian f2e7c00fee Fix for leading zeros in RIC
Prevent from cutting leading zeros in signal-RIC
2017-05-14 22:53:42 +02:00
PeterLaemmle d7896459ca Update Telegram.py 2017-05-07 19:23:45 +02:00
PeterLaemmle 78092389e9 Update Telegram.py
Removal of duplicate code.
2017-05-07 13:38:30 +02:00
PeterLaemmle 3e1db59d46 Update config.template.ini 2017-05-07 13:37:35 +02:00