tudacs
d0d740bc34
Rename import-count-field of return
2023-09-17 21:55:22 +02:00
tudacs
0ad31bb000
Add additional output to QSO-API call
...
Two return fields added for improved reporting:
- Messages returned from Logbook-import
- Number of QSO's added without message
2023-09-14 07:25:51 +02:00
phl0
c5e050f548
Check station callsign in station profile
2023-09-06 00:02:07 +02:00
int2001
522cc2a980
Refactores lookup_call and grid at API / Removed more unused stuff
2023-08-08 15:08:38 +00:00
int2001
1e269b18b2
removed a lot of unused (and dangerous) functions
2023-08-08 13:47:23 +00:00
int2001
12da0b1075
Added "Already imported to clublog" to ADIF-Importer
2023-08-07 05:23:57 +00:00
phl0
318fc29449
Use LoTW as official abbreviation
2023-07-27 09:16:55 +02:00
int2001
259336c5fb
Added 401 in case of missing key to api/radio for easier debugging
2023-07-26 12:23:52 +00:00
int2001
4a9ec6e87f
Removed old API-Endpoints for country_ and grid_worked
2023-07-25 12:50:07 +00:00
int2001
cfc9b6c8a0
Removed useless else at Api because script will never get there
2023-07-14 07:49:13 +00:00
int2001
723e575af3
Add HRDLog to Cloudlog
2023-07-07 11:33:15 +00:00
Peter Goodhall
7090c95447
Merge pull request #2253 from int2001/api_1632
...
Resolves issue 1632.
2023-07-05 15:23:58 +01:00
int2001
f938270f4c
Resolves issue 1632. JSON-Array of stations will be returned if /index.php/api/station_info/[key] is called
2023-07-05 14:16:53 +00:00
Peter Goodhall
cfa0a59156
typo
2023-07-05 14:48:38 +01:00
Peter Goodhall
355070438d
[API] Removed search_callsign()
...
Think search_callsign() is a left over from testing code but isn't used
2023-07-05 14:48:22 +01:00
Andreas
33a81154b6
[API] Corrected variable name and check
2023-06-15 09:26:17 +02:00
Andreas
563554dae5
[API] Added extra check for station_id
2023-06-15 08:12:57 +02:00
phl0
c57932be86
Make stats publicly usable with API key
2023-04-27 21:08:09 +02:00
Peter Goodhall
d02375fba6
[API] Fixes issue where nullable vars was first
2023-03-29 15:02:36 +01:00
Peter Goodhall
9f94f99f46
[API] Adds logbook_check_grid call
2023-03-28 14:57:43 +01:00
Peter Goodhall
0be6f42999
[API] Adds API call "logbook_check_callsign" to check if a callsign is in the logbook
2023-03-28 14:38:50 +01:00
phl0
6929a061eb
Add a column to API keys to show last usage timestamp
...
Squashed commit of the following:
commit 83f12cc945fa717945062a841854498368d8cb10
Author: phl0
Date: Tue Mar 21 12:24:53 2023 +0100
Change default value to current date/time
commit e1cb72f3fc80f581ee30d927772efe0ffe155059
Author: phl0
Date: Tue Mar 21 12:05:46 2023 +0100
Add functions to update timestamps
commit d303f629a0b2d200e49da36766cf72ed37c3fe92
Merge: 01a9606a 7dd76923
Author: phl0
Date: Tue Mar 21 11:13:21 2023 +0100
Merge remote-tracking branch 'origin/dev' into apiKeyLastUsed
commit 01a9606afde6aad6be0f07f34f8584e540c50e8c
Author: phl0
Date: Tue Mar 21 11:11:51 2023 +0100
Reorder DB migration due to previous commits
commit ec5cd743b96dc1ed0f2740f7b2051f88549f4248
Author: phl0
Date: Fri Mar 17 16:23:34 2023 +0100
Basics for API key last used
2023-03-21 12:26:15 +01:00
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