Jokob @NetAlertX
fa22523a0b
Refactor device tiles SQL logic to use get_sql_devices_tiles function for improved maintainability Feature Request - Flapping and Sleeping nuances
...
Fixes #1567
2026-03-21 21:10:37 +00:00
Jokob @NetAlertX
7569923481
Refactor column name replacements to include variations for ObjectPrimaryID and ObjectSecondaryID
2026-03-21 20:55:24 +00:00
Jokob @NetAlertX
d7c7bd2cd2
Enhance SQL templates to prevent duplicate notifications for 'Down Reconnected' devices in event section
2026-03-18 09:57:20 +00:00
Jokob @NetAlertX
b311113575
Fix Spanish translations and improve HTML attributes in config files and report
2026-03-17 11:58:53 +00:00
Jokob @NetAlertX
0a7ecb5b7c
Update config.json files to add 'ordeable' option and refactor cacheStrings function for consistency
2026-03-17 09:22:25 +00:00
Jokob @NetAlertX
c7399215ec
Refactor event and session column names to camelCase
...
- Updated test cases to reflect new column names (eve_MAC -> eveMac, eve_DateTime -> eveDateTime, etc.) across various test files.
- Modified SQL table definitions in the database cleanup and migration tests to use camelCase naming conventions.
- Implemented migration tests to ensure legacy column names are correctly renamed to camelCase equivalents.
- Ensured that existing data is preserved during the migration process and that views referencing old column names are dropped before renaming.
- Verified that the migration function is idempotent, allowing for safe re-execution without data loss.
2026-03-16 10:11:22 +00:00
Jokob @NetAlertX
0bb6db155b
Merge branch 'next_release' of https://github.com/netalertx/NetAlertX into next_release
2026-03-15 01:42:23 +00:00
Jokob @NetAlertX
7221b4ba96
Keep all local changes while resolving conflicts
2026-03-15 01:19:34 +00:00
Jokob @NetAlertX
f75c53fc5d
Implement notification text templates and update related settings for customizable notifications
2026-03-14 23:27:29 +00:00
Jokob @NetAlertX
c9cb1f3fba
Add db_count to DeviceResult and update GraphQL response handling; localize Device_NoMatch_Title in multiple languages
2026-03-13 13:08:26 +00:00
jokob-sk
a60ec9ed3a
Merge branch 'main' of github.com:netalertx/NetAlertX
2026-03-09 21:00:04 +11:00
jokob-sk
e1d206ca74
BE: new_online defined incorrectly
...
Signed-off-by: jokob-sk <jokob.sk@gmail.com >
2026-03-09 20:59:51 +11:00
Jokob @NetAlertX
4eb5947ceb
Update language folder path to include all language definitions
2026-03-06 22:34:19 +00:00
jokob-sk
5a6de6d832
LNG: moved languages.json so weblate skips it
...
Signed-off-by: jokob-sk <jokob.sk@gmail.com >
2026-03-05 18:50:21 +11:00
Jokob @NetAlertX
c73ce839f2
Refactor ensure_future_datetime to simplify logic and remove max_retries parameter
2026-03-04 03:07:37 +00:00
Jokob @NetAlertX
37f8a44cb3
Update devIpLong field to String and handle empty string coercion for Int fields in devices data
2026-03-03 21:25:09 +00:00
Jokob @NetAlertX
01b6b9f04a
whitespace
2026-03-03 12:32:07 +00:00
Jokob @NetAlertX
ea77112315
next scan dsiplay DRY
2026-03-03 12:31:50 +00:00
Jokob @NetAlertX
ab74307ed1
Add next scan ETA display and update app state with scan timing information
2026-03-03 04:07:22 +00:00
Jokob @NetAlertX
3a73817048
Enhance device down event handling for sleeping devices and improve down alerts query
2026-03-02 10:05:37 +00:00
Jokob @NetAlertX
3e237bb452
Normalize MAC addresses in SQL queries and add devCanSleep column to device schema
2026-03-02 06:03:18 +00:00
Jokob @NetAlertX
15807b7ab9
Add unit and integration tests for device down event handling and sleeping suppression
2026-03-02 05:53:28 +00:00
Jokob @NetAlertX
8e6efc3008
sleeping devices status #1519
2026-03-02 04:35:07 +00:00
Jokob @NetAlertX
d9608b4760
Add database performance tuning guidelines and user-configurable WAL size limit
2026-03-01 06:43:07 +00:00
Jokob @NetAlertX
584aba2c7b
Set journal size limit to 10 MB for SQLite connections to prevent unbounded WAL growth
2026-03-01 06:19:39 +00:00
Jokob @NetAlertX
ea5585a8ef
Add database cleanup for Sessions and optimize queries
...
- Implemented deletion of Sessions older than DAYS_TO_KEEP_EVENTS.
- Added index for Plugins_History to improve query performance.
- Introduced unit tests for Sessions trimming and database analysis.
2026-03-01 06:07:57 +00:00
jokob-sk
f727580798
Merge branch 'main' of github.com:netalertx/NetAlertX
2026-02-28 15:58:52 +11:00
jokob-sk
11499a6890
chore: jokob-sk->netalertx
...
Signed-off-by: jokob-sk <jokob.sk@gmail.com >
2026-02-28 15:58:46 +11:00
Jokob @NetAlertX
814ba02d1c
feat: implement languages endpoint and refactor language handling to use languages.json
2026-02-28 01:51:12 +00:00
Jokob @NetAlertX
b74b803d6c
feat: Add devFlapping attribute to device management and update related UI components
2026-02-27 23:29:55 +00:00
jokob-sk
686a713aa8
FE: lower case MAC issues #1538
...
Signed-off-by: jokob-sk <jokob.sk@gmail.com >
2026-02-27 14:35:35 +11:00
jokob-sk
1a364e2fe2
Merge branch 'main' of https://github.com/jokob-sk/NetAlertX
2026-02-22 23:13:15 +11:00
jokob-sk
2f1e5068e3
BE+FE: Unstable devices list (3 status changes in 1h)
...
Signed-off-by: jokob-sk <jokob.sk@gmail.com >
2026-02-22 23:12:46 +11:00
Jokob @NetAlertX
c4c966ffa7
Refactor: Remove unused Remember Me schemas and related comments
2026-02-22 05:07:37 +00:00
Jokob @NetAlertX
8224363c45
Refactor authentication: Remove Remember Me API endpoints and schemas; implement cookie-based Remember Me functionality
2026-02-22 04:44:57 +00:00
Jokob @NetAlertX
70645e7ef3
server-side remember-me
2026-02-22 03:47:29 +00:00
jokob-sk
a26137800d
BE: # ---------------------------------------------------------------------------------#
...
Signed-off-by: jokob-sk <jokob.sk@gmail.com >
2026-02-22 11:44:20 +11:00
jokob-sk
63810bc536
BE: Parameters table, app.sql duplicate removal
...
Signed-off-by: jokob-sk <jokob.sk@gmail.com >
2026-02-22 11:17:34 +11:00
jokob-sk
57d451fcf4
BE: Parameters table, app.sql duplicate removal
...
Signed-off-by: jokob-sk <jokob.sk@gmail.com >
2026-02-22 10:28:30 +11:00
jokob-sk
eb0f705587
BE: devices.csv import from file did nt work becasue of too strict validation
...
Signed-off-by: jokob-sk <jokob.sk@gmail.com >
2026-02-22 08:30:40 +11:00
jokob-sk
50f341e84f
BE: force upgrade of unifi-sm-api>=0.2.3 #1524
...
Signed-off-by: jokob-sk <jokob.sk@gmail.com >
2026-02-20 07:44:49 +11:00
jokob-sk
2742414123
BE: /health endpoint
...
Signed-off-by: jokob-sk <jokob.sk@gmail.com >
2026-02-18 22:29:12 +11:00
Jokob @NetAlertX
f2af4ffdb8
Merge branch 'chore_timestamps' of https://github.com/netalertx/NetAlertX into chore_timestamps
2026-02-17 23:17:05 +00:00
Jokob @NetAlertX
bc97a80375
fix: update health check response and schema to handle nullable memory and storage usage
2026-02-17 23:16:21 +00:00
Jokob @NetAlertX
fa36adb015
Merge branch 'main' into chore_timestamps
2026-02-18 10:05:25 +11:00
Jokob @NetAlertX
264cae3338
feat: add health check endpoint and related schemas with tests
2026-02-17 23:01:49 +00:00
jokob-sk
4b58f3b23f
BE+FE: refactor timezone UTC additional work #1506
...
Signed-off-by: jokob-sk <jokob.sk@gmail.com >
2026-02-16 13:17:31 +11:00
jokob-sk
64dbf8a3ba
BE: lint
...
Signed-off-by: jokob-sk <jokob.sk@gmail.com >
2026-02-15 16:31:56 +11:00
jokob-sk
5685a67483
BE: lint
...
Signed-off-by: jokob-sk <jokob.sk@gmail.com >
2026-02-15 16:25:11 +11:00
jokob-sk
3587169791
BE+FE: refactor timezone UTC additional work #1506
...
Signed-off-by: jokob-sk <jokob.sk@gmail.com >
2026-02-15 16:13:53 +11:00