Commit Graph

1922 Commits

Author SHA1 Message Date
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
Andreas Kristiansen
6f01a5f8b8 Add satellite works 2024-03-08 12:35:57 +01:00
phl0
d9ccfe7969 Fix variable typo 2024-03-08 09:43:39 +01:00
Andreas Kristiansen
783fc81cf1 Update gui and started implementing functions 2024-03-07 20:33:17 +01:00
phl0
20bee114d2 Merge remote-tracking branch 'upstream/dev' into HEAD 2024-03-07 17:18:31 +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
int2001
cd7fd8530a Merge branch 'dev' into qso_resetter 2024-02-28 16:20:33 +00:00
int2001
7673b5c22d Added Fullreset Logic (PHP) 2024-02-28 14:14:29 +00:00
HB9HIL
fbe5411251 added flag to recommend cronjobs 2024-02-27 20:58:02 +01:00
HB9HIL
c8fc397604 typo 2024-02-27 10:29:38 +01:00
HB9HIL
c1325591cc QSL Files Migration (#174)
* remove unnessesary file

* prepared debug view with logic

* typo

* add additional case

* moved Maintenance Page to Debug

* copy function

* comment

* html file for eqsl card images folder

* only copy files if they have a qso_id in db

* not_assigned folder

* xss_clean

* $CI to $this

* removed status field, no need for that

* class wide variabled to reduce redundancy

* adjusted view

* allow run migration agn

* missing case if user_id is also empty (deleted user/qso)

* just commented

* only allow jpg, png and gif (same as in upload)
2024-02-26 17:42:46 +01:00
HB9HIL
db9726774c added a maintenance mode 2024-02-25 14:14:18 +01:00
Florian (DF2ET)
bda603a33a Merge pull request #172 from phl0/jccAward
JCC Award
2024-02-24 16:57:58 +01:00
HB9HIL
d92f51eafd datatable js for jcc award 2024-02-24 16:47:43 +01:00
phl0
f95cf41dea Rename JCC model 2024-02-24 16:30:53 +01:00
phl0
4ec12f32a8 Remove map and add QSO details links 2024-02-24 12:29:50 +01:00
HB9HIL
4a07d3073c moved folderSize und sizeFormat functions to libary 2024-02-24 10:23:58 +01:00
phl0
2244070f11 Initial work for JCC award 2024-02-23 22:38:03 +01:00
HB9HIL
8e21b33ac2 fix lotw cert upload flashdata messages 2024-02-23 22:33:45 +01:00
abarrau
17b8856ded create function qso_is_confirmed() with user options about qsl 2024-02-23 12:17:08 +01:00
abarrau
90cc073f42 fix for lba map 2024-02-23 08:45:12 +01:00
Andreas
4ca52ec668 [LBA] Now changes subdivision according to selected dxcc 2024-02-20 15:24:49 +01:00
Andreas
fe12f49db3 [LBA] Added more coluimns for batch edit 2024-02-19 19:05:09 +01:00
Andreas
3aac4e12b3 [LBA] Now deletes QSOs in batch, instead of looping through each 2024-02-18 20:19:45 +01:00
Andreas
b44b5dc777 [LBA] Refactor the js for easier editing 2024-02-18 19:47:12 +01:00
int2001
8858e66e51 PHP8.3 fixing 2024-02-18 16:33:29 +00:00
int2001
a9d1c5cab2 Fix IOTA-Award at PHP8.3 / ReAdd Index 2024-02-18 16:22:18 +00:00
Andreas Kristiansen
c85370f176 Merge pull request #144 from AndreasK79/lba_batch_edit
[LBA] Batch QSO edit
2024-02-18 16:33:56 +01:00
Joerg (DJ7NT)
f8bf76189b Merge pull request #151 from int2001/cacheExternals
Cache externals
2024-02-18 15:50:50 +01:00
int2001
3781671274 Cachingtime for SAT to 1min. 2024-02-18 14:50:09 +00:00
Andreas
7c79287ff1 And controller changes 2024-02-18 14:55:34 +01:00
int2001
91bce28220 Fixes PHP8.3 Bug, when distance is empty/null 2024-02-18 11:47:16 +00:00
Joerg (DJ7NT)
03b7618182 Merge branch 'dev' into cacheExternals 2024-02-18 10:05:37 +01:00
int2001
2f012217c6 Adjusted cache-times and added SatTimers to cache (10minutes) 2024-02-18 09:01:47 +00:00