Wykres commitów

84 Commity (65189d07caca6d7b0fc3c556ec3affe2561c3643)

Autor SHA1 Wiadomość Data
phl0 65189d07ca
Basic POTA support 2022-10-05 17:05:53 +02:00
phl0 43f46f9879 Restore initial data type of frequency column in cat table
Signed-off-by: phl0 <github@florian-wolters.de>
2022-09-30 12:05:38 +00:00
kb-light 88982bcb09 [CAT] rename rx columns 2022-09-30 12:05:33 +00:00
Andreas 9e110039f3 [Bands] Added WWFF support to bands 2022-09-20 17:25:50 +02:00
Andreas f133f1b6af [Bands] Added migration script 2022-09-04 20:16:12 +02:00
phl0 05765d1dc4
Update migration script due to recent changes in
upstream target branch
2022-08-24 17:20:25 +02:00
phl0 b888d44289
Add QSO start/end dates to LotW certs 2022-08-24 10:40:11 +02:00
Peter Goodhall c33c8e7153 [CAT] Always set the timestamp data from PHP so its UTC 2022-08-03 16:50:09 +01:00
Kim - DG9VH 04bfcfbb20 MIgrate Modes to ADIF V3.13
Inserting new modes, deactivating some modes and reordering them.
2022-07-21 17:55:13 +02:00
phl0 8459f31422
Implement profile pic for hamqth 2022-07-03 11:39:05 +02:00
Peter Goodhall 98dd08a6f8 [Migration] Add a service_username to thirdparty_logins 2022-05-05 15:11:33 +01:00
Peter Goodhall 264b914b8e [Migration] Create table thirdparty_logins
thirdparty_logins table will be used to store usernames and passwords for third party services.
2022-05-05 15:07:02 +01:00
phl0 f6feea53bd
Add CAT support for other propmodes for CloudLogCATQt 2022-04-08 21:47:50 +02:00
phl0 7ef299c869
Add power field to CAT interface 2022-04-06 14:50:24 +02:00
phl0 73ce098676
Add user config option to select whether to show qrz.com images 2022-04-04 11:38:21 +02:00
Peter Goodhall 985e71638d [Migration][Options] set the theme to auto load
Automatically load the theme which fixes issue of it not working correctly when not logged in as reported by @phl0
2022-03-25 15:40:15 +00:00
Peter Goodhall 73d4e8bcff [Station Logbooks] Adds column public_slug this will be used for generating the publicly sharable dashboard in v2 cloudlog 2022-01-26 15:43:44 +00:00
Ondřej Nový 216aaff844 Cleanup SQL CHARSET and COLLATE
* Set same charset and collate for all tables
* Recommends collate utf8mb4_0900_ai_ci which is MySQL default
2022-01-25 08:28:37 +01:00
Peter Goodhall 860adbb7ab Fixes a weird issue 2022-01-20 14:28:12 +00:00
Peter Goodhall 61fc1fc92b [Password Reset] Creates DB columns and password reset views and process. 2022-01-18 15:29:22 +00:00
Peter Goodhall 1e4f6283e0 [SAT] Change Sat names stored as XW-3(CAS-9) to HO-113 2022-01-04 11:27:36 +00:00
Peter Goodhall 59e4ea0316 [Sats] Change CAS-9 QSOs to HO-113 and set LoTW Sent to N 2022-01-03 18:17:04 +00:00
Andreas d998a7f8a2 Changed order of migration script to not cause trouble with migration script in master. 2021-10-06 10:36:50 +02:00
Andreas 30ba927c25 [API] Added userid to the API key. 2021-09-20 15:16:53 +02:00
Andreas Kristiansen 77da77ffd1
Merge branch 'station_logbooks' into custom_themes 2021-09-15 19:30:34 +02:00
Peter Goodhall ce1d7a5351 Code added to have an active logbook and code to set it all up 2021-09-07 18:07:48 +01:00
Peter Goodhall 605395264e [Station Locations] Adds User_ID to station location to assign it to a user 2021-08-23 15:39:30 +01:00
Andreas 5995b169c6 [Custom CSS Theme Support] Added migration script for creating the theme table 2021-08-09 13:26:04 +02:00
Peter Goodhall e254753bec [Migration] Creates table station_logbook_relationship table for many to many setup 2021-08-06 17:57:40 +01:00
Peter Goodhall c05d8f8fe0 [Migration] Creates station_logbook table in database. 2021-08-06 17:52:04 +01:00
Andreas de5c65c121 [User selectable columns] Added a fifth column, used only in logbook view. Also fixed a bug when adding user accounts. 2021-05-07 08:03:25 +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
Peter Goodhall 4fb2d03913 [Global Options] Added the option to define the Radio Timeout Warning
Radio timeout warning is used to alert users when a radio interface has disconnected and is providing stale info for logging.
2021-05-03 14:50:33 +01:00
Andreas 5979cceb33 [Awards CQ] Added index for speedup. Removed some unused code and reduced number of queries by a few. 2021-03-27 14:28:29 +01:00
Andreas 997ae932ec [Main menu] Added user option to hide notes in the main menu. Fixes #942. 2021-03-20 21:19:07 +01:00
Peter Goodhall 613d6a6d13 Change DXCC tables to UTF8mb4 this fixes #924 2021-03-09 13:52:24 +00:00
Andreas 7c04327268 [QSO Dialog] Auto-fill location and locator when SOTA is chosen. This is fetched from the API. This can be turned on/off in the user settings.
Did a refactor at the same time and moved a lot of javascript from footer.php to qso.js.
2021-02-26 10:37:43 +01:00
Andreas adaa7f3f8a [Contesting] Contests can be added/edited/deleted inside Cloudlog. Used for choosing Contest in Contest Logging 2021-02-12 23:27:08 +01:00
Peter Goodhall 91f53dddd2 Added Migration to allow Global Search
This will allow code to be added to allow non logged in users to access the search button thats currently controlled via cloudlog.php config file
2021-02-09 17:33:20 +00:00
Peter Goodhall 67ba28d145 [Migration] 061 adds language to the options table default to english 2021-01-31 13:24:25 +00:00
Peter Goodhall 3fe6a69807 [Config][Maps] Added Openstreetmap tile server settings to options table 2020-12-26 14:58:41 +00:00
Peter Goodhall be6550723c [Global Options] Created Migration for table "options" and added theme and default
This will be for global variables, anything that needs to stick for every user, default theme, dates etc etc etc
2020-12-10 17:45:44 +00:00
Paul Beesley 301483bddf Change the way themes are processed
Place themes in subfolders and use the folder name in the DB instead of the path to a single CSS file
2020-12-07 09:55:30 +00:00
Andreas e149d34ba1 [QRZ Logbook] option for realtime logging added 2020-11-18 11:50:15 +01:00
Daniel Clerc 27418ea0a5 Add set migration to 55 in config/migration 2020-11-11 18:10:32 +01:00
Peter Goodhall f974105329 Fixed migration file was malformed PHP, changed some text in the tabs 2020-10-29 17:34:59 +00:00
Andreas Kristiansen b22ed135b3
Merge branch 'master' into qsl_card_upload 2020-10-29 17:55:23 +01:00
Andreas 6b1f30cb0d New feature: QSL card image upload 2020-10-28 23:20:03 +01:00
Andreas 5a380a2cf1 Added migration file for index on col_gridsquare and col_vucc_grids to speed up VUCC award a bit. 2020-10-25 15:17:06 +01:00
Peter Goodhall e6ab52ee25 Missing migration config file change, added IF statements to catch users who arent logged in 2020-09-24 20:03:05 +01:00