Wykres commitów

208 Commity (aef5af5b4fac6aa5d07d1852494263d94617c07f)

Autor SHA1 Wiadomość Data
phl0 846dec0f61
Add POTA lookup function 2023-05-01 21:14:30 +02:00
phl0 a593efc2f6
Add DB migration for station_power 2023-04-27 23:09:31 +02:00
Andreas Kristiansen 3ab60c4109
Merge pull request #2079 from phl0/removeRedundantDxccData 2023-04-26 21:07:07 +02:00
phl0 2370ee2bfe
Harmonize LoTW abbreviation 2023-04-26 05:44:54 +02:00
phl0 5d6abd1fd3
Remove redundant country colum in station_profile
Squashed commit of the following:

commit 29e5f5118a1c3f8deb623e5948c3b7602241792d
Merge: 566b390d e0a04cbe
Author: phl0 <github@florian-wolters.de>
Date:   Mon Apr 24 23:28:31 2023 +0200

    Merge remote-tracking branch 'upstream/dev' into removeRedundantDxccNames

commit 566b390d8b0322b32f4438994354ce902010c0d4
Author: phl0 <github@florian-wolters.de>
Date:   Mon Apr 24 23:18:28 2023 +0200

    Refactor reassign function to use DXCC name from dxcc_entities

commit 2e50b34c1bdb9bb087e0e0d16f13c340c15588fb
Author: phl0 <github@florian-wolters.de>
Date:   Mon Apr 24 22:05:12 2023 +0200

    Use DXCC name from DXCC entities upon import

commit d2b1d895818777747db593848b855819f53ffe6d
Author: phl0 <github@florian-wolters.de>
Date:   Mon Apr 24 21:18:53 2023 +0200

    Add DB migration script

commit 0ecf4b8d9cf0253c1f818a252f7ae83722254544
Author: phl0 <github@florian-wolters.de>
Date:   Mon Apr 24 18:16:55 2023 +0200

    Fix export function for requests QSLs

commit 51d2c5c6175a8e8c69b9edd57d6f1e95c4a03600
Author: phl0 <github@florian-wolters.de>
Date:   Mon Apr 24 17:53:50 2023 +0200

    Fix webadif/qrz upload

commit 45039a6b1284d1a23f610fc70a39ef25ce720cab
Author: phl0 <github@florian-wolters.de>
Date:   Mon Apr 24 17:32:40 2023 +0200

    Fix lotw_export function

commit 1306225d027cacbe70e510fd0fc5d3ca5040c35e
Author: phl0 <github@florian-wolters.de>
Date:   Mon Apr 24 17:21:37 2023 +0200

    Fix SIG export function

commit 082798a80d8bb446500dcbadfa4912c510e4a458
Author: phl0 <github@florian-wolters.de>
Date:   Mon Apr 24 17:01:42 2023 +0200

    Fix SAT export functions

commit 2f035afaa3d3c74ca811c96c66f7bf9726b31a78
Merge: 87555f20 d6139439
Author: phl0 <github@florian-wolters.de>
Date:   Mon Apr 24 16:52:43 2023 +0200

    Merge remote-tracking branch 'upstream/dev' into removeRedundantDxccNames

commit 87555f201817fb963be117ab193d42bc03889972
Author: phl0 <github@florian-wolters.de>
Date:   Thu Apr 20 23:54:14 2023 +0200

    Use DXCC entity name from dxcc_entities in ADIF export

commit e2fd1c5eb9b7e3257ed016814719bc7f9b913587
Author: phl0 <github@florian-wolters.de>
Date:   Thu Apr 20 23:36:16 2023 +0200

    Make logbooks use DXCC name from entities table

commit 463057523dacbc34a545f0d9f720f2c29c9883a7
Author: phl0 <github@florian-wolters.de>
Date:   Thu Apr 20 23:01:58 2023 +0200

    Use DXCC name from separate table in QSO view

commit 62b8f7aed8c1dca426b055eb7af6360106fc022b
Author: phl0 <github@florian-wolters.de>
Date:   Thu Apr 20 18:21:57 2023 +0200

    Add table join to station profile lookup

commit 0afe155f46f1fcd227446166b215a98729494dc8
Author: phl0 <github@florian-wolters.de>
Date:   Thu Apr 20 18:13:35 2023 +0200

    Remove country name from edit functions

commit ecb3689a0a73f0cc9c5ca7eba5dec7df5f9fbcd1
Author: phl0 <github@florian-wolters.de>
Date:   Thu Apr 20 18:07:58 2023 +0200

    Remove station_country parameter

commit 22c350a585a3ff95d1d0b1f49dbe8ca310bdaf85
Author: phl0 <github@florian-wolters.de>
Date:   Thu Apr 20 17:59:24 2023 +0200

    Use DXCC name from dxcc_entitites table
