Ondřej Nový
da739e080f
API: Detect wrong JSON and return correct error message
2022-01-24 16:25:16 +00:00
Peter Goodhall
96d7a2537d
[API][QSO] Skips check_station_is_accessible() if import is coming from API
...
Skips check_station_is_accessible() if import is coming from API this is because api qso import doesn't have a session thus automatically fails.
Extra checks must be done on the api calls to make sure things are safe.
Fixes #1381
Co-Authored-By: Florian (DF2ET) <github@florian-wolters.de>
2022-01-24 16:13:25 +00:00
Peter Goodhall
8cb990fc30
[API] Allows all users to access
2021-11-14 11:57:21 +00:00
Peter Goodhall
6bf7d97df8
Removed test function.
2021-09-28 17:21:56 +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
64827f4506
[ADIF Import] Added option to always use login call as operator. Request by OE3IDE.
2021-05-01 19:52:13 +02:00
Andreas
ae1c82815f
[ADIF import] Skip QRZ Logbook upload when importing ADIF from import, and LoTW.
2020-12-11 10:49:33 +01:00
Andreas
b03a753ab6
[ADIF Import / Export] GUI tweaking. Split into tabs. Added option for marking QSOs as exported to QRZ Logbook when importing from ADIF.
2020-12-04 14:52:00 +01:00
Peter Goodhall
48679662de
[API][QSO] Adds field "station_profile_id"
...
This adds the field station_profile_id to the QSO API this is the number thats shown when you are editing a profile.
2020-10-29 18:10:46 +00: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
235c977040
Added Migration to delete the LoTW User List table and removed some unneeded coded
2020-09-21 14:10:55 +01:00
Kim Huebel
9cbd65b0cd
Merge branch 'master' of https://github.com/magicbug/Cloudlog into configurable_modes
...
some futher modifications
2020-05-24 08:51:30 +02:00
Peter Goodhall
f6d8d02357
Added US State and County to the local data look up for the API lookup function
2020-04-07 00:07:17 +01:00
Peter Goodhall
5042ce3f8c
Benchmarking data added to controller function and new callsign lookup call to speed up load times
2020-04-06 23:58:26 +01:00
Peter Goodhall
db0d0db60d
Started a new callsign lookup function that will replace the current one, this will handle dxcc lookup correctly and return all data as json objects for cloudlog and third party usage
2020-04-06 23:38:02 +01:00
Peter Goodhall
a4e89235e3
Fixes /API/QSO after ADIF improvements (Fixes issue with Pushing ADIF to Cloudlog)
2020-04-06 11:06:37 +01:00
Peter Goodhall
4b5e41fc24
Added statistics to /api/statistics gives todays, total, month and year totals in json output
2020-04-03 16:41:21 +01:00
Peter Goodhall
d775ce17c7
Added API function gridsquare_worked
2019-07-22 16:46:06 +01:00
Peter Goodhall
53d4577b26
Added API function country_worked
...
function country_worked can be called either as
/api/country_worked/230/40m/ssb
or by leaving mode bank /api/country_worked/230/40m
2019-07-22 16:27:18 +01:00
Peter Goodhall
a62764e69d
Added the ability to set the API key description #287
2019-07-09 17:18:19 +01:00
Peter Goodhall
d05717c1e6
You can now delete API keys via /api/help
2019-06-21 21:33:21 +01:00
Peter Goodhall
294e126d7d
Whitespace removed
2019-06-17 15:28:27 +01:00
Peter Goodhall
4c29c960c7
Added HTTP 401 for failed due to no api key and 201 used when qso created successfully
2019-06-17 15:27:58 +01:00
Peter Goodhall
2afa5697c6
Added function to API to allow adding a QSO by sending ADIF
2019-06-17 15:10:43 +01:00
Peter Goodhall
9c2959779b
Changed interface elements to Bootstrap 4
2019-01-09 15:18:46 +00: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
Tobias Mädel
556a4bd768
Added authentication for api/radio
2018-12-17 22:16:06 +01:00
Warren Volz
73e0f1d7d1
fix missing () from num_rows calls
2017-12-01 19:28:32 +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