Commit Graph

331 Commits

Author SHA1 Message Date
leiweibau
d6100dfda3 bug fixing and w3c validation 2022-07-28 22:19:49 +02:00
leiweibau
f6b6fe36da add multiple hosts per port support 2022-07-28 21:53:52 +02:00
leiweibau
eaf84be825 add multiple ports support 2022-07-28 20:22:36 +02:00
leiweibau
e3564ac067 Update version.conf 2022-07-27 21:33:01 +02:00
leiweibau
d10353b247 Update deviceDetails.php 2022-07-27 19:46:58 +02:00
leiweibau
2c00d103d9 Update network.php 2022-07-27 19:12:01 +02:00
leiweibau
4af089ece1 Update network.php 2022-07-27 19:06:54 +02:00
leiweibau
9bfea11442 Update network.php 2022-07-27 01:13:32 +02:00
leiweibau
a1349f8313 add port number 2022-07-27 00:58:06 +02:00
leiweibau
0ca2ffc576 difficult to describe
I want to display an assignment of individual network nodes to specific network devices (which device is connected to which switch, router or wlan).

It is still in the experimental phase, but is already usable in principle. Whether this "feature" will make it into the main fork, I can't say yet.

Wegen der aktuellen Entwicklungsphase ist dieser teil ausschließlich deutsch.
2022-07-27 00:08:42 +02:00
leiweibau
b7a39bc53a Merge pull request #11 from terorero/main
Update spanish new lines
2022-07-25 23:17:51 +02:00
“terorero”
2675401a40 Update spanish new lines 2022-07-25 16:06:08 -04:00
leiweibau
35ea345922 add reset activity graph 2022-07-25 18:00:35 +02:00
leiweibau
e7614de332 Update pialert_patch_DB.sh 2022-07-25 16:56:02 +02:00
leiweibau
fe2049c5fe Update dark-patch.css 2022-07-25 16:55:43 +02:00
leiweibau
4d59388c83 improve reset_password script 2022-07-25 16:55:37 +02:00
leiweibau
415ca8a1ff Update reset_password.sh 2022-07-25 14:37:30 +02:00
leiweibau
d5582b318d More robust script
If the necessary entries do not exist in the configuration file, they will be created now.
2022-07-25 14:10:23 +02:00
leiweibau
d1d79691dd Quickfix if an old config file is involved
a missing key could cause, that login not possible when PIALERT_WEB_PROTECTION and PIALERT_WEB_PRASSWORD missing. A more advanced fix will follow.
2022-07-25 11:17:07 +02:00
leiweibau
337dec8ec3 merge commit 3df87f6f36 2022-07-24 16:15:59 +02:00
leiweibau
a5a3507667 Rollback some unused changes 2022-07-24 16:15:04 +02:00
leiweibau
d002b2d009 Update maintenance.php 2022-07-24 15:54:55 +02:00
leiweibau
46184fa5f6 Merge pull request #10 from terorero/main
Perfect. Thanks.
2022-07-24 14:57:40 +02:00
leiweibau
cf83abb16b Update pialert.py
Change Request handling
2022-07-24 14:55:36 +02:00
“terorero”
b20af097b7 Update new lines
Update new lines
2022-07-24 04:40:26 -04:00
leiweibau
332721639c Cleanup backups
Added the possibility to delete older backups on the maintenance page.
2022-07-23 23:15:26 +02:00
leiweibau
9cba70ce18 change comments 2022-07-23 22:21:23 +02:00
leiweibau
ebb82db529 Update pialert_latest.tar 2022-07-23 21:38:44 +02:00
leiweibau
ef8b3b966f Update README.md 2022-07-23 21:31:24 +02:00
leiweibau
ae89b33abf Update README.md 2022-07-23 21:26:52 +02:00
leiweibau
94851bc05d Update README.md 2022-07-23 21:23:56 +02:00
leiweibau
3f304a02ff partial merge https://github.com/leiweibau/Pi.Alert/pull/9
- merged timezone configuration with pialert.conf as the settings file
- merged NTFY support
- the variable REPORT_DASHBOARD_URL was merged (duplication in Pushsafer and NTFY)
- update README
2022-07-23 21:19:30 +02:00
leiweibau
6bfa7d5816 make password protection configurable 2022-07-23 19:58:55 +02:00
leiweibau
25a4658a26 Add Darkmode to login page
- add fixes to dark-patch.css
- apple darkmode to login page
2022-07-23 13:38:56 +02:00
leiweibau
6f734c789f Merge pull request #8 from terorero/main
Tunning spanish translation continues 100%.
2022-07-23 11:26:01 +02:00
leiweibau
ad3192c881 Merge branch 'main' into main 2022-07-23 11:25:08 +02:00
“terorero”
5082b8fdd2 Tunning scan text 2022-07-23 02:39:02 -04:00
TeroRERO
413bbc66e5 Update es_es.php 2022-07-23 02:01:56 -04:00
TeroRERO
1997742231 Spanish translation continues 100%.
Spanish translation continues 100%.
2022-07-23 01:53:30 -04:00
leiweibau
0b3ba21776 Translation work continued
- maintenance page (tab titel)
2022-07-22 23:35:45 +02:00
leiweibau
f372529cdb support for Gotify from https://github.com/Haecky/Pi.Alert-TLS.On-Off
merge Commit b5cd865a27

merge Commit 4e61e2ee45
2022-07-22 21:43:27 +02:00
leiweibau
fec58bf028 Basic Login
- Default password is "123456"
- there is a warning on the login page, when the default password is active
- to set ne new password, use the reset_password.sh in the config folder (./reset_password.sh newpassword)
- the password is stored as a sha256 hash
- the script creates a backup of the config file, just in case
2022-07-22 21:21:43 +02:00
leiweibau
b855fca9be improve pushsafer support
- merged commit 7beec7f584
- merged parts of commit 70b6ccc523
- add headline/titel in pushsafer notification
2022-07-21 22:31:46 +02:00
leiweibau
5d5c75dba7 improve pushsafer support
Thanks to Final-Hawk
70b6ccc523
2022-07-21 21:22:39 +02:00
leiweibau
19da0da0a4 Update README.md
add spanish as a included language
2022-07-21 08:42:41 +02:00
leiweibau
e084b48959 Updating language file again
I noticed that there is an extension to the language files from another fork (https://github.com/jokob-sk/Pi.Alert). These have been added again. The language files are now compatible with each other again
2022-07-21 06:55:16 +02:00
leiweibau
6398df70d4 Updating language files
As part of a pull request (Spanish translation), the existing language files were updated.
2022-07-21 06:36:46 +02:00
leiweibau
66ed66308a Merge pull request #6 from terorero/main
Add inc to spanish translate maintenance.php and es_es.php
2022-07-21 06:20:32 +02:00
TeroRERO
1831c1c0db Add inc to spanish translate
Add inc to spanish translate
2022-07-20 21:46:59 -04:00
TeroRERO
73b12dd199 Add spanish translate 99.9%
Add spanish translate 99.9%
2022-07-20 21:45:49 -04:00