提交图

148 提交

作者 SHA1 备注 提交日期
phl0
133239df7f
Merge remote-tracking branch 'upstream/station_logbooks' into addQsoDatesToLotwCerts 2022-08-24 17:18:55 +02:00
phl0
05ac1ff55e
Extract and store QSO start/end date and store separately 2022-08-24 14:34:44 +02:00
phl0
b888d44289
Add QSO start/end dates to LotW certs 2022-08-24 10:40:11 +02:00
phl0
cc621bebd7
Add MY_WWFF_REF to station profile 2022-08-17 14:33:15 +02:00
phl0
055af5b822
Move WWFF info from COL_SIG_INFO to new column 2022-08-17 11:54:21 +02:00
phl0
59a3df06b6
Add DB column and edit/view functiions 2022-08-15 16:57:37 +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
a3b0732af8 Added more modes 2022-07-21 18:36:39 +02:00
Kim - DG9VH
ecb7f8bae8 Update 094_update_modes_adif313.php 2022-07-21 17:57:40 +02: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
Peter Goodhall
96721ea71d Only run migration when both IFs are met 2022-07-10 11:14:47 +01:00
phl0
8459f31422
Implement profile pic for hamqth 2022-07-03 11:39:05 +02:00
Andreas
1083fb8693 [Migration] Fixed script. Column name and table name were swapped. 2022-05-24 20:22:05 +02:00
Peter Goodhall
e244573a65 Fixed migration file 2022-05-20 12:28:23 +01:00
Peter Goodhall
98dd08a6f8 [Migration] Add a service_username to thirdparty_logins 2022-05-05 15:11:33 +01:00
Peter Goodhall
867456de1a Update 091_create_thirdpartylogins_table.php 2022-05-05 15:07:36 +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
bfeb11026d
Forgot to change description 2022-04-08 22:01:07 +02:00
phl0
f6feea53bd
Add CAT support for other propmodes for CloudLogCATQt 2022-04-08 21:47:50 +02:00
phl0
0977bd400a
Fix typo 2022-04-07 12:07:51 +02:00
phl0
7ef299c869
Add power field to CAT interface 2022-04-06 14:50:24 +02:00
phl0
828429312e
Add option to en-/disable showing of qrz.com images to user account menu 2022-04-04 13:17:33 +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
Andreas
73cf21c691 [Migration] Added duplicate check on columns in script 082 2022-02-09 20:05:40 +01:00
Andreas
77217186e5 [Migration fix] Renames script 83 to avoid dupliate naming. Fixes script 85 with existing column and too long constraint on utf8mb4. 2022-02-05 17:15:00 +01:00
Peter Goodhall
dcc4f2b992 Delete 083_create_station_logbook_relationship_table2.php 2022-02-05 12:12:21 +00:00
Andreas
e1438a01a0 [Migration] Renamed to avoid duplicate with script 73. 2022-02-05 12:02:43 +01: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
Peter Goodhall
415a24eaf6 Update 084_fix_collate.php
Adds queries back
2022-01-26 14:53:55 +00:00
Peter Goodhall
6695112e3c
Removed "queries" has this table doesn't exist. 2022-01-26 14:25:08 +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
87e6bb95ba
Update 082_add_reset_pass_to_users.php 2022-01-18 17:55:59 +00:00
Peter Goodhall
f7da92ff0c Update 082_add_reset_pass_to_users.php 2022-01-18 17:29:08 +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
0afdf302ea [Migration] Adds 072 to 073 to cover my muck up! 2022-01-05 22:05:50 +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
c7a718c337 Update 080_update_cas9_qsos.php 2022-01-04 00:55:10 +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
9576f576d9 Fixed down in migration script. 2021-10-15 11:14:28 +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
Andreas Kristiansen
234ec52f1b
Merge branch 'mastettest' into station_logbooks 2021-10-08 11:48:01 +02:00
Peter Goodhall
e46152003f [Migration] Fixes issue when user_id already exists with the api table. 2021-10-06 11:16:54 +01: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
7c56741b92 [Advanced search] Changed to migration 71 to not have problems later when merging station_logbooks. 2021-10-06 10:19:45 +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
e8be6f8620 Only create the fields in db if they arent there 2021-09-27 15:07:38 +01:00
Andreas
7979431d95 [Advanced search] Added migration script. 2021-09-25 20:13:06 +02:00
Andreas Kristiansen
92e45d6735
Merge branch 'station_logbooks' into add_userid_to_api 2021-09-20 19:34:19 +02:00