Commit graph

114 commits

Author SHA1 Message Date
phl0
33709d001e
Merge remote-tracking branch 'upstream/dev' into gridOptional 2026-08-11 16:35:44 +02:00
HB9HIL
bd39adae9f
show station callsign instead user callsign 2026-08-08 08:35:29 +02:00
Joerg (DJ7NT)
8d275376a1
Merge pull request #3549 from int2001/active_profile
Set session-active-profile on profile-change
2026-07-29 10:27:10 +02:00
int2001
74f1990a8a
Set session-active-profile on profile-change 2026-07-28 08:04:38 +00:00
HB9HIL
827e54fa72
extend station api v2 2026-07-20 07:37:23 +02:00
phl0
17303444d0
Merge remote-tracking branch 'upstream/dev' into gridOptional 2026-07-16 14:36:53 +02:00
phl0
832aabf77b
Simplify code and take DXCC pos if no station grid 2026-07-15 16:37:10 +02:00
Andreas Kristiansen
0cf2eb9995 More unused functions in models 2026-07-15 15:06:20 +02:00
int2001
b5c8d2a844
Add trim() to qrzkey to help accidently typed in spaces 2026-07-14 16:57:41 +00:00
phl0
236d3eb135
Remove whitespace for xfer POTAs 2026-07-07 09:41:32 +02:00
phl0
0bbe0011dc
More replacements ... 2025-11-14 17:45:20 +01:00
int2001
48b75d4c15
UUID for locations / export / import / create 2025-11-05 11:37:43 +00:00
Andreas Kristiansen
9e76830455 Fix my_call replacement 2025-10-24 16:15:44 +02:00
Andreas Kristiansen
bb642994e4 [Locations] Add last qso date 2025-07-02 10:30:01 +02:00
Alexey Khromov
d05a7d2dd0 Initial CNTY support for non-US countries as in ADIF v3.1.5 2025-05-17 00:37:14 +03:00
int2001
356cef4830
Add Username and ID to hash. ID to MQTT-Topic 2025-04-11 06:08:26 +00:00
int2001
dfb8f80a98
Fence for spaces at call 2025-03-21 15:03:12 +00:00
phl0
240f68b217
Pan map on station profile select 2025-02-25 20:14:52 +01:00
int2001
7a5994fba8
Order station-locations by call and description 2025-02-16 07:43:12 +00:00
HB9HIL
4fcfd667e2
Static Map API (#1098)
Added new Static Map Feature

---------

Co-authored-by: phl0 <github@florian-wolters.de>
2024-10-31 10:26:59 +01:00
int2001
0bf2675d93
Replace evil SQLs with bindings 2024-09-12 15:54:37 +00:00
phl0
eae979dae7
Need to create array before using it 2024-09-12 15:50:50 +02:00
int2001
d1d9db9cf6
Update only QSOs of station_ids which belongs to the User when DLing LoTW QSLs 2024-09-12 13:41:16 +00:00
phl0
5284613dc0
Add some uppercases and strtouppers 2024-08-26 15:41:48 +02:00
Andreas Kristiansen
3b8efdd55c Fix error if no logbooks or locations 2024-07-07 19:05:10 +02:00
Andreas Kristiansen
74c8851834 [Station setup] Shows if location belongs to active logbook 2024-07-02 08:12:07 +02:00
HB9HIL
52cac470f2 fix saving a station location if oqrs is disabled 2024-06-15 00:28:44 +02:00
int2001
5be9caa2c5
Refactored MODES to use ONE SQL in Constructor (reduces SQLs) 2024-05-26 05:13:11 +00:00
HB9HIL
0a057cbf8f add clublog ignore switch 2024-04-21 16:43:25 +02:00
int2001
da54d16ed6
Deletion of User tested 2024-04-03 08:22:06 +00:00
int2001
af053cabc1
Move deletion of QSOs / Stationprofiles to station_model 2024-04-02 16:53:28 +00:00
Andreas Kristiansen
4bbfe1b07e
Station setup (#175)
* The start of station setup

* Added modals new logbook and new location

* Added 1st JSON-Create Logbook (PHP)

* Added 1st JSON-Create Logbook (JS)

* Changed to small buttons

* A bit more errorhandling (JS)

* Moved collecting of params to controller and added errorhandling

* Added Delete-Function (with confirmation)

* Moved view to new folder and added delete Logbook

* Added AJAX for setActive Book

* Added AJAX for setActiveBook (JS)

* Partially working reload logbook table

* Dynamic loading of logbooks (PHP)

* Dynamic loading of logbooks (JS)

* Reload location table

* Removed duplicate return statement

* Fixed Zoo of params to JSON-Out

* Fixed RenderBug (not yet finished) at JS

* Fixed DT error

* Fixed CSS

* Changed setActiveStation from link to Ajax (PHP)

* Changed setActiveStation from link to Ajax (JS)

* Added confirmation to changeActiveStation

* Changed EmptyStation to AJAX (PHP)

* Changed EmptyStation to AJAX (JS)

* Changed DeleteStation to AJAX (JS)

* Changed DeleteStation to AJAX (PHP)

* Tidy up code a little

* Re-added favorites

* Ajaxyfing favorite location

* Fixed clicking on favorite

* Fixed favorite star

* Tweaked new logbook dialog

* Fixed public search badge

* Fix badges on first load

* Reloads stations on load

* Redirect to station setup

* Re-added translation

* Fixed more badges

* Added menu item translation

* Header with translated menu

* Updated warning links on dashboard to go to station setup

* Added missing lang lines for Polish and Czech

* Changed links in Quickswitch to station setup

* station setup in quickswitcher

* Make station location ID a separate (and sortable) column

* Added missing ID

* Relocated eQSL-Thing to station_model to reduce redundancies

* Removed Debug-Stuff

* Moved get_options to get_default_eqsl_message within QSO-Controller

* Moved generic get_options to more specific get_eqsl_default_message

* Removed loading of options_model, since it is already loaded via "autload"...

* dynamic quickswitcher

* disabled button for active location

* typo

* removed empty unused function

* comment

* reload stationsetup list if we are on this page

* don't grey out the locations

* dynamic loading in both directions

* rename function to make it more clear

* readability

---------

Co-authored-by: int2001 <joerg@dj7nt.de>
Co-authored-by: Joerg (DJ7NT) <int2001@users.noreply.github.com>
Co-authored-by: HB9HIL <fabian.berg@hb9hil.org>
Co-authored-by: phl0 <github@florian-wolters.de>
2024-03-03 21:52:51 +01:00
HB9HIL
38dae0c4ec xss_clean 2024-02-24 08:05:50 +01:00
HB9HIL
8d62703b93 fix adif county 2024-02-23 15:48:55 +01:00
int2001
fbb377e7ec
Rmoeve more unused leftovers from 1.0 to 2.0. 2024-02-07 17:38:57 +00:00
int2001
493cc65e20
Removed dangerous functions where User can accidently shift profiles 2024-02-07 17:29:32 +00:00
int2001
6562b5ca97
0 to NULL 2024-01-29 12:46:05 +00:00
int2001
59ea365835
Added function to get grid from station_id (and use it) 2024-01-29 12:41:06 +00:00
abarrau
617279f32b Merge remote-tracking branch 'upstream/dev' into map-simplify-centralize-json-call 2023-12-18 18:55:41 +01:00
HB9HIL
1fd5b75076 add check if username is not empty 2023-12-16 07:48:19 +01:00
HB9HIL
fc793a1160 added hrdlog_username 2023-12-15 23:04:34 +01:00
abarrau
5886ce2dc8 new function for return json data for map 2023-12-12 07:40:12 +01:00
abarrau
6244681069 Map custom function (eng lang) 2023-11-30 18:11:22 +01:00
abarrau
d3a1f9ab76 eQSL default msg add function (english lang) 2023-11-29 14:17:58 +01:00
int2001
218e5a267b
Check for RT-Flag while saving QSO 2023-11-27 14:28:22 +00:00
phl0
ea27403ea6
Allow to select the callsign to download LoTW cnfms for 2023-11-24 16:15:01 +01:00
phl0
c5e050f548
Check station callsign in station profile 2023-09-06 00:02:07 +02:00
int2001
723e575af3 Add HRDLog to Cloudlog 2023-07-07 11:33:15 +00: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
phl0
f4296b2c24
Add error message for no outstanding QO-100 QSOs 2023-06-29 22:05:04 +02:00