提交图

119 提交

作者 SHA1 备注 提交日期
Thomas Werzmirzowsky
0ff857357c added user checks to previous contacts and qsl management 2021-11-14 17:50:11 +01:00
Peter Goodhall
0ffe57dc63 [Auth] Changed Roles either Administrator or Operator
This is the first step in changes to the AUTH system it will have two roles

- Admin - who can access all the admin tools plus log qsos
- Operator - who can just access the main Cloudlog functions and their own logbooks and locations
2021-11-08 15:28:16 +00:00
Thomas Werzmirzowsky
f510bc314b added logbook filter to logbook main list 2021-10-17 11:25:01 +02:00
Andreas Kristiansen
234ec52f1b
Merge branch 'mastettest' into station_logbooks 2021-10-08 11:48:01 +02:00
Peter Goodhall
5f10c52323 Went through logbook and logbook model changing things to logbook linked profiles 2021-09-28 11:21:12 +01:00
Peter Goodhall
f765a1c169 [QSO Entry] Changed worked_grid_before in Logbooks.php to use All station locations 2021-09-28 11:12:35 +01:00
Peter Goodhall
ef65494eb6 [Station Logbooks] Added the basics for the index page 2021-08-12 20:17:18 +01:00
Jeremy Brown
791cc04f62 Merge branch 'master' of https://github.com/magicbug/Cloudlog into magicbug-master 2021-08-05 15:36:28 -04:00
Andreas
2d86c70e53 [Date format] Fixed displaying of correct date format in qso widgets and in the previous contacts table in live/post qso. 2021-07-23 19:26:10 +02:00
Andreas
159aa0562d [User selectable columns] Added the possibility to configure some of the columns shown in the dashboard and in the logbook. 2021-05-05 17:52:42 +02:00
Leroy Diaz
56c77f3bd2 Add support for translations to 'QSO Details' lightbox 2021-02-08 21:23:08 +00:00
Andreas
c35d0d257e Fetches state from previous QSO. Fixes #854 2021-02-08 13:40:07 +01:00
Peter Goodhall
59616f1f5c [QSO] small improvement to json lookup jsonlookupcallsign 2021-01-29 20:20:01 +00:00
Peter Goodhall
b8d2032ed6 [QSO] Fixes #557 Where /P wasn't handled properly 2021-01-29 20:11:35 +00:00
Peter Goodhall
388bfb848a Revert "Merge pull request #706 from ofadam/patch-1"
This reverts commit 9647fa917e, reversing
changes made to e7d0d00e89.
2020-11-17 17:40:55 +00:00
Adam
6128c2a3ef
Display submode if available
This looks for submode first on the "MODE:" display fields – matching how the logbook itself functions.
2020-11-16 18:50:40 -06:00
Jeremy Brown
4ed092b955 Fixed an issue that I had fixed for imports when the QRZ session key had expired lookups would fail. Now it does the same thing for manually entering QSOs 2020-11-16 10:00:47 -05:00
Jeremy Brown
9718ae672e Fixed code that I accidently deleted 2020-11-11 18:48:30 -05:00
Jeremy Brown
f70b249710 Fixed code that I accidently deleted 2020-11-11 18:46:10 -05:00
Jeremy Brown
30600ae220 Added support for a config flag to determine if we should get full names from qrz. Added error checking for this with the api for import as well. 2020-11-11 14:38:00 -05:00
Jeremy Brown
4064418942 Trying to get full names working correctly 2020-11-11 12:18:37 -05:00
Jeremy Brown
8660d3d3ce Does a lookup on qrz/hamqth on api or when entering by hand. Names and grid squares are returned and populated if not already set. Full names are set since they are not shown unless logged in. 2020-11-10 22:13:25 -05:00
Peter Goodhall
03529db78b [QSL Management] Added notification on the max file size you can upload 2020-11-02 17:23:41 +00:00
Andreas
6b1f30cb0d New feature: QSL card image upload 2020-10-28 23:20:03 +01:00
Andreas
f494b55491 Added bootstrapdialog in dashboard, logbook and search. I think that should cover it. 2020-09-24 20:22:09 +02:00
Peter Goodhall
d4a164fc94 [LOTW] LoTW user lookup switched from importing CSV to database to PHP reading it directly reducing MySQL load 2020-09-21 14:02:50 +01:00
Andreas
9d4c40e44c Measurement_base in config is now fallback if not set in user profile. 2020-09-14 20:24:57 +02:00
Andreas
6c07de7f2c Changed it over to user profile. Fetches data from session instead. 2020-09-14 12:29:02 +02:00
Andreas
d38deea64a Changed files to use measurement_base from station_profile 2020-09-13 14:42:49 +02:00
Kim Huebel
dfc50b664e Merge branch 'master' of https://github.com/magicbug/Cloudlog into configurable_modes 2020-05-31 23:40:48 +02:00
Kim Huebel
6813237c59 reworked QSL-Indicators and print-functions to not only use "R" but also
look for "Q" (Queued)... this is logically better if you initiate QSL-sending
by your own... R is for requested by other station to send...

