Wykres commitów

13 Commity (3b815e2a5f92a5651ea3a0283b96f2437da914e0)

Autor SHA1 Wiadomość Data
Peter Goodhall 6d5acdfd11 [CAT] Sets timetamp if one isn't provided (UTC) 2022-01-14 19:22:18 +00:00
Peter Goodhall 050182f2f5 This might fix issues where mysql isn't using UTC
There appears to be an issue when UTC isn't the native time for the MySQL server so instead of using NOW() which is the servers date/time use utc_timestamp instead. this means all interfaces MUST set time stamps as UTC.
2021-12-27 17:25:15 +00:00
Andreas 97e4f6bfe2 [CAT] Fixed a user_id bug when updating the radio entry. 2021-12-12 09:36:33 +01:00
Andreas 1b2a88b355 Removed all constructors in models, since this doesn't work in never CodeIgniter 2021-11-06 20:24:28 +01:00
Peter Goodhall 8b1770feab [API][CAT] Fixes issue where user_id isn't getting added to the hardware entry 2021-09-28 17:18:04 +01:00
Andreas 586bc969fa [Hardware] Added userid to everything that has to do with hardware. 2021-09-20 15:03:35 +02:00
jtmnt b18e1013f3 Add timestamp to 'cat' update, to enforce timestamp update in mysql when other values have not changed. 2021-07-05 22:23:35 +03:00
Peter Goodhall bbdd0eadde [Dashboard] Adds Radio Status showing radios active in the last 15mins 2021-05-03 14:06:56 +01:00
Peter Goodhall 45f6c3d6a0 Forgot to readd selecting radio ID when i was debugging 2020-05-12 23:08:05 +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 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 1b3d496aaa Removed cat_status from controller and model as I believe its not used anymore if it breaks just have to rollback 2018-12-17 22:19:23 +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