Wykres commitów

24 Commity (039341039a43bc3dbb55f66b230e9ebd5fa5e398)

Autor SHA1 Wiadomość Data
int2001 522cc2a980
Refactores lookup_call and grid at API / Removed more unused stuff 2023-08-08 15:08:38 +00:00
int2001 4a9ec6e87f
Removed old API-Endpoints for country_ and grid_worked 2023-07-25 12:50:07 +00:00
phl0 c75879e377
Remove unneeded code fragment 2023-03-21 12:30:18 +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
Peter Goodhall eecd2bf71d [welcome] SQL statements being totally wrong 2022-10-11 17:10:44 +01:00
Peter Goodhall fa979a426a Update Api_model.php 2022-10-11 15:05:03 +01:00
Peter Goodhall 7ed979b4b6 Update Api_model.php 2022-10-11 15:03:31 +01:00
Peter Goodhall cd44097d66 [Welcome] Claim Notes, API Keys 2022-10-10 15:06:01 +01:00
Thomas Werzmirzowsky 3def0a3180 added missing join to station_profile to DOK award show qsos dialog 2022-03-18 20:59:18 +01:00
phl0 82a39a5667
Sort DOK by default and add type selection form 2022-01-26 09:18:29 +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 30ba927c25 [API] Added userid to the API key. 2021-09-20 15:16:53 +02:00
Peter Goodhall 61b13860f3 XSS filtering for API Descriptions 2019-10-05 22:09:06 +01:00
Peter Goodhall fac032d506 when using apis country_worked or gridsquare_worked you can suppliment band with "all" 2019-07-26 21:53:00 +01:00
Peter Goodhall b0e8e7e1da Update Api_model.php 2019-07-22 16:47:47 +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
Kim Huebel 0eb4d892fd Added new Awards - DOK
This gives us a list of worked DOKs (counted only, if DXCC is 230 = Germany)
2019-06-26 10:17:06 +02:00
Peter Goodhall d05717c1e6 You can now delete API keys via /api/help 2019-06-21 21:33:21 +01:00
Peter Goodhall caf43f2259 Added function for deleting API keys
Added a function to delete API keys in the API model, this will be exposed via the api.php controller with a frontend component
2019-06-21 21:22:22 +01:00
Peter Goodhall 546aafb757 Removed each() which is depreciated 2018-11-27 15:50:50 +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