Now we are back to ADIF-Specs-logic :-)
2020-05-25 23:05:21 +02:00
Kim Huebel
9cbd65b0cd Merge branch 'master' of https://github.com/magicbug/Cloudlog into configurable_modes
some futher modifications
2020-05-24 08:51:30 +02:00
AndreasK79
f1fa575178 Fixed badgesetting on DXCC. 2020-04-13 19:23:19 +02:00
AndreasK79
db2cd61b35 Added posibility to manually set dxcc and cq zone in qso entry window. 2020-04-13 10:34:02 +02:00
Peter Goodhall
7103d74635 Added State lookup for HamQTH and also added US country to returned data 2020-03-07 16:46:31 +00:00
Peter Goodhall
4ddaa36592 Automatically populate USA state from QRZ if its been supplied 2020-03-07 16:36:21 +00:00
Anthony Di Iorio
c2a2f65611 Fix HamQTH session expiry
If HamQTH session has expired after 1 hour, start a new session and retry the search.

Checks against a new error field in the HamQTH library.

https://www.hamqth.com/developers.php
2020-03-03 22:37:16 -05:00
Peter Goodhall
c5aeab0ce0 Allow user to define date format 2020-02-21 11:40:05 +00:00
Kim Huebel
192a63ad4b Added indicators, if callsign/dxcc is worked on band and mode
like the locator-input the callsign-input is colored in red or green
the country-label is enabled with a label that tells us about worked/not wkd
2019-10-13 22:42:41 +02:00
Kim Huebel
44a9e348e7 Added Paper-QSL-Info on Previous-Contacts-Search-Result-List in QSO-Logging
After entering a Callsign and confirming with TAB previous contacts would be shown now with additional column "QSL" showing Paper-QSL-state of this QSOs
2019-10-12 21:23:58 +02:00
Peter Goodhall
1f53fceb26 Cleaned up some time display items 2019-10-06 16:50:33 +01:00
Peter Goodhall
f6924c77ed Gridsquare checked based on station profile and past qsos checked against all qsos in the table 2019-09-26 21:26:20 +01:00
Peter Goodhall
4180a1aa4a fixed bug in logbook returning past qso info 2019-09-26 21:11:10 +01:00
Peter Goodhall
4b2bb08f8f Only return whether a gridsquares been worked for the active station profile. 2019-09-26 20:31:16 +01:00
Peter Goodhall
54e4e9677c station callsign information shown in QSO popup windows and search 2019-09-24 23:10:59 +01:00
Peter Goodhall
0739790943 Grid worked before now checks based on type SAT or band/mode 2019-08-16 12:25:31 +01:00
Peter Goodhall
06297e76e5 Moved Clublog lookup function to Clublog controller 2019-08-16 12:11:46 +01:00
Peter Goodhall
02c10858c0 When you change the QRA field in the QSO input, it will check gridsquare and return whether worked or not based on SAT or if sat_name isn't filled out it will do band/mode 2019-08-16 12:06:19 +01:00
Peter Goodhall
1b94aadfc1 Added a check for QSL Manager on callbook lookup to skip if its not returned 2019-06-30 15:44:09 +01:00
Peter Goodhall
31748e1fde Added the ability to search vucc fields 2019-06-29 23:19:56 +01:00
Kim Huebel
4d30dc426e replaced 0 with Ø in callsigns 2019-06-25 15:28:59 +02:00
Peter Goodhall
46e7b87ffb Fixed error where old table was called 2019-06-24 17:34:01 +01:00
Kim Huebel
8365b17f7c Enable configuring the measurement base distance is measured in 2019-06-24 15:57:48 +02:00
Peter Goodhall
7fef104c35 Testing some changes but wasn't happy with it 2019-06-17 14:29:03 +01:00
Peter Goodhall
b4da6386e0 Cleaned up code a bit 2019-06-17 14:12:39 +01:00
Peter Goodhall
0025c9a4ac If QSL VIA information is already stored for the callsign in the database populate the QSO form instead of QRZ lookup 2019-06-17 11:15:05 +01:00
Peter Goodhall
53728a851d Populate QSL Manager from QRZ in the QSL Via field on the QSO Page 2019-06-16 17:49:39 +01:00
Peter Goodhall
5db81d6089 Displays under the callsign whether persons an lotw user or not 2019-06-16 16:37:26 +01:00
Peter Goodhall
ec5c356cc0 Added a map to the Add QSO page 2019-06-14 00:14:39 +01:00
Peter Goodhall
da4dc1bf27 Fixed CSS/HTML for the qso information popup 2019-05-25 18:43:32 +01:00
Peter Goodhall
7a78deedf3 QSO Page changed to new ui and deleted old assets 2019-05-21 13:44:22 +01:00
Peter Goodhall
e2ff5d77c1 Logbook interface updated 2019-05-14 16:46:16 +01:00
Tobias Mädel
125bb77e8c Change indentation 2019-02-26 22:08:12 +01:00
Tobias Mädel
ca20d29bd6 Show worked before grid status 2019-02-26 22:00:09 +01:00
Tobias Mädel
50104e3fa9 Fix lookup when no callbook is configured 2019-02-26 16:37:50 +01:00
Tobias Mädel
5a19437aed Fetch all callsign information in a single JSON request 2019-02-26 16:37:42 +01:00
Peter Goodhall
6ad34e5165 Fixed error on partial log lookups only using hamli which is now removed. 2019-02-10 23:03:14 +00:00
Andy
abc12df29b pull from magicbug master 2018-08-08 12:37:21 +01:00
Warren Volz
e384826aea Codeignitor 3.1.6 and corresponding changes
- fixes missing () from num_rows in authenticate user function
- removes passwordhash library in favor of built in PHP password_hash
  and password_verify functions
- uppercase all class filenames
- add new CLI error templates, move HTML error templates
- update mimes file to latest version
- update routes to latest version
2017-12-01 19:25:26 +00:00
重命名自 application/controllers/logbook.php (浏览更多)