Commit Graph

39 Commits

Author SHA1 Message Date
HB9HIL
f0c8f6004a use double quotes in config to avoid #211 2024-03-09 23:54:12 +01:00
HB9HIL
b2aa23292f userdata config default on 2024-02-26 11:43:16 +01:00
HB9HIL
57acd58179 updated comment in config.php (sample and installer) 2024-02-06 10:49:52 +01:00
HB9HIL
bfb13245fd Update config.sample.php
default should be commented out
2024-02-05 18:47:01 +01:00
abarrau
691fcf8a83 change name to userdata 2024-02-01 09:08:53 +01:00
abarrau
056ee6bb4a config file for directory userdata 2024-01-31 22:35:48 +01:00
int2001
70e2278e1d Added Switch to sample-config 2024-01-24 07:06:19 +00:00
HB9HIL
357a0532b7 removed comments for app_version in config.php 2024-01-18 08:13:20 +01:00
Joerg (DJ7NT)
923d6450d0 Update application/config/config.sample.php
get rid of never used version

Co-authored-by: HB9HIL <80885850+HB9HIL@users.noreply.github.com>
2024-01-18 07:37:19 +01:00
int2001
c74a5475f2 All Cloudlog-occurences with capital C and lowercase loudlog to Wavelog 2024-01-17 14:20:10 +00:00
int2001
97e87de210 Replace ALL lowercase occurences of cloudlog by wavelog 2024-01-17 14:13:23 +00:00
phl0
03af98028d Think it should be here :) 2023-08-06 13:34:54 +02:00
int2001
c8ea174030 Implemented Userlanguages with a lot of help from @AndreasK79 2023-08-02 06:34:12 +00:00
Peter Goodhall
542f199295 [Version] Store version number in the options table
Store version number in the options table so that its easier to update for the frontend rather than the config.php which we don't really want to touch
2023-07-14 14:03:55 +01:00
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