2023-04-25 00:13:49 +02:00
Andreas d613943973 [Migration] Added an extra if check to avoid errors 2023-04-22 08:37:04 +02:00
phl0 dde42136ee
Set default value in case DXCC id is missing 2023-04-19 22:10:44 +02:00
phl0 19c72eb75a
Use DXCC ID from LotW certificate (rather than selecting DXCC manually) 2023-04-19 15:32:32 +02:00
Andreas b481fdbb38 [Contest logging] Moved contest session from local storage to database 2023-04-10 18:54:24 +02: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 c1d2a98da8
Merge pull request #2035 from hugosilvaparagramanet/feature/export-to-qo-100-dx-club
Basic QO-100 Dx Club API integration
2023-03-20 14:53:41 +00:00
Hugo Silva d7d06c2bbc Store webadif upload data in separate table 2023-03-17 13:11:04 +00:00
Hugo Silva a745cbb6e8 Check if columns exist before adding them in migration 2023-03-17 08:28:08 +00:00
Hugo Silva c962a972a8 Basic QO-100 Dx Club API integration 2023-03-16 18:58:48 +00:00
Andreas 5ac115ceee [Migrations] Fix in script 102 and 105 to check if things exists 2023-03-15 14:40:32 +01:00
Peter Goodhall d675f05e4c [QSO] adjustments to the DXCC Stats box 2023-02-20 15:20:16 +00:00
Andreas 9b787bbb1f Fixed hardcoding of tables 2023-01-28 15:21:09 +01:00
phl0 5649e17bcf
Add DB migration 2023-01-28 12:49:34 +01:00
Andreas 880c87238d [OQRS] Removed default on text column 2022-12-21 22:29:04 +01:00
Andreas 2ba3d14683 [OQRS] Updated migration script number again 2022-12-21 22:13:08 +01:00
Andreas Kristiansen 1759e44106
Merge branch 'dev' into online_qsl_request 2022-12-21 22:11:33 +01:00
phl0 309732c739
Fix typo 2022-12-21 21:27:36 +01:00
phl0 08f08d2e9a
Reupload IO-117 and FO-118 QSOs to LotW 2022-12-21 21:24:35 +01:00
phl0 c93a32da8b
Rename CAS-5A to FO-118 2022-12-18 09:21:21 +01:00
Andreas 5db5f7387e [OQRS] Updated migration script number 2022-12-14 12:38:17 +01:00
Andreas Kristiansen 9917b14199
Merge branch 'dev' into online_qsl_request 2022-12-14 12:37:22 +01:00
Peter Goodhall f7bfee9850
Merge branch 'dev' into addM17AndFreeDV 2022-12-07 10:50:28 +00:00
phl0 013493baca
Add FreeDV and M17 submodes of digital voice 2022-12-07 09:06:35 +01:00
phl0 233fb4a483
Update reference to ADIF specs 2022-12-07 08:29:50 +01:00
phl0 034fa625fb
Add support for POTA fields according to ADIF update 2022-11-30 15:38:40 +01:00
Peter Goodhall 809fc8c78c
Merge branch 'dev' into greencube 2022-11-27 17:25:24 +00:00
Peter Goodhall 822b136edc Bought up to date for merge 2022-11-27 17:22:51 +00:00
phl0 08108b4638
Add option to select previous QSL type 2022-11-25 00:22:31 +01:00
Peter Goodhall a87c2ca73c make the comments make sense 2022-11-16 14:54:06 +00:00
Peter Goodhall 1e1e8fb1c4 [Satellites] Change exisiting QSOs to IO-117 2022-11-16 13:58:36 +00:00
Andreas 9d1f30d8e8 [OQRS] Added OQRS system 2022-11-15 18:29:33 +01:00
phl0 e902dbdffe
Fix SQL typo 2022-11-03 18:36:06 +01:00
Andreas ef2d032e03 [Search] Added migration script and tweaks to view 2022-11-01 19:47:06 +01:00
phl0 f0044aa505
No comment ... 2022-10-19 19:33:14 +02:00
phl0 5d9b69f403
fix C+P mistake 2022-10-19 19:25:07 +02:00
phl0 ebe05aee8c
Make auto QTH function configurable on frontend 2022-10-19 16:27:26 +02:00
phl0 e67435d497
Add lookup function for grid and name for WWFF refs 2022-10-19 14:52:43 +02:00
Peter Goodhall 22f421e9eb Add a config item for knowing if v2 migration took place 2022-10-10 19:56:46 +01:00
phl0 f556e6319f
Added POTA to awards section
Signed-off-by: phl0 <github@florian-wolters.de>
2022-10-05 22:13:12 +02:00
phl0 8de14376ba
Add some safeguarding in case columns do (not) exist
Signed-off-by: phl0 <github@florian-wolters.de>
2022-10-05 21:21:15 +02:00
phl0 65189d07ca
Basic POTA support 2022-10-05 17:05:53 +02:00
Peter Goodhall 23defe3ede Update 100_update_cat_table.php 2022-09-30 16:11:30 +01:00
Peter Goodhall 2e7b6a5dad Think i need more sleep 2022-09-30 15:59:14 +01:00
Peter Goodhall 2c76f7ea8f Update 100_update_cat_table.php 2022-09-30 15:58:11 +01:00
Peter Goodhall d946d23fa2 Update 100_update_cat_table.php 2022-09-30 15:57:23 +01:00