Andreas Kristiansen
f0a75b7ac7
Merge pull request #2165 from dg0tm/dev
...
update sample config
2023-06-01 12:59:58 +02:00
Peter Goodhall
95b9ca27f5
Update config.sample.php
2023-05-29 17:36:46 +01:00
Christoph Kottke
4324670210
update sample config
2023-05-25 08:30:15 +02:00
Peter Goodhall
6a80ed8338
probably should just show this
2023-05-08 14:41:59 +01:00
Peter Goodhall
b7f90ee582
Tagged as 2.4.1
2023-04-06 14:19:01 +01:00
phl0
cd52dd657d
Update versions
2023-01-29 13:15:10 +01:00
Peter Goodhall
03965c77e7
[Config File] Set Cloudlog Version
2022-11-30 11:05:19 +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
Matt Melling
ba33f69c6a
configurable updates folder
2020-09-01 20:38:37 +01:00
0x6d61726b
cb413a6607
duplicate options removed
2020-02-25 22:04:45 +01:00
Peter Goodhall
b09584ac49
Added missing config areas for HamQTH
2019-06-30 15:46:03 +01: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
ffda02bf3a
Time zone changes
2018-11-22 14:14:25 +00:00
Peter Goodhall
c138441d38
Set the timezone in the config sample to UTC
2018-11-22 14:11:33 +00:00
Tobias Mädel
80f8c3f158
Added configurable google maps key
2018-11-05 11:56:55 +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
Warren Volz
713d2825ad
sync sample config file with codeignitor 3.1.6 changes
2017-12-11 13:23:16 -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
e33c6acd7c
added hamqth to config sample
2016-01-15 23:22:05 +00:00
Peter Goodhall
9982d79c33
set this as version 1.1 in the config sample
2014-10-06 23:07:15 +01:00
Graham McIntire
6ea51800a9
Fix name change from ham.io to ham.li callsign lookup
2014-06-06 16:46:38 -05:00
Corby Krick
24cd4bfe11
These missed commit. Using the LoTW Rcvd mark specified in the DB.
2013-03-02 14:24:16 -06:00
Corby Krick
950037ada0
Now reading the URL for LoTW download from config file incase they change it.
2013-02-24 15:51:31 -06:00
Robert Chipperfield
e7e0afbfe7
Copy config files to sample versions and ignore them from git so upgrades don't overwrite them
2012-12-10 16:33:02 +00:00