Hugo Silva
450f710cfd
Fixes error on advanced search with nested groups
2021-12-20 19:15:22 +00:00
Andreas Kristiansen
eb5f16259a
Merge pull request #1306 from AndreasK79/search_fix_for_master
...
[Advanced Search] This fix adds table name to column so that query do…
2021-11-17 17:22:28 +01:00
Andreas
bef977950c
[Advanced Search] This fix adds table name to column so that query doesn't error.
2021-11-17 17:21:15 +01:00
Thomas Werzmirzowsky
021e2023ea
added "mark qsl sent" options to qso cog menu
2021-11-15 20:38:17 +01:00
Peter Goodhall
87d3f694b3
Revert "Update User.php"
...
This reverts commit 8353c54884 .
2021-11-14 22:24:33 +00:00
Peter Goodhall
e85e8d2d02
Revert "[API] Allow all user groups to access API Keys"
...
This reverts commit 69bc0ceef0 .
2021-11-14 22:24:30 +00:00
Peter Goodhall
8353c54884
Update User.php
2021-11-14 11:54:21 +00:00
Peter Goodhall
69bc0ceef0
[API] Allow all user groups to access API Keys
2021-11-14 11:53:35 +00:00
Peter Goodhall
f5f8243fc2
Revert "Merge branch 'station_logbooks' into master"
...
This reverts commit 246cec2d66 , reversing
changes made to 57f370aa1e .
2021-11-14 11:28:50 +00:00
Andreas Kristiansen
246cec2d66
Merge branch 'station_logbooks' into master
2021-11-14 12:22:59 +01:00
Andreas
939434090d
[Bands] Consolidated get_worked_bands to it's own model. This will make it easier to have everything in one place, and perhaps also move bands to db.
2021-11-13 15:55:17 +01:00
Andreas
1ce153a2ca
[KML Export] Fixed query to get the correct QSOs. Also added an extra check if lat and lng were undefined
2021-11-12 12:45:33 +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
Peter Goodhall
3a36b38b82
[Dashboard] Redirect to Login if user isn't logged in
2021-11-08 15:22:17 +00:00
Ondřej Nový
cf706fb17d
More robust eQSL.
...
* download eQSL only once
* don't save empty file
* add entry to DB only for correctly downloaded and saved eQSL
* use redirect instead of "subrequest"
2021-11-07 23:01:10 +01:00
Peter Goodhall
c34f80f5e9
[LoTW] Remaps JS8, Q65 and FST4 correctly for LoTW uploads
...
Fixes #1248 where JS8 QSOs where being uploaded as MFSK
2021-11-04 11:43:17 +00:00
Peter Goodhall
ef6bcea1c0
[LoTW} Remap Satellite LILACSAT-2 to CAS-3H for LOTW uploads
2021-11-04 11:39:51 +00:00
Thomas Werzmirzowsky
6f39ce940f
- QSO create/edit check that station belongs to user
...
- QSO form only shows stations of user
2021-10-31 10:25:35 +01:00
Thomas Werzmirzowsky
9ed56e7211
improvements to multi user support of stations/logbooks
...
- Set active logbooks checks if logbook belongs to user
- Link station to logbook checks that station and logbook belong to user
- Unlink station from logbook checks that station and logbook belong to user
- Edit of logbook only shows stations of user
- Set active station checks if station belongs to user
- find_active and find_gridsquare of Stations model now check user
2021-10-31 09:56:45 +01:00
Andreas
36d1b75484
[Contesting] Implemented dupecheck
2021-10-24 16:48:23 +02:00
Andreas
6f266567a1
[Modes] Added buttons for activate / activate all
2021-10-23 19:55:57 +02:00
Andreas
93b6cba00e
[Contests] Added buttons for activate/deactivate all
2021-10-23 19:44:41 +02:00
Thomas Werzmirzowsky
f510bc314b
added logbook filter to logbook main list
2021-10-17 11:25:01 +02:00
Thomas Werzmirzowsky
d62ab2e7d4
added check for empty result from list_logbooks_linked
...
removed "echo" outputs as then the following redirect is not possible
2021-10-12 20:03:14 +02:00
Peter Goodhall
87d5c8e1b0
[Station Logbook] Improved edit interface
2021-10-12 15:19:39 +01:00
Andreas Kristiansen
234ec52f1b
Merge branch 'mastettest' into station_logbooks
2021-10-08 11:48:01 +02:00
Andreas
e0e80fb680
[Contesting] Fixed so that correct gridsquare was shown in the view. Also removed some unused code in the controller.
2021-10-07 21:42:19 +02:00
Peter Goodhall
c6f9a5a3ae
[Search] Fixed incorrectly closed stristr
2021-10-07 15:08:28 +01:00
Andreas Kristiansen
7a6bdf3fbc
Merge pull request #1212 from AndreasK79/storing_queries
...
Storing queries
2021-10-06 10:28:19 +02:00
Andreas Kristiansen
fa1bb549ee
Merge pull request #694 from jsb2092/master
...
Added support for lookups in services for more detailed information when logged in
2021-10-05 20:58:48 +02:00
Andreas
3baffed23e
[Advanced search] Edit of stored query description can now be done. Formatted code a bit.
2021-10-03 20:06:08 +02:00
Peter Goodhall
6bf7d97df8
Removed test function.
2021-09-28 17:21:56 +01:00
Peter Goodhall
8b1770feab
[API][CAT] Fixes issue where user_id isn't getting added to the hardware entry
2021-09-28 17:18:04 +01: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
7651517e74
Merge pull request #1190 from AndreasK79/custom_maps_station_logbooks
...
Custom maps station logbooks
2021-09-27 15:09:21 +01:00
Andreas
17170433e0
[Advanced search] Only run a query which contains select, but not delete or update. Done for safety precautions.
2021-09-25 19:49:28 +02:00
Andreas
0717fa74ff
[Advanced search] When saving a query, we add this to the dropdown.
2021-09-25 18:08:31 +02:00
Andreas
223ba0ca21
[Advanced search] You can now save a query for re-use.
2021-09-25 17:40:15 +02:00
Andreas
915a470d8c
[Advanced search] Adif export for search result.
2021-09-23 20:18:47 +02:00
Andreas Kristiansen
b5ac0952ed
Merge pull request #1193 from AndreasK79/uploadpath
...
@mattmelling configurable updates folder
2021-09-22 14:21:36 +02:00
Andreas Kristiansen
a2da3753ed
Merge pull request #1111 from T012m3n7oR/master
...
Add the gridsquare from LotW QSL to the logbook
2021-09-22 13:38:41 +02:00
Andreas
9a6b6263bb
[Custom Map] Cleaned up the code a little bit. Swapped station profile name to logbook name in the view.
2021-09-20 22:03:39 +02:00
Andreas
51fba79397
[Hardware] Changed page title to be the same as the menu name
2021-09-20 19:32:41 +02:00
Andreas
98cfc18e84
[QSO] By limiting this to 100, a lot counties never got displayed.
2021-09-18 19:12:42 +02:00
Andreas
9311e7c85a
[Custom Map] Tweaks for station logbooks
2021-09-18 17:59:19 +02:00
Andreas Kristiansen
77da77ffd1
Merge branch 'station_logbooks' into custom_themes
2021-09-15 19:30:34 +02:00
Andreas Kristiansen
1ad0343ed0
Merge pull request #1150 from AndreasK79/dxatlas_grid_export
...
Dxatlas grid export
2021-09-15 19:15:33 +02:00
Peter Goodhall
9e19bfe2c6
Merge pull request #1153 from Werzi2001/eqsl_password_query_string
...
eQSL request changed from GET to POST
2021-09-14 21:53:28 +01:00
Peter Goodhall
e60bee857f
Merge pull request #1137 from AndreasK79/edit_contest_data_on_qso
...
[QSO Edit] Made Contest tab in QSO Edit. Added support for editing co…
2021-09-14 21:52:13 +01:00