9 Commits
Author SHA1 Message Date
Sam Machin 0b5c4d6537 remove smpp (#595) 2026-07-28 10:32:18 -04:00
Sam Machin b83794c361 don't remove storeAlertsLastViewed on logout (#594) 2026-04-15 13:08:17 -04:00
Sam Machin dd57a0a41a Add badge to alerts (#593)
* first pass at alert notifications

* sp alerts

* add all accounts alerts

* fix polling timer

* update style

* show count and change polling to 60s

* check alerts on login

* Delete settings.local.json

* poll for max 10 results in 30days and use last viewed

* make polling interval configurable

uses VITE_APP_ALERT_POLL_INTERVAL
default is 60s
setting to 0 will disable polling

* don't sent days and start

* add to .env
2026-03-30 10:24:23 -04:00
Sam Machin f30c2759fc remove filter for active carriers from phone number config (#589) 2026-01-29 15:30:26 -05:00
Sam Machin 0eeae0b35c Feat/ice dtls (#592)
* add flags for dtls off and remove ice to gateway

* remove from inbound

* only show for TLS
2026-01-29 13:42:40 -05:00
Sam Machin c9fcdb08eb Feature admin only numbers & carrier (#587)
* Hide create carrier/number controls if ADMIN_CARRIER env var is set

* hide add caririer button

* add to example .env

* hide delete phone number
2026-01-07 08:01:12 -05:00
Sam Machin b1ddaf230d require IP auth trunk to have either inbound or outbound carrier (#579)
also cleaned up wordig to be consistent `IP Trunk` not `Static IP Whitelist`
2025-11-10 10:29:45 -05:00
Sam Machin aaf1ede5c2 Update form.tsx (#545) 2025-07-01 07:57:05 -04:00
Sam Machin 94181873f3 Disable password managers on some password forms (#503)
* Update index.tsx

add the data-lpignore attribute to the password component and remove redundant {} on autoComplete

* Update index.tsx

* add other password managers and disable ignore on main login
2025-04-11 08:19:46 -04:00