Skip to content

Commit

Permalink
Merge branch 'master' into Update-i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox authored Aug 26, 2024
2 parents 05b42e6 + 146bcdf commit bfb4cc5
Show file tree
Hide file tree
Showing 45 changed files with 836 additions and 300 deletions.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,23 @@ For this, you need to add the following line to the `/etc/sudoers` file with `su

Or you can allow the ping execution by `sudo setcap cap_net_raw+ep /bin/ping` command.

You must install setcap with `sudo apt-get install libcap2-bin` before if `setcup` not found.
You must install `setcap` with `sudo apt-get install libcap2-bin` before if `setcup` not found.

<!--
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->

## Todo
- [ ] Implement the possibility to monitor TCP ports

## Changelog
### 1.7.3 (2024-08-25)
* (bluefox) Added the functionality to poll the address range periodically

### 1.7.1 (2024-08-25)
* (bluefox) Added resolution of IP addresses to MAC addresses

### 1.7.0 (2024-08-17)
* (bluefox) Added possibility to browse the IP ranges

Expand Down
2 changes: 1 addition & 1 deletion admin/custom/customComponents.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion admin/custom/customComponents.js.map

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions admin/custom/i18n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
"custom_ping_interface": "Schnittstelle",
"custom_ping_ip": "IP-Adresse",
"custom_ping_select_interface": "Schnittstelle auswählen",
"custom_ping_title": "Durchsuchen Sie die IP-Adressen einer Schnittstelle",
"custom_ping_title": "Die IP-Adressen einer Schnittstelle durchsuchen",
"custom_ping_stop": "Beenden",
"custom_ping_ips": "IP-Adressen"
"custom_ping_ips": "IP-Adressen",
"custom_ping_mac": "MAC-Adresse",
"custom_ping_vendor": "Hersteller",
"custom_ping_ignore": "Für Benachrichtigungen ignorieren"
}
5 changes: 4 additions & 1 deletion admin/custom/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@
"custom_ping_add": "Add selected IP addresses",
"custom_ping_ip": "IP address",
"custom_ping_stop": "Stop browse",
"custom_ping_ips": "IP addresses"
"custom_ping_ips": "IP addresses",
"custom_ping_mac": "MAC address",
"custom_ping_vendor": "Manufacturer",
"custom_ping_ignore": "Ignore for notifications"
}
5 changes: 4 additions & 1 deletion admin/custom/i18n/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@
"custom_ping_select_interface": "Seleccionar interfaz",
"custom_ping_title": "Explorar direcciones IP de una interfaz",
"custom_ping_stop": "Detener",
"custom_ping_ips": "Direcciones IP"
"custom_ping_ips": "Direcciones IP",
"custom_ping_mac": "Dirección MAC",
"custom_ping_vendor": "Fabricante",
"custom_ping_ignore": "Ignorar notificaciones"
}
5 changes: 4 additions & 1 deletion admin/custom/i18n/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@
"custom_ping_select_interface": "Sélectionner l'interface",
"custom_ping_title": "Parcourir les adresses IP d'une interface",
"custom_ping_stop": "Arrêter",
"custom_ping_ips": "Adresses IP"
"custom_ping_ips": "Adresses IP",
"custom_ping_mac": "Adresse MAC",
"custom_ping_vendor": "Fabricant",
"custom_ping_ignore": "Ignorer les notifications"
}
5 changes: 4 additions & 1 deletion admin/custom/i18n/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@
"custom_ping_select_interface": "Seleziona interfaccia",
"custom_ping_title": "Esplora gli indirizzi IP di un'interfaccia",
"custom_ping_stop": "Interrompi",
"custom_ping_ips": "Indirizzi IP"
"custom_ping_ips": "Indirizzi IP",
"custom_ping_mac": "Indirizzo MAC",
"custom_ping_vendor": "Produttore",
"custom_ping_ignore": "Ignora per le notifiche"
}
5 changes: 4 additions & 1 deletion admin/custom/i18n/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@
"custom_ping_select_interface": "Selecteer interface",
"custom_ping_title": "Blader door IP-adressen van één interface",
"custom_ping_stop": "Stop",
"custom_ping_ips": "IP-adressen"
"custom_ping_ips": "IP-adressen",
"custom_ping_mac": "MAC-adres",
"custom_ping_vendor": "Fabrikant",
"custom_ping_ignore": "Negeren voor meldingen"
}
5 changes: 4 additions & 1 deletion admin/custom/i18n/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@
"custom_ping_select_interface": "Wybierz interfejs",
"custom_ping_title": "Przeglądaj adresy IP jednego interfejsu",
"custom_ping_stop": "Zatrzymaj",
"custom_ping_ips": "Adresy IP"
"custom_ping_ips": "Adresy IP",
"custom_ping_mac": "Adres MAC",
"custom_ping_vendor": "Producent",
"custom_ping_ignore": "Ignoruj powiadomienia"
}
5 changes: 4 additions & 1 deletion admin/custom/i18n/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@
"custom_ping_select_interface": "Selecione a interface",
"custom_ping_title": "Navegar pelos endereços IP de uma interface",
"custom_ping_stop": "Parar",
"custom_ping_ips": "Endereços IP"
"custom_ping_ips": "Endereços IP",
"custom_ping_mac": "Endereço MAC",
"custom_ping_vendor": "Fabricante",
"custom_ping_ignore": "Ignorar para notificações"
}
5 changes: 4 additions & 1 deletion admin/custom/i18n/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@
"custom_ping_select_interface": "Выберите интерфейс",
"custom_ping_title": "Просмотр IP-адресов одного интерфейса",
"custom_ping_stop": "Остановить",
"custom_ping_ips": "IP-адреса"
"custom_ping_ips": "IP-адреса",
"custom_ping_mac": "MAC-адрес",
"custom_ping_vendor": "Производитель",
"custom_ping_ignore": "Игнорировать уведомления"
}
5 changes: 4 additions & 1 deletion admin/custom/i18n/uk.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@
"custom_ping_select_interface": "Виберіть інтерфейс",
"custom_ping_title": "Перегляд IP-адрес одного інтерфейсу",
"custom_ping_stop": "Зупинити",
"custom_ping_ips": "IP-адреси"
"custom_ping_ips": "IP-адреси",
"custom_ping_mac": "MAC-адреса",
"custom_ping_vendor": "Виробник",
"custom_ping_ignore": "Ігнорувати сповіщення"
}
5 changes: 4 additions & 1 deletion admin/custom/i18n/zh-cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@
"custom_ping_select_interface": "选择接口",
"custom_ping_title": "浏览一个接口的 IP 地址",
"custom_ping_stop": "停止浏览",
"custom_ping_ips": "IP 地址"
"custom_ping_ips": "IP 地址",
"custom_ping_mac": "MAC 地址",
"custom_ping_vendor": "制造商",
"custom_ping_ignore": "忽略通知"
}
3 changes: 0 additions & 3 deletions admin/custom/static/js/src_Components_jsx.3083271f.chunk.js

This file was deleted.

This file was deleted.

Loading

0 comments on commit bfb4cc5

Please sign in to comment.