Commit Graph

1833 Commits

Author SHA1 Message Date
Andreas
7264eefb0b [Custom Map] Removed code 2024-02-08 11:18:24 +01:00
int2001
493cc65e20 Removed dangerous functions where User can accidently shift profiles 2024-02-07 17:29:32 +00:00
Andreas
bb54f8bde4 [LBA] Added custom mapping icons 2024-02-07 10:55:35 +01:00
Andreas Kristiansen
4e53117efb Merge pull request #106 from AndreasK79/lba_cq_zone 2024-02-06 21:04:23 +01:00
Andreas
1037bd1751 [LBA] ITU zone overlay 2024-02-06 20:50:56 +01:00
Andreas
d28f0044c1 [LBA] Added CQ Zone overlay 2024-02-06 14:19:34 +01:00
HB9HIL
96d49bfee3 Merge branch 'dev' into ans-central-users-data-folder 2024-02-06 12:52:20 +01:00
Andreas
53f3fecc16 [Logbook] Removed profiler 2024-02-06 12:50:18 +01:00
Joerg (DJ7NT)
e78fe46cf0 Merge pull request #100 from int2001/sig_usage
Make consequent use of SIG-References from station_profile
2024-02-06 12:46:59 +01:00
Joerg (DJ7NT)
32ce6e5d7e Merge pull request #99 from int2001/qso2ajax
Logging with AJAX at QSO
2024-02-06 11:32:05 +01:00
HB9HIL
703a2ba050 Merge branch 'dev' into ans-central-users-data-folder 2024-02-06 10:50:37 +01:00
Joerg (DJ7NT)
c14b4b18ed Delete application/controllers/Welcome.php
security flaw
2024-02-05 16:29:37 +01:00
Joerg (DJ7NT)
614e7e3e00 Update Dashboard.php
Remove redir to welcome
2024-02-05 16:12:28 +01:00
int2001
b5db88028f Make consequent use of SIG-References from station_profile 2024-02-05 13:10:45 +00:00
int2001
4dcb795c9f Small adjustments 2024-02-05 12:12:11 +00:00
int2001
10a36920c8 Added notification and reloading of QSO-Table 2024-02-05 10:34:00 +00:00
int2001
a232b09e0f Change qso-save to ajax-return 2024-02-05 10:01:12 +00:00
HB9HIL
dd8526811d Dev (#3)
* Added Windows, MariaDB and PHP-Versions

* Release 1.0

* Re-added forum link

* add stations_id to eqsl functions

* remove 'v' in Version Dialog

* Update README.md

added Link to demo instance

* Update index.php

* We should be MIT Conform

* [Debug] Added information about when files were last updated, and links to update

* Added custom data format

* Remove leftover-index

* Migration

* Check if index is there

* [LBA] Can disable maidenhead overlay

* [eQSL] only locations with a eQSL nickname should be displayed (#74)

* only locations with a eQSL nickname should be displayed in the dropdown under eQSL Import

* add proper error message

* improve usability

---------

Co-authored-by: Christoph Kottke <dg0tm@darc.de>

* html fixes

* show flashdata if no station has eqsl nick

* removed openssl check, not required

* accumulate stats language

* multilanguage support

* prettier

* Prevent leaking data out of other station_location

* moved qrg to first tab

* Fix a PHP 8.1 deprecated bug.

* [Contesting] Fix for table qso count

* Fixed error when data was empty. Also clear table before inserting again.

* Refactor to get the table to load

* Need to clear datatable when session is deleted

* Prevent Racecondition

* Fixed a few null-checks which will fail on fresh accounts

* Allow for longer gridsquare in station profile

* Show IOTA/SOTA ref on station location tab

* [LBA] Fixed mapping of selected QSOs

---------

Co-authored-by: int2001 <joerg@dj7nt.de>
Co-authored-by: Joerg (DJ7NT) <int2001@users.noreply.github.com>
Co-authored-by: Andreas <6977712+AndreasK79@users.noreply.github.com>
Co-authored-by: Christoph Kottke <dg0tm@darc.de>
Co-authored-by: Florian (DF2ET) <github@florian-wolters.de>
Co-authored-by: dg0tm <schieberjunge@gmx.net>
2024-02-05 10:44:50 +01:00
int2001
9b4ced1889 Trying to convert the QSO-Post to an ajax call PHP/Part 2024-02-05 09:37:52 +00:00
Andreas
34dff8a71b [LBA] Fixed mapping of selected QSOs 2024-02-05 09:07:47 +01:00
int2001
af9168989b Fixed a few null-checks which will fail on fresh accounts 2024-02-04 16:36:56 +00:00
HB9HIL
81369d26be prettier 2024-02-03 10:04:15 +01:00
HB9HIL
6f6c008bd7 multilanguage support 2024-02-03 09:59:24 +01:00
HB9HIL
280cd98f93 show flashdata if no station has eqsl nick 2024-02-03 00:42:51 +01:00
dg0tm
bd4ab3088d [eQSL] only locations with a eQSL nickname should be displayed (#74)
* only locations with a eQSL nickname should be displayed in the dropdown under eQSL Import

* add proper error message

* improve usability

---------

Co-authored-by: Christoph Kottke <dg0tm@darc.de>
2024-02-03 00:21:39 +01:00
HB9HIL
cf275269e9 Dev (#2)
* Added Windows, MariaDB and PHP-Versions

* Release 1.0

* Re-added forum link

* add stations_id to eqsl functions

* remove 'v' in Version Dialog

* Update README.md

added Link to demo instance

* Update index.php

* We should be MIT Conform

* [Debug] Added information about when files were last updated, and links to update

* Added custom data format

* Remove leftover-index

* Migration

* Check if index is there

* [LBA] Can disable maidenhead overlay

---------

Co-authored-by: int2001 <joerg@dj7nt.de>
Co-authored-by: Joerg (DJ7NT) <int2001@users.noreply.github.com>
Co-authored-by: Andreas <6977712+AndreasK79@users.noreply.github.com>
Co-authored-by: Christoph Kottke <dg0tm@darc.de>
Co-authored-by: Florian (DF2ET) <github@florian-wolters.de>
2024-02-02 18:48:37 +01:00
Florian (DF2ET)
bab0b5fb2d Merge pull request #73 from dg0tm/wavelog
[eQSL] add stations_id to eqsl functions
2024-02-02 13:46:59 +01:00
Andreas
ffcb3e92d0 [Debug] Added information about when files were last updated, and links to update 2024-02-02 09:28:49 +01:00
Christoph Kottke
502a75e207 add stations_id to eqsl functions 2024-02-01 19:05:22 +01:00
abarrau
532aa3e310 userdata for qsl 2024-02-01 11:58:34 +01:00
abarrau
aefd75e94a Merge remote-tracking branch 'upstream/dev' into ans-central-users-data-folder 2024-01-31 22:37:16 +01:00
abarrau
c10c430ab2 userdir for eqsl 2024-01-31 22:36:27 +01:00
Joerg (DJ7NT)
f707e3eda1 Merge pull request #60 from int2001/qrz_at_dxcc
Added QRZ.com as option to several Awards
2024-01-31 18:40:13 +01:00
Florian (DF2ET)
851a79d0f0 Merge pull request #56 from phl0/lotwUploadPermissions
Show hint about upload permissions on LotW page
2024-01-31 17:29:31 +01:00
int2001
bf84ff5424 Added QRZ.com to DOK-Award 2024-01-31 13:57:05 +00:00
int2001
05acdd5207 Added QRZ.com to CQ-Awards (and prepared more awards) 2024-01-31 13:03:36 +00:00
int2001
37c6ca2b6d Added QRZ.com as option to DXCC-Award-Viewer 2024-01-31 12:47:40 +00:00
phl0
3f877ac1fc Show all unconfirmed if no QSL method is selected 2024-01-31 11:59:45 +01:00
Andreas
c0fae54d45 [LBA] Removed unused code 2024-01-31 10:09:40 +01:00
phl0
633c3d0adf Move permissions check functions to separate lib 2024-01-31 10:07:53 +01:00
phl0
2973300b32 Show hint about upload permissions on LotW page 2024-01-31 09:53:56 +01:00
HB9HIL
5c6468fdeb Merge pull request #50 from int2001/dxcluster_lotw_dxcc
Dxcluster: LotW, Flags, Worked/Cnfm for DXCC
2024-01-31 09:40:45 +01:00
Andreas Kristiansen
af85f0682f Merge pull request #54 from AndreasK79/remove_redundant_duplicate
Removed redundant duplicate check under search
2024-01-31 09:25:35 +01:00
Andreas
e0a287e168 Removed redundant duplicate check under search 2024-01-31 08:51:56 +01:00
Andreas
6d8b975639 Forgot the change in awards 2024-01-31 08:36:18 +01:00
int2001
fa50204d44 Added lotw and dxcc-work-cnfm-state to DXCluster // PHPPart 2024-01-30 15:34:45 +00:00
Andreas
2e11159c7c [Map] Added maidenhead overlay for WAS and WAJA map 2024-01-30 15:28:00 +01:00
int2001
d26dc24cb0 More Errorcatching 2024-01-30 12:10:44 +00:00
int2001
90736f3196 Some more errorcatching 2024-01-30 10:44:12 +00:00
int2001
b00f76f3ce A little more errorcatching and added cont to the API 2024-01-30 09:17:18 +00:00