Commit Graph

67 Commits

Author SHA1 Message Date
int2001
6f85830ee7 A bit more safe... 2025-01-16 11:24:35 +00:00
phl0
f86196a7d9 Add QSL msg to card download function 2025-01-16 12:16:13 +01:00
phl0
19887977a1 Fix typo 2025-01-16 12:01:15 +01:00
phl0
5b1c82c8ba Handle empty QSLRDATE 2025-01-16 11:31:39 +01:00
phl0
09a6f4c11b Add option to enable eqsl massdownload
Disabled by default bceause not thread safe.
2024-12-17 11:52:30 +01:00
int2001
4043057969 Minor: Fixes double-slash / wrong use of site_url 2024-11-12 10:59:07 +00:00
int2001
82e52a3619 Added hint for next automatic syncs to eQSL, LoTW and QRZ 2024-10-18 09:36:35 +00:00
Florian (DF2ET)
2790708524 Merge pull request #1068 from phl0/eqslrdateDownload
Show EQSL receive date also in card download
2024-10-10 21:57:04 +02:00
phl0
403d9b68e4 Show EQSL receive date also in card download 2024-10-10 16:34:07 +02:00
phl0
59535a04d0 Fix typo 2024-10-10 10:24:53 +02:00
phl0
c44813a518 Show eQSL receive date on (manual) import 2024-10-10 08:55:58 +02:00
HB9HIL
c9fcf55eab added warning to "mark all qsos as sent" 2024-07-20 15:18:56 +02:00
HB9HIL
65fe90f425 responsive width and height classes 2024-07-07 15:09:28 +02:00
cats-shadow
40951e3420 Reverted width of the all fields to 50%. 2024-06-27 17:21:45 +03:00
cats-shadow
582b799c01 width redused to 50% 2024-06-27 15:57:58 +03:00
cats-shadow
74789bd64e Resized droplist for station location name and contest name to full width on pages Import/Export ADIF and eQSL Import. 2024-06-27 14:04:06 +03:00
HB9HIL
379de9cdf6 header is twice 2024-06-08 11:28:11 +02:00
HB9HIL
99e56a876b stringify 2024-06-07 14:58:23 +02:00
HB9HIL
3e206a36e4 missed some 2024-06-07 00:17:39 +02:00
HB9HIL
a137b0ebd3 one divider can be hidden if eqsl is disabled 2024-05-23 01:34:22 +02:00
int2001
977a063a67 Disable Mass-QRZ for User (if user-trigger disabled) 2024-05-19 11:50:14 +00:00
Joerg (DJ7NT)
f42547b184 Merge branch 'dev' into 3rd_dis 2024-05-18 07:57:05 +02:00
phl0
87e877363e Show prop mode in eQSL pages 2024-05-16 15:00:55 +02:00
int2001
bdb2cc6457 eQSL Handling if manual-disabled 2024-05-16 08:01:59 +00:00
HB9HIL
2df091f891 Release v1.1 (#120)
* config file for directory userdata

* userdir for eqsl

* change name to userdata

* userdata for qsl

* fix name on comment

* add generic function file

* remove model class on view, use generic function

* 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

* paths libary

* 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>

* [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

* Trying to convert the QSO-Post to an ajax call PHP/Part

* JS Part

* 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>

* First POC

* Handling of AJAX result (started)

* Change qso-save to ajax-return

* Added notification and reloading of QSO-Table

* JS-Part

* Set Focus to qso after (successful) log

* Resetting timers (successful)

* Info is now shown / faded

* Small adjustments

* More Beauty

* Make consequent use of SIG-References from station_profile

* Delete application/views/welcome directory

Leftovers. Security Flaw!

* Update Dashboard.php

Remove redir to welcome

* Delete application/controllers/Welcome.php

security flaw

* Hint for 8.3. friendly Usertest

* Update config.sample.php

default should be commented out

* [LBA] Checkbox to turn on/off path lines in map

* Styling for pathlines-checkbox

* [LBA] Checkbox tweaks

* updated comment in config.php (sample and installer)

* Removed popup regarding unsaved changes (wasn't functional at all)

* Added locking for sending a qso twice

* added spinner to save button

* Also include SIG and SIG_INFO

* [Logbook] Removed profiler

* [LBA] Added fitbounds to map

* [LBA] Added CQ Zone overlay

* Make clearer that overview filters on logbook rather than locations

* baesURL has a trailing slash already

* active logbook hint

* Update .gitignore

added userdata

* [LBA] ITU zone overlay

* Minor wording

* [LBA] Added custom mapping icons

* [LBA] Path line follows icon color

* [LBA] Added icon anchoring

* [LBA] Added easyprint for easy map saving

* [LBA] Added default colors when icon settings does not exist in db

* Check refs before trimming them

* [LBA] Fixed another default issue with markers and colors

* Removed dangerous functions where User can accidently shift profiles

* Rmoeve more unused leftovers from 1.0 to 2.0.

* Header refactoring (#110)

* splitted up header

* resorted header menu

* main rebuild

* header behaviour hover

* dropdown toggle rotate

* fix case where landscape is small menu and portrait normal view

* submenu thirdparty services

* removed custom maps from the header

* matching search bar

* border

* matched border to themes

* [Custom Map] Removed code

* [Gridmap] Broke map by accident. Thanks @phl0 for poke.

* Optical support for SAT directions and elevation

* [LBA] Added coordinates at the bottom of the map

* Align numbers and arrows

* Reset RST after saving via AJAX

* Cfd export (#117)

* Added CFD Export for toplist.darc.de to Wavelog

---------

Co-authored-by: phl0 <github@florian-wolters.de>

* special thx to contributors

* tag 1.1

* typo

---------

Co-authored-by: abarrau <hesky378@gmail.com>
Co-authored-by: Andreas <6977712+AndreasK79@users.noreply.github.com>
Co-authored-by: Christoph Kottke <dg0tm@darc.de>
Co-authored-by: Joerg (DJ7NT) <int2001@users.noreply.github.com>
Co-authored-by: int2001 <joerg@dj7nt.de>
Co-authored-by: Florian (DF2ET) <github@florian-wolters.de>
Co-authored-by: dg0tm <schieberjunge@gmx.net>
2024-02-09 18:12:28 +01:00
int2001
c74a5475f2 All Cloudlog-occurences with capital C and lowercase loudlog to Wavelog 2024-01-17 14:20:10 +00:00
HB9HIL
df64ba4ec1 datetimepicker to html5 2023-11-19 13:42:56 +01:00
HB9HIL
8c4bae8453 run migration script 2023-11-14 13:35:53 +01:00
abarrau
16f5bda419 Update import.php
eqsl: add date force update
change import view page
2023-10-03 12:15:33 +02:00
abarrau
e223ec6e5a eqsl: add date force update 2023-10-02 20:54:03 +02:00
Petr Kracík
059a0860af eSQL: Security fix, use HTTPS to send password over the internet
Signed-off-by: Petr Kracík <petrkr@petrkr.net>
2023-08-29 17:58:22 +02:00
int2001
ca850adf22 Fixed #2238 2023-07-04 18:49:00 +00:00
phl0
08a814f629 Only show download function if result is not empty 2023-05-22 10:26:45 +02:00
phl0
34e7afbc91 Correct typo and add timeout info 2023-05-22 08:07:30 +02:00
phl0
b02c9c3411 Nicely format result table showing errors 2023-05-22 00:10:56 +02:00
phl0
bda839b0b2 Show big banner re eQSL rate limit 2023-05-21 22:50:30 +02:00
phl0
7705cc8dcc Add bulk download function for eqsl cards 2023-05-14 20:25:03 +02:00
phl0
322085d2f6 Refactor table and add View/Download button 2023-05-11 15:25:35 +02:00
phl0
9d77d199b4 Show table of not yet downloaded QSLs 2023-05-10 22:14:29 +02:00
phl0
c317a63236 Basics for a eQSL image download page 2023-05-10 21:36:46 +02:00
phl0
cab8f01c6c Show link to eQSL image on import status page 2023-01-10 00:29:43 +01:00
phl0
de700ad185 Apply custom date format also for import screen 2022-11-30 15:04:48 +01:00
Alessio Caiazza
27a8d235fd eQSL import from multiple QTH nicknames 2022-09-22 08:58:14 +02:00
ShadowMov
6d066da791 eqsl: close root div 2021-10-27 23:43:23 +08:00
Peter Goodhall
7329bd2c9d [eQSL] Fixes Upload Text #1132 2021-09-07 17:09:19 +01:00
Peter Goodhall
50d64af400 [eQSL] Log Upload responses as debug messages in log 2021-05-02 16:20:31 +01:00
Peter Goodhall
615ee09402 [eQSL] Adding eQSL upload response to output 2021-05-02 16:16:14 +01:00
Peter Goodhall
bc74942323 Merge pull request #683 from poll-busily/misc-text
Further tweaks to text and text formatting
2020-11-04 14:35:24 +00:00
Peter Goodhall
254f7f3f2a [eQSL] Added Tools this allows you to mark all QSOs as sent to eQSL if manually uploaded
Thanks to M0TAZ for requesting this option, if you have lots of QSOs on a fresh install, use this function to mark all QSOs as uploaded to eQSL when you manually upload ADIF to eQSL.
2020-11-03 16:06:35 +00:00
Paul Beesley
5d23802e16 Further tweaks to text and text formatting
This commit has some further changes to text throughout the application. There are also some small fixes for text formatting. E.g. making sure that the small "helper" text under certain form fields is all consistent in terms of colour, font, etc.
2020-11-02 09:34:29 +00:00