Wykres commitów

2316 Commity (59e4ea0316b334c646a6675c96ec90a08336cfcf)

Autor SHA1 Wiadomość Data
Thomas Werzmirzowsky 6be7536493 added logbook check to KML export 2021-11-15 19:59:26 +01:00
Thomas Werzmirzowsky 6ab3256439 set user_id on station location create 2021-11-15 19:54:01 +01:00
Thomas Werzmirzowsky 309803e252 renamed station profile to station location
only show station locations of user
check station location user in backend
2021-11-15 19:46:20 +01:00
Thomas Werzmirzowsky 6e8729d9dd map on dashboard now shows the same QSOs as the list below (excluding
the ones without gridsquare)
2021-11-15 19:16:54 +01:00
Peter Goodhall aad1823e15 [Hardware] Allowed all user roles to view 2021-11-14 22:53:35 +00:00
Peter Goodhall 5eac022fae [Print QSL] Allowed all user roles access 2021-11-14 22:52:23 +00:00
Peter Goodhall e7902db33a Fixed a range of errors 2021-11-14 22:48:39 +00:00
Peter Goodhall 4f2fc64c01
Merge pull request #1291 from AndreasK79/implode_fix
Implode fix and fix for when the logbooks is empty
2021-11-14 22:29:03 +00:00
Peter Goodhall 5441f88394
Merge pull request #1290 from Werzi2001/version_2_qso_qsl_checks
added user checks to previous contacts and qsl management
2021-11-14 22:28:40 +00:00
Andreas Kristiansen 109f40bc23
Merge branch 'station_logbooks' into cloudlog8 2021-11-14 22:01:25 +01:00
Andreas ea93b69e04 [Statistics] Fixed when no QSOs 2021-11-14 18:46:09 +01:00
Andreas d71be33ffe [Gridsquares] Fixed if no QSOs 2021-11-14 18:06:49 +01:00
Andreas cd71d48656 [Distances Worked] Fix for QSOs not found 2021-11-14 17:57:33 +01:00
Thomas Werzmirzowsky 0ff857357c added user checks to previous contacts and qsl management 2021-11-14 17:50:11 +01:00
Andreas 341e8f4a33 [Days with QSOs] Fix if no QSOs found 2021-11-14 17:49:35 +01:00
Andreas 6e6fe817fe [Timeline] Fixed if no QSOs found. 2021-11-14 17:40:36 +01:00
Andreas 9e4c97e45b [Accumulated Statistics] Fixed when no QSOs found. 2021-11-14 17:33:24 +01:00
Andreas e257ffa109 [Timeplotter] Fixed error when no QSOs found. 2021-11-14 17:20:10 +01:00
Andreas 8719441eb6 [Custom Map] Fixed error if logbook is empty 2021-11-14 17:17:20 +01:00
Andreas 8c7fa355fb [Awards] Fixed implode error when logbook is empty 2021-11-14 17:11:59 +01:00
Peter Goodhall b58ed8bcbd
Merge pull request #1287 from Werzi2001/version_2_exclude_deleted
exclud deleted DXCC and IOTA by default
2021-11-14 13:11:50 +00:00
Peter Goodhall 08af5c3843 [Dashboard] Fixes errors on clean install where variables have no numbers on the dashboard counts 2021-11-14 13:10:18 +00:00
iddq 6bd4308b01 Added Operator (COL_OPERATOR) to possible columns 2021-11-14 12:04:48 +00:00
Peter Goodhall 37fba45cbc Merge branch 'station_logbooks' of https://github.com/magicbug/Cloudlog into station_logbooks 2021-11-14 12:02:17 +00:00
Ondřej Nový 558e111b5a 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-14 12:01:59 +00:00
Peter Goodhall 454b3b96f3
Merge pull request #1286 from Werzi2001/version_2_dashboard_todos
Version 2 dashboard todos
2021-11-14 11:58:27 +00:00
Thomas Werzmirzowsky a3822698c0 exclud deleted DXCC and IOTA by default 2021-11-14 12:58:19 +01:00
Peter Goodhall 8cb990fc30 [API] Allows all users to access 2021-11-14 11:57:21 +00:00
Thomas Werzmirzowsky 239fad0037 Merge branch 'station_logbooks' into version_2_dashboard_todos 2021-11-14 12:46:55 +01:00
Thomas Werzmirzowsky 63dc682e51 adapted dashboard countries and qsl cards statistics for logbooks 2021-11-14 12:45:17 +01:00
Andreas 3ff17fb058 Remove the constructor in the bands-model 2021-11-13 20:08:52 +01:00
Andreas 7dec9a7684 Removed constructor in the newly added bands-model. 2021-11-13 20:04:29 +01:00
Andreas Kristiansen 7d404c31db
Merge branch 'cloudlog8' into mergesolve 2021-11-13 20:00:48 +01:00
Andreas Kristiansen 42fa1a06d0
Merge branch 'station_logbooks' into cloudlog_php8_compatible 2021-11-13 16:03:52 +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 92850e821d [Header] Admin dropdown is only displayed to users with Admin role 2021-11-08 22:43:59 +00: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
Andreas b8ce4fa33d Added checks if logbooks exists. Cloudlog would load with an error when starting a new install. 2021-11-06 20:53:36 +01:00
Andreas 1b2a88b355 Removed all constructors in models, since this doesn't work in never CodeIgniter 2021-11-06 20:24:28 +01:00
Andreas Kristiansen 7fe1c8fed9
Merge pull request #1261 from iddq/master
Added Operator (COL_OPERATOR) to possible columns
2021-11-06 16:00:50 +01:00
Andreas Kristiansen a9f9916315
Update index.php
Changed TD to TH tag in the header.
2021-11-06 15:53:04 +01:00
iddq 8665089fb8 Merge branch 'master' of github.com:iddq/Cloudlog 2021-11-06 12:15:23 +01:00
iddq fd17cae78d Added Operator (COL_OPERATOR) to possible columns 2021-11-06 12:14:45 +01:00
Andreas Kristiansen f0b97c148a
Merge pull request #987 from abarrau/master
differents updates
2021-11-04 19:21:52 +01:00
Hakan Koseoglu at jupiter c2323667da Turkish translation v1.0 2021-11-04 12:55:08 +00: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
Peter Goodhall 442bdd1455
Merge pull request #1262 from samhjn/feature_merge_back
[i18n] add translation Chinese Simplified
2021-11-03 16:07:40 +00:00
Peter Goodhall 32765fee9a
Merge pull request #1263 from LZ2ISI/patch-2
Added Bulgarian language translation
2021-11-03 16:06:50 +00:00
Peter Goodhall 09e6e29df5
Merge pull request #1264 from LZ2ISI/patch-3
Added Bulgarian language translation
2021-11-03 16:06:41 +00:00
Peter Goodhall 2d69a23ad5
Merge pull request #1265 from LZ2ISI/patch-4
Added Bulgarian language translation
2021-11-03 16:06:29 +00:00
Peter Goodhall af739f469d
Merge pull request #1266 from LZ2ISI/patch-5
Added Bulgarian language translation
2021-11-03 16:06:19 +00:00
Peter Goodhall d569c40684
Merge pull request #1267 from LZ2ISI/patch-6
Added Bulgarian language translation
2021-11-03 16:06:07 +00:00
Peter Goodhall 067d1f5d57
Merge pull request #1268 from LZ2ISI/patch-7
Added Bulgarian language translation
2021-11-03 16:05:58 +00:00
Peter Goodhall 94057d5ec1
Merge pull request #1269 from LZ2ISI/patch-8
Added Bulgarian language translation
2021-11-03 16:05:46 +00:00
Ivan fb0c3781a7
Added Bulgarian language translation 2021-11-03 12:04:12 +02:00
Ivan 591b7d2c4b
Added Bulgarian language translation 2021-11-03 12:02:52 +02:00
Ivan bfaaf942ee
Added Bulgarian language translation 2021-11-03 12:01:09 +02:00
Ivan 0ddfa89392
Added Bulgarian language translation 2021-11-03 11:59:02 +02:00
Ivan 79ffda06db
Added Bulgarian language translation 2021-11-03 11:57:37 +02:00
Ivan 3835bd33c7
Added Bulgarian language translation 2021-11-03 11:56:02 +02:00
Ivan cd89168cc7
Added Bulgarian language translation 2021-11-03 11:54:08 +02:00
Ivan bcf4e5d2d6
Added Bulgarian language translation 2021-11-03 11:52:10 +02:00
ShadowMov 144faa5c4c [i18n] add translation Chinese Simplified 2021-11-03 00:56:30 +08:00
iddq 40a77dbcd2 Added Operator (COL_OPERATOR) to possible columns 2021-11-01 18:38:18 +01:00
iddq 3d883409a1 Added Operator (COL_OPERATOR) to possible columns 2021-11-01 15:22:26 +01:00
Andreas 33868efa4c [Contest Logging] Bugfix for exchange logging. 2021-10-31 17:11:46 +01: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 61b41df1d9 created helper methods to check access 2021-10-31 10:17:14 +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 Kristiansen 2bf5894744
Merge pull request #1251 from AndreasK79/search_fix_replace
[Search] Replace O with slash when searching
2021-10-28 19:29:20 +02:00
Andreas 6fcb023216 [Search] Replace O with slash when searching 2021-10-28 19:28:22 +02:00
ShadowMov 6d066da791 eqsl: close root div 2021-10-27 23:43:23 +08: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 Kristiansen 76d9e639b0
Merge pull request #1245 from AndreasK79/contests_activate_deactivate_all
[Contests] Added buttons for activate/deactivate all
2021-10-23 19:45:49 +02:00
Andreas 93b6cba00e [Contests] Added buttons for activate/deactivate all 2021-10-23 19:44:41 +02:00
Thomas Werzmirzowsky 5f39e99d47 sort logbook and station list by name 2021-10-20 21:26:35 +02:00
Andreas Kristiansen 58a2346de6
Merge pull request #1238 from Werzi2001/station_logbooks_wording
changed wording to station
2021-10-20 18:05:54 +02:00
Kim - DG9VH 451beca21e
Fixed Typo in eqsl_last_qsl_rcvd_date
There was the wrong database-field compared so eqsl_last_qsl_rcvd_date() always delivered 1970/01/01 as date.
2021-10-17 17:19:13 +02:00
Thomas Werzmirzowsky e66e2007c0 one more change 2021-10-17 11:45:21 +02:00
Thomas Werzmirzowsky b300106ade changed wording to station 2021-10-17 11:42:33 +02:00
Thomas Werzmirzowsky f510bc314b added logbook filter to logbook main list 2021-10-17 11:25:01 +02:00
Andreas 53e825d885 [Themes] Fixed form in the view 2021-10-16 19:53:22 +02:00
Andreas Kristiansen b324aba559
Merge pull request #1232 from AndreasK79/dok_contest
[Contesting] Added option to copy received exchange into Dok field in database
2021-10-16 19:39:12 +02:00
Andreas d44831d3f5 [Contesting] Added selection for copying received exchange over to DOK field in the database. 2021-10-16 16:03:54 +02:00
ShadowMov 5052f5505c [logbook] fix table header html markup & contest serial info 2021-10-16 00:24:13 +08:00
Andreas 9576f576d9 Fixed down in migration script. 2021-10-15 11:14:28 +02:00
Andreas 99d8de9494 Missing logbook view 2021-10-15 08:58:14 +02:00
Andreas 25c377f801 Rewrote view for dashboard and logbook 2021-10-15 08:56:40 +02:00
Andreas Kristiansen 48a2d3fb7c
Merge pull request #1218 from AndreasK79/small_fixes_for_better_compability
PHP8 fix and folder not found fix
2021-10-15 08:54:49 +02:00
ShadowMov e21639277d dashboard: fix RSTS/RSTR table header in mobile mode 2021-10-15 00:20:18 +08: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 2d2a480fbb Merge branch 'station_logbooks' of https://github.com/magicbug/Cloudlog into station_logbooks 2021-10-12 15:19:41 +01:00
Peter Goodhall 87d5c8e1b0 [Station Logbook] Improved edit interface 2021-10-12 15:19:39 +01:00
Andreas d174003518 Merge branch 'station_logbooks' of https://github.com/magicbug/Cloudlog into station_logbooks 2021-10-12 13:20:46 +02:00
Andreas 57e5836193 [Migrations] Added checks to see if things exists. Done to avoid trouble when swapping branches. 2021-10-12 13:20:41 +02:00