Wykres commitów

50 Commity (cd52dd657d72fc1f42a2ff761acb0eed270ec84f)

Autor SHA1 Wiadomość Data
phl0 cd52dd657d
Update versions 2023-01-29 13:15:10 +01:00
Tomasz 762acba030 Remove install dir after install and update DXCC, all automatically. 2022-01-20 14:36:35 +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
Andreas 99379ec213 PHP8 fix and folder not found fix 2021-10-09 15:25:10 +02:00
Andreas Kristiansen 234ec52f1b
Merge branch 'mastettest' into station_logbooks 2021-10-08 11:48:01 +02:00
Andreas Kristiansen a7694080e3
Update config.php 2021-10-05 20:55:17 +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 a796073585 Configurable updates folder. Changed install\config\config.php also. 2021-09-22 14:19:48 +02:00
Jeremy Brown 791cc04f62 Merge branch 'master' of https://github.com/magicbug/Cloudlog into magicbug-master 2021-08-05 15:36:28 -04:00
Peter Goodhall 270eacb65e [Install] Hopefully fixes a bug 2021-07-25 22:42:26 +01:00
Peter Goodhall 431122d22e [Install] Check if directory exists if not exit install process 2021-07-20 20:31:48 +01:00
Peter Goodhall db137bbd61 Revert "[Install] Filter Directory name"
This reverts commit e424ddbfda.
2021-07-20 19:22:39 +01:00
Peter Goodhall e424ddbfda [Install] Filter Directory name 2021-07-20 18:53:53 +01:00
Peter Goodhall efdbaf9cfa [Install] Check if database.php exists and if it does exit install process. 2021-07-20 18:19:09 +01: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
Peter Goodhall 8b882a8bee
Changed LoTW urls to ''https://lotw.arrl.org/lotwuser' in the SQL schema 2020-03-12 14:21:23 +00:00
Peter Goodhall b09584ac49 Added missing config areas for HamQTH 2019-06-30 15:46:03 +01:00
Peter Goodhall ab7593fee2 Migration handles more of the sql now 2019-06-21 16:01:08 +01:00
Peter Goodhall db7c769623 Updated the install sql to reflect the changes 2019-06-21 15:31:40 +01:00
Peter Goodhall 08c1e56a97 Removed old DXCC tables as they have changed 2019-06-16 18:26:39 +01:00
Michael Cullen fb1e949acf dxcc tables: extend prefix/call field to 32 characters
While importing the clublog data, I noticed there's an entry
with a 11 character callsign. This is longer than the 10 characters
allowed for the field, causing a problem. This commit extends it to
32 characters, which should be more than enough, while also being a
power of 2.

fixes #272
2019-05-17 02:01:55 +01:00
George Smart db557f0b0b
Updated the $db_config_path not-writable error
A slightly more informative error message for when $db_config_path isn't writable.
2019-04-23 17:44:09 +01:00
Peter Goodhall c00430d2a5 Fixes issue #268 missing DXCC tables
After installation run the update option
2019-03-06 16:27:54 +00:00
Tobias Mädel 98bbf93eac Database migration & cleaup 2019-02-26 19:31:33 +01:00
Tobias Mädel bd91f7aa2c Changed DB layout to UTF8mb4 2019-02-25 17:26:44 +01:00
Peter Goodhall c8499308aa Fixed SQL 2019-01-05 21:57:57 +00:00
Peter Goodhall df3de16d5a Creation of station profiles
Station profiles allows you to define a profile for where you are operating from including your operating callsign, gridsquare, dxcc, state, cq, itu and sota.

This is then made available via the "stations" tab when adding a QSO as a drop down.
2019-01-01 19:14:25 +00:00
Peter Goodhall 04198c8371 Added SQL fields to bring Cloudlog log table up to ADIF 3.0.9 spec 2018-12-27 14:02:06 +00:00
Peter Goodhall 4c45cbdba3 Removed Google Maps API from config and added QRZ fields 2018-11-27 00:07:33 +00:00
Peter Goodhall 2505b6cc1e Set Cloudlog to version 1.7
There hasn't been a release of Cloudlog in some time there for I'm tagging the current code base 1.7.
2018-11-27 00:00:12 +00:00
Peter Goodhall 01da1fc7e6
More time changes 2018-11-22 14:13:43 +00:00
Peter Goodhall 6c8f368f56
Default timezone is UTC not the servers local time 2018-11-22 14:10:57 +00:00
Tobias Mädel 80f8c3f158 Added configurable google maps key 2018-11-05 11:56:55 +01:00
Tobias Mädel 5523f9388a Fix URL detection for HTTPS 2018-11-05 09:25:37 +01:00
Warren Volz 2c2e2c97e5 sync installer config template files, fix dbconf sample
- syncs config.php and database.php for installer with CI 3.1.6 versions
- syncs sample database config file with CI 3.1.6 (missed before)
2017-12-12 16:57:18 -07:00
Peter Goodhall 6832ec031d Added Features to allow SatPC32 to act as a Radio interface with Cloudlog
This required extra SQL so you'll need to run the SQL query.

ALTER TABLE `cat` ADD `downlink_freq` INT(11) NOT NULL AFTER `mode`, ADD
`uplink_freq` INT(11) NOT NULL AFTER `downlink_freq`, ADD
`downlink_mode` VARCHAR(255) NOT NULL AFTER `uplink_freq`, ADD
`uplink_mode` VARCHAR(255) NOT NULL AFTER `downlink_mode`, ADD
`sat_name` VARCHAR(255) NOT NULL AFTER `uplink_mode`;
2016-11-16 16:59:53 +00:00
Peter Goodhall be26bf727b removed the contesting sql from install .sql file as its a defunk item 2016-02-18 17:32:46 +00:00
Peter Goodhall 6b8d1b4c78 Added missing config table 2016-01-04 14:54:45 +00:00
Peter Goodhall ea6335fbf5 Added missing lotw and eqsl fields to sql files 2016-01-04 14:47:42 +00:00
Corby Krick ca8b8e7eb8 Installer now detects the directory and URL for the installation and fills them in for you. 2013-04-29 16:44:22 -07:00
Corby Krick b868695767 Changing table name to all caps. 2013-04-29 18:16:13 -05:00
Corby Krick abdd42bfcc Getting rid of a couple place holder files from CodeIgniter 2013-04-22 19:01:49 -05:00
Corby Krick de041bb6cd Adding the cat table 2013-04-21 13:48:36 -07:00
Corby Krick 00fbf8798e Installer now creates the database.php file. 2013-04-21 10:58:14 -07:00
Corby Krick 484fea42e7 Making the contacts table name all uppercase because the name is uppercase when HRD Logbook creates it. Also removing lotw_user_name and lotw_user_password from the users table, because we add it in later migrations via the migration scripts. 2013-04-21 10:32:09 -07:00
Corby Krick 5b56e9575e Adding two fields to the users table for LoTW username and password. We'll need an upgrade script to alter the table for existing installations. 2013-02-16 14:21:13 -06:00
Peter Goodhall 87b6a7c086 Trying to fix install error that it doesnt create demo user 2012-02-11 22:58:04 +00:00
Peter Goodhall c039a758d2 Fixed error in the installer account password 2012-01-09 15:56:36 +00:00
Peter Goodhall 272b3e1380 Stopped Logged in session from expiring 2012-01-07 22:49:12 +00:00
Peter Goodhall bc7bc4ff58 Includes install system just go to /install in the browser and follow the on screen instructions 2011-12-20 15:38:43 +00:00