Duncan Sommerville
|
ed7b85c69b
|
Removed references to image path and instance_description
|
2014-12-15 09:50:25 -05:00 |
|
Duncan Sommerville
|
c24320a094
|
Removed call to session_write_close()
|
2014-12-15 09:49:35 -05:00 |
|
Duncan Sommerville
|
8f99595f54
|
Added button to redirect to login page from config-check page on success
|
2014-12-15 09:49:00 -05:00 |
|
Albert Santoni
|
797bafa453
|
Make the LiveChat changes from yesterday slightly more reslient to
missing database keys.
|
2014-12-12 11:57:16 -05:00 |
|
Duncan Sommerville
|
f50354bc60
|
Merge branch '2.5.x' into 2.5.x-installer
|
2014-12-12 11:23:17 -05:00 |
|
Albert Santoni
|
ad56d6cafb
|
Show the plan and station URL in Live Chat
|
2014-12-11 17:40:34 -05:00 |
|
Duncan Sommerville
|
270e84e9d8
|
Updated db setup to catch PDOExceptions
|
2014-12-11 15:54:55 -05:00 |
|
drigato
|
891cfdb48e
|
SAAS-517: Create Provisioning controller with a terminate endpoint
|
2014-12-11 13:35:34 -05:00 |
|
Duncan Sommerville
|
5802603566
|
Added AirtimeDatabaseException class to handle error cases in database-setup
|
2014-12-11 12:57:21 -05:00 |
|
Duncan Sommerville
|
e338598a30
|
Try to create the stor directory in the default case
|
2014-12-11 12:56:07 -05:00 |
|
Duncan Sommerville
|
ccd515e7d6
|
Rewrote database-setup to use PDO and be overall more readable
|
2014-12-11 12:54:50 -05:00 |
|
Duncan Sommerville
|
e9a966a8a4
|
Test closing the session to prevent asnyc blocking to see if it impacts load performance
|
2014-12-11 12:53:45 -05:00 |
|
drigato
|
008ffa025a
|
SAAS-517: Create Provisioning controller with a terminate endpoint
Not quite done but getting there
|
2014-12-10 17:04:14 -05:00 |
|
drigato
|
57868d2351
|
Merge branch 'cc-5709-airtime-analyzer-cloud-storage' into cc-5709-airtime-analyzer-cloud-storage-saas
|
2014-12-10 12:47:22 -05:00 |
|
drigato
|
d73b331376
|
SAAS-515: Prefix object names with station name
|
2014-12-10 12:40:08 -05:00 |
|
drigato
|
644e6b00d8
|
SAAS-516: Replace Zend_Service_Amazon_S3 with AWS SDK for PHP
|
2014-12-09 17:58:36 -05:00 |
|
Duncan Sommerville
|
f5b4928538
|
More work on web installer
|
2014-12-09 17:48:16 -05:00 |
|
drigato
|
89925e52ed
|
Merge branch 'cc-5709-airtime-analyzer-cloud-storage' into cc-5709-airtime-analyzer-cloud-storage-saas
Conflicts:
python_apps/pypo/pypofile.py
|
2014-12-08 15:34:30 -05:00 |
|
drigato
|
ec189fc27a
|
SAAS-509: PYPO can't download files via the REST API
|
2014-12-08 15:33:02 -05:00 |
|
drigato
|
435c49da98
|
Changed PYPO's download URL scheme from https to http
|
2014-12-08 13:57:28 -05:00 |
|
drigato
|
70c6801a6c
|
Merge branch 'cc-5709-airtime-analyzer-cloud-storage' into cc-5709-airtime-analyzer-cloud-storage-saas
|
2014-12-08 13:51:15 -05:00 |
|
drigato
|
59ceb11f00
|
SAAS-510: PYPO -> Files are downloaded even if they already exist in tmp cache dir
|
2014-12-08 13:21:24 -05:00 |
|
localizer
|
cceddd57d8
|
updated translation resources
|
2014-12-05 10:33:17 +00:00 |
|
drigato
|
80af25fdf4
|
Undoing last commit
|
2014-12-03 18:07:24 -05:00 |
|
Duncan Sommerville
|
9fed113f74
|
More work on setup/installation process
|
2014-12-03 18:04:47 -05:00 |
|
drigato
|
963207e26f
|
Trying the PYPO download URL without ssl
|
2014-12-03 18:01:08 -05:00 |
|
drigato
|
024150f023
|
SAAS-503: PYPO -> Use the REST API to download files
Fixed disabling SSL verication
|
2014-12-03 14:50:58 -05:00 |
|
drigato
|
a1062e951f
|
SAAS-503: PYPO -> Use the REST API to download files
Change download URL to use https
|
2014-12-03 14:03:21 -05:00 |
|
drigato
|
cf9eabbc74
|
Merge branch 'cc-5709-airtime-analyzer-cloud-storage' into cc-5709-airtime-analyzer-cloud-storage-saas
Conflicts:
airtime_mvc/application/Bootstrap.php
airtime_mvc/application/models/Schedule.php
airtime_mvc/application/modules/rest/controllers/MediaController.php
airtime_mvc/build/sql/schema.sql
python_apps/airtime_analyzer/airtime_analyzer/analyzer_pipeline.py
|
2014-12-03 13:35:32 -05:00 |
|
drigato
|
16dc286420
|
SAAS-503: PYPO -> Use the REST API to download files
|
2014-12-03 13:22:52 -05:00 |
|
drigato
|
e1f1807f5a
|
SAAS-503: PYPO -> Use the REST API to download files
Removed Amazon S3 specific code
|
2014-12-02 18:46:17 -05:00 |
|
Duncan Sommerville
|
6fd3acf651
|
More work on setup form
|
2014-12-02 11:17:08 -05:00 |
|
drigato
|
bf91677f91
|
SAAS-505: Extract Amazon_S3 class and have it inherit from a general 'cloud backend' class
Fixed reading credentials in from cloud_storage.conf
|
2014-12-02 09:06:28 -05:00 |
|
drigato
|
7c0a25be7f
|
SAAS-505: Extract Amazon_S3 class and have it inherit from a general 'cloud backend' class
|
2014-12-01 21:05:46 -05:00 |
|
Albert Santoni
|
183fa7b3a3
|
Bind CURL calls to WHMCS to ipv4 adapter because WHMCS IP whitelist
doesn't support IPv6
* Fixes WHMCS login for all airtime.pro users
|
2014-12-01 16:10:03 -05:00 |
|
Duncan Sommerville
|
acaf47c592
|
More work on web setup form
|
2014-12-01 15:49:53 -05:00 |
|
Albert Santoni
|
94d9577539
|
Temporarily disable the Google Tag Manager generation for debugging
|
2014-12-01 11:34:47 -05:00 |
|
Duncan Sommerville
|
6838694a8b
|
More work on web setup form
|
2014-11-28 16:48:08 -05:00 |
|
Duncan Sommerville
|
63e51f7c7c
|
More work on web setup form
|
2014-11-28 15:57:23 -05:00 |
|
Duncan Sommerville
|
b8cb2deb23
|
More work on web setup form
|
2014-11-28 15:53:47 -05:00 |
|
Duncan Sommerville
|
823b89e84e
|
More work on web setup form
|
2014-11-28 15:50:35 -05:00 |
|
Duncan Sommerville
|
3f0a0eff35
|
Initial work on web setup form
|
2014-11-28 15:44:41 -05:00 |
|
Duncan Sommerville
|
8f46b4dca7
|
More work on new installer
|
2014-11-28 15:30:11 -05:00 |
|
Duncan Sommerville
|
0b77222013
|
More work on WordPress style installer
|
2014-11-27 19:10:23 -05:00 |
|
Duncan Sommerville
|
d2f41eb8be
|
New files for install process
|
2014-11-27 18:48:03 -05:00 |
|
Duncan Sommerville
|
4a1354c45f
|
Work on new WordPress style install process
|
2014-11-27 18:47:05 -05:00 |
|
drigato
|
432245b18e
|
SAAS-502: Analyzer -> Set the station id and domain in the cloud object's metadata
Set the domain name in the cloud object's metadata
|
2014-11-27 16:54:22 -05:00 |
|
drigato
|
92feacd46f
|
SAAS-501: Re-jig cloud_storage.conf
|
2014-11-27 15:50:40 -05:00 |
|
drigato
|
8601452c71
|
Merge conflict
|
2014-11-27 15:46:39 -05:00 |
|
drigato
|
2f9382679a
|
Merge branch 'cc-5709-airtime-analyzer-cloud-storage' of github.com:sourcefabric/Airtime into cc-5709-airtime-analyzer-cloud-storage
|
2014-11-27 15:45:26 -05:00 |
|