int2001
8c7e4a9a10
Delete HW-Radio worked only for admins. Fixed that
2023-08-05 06:51:54 +00:00
int2001
a334cebf55
Fixes CAT-Update when not logged in
2023-07-09 05:47:20 +00:00
kb-light
b081ab5449
Radio: Rename Sat mode vars to avoid confusion
2022-09-30 12:05:38 +00:00
kb-light
88982bcb09
[CAT] rename rx columns
2022-09-30 12:05:33 +00:00
Florian (DF2ET)
f39a561a3a
Handle non-SAT cases without throwing errors
...
* Also test mode and frequency for != "NULL"
* Remove useless code
* Forgotten change of variable name
* Set NULL as default for missing frequency
2022-09-29 21:06:06 +00:00
kb-light
99ce3d677f
Fix sat_mode
2022-09-27 19:49:57 +00:00
kb-light
4064340bc7
Unify varible naming
...
Replace uplink_freq by frequency.
Replace uplink_mode by mode
Replace downlink_freq by frequency_rx.
Replace downlink_mode by mode_rx
2022-09-27 19:49:57 +00:00
Peter Goodhall
f473c15182
Update Radio.php
2022-08-01 11:58:44 +01:00
Peter Goodhall
7f94c951ec
Update Radio.php
2022-08-01 11:50:14 +01:00
Peter Goodhall
6f0a02ab6e
Update Radio.php
2022-08-01 11:31:36 +01:00
Jordan Cook
2cbb2522ba
Fix issue where warning is displayed that CAT data from radio is out of date due to using default timezone
2022-07-23 17:27:45 +01:00
phl0
384a11ca61
Beautify hardware interfaces list
2022-05-05 13:17:26 +02:00
phl0
f6feea53bd
Add CAT support for other propmodes for CloudLogCATQt
2022-04-08 21:47:50 +02:00
phl0
7ef299c869
Add power field to CAT interface
2022-04-06 14:50:24 +02:00
Peter Goodhall
aad1823e15
[Hardware] Allowed all user roles to view
2021-11-14 22:53:35 +00:00
Andreas
51fba79397
[Hardware] Changed page title to be the same as the menu name
2021-09-20 19:32:41 +02:00
Paul Beesley
2ebf33a084
Update admin page titles
...
Trying to bring the page title into line with the Admin menu dropdown entry or vice-versa, depending on which one is most used
2020-10-20 22:03:37 +01:00
Peter Goodhall
618194ff34
CAT Timeout: Handle timeout over multiple days better
2020-05-12 23:18:16 +01:00
Peter Goodhall
5e6e65301c
QSO Panel: CAT Timeout Warning Message #310
...
This adds a warning that Cloudlogs not received any recent data from CAT Interface this timeout is defined in the cloudlog.php configuration file
$config['cat_timeout_interval'] = 1800;
The default has been changed to 30mins.
2020-05-12 22:51:56 +01:00
Peter Goodhall
1a737166c5
Wasn't returning radio json wasn't returning mode
2019-09-27 17:43:01 +01:00
Peter Goodhall
531d165d5d
Refactored the CAT lookup code reduced the load times from 0.5152ms to load to a mere 0.0012ms
2019-09-06 16:55:13 +01:00
Peter Goodhall
8635724568
Cleaned up the radio interface delete button
2019-06-13 18:09:21 +01:00
Tobias Mädel
5a19437aed
Fetch all callsign information in a single JSON request
2019-02-26 16:37:42 +01:00
Tobias Mädel
50b6bc6bfd
Cleanup DL/UL handling, add microwave sat modes
2019-02-26 00:08:06 +01:00
Tobias Mädel
fccff62f4a
Request CAT information as JSON
2019-02-25 23:40:24 +01:00
Tobias Mädel
47ea38b4e7
Fix invalid sat mode output
2019-02-25 23:17:00 +01:00
Tobias Mädel
b9e53b48ca
Fixed CAT database layout, added downlink frequency selection, repaired frequency storage over multiple QSOs
2019-02-25 23:13:09 +01:00
Peter Goodhall
b2e70badce
Updated Radio Interface, removed Social (old idea) and switched most UI assets to local js.
2019-01-13 15:59:16 +00:00
Peter Goodhall
d0c60f8cfb
added a space to tidy up formatting
2018-12-18 18:26:01 +00:00
Peter Goodhall
5494f03f60
Cleaned up the Radio page so that correct values are shown #243
2018-12-18 18:24:01 +00:00
Warren Volz
e384826aea
Codeignitor 3.1.6 and corresponding changes
...
- fixes missing () from num_rows in authenticate user function
- removes passwordhash library in favor of built in PHP password_hash
and password_verify functions
- uppercase all class filenames
- add new CLI error templates, move HTML error templates
- update mimes file to latest version
- update routes to latest version
2017-12-01 19:25:26 +00:00