cfb60cd186
feat: implement gettext infrastructure (Phase 1)
...
- Create domain-specific .pot template files (auth, equipment, admin, emails)
- Create corresponding English .po files for all domains
- Add GettextHelpers module with domain-specific helper functions:
* t() for default domain (common UI)
* t_auth() for authentication flows
* t_equipment() for equipment/device management
* t_admin() for admin features
* t_email() for email templates
- Import GettextHelpers in html_helpers() for automatic availability in LiveViews/components
- Add mix populate_english task to auto-fill English translations (msgstr = msgid)
- Task properly handles plural forms and multi-line strings
Phase 1 complete - infrastructure ready for module-by-module migration.
2026-02-02 09:40:32 -06:00
f938b263cd
Mikrotik backup and gettext start
2026-02-02 09:11:22 -06:00
6b63dc9295
encryption updates
2026-02-01 17:05:55 -06:00
23af86ba73
add mikrotik device handling
2026-02-01 16:42:39 -06:00
a66aec675e
Merge branch 'gmcintire/user-first-last-name' into 'main'
...
Replace single name field with first_name and last_name
See merge request towerops/towerops!3
2026-02-01 15:00:24 -06:00
e46ecbfca2
Replace single name field with first_name and last_name
2026-02-01 15:00:23 -06:00
f0d6ae42d0
feat: update UserAuth to redirect to sudo verify page
2026-02-01 14:58:07 -06:00
ada851e7ed
feat: add Accounts.grant_sudo_mode/1 function
2026-02-01 14:02:41 -06:00
004189aaf9
Add firmware tracking database schema
...
- Create firmware_releases table to store latest available firmware versions
- Create device_firmware_history table to track version changes over time
- Add FirmwareRelease and DeviceFirmwareHistory Ecto schemas with validations
- Add comprehensive tests for both schemas (23 tests, 100% coverage)
firmware_releases stores one record per vendor/product_line with latest version.
device_firmware_history is append-only audit log of device firmware changes.
Part of firmware version tracking system for MikroTik (extensible to other vendors).
2026-02-01 10:13:16 -06:00
2fab08f5f8
forgot password flow
2026-01-31 17:03:22 -06:00
dff9c26905
fix TOTP enrollment with recovery codes
2026-01-31 14:54:44 -06:00
c690827ee0
user setting re-auth redirect hopeful fix
2026-01-31 13:32:26 -06:00
15ac68fd9c
banner dissmiss fix
2026-01-31 13:09:58 -06:00
480789c3e2
banner dissmiss and mikrotik version and license
2026-01-31 13:07:09 -06:00
12a777d13d
fix routeros temperature divisor
2026-01-31 12:19:53 -06:00
c4ce7a94ca
memory leak fixing
2026-01-31 10:40:19 -06:00
3c00dcf37c
remove passkeys for now
2026-01-31 09:50:35 -06:00
22ae257b60
refactor
2026-01-31 09:35:07 -06:00
6ca22c5dd0
enhance user auditing
2026-01-30 17:38:07 -06:00
1ace5b06af
fix impersonate mfa and some dialyzer issues
2026-01-30 17:04:39 -06:00
ac66926367
agent overhaul
2026-01-30 16:05:23 -06:00
b663d484cf
nif ci fix complie in ci
2026-01-30 12:47:18 -06:00
0214c2a100
complete overhaul of snmp engine to C nif
2026-01-30 12:27:12 -06:00
55e9397d59
user session tracking
2026-01-29 14:14:21 -06:00
c0736d4c2e
gdpr consent tracking
2026-01-29 11:12:35 -06:00
58b1aa50c2
security fixes
2026-01-28 16:55:41 -06:00
9833f61043
login redirect fix
2026-01-28 15:18:08 -06:00
0995abbccb
Add mandatory TOTP MFA
2026-01-28 15:09:38 -06:00
aed15dd6a1
impersonate fixes
2026-01-28 14:41:27 -06:00
8b71c4adb8
mib update from librenms
2026-01-28 13:38:31 -06:00
234ff7cbd2
add upsert support for geoip imports to prevent duplicates
2026-01-28 13:37:02 -06:00
d1fd1d4a62
remove Mix.env and support ip database import
2026-01-28 13:08:06 -06:00
220f1edce3
cookie improvements
2026-01-28 12:30:28 -06:00
588639a47a
gdpr cookie consent
2026-01-28 10:52:40 -06:00
d34c72a0ab
track more snmp things
2026-01-28 09:18:31 -06:00
88c003d474
major snmp overhaul
2026-01-28 09:07:13 -06:00
5fb92dd961
add device/org limit
2026-01-27 14:14:25 -06:00
3bb89670bd
enable agent debugging
2026-01-27 13:25:04 -06:00
328d4659a7
show correct agent on edit screen and fix airfiber/ltu
2026-01-27 12:52:43 -06:00
bb86dec559
add oban pro
2026-01-26 17:07:42 -06:00
19a818647b
documentation updates
2026-01-26 16:36:52 -06:00
b20a58aec4
test fixes
2026-01-26 15:27:59 -06:00
756a6b4cd4
poller agent fix and trigger device rediscovery
2026-01-26 14:51:32 -06:00
06fde717c0
accessibility and poller updates
2026-01-26 13:02:03 -06:00
99414459d3
device reorder
2026-01-26 10:22:12 -06:00
c36b1873eb
routeros fix
2026-01-25 16:59:32 -06:00
33c5b977b0
ssl ecto
2026-01-25 15:53:28 -06:00
984b1b38c7
add pg_stat_statements
2026-01-25 15:44:59 -06:00
6e86f54aa0
mikrotik sensor fixes
2026-01-25 13:24:28 -06:00
a23296ea34
fix: add missing sensor units to existing sensors
...
Sets sensor_unit for all sensors that are missing it, fixing sensors
created before the discovery code was updated to set units properly.
Updates:
- Temperature sensors: set to '°C'
- Voltage sensors: set to 'V'
- Current sensors: set to 'mA'
- Power sensors: set to 'W'
- dBm sensors: set to 'dBm'
This ensures the device detail page displays units correctly for all
sensor types (e.g., "27 °C" instead of "27" for temperature).
The discovery code already sets these units for new sensors, so this
migration only affects existing data.
Related to:
- lib/towerops/snmp/profiles/vendors/routeros.ex:690 (°C)
- lib/towerops/snmp/profiles/vendors/routeros.ex:709 (V)
- lib/towerops/snmp/profiles/base.ex:1473-1480 (sensor_type_to_unit)
🤖 Generated with Claude Code
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-25 12:38:23 -06:00