Commit Graph

1950 Commits

Author SHA1 Message Date
Andreas Kristiansen
873a0391e9 Fixed table info when linking locations to container 2024-03-19 14:34:23 +01:00
Andreas Kristiansen
6e8674c053 Validates visitor link 2024-03-18 20:45:34 +01:00
Andreas Kristiansen
714833a9b8 Linking locations works 2024-03-17 21:20:24 +01:00
Andreas Kristiansen
3286594e3e Added confirmation when deleting public link 2024-03-16 07:26:40 +01:00
Andreas Kristiansen
a30ec7fb84 Update reloadlogbooks with new stuff 2024-03-15 21:00:43 +01:00
Andreas Kristiansen
396919a764 Tweaked linked location view 2024-03-15 12:59:48 +01:00
Andreas Kristiansen
acb0a4237c Toggle public search works 2024-03-15 12:33:15 +01:00
Andreas Kristiansen
2b4b869d6a Can edit visitor link 2024-03-15 11:42:19 +01:00
Andreas Kristiansen
bef09734b0 Added some dialogs 2024-03-14 14:49:28 +01:00
Andreas Kristiansen
7bf606a06a Simplifying station setup. Only view changed so far 2024-03-13 07:54:34 +01:00
Joerg (DJ7NT)
0c0924de6a Merge pull request #218 from int2001/submode_lbl_fix
Fix printing empty submode
2024-03-11 16:41:58 +01:00
int2001
b0d676b032 Fix printing empty submode 2024-03-11 14:15:03 +00:00
Andreas Kristiansen
4f91401daa Moved menuitem, and needs to be admin to access 2024-03-11 15:15:01 +01:00
phl0
49b8984e0c Provide SAT data from table and delete JSON file 2024-03-11 09:57:24 +01:00
phl0
3c852ecfa7 Merge remote-tracking branch 'upstream/dev' into HEAD 2024-03-10 17:17:42 +01:00
HB9HIL
6bd793e496 Merge branch 'dev' into unique 2024-03-10 15:56:39 +01:00
Andreas Kristiansen
bd264774c9 Sets inserted mode id 2024-03-10 07:49:39 +01:00
Andreas Kristiansen
7a30c182b3 Add mode for satellite partially works 2024-03-09 18:24:45 +01:00
Andreas Kristiansen
5e5d583ee8 Edit/save satmode works 2024-03-09 14:06:09 +01:00
Andreas Kristiansen
ea44851cc3 Updated edit dialog with mode 2024-03-08 21:50:14 +01:00
Andreas Kristiansen
e5306969d2 Edit works for satellite 2024-03-08 19:23:51 +01:00
Joerg (DJ7NT)
fea5843463 Merge pull request #210 from int2001/contest_bearing
Contest bearing
2024-03-08 18:02:40 +01:00
phl0
8c943f3e2d Remove debug output 2024-03-08 17:37:38 +01:00
HB9HIL
7b3eb336b6 Merge branch 'dev' into unique 2024-03-08 16:58:52 +01:00
Andreas Kristiansen
6f01a5f8b8 Add satellite works 2024-03-08 12:35:57 +01:00
int2001
b087a124b8 Prevent inserting double eQSL-Images into DB and FS 2024-03-08 09:18:32 +00:00
int2001
f22bb9fb85 PHP-Part of adding bearing to contest 2024-03-08 08:45:46 +00:00
phl0
d9ccfe7969 Fix variable typo 2024-03-08 09:43:39 +01:00
abarrau
8afe60a488 Merge remote-tracking branch 'upstream/dev' into ans-clean-old-custom-map 2024-03-08 08:54:52 +01:00
abarrau
f14cb6642c add redirect to dashboard 2024-03-08 08:46:20 +01:00
Andreas Kristiansen
783fc81cf1 Update gui and started implementing functions 2024-03-07 20:33:17 +01:00
phl0
5fff16862c Merge remote-tracking branch 'upstream/dev' into hamsatWorkablePasses 2024-03-07 17:59:10 +01:00
int2001
5759a604d1 Refactored to user_options_table 2024-03-07 16:34:22 +00:00
phl0
20bee114d2 Merge remote-tracking branch 'upstream/dev' into HEAD 2024-03-07 17:18:31 +01:00
phl0
5ea81c3f07 Add user options to allow for showing workable passes only 2024-03-07 16:11:54 +01:00
HB9HIL
fa3fbeebda move get_county function to lookup 2024-03-07 09:47:49 +01:00
abarrau
e50d24369a remove map/custom reference 2024-03-07 09:28:41 +01:00
phl0
950ed3a462 Add newline for error messages 2024-03-06 13:32:49 +01:00
int2001
e4f411c708 Catch Clublogerror if log was already sent 2024-03-06 06:16:47 +00:00
int2001
296d57ceac Reduce 4 non-indexed queries to only 1 2024-03-05 17:14:45 +00:00
phl0
63c7252f82 Use APP field from LoTW to set QSLRDATE 2024-03-05 17:33:51 +01:00
Florian (DF2ET)
a54dd87306 Merge pull request #181 from int2001/qso_resetter
Qso Reset
2024-03-04 16:37:25 +01:00
Andreas Kristiansen
ac3b12fc90 [LBA] Now shows comment 2024-03-04 09:42:13 +01:00
Andreas Kristiansen
f26273a892 Merge pull request #191 from AndreasK79/dxcache_default
Use default dxcache url if not set
2024-03-04 08:24:39 +01:00
int2001
dee54c3fdf Set dxcluster_maxage and decont as well if not given 2024-03-04 07:14:35 +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
Andreas Kristiansen
1335d915c6 Fixed HamQTH lookup if no session was set 2024-03-03 17:54:45 +01:00
Andreas Kristiansen
7da34e1900 [Bands] Added RAC and JCC. And some future proofing 2024-03-03 08:58:56 +01:00
Andreas Kristiansen
3147904fe3 Added page for satellite 2024-02-29 19:13:37 +01:00
HB9HIL
1e86961b92 removed first approach and added constructor 2024-02-29 13:52:54 +01:00