9162 Commits

Author SHA1 Message Date
Alena Prokharchyk
ecd7004f15 bug 11978: don't allow passing -, + and spaces for instance.name config param
status 11978: resolved fixed
2011-11-28 11:52:46 -08:00
Alena Prokharchyk
102f460458 Fixed updateConfiguration - updateHostDetails used to swallow the exceptions 2011-11-28 11:52:45 -08:00
Jessica Wang
cd957604b3 cloudStack 3.0 new UI - system - basic zone - guest network - remove Edit action. 2011-11-28 11:49:47 -08:00
Kelven Yang
c3eba2933e bug 11973: Escape VM name to prevent from XSS attack. Reviewed-by: Alex huang 2011-11-28 11:38:31 -08:00
Kelven Yang
a7ac3d577a Limit the ID valid range to be either numeric -1L for special usage or in range that it hits a DB record 2011-11-28 11:36:47 -08:00
Kelven Yang
be87e3214e bug 12175 : perform data validation before queuing/executing command 2011-11-28 11:36:46 -08:00
Jessica Wang
4f7eb448e0 cloudStack 3.0 new UI - system - basic zone - guest network - remove VLAN field and CIDR field. 2011-11-28 11:18:30 -08:00
Jessica Wang
7c37455b8a cloudStack 3.0 new UI - system - router page, systemVM page - detail view - apply action filter. 2011-11-28 10:10:13 -08:00
Brian Federle
a25728b19d bug 12177: Fix incorrect user data on auto-login, which was breaking add project 2011-11-28 10:09:40 -08:00
Alena Prokharchyk
586febd4c1 bug 11965: check the user state on the Services layer, not in the VmManager as VmManager can be called not only from the API, but also by internal methods - HA for instance - and in this case we shouldn't care about the account state
11965 status: resolved fixed

Also fixed gson serialization error in account response
2011-11-28 10:05:19 -08:00
kishan
e86b03c2e6 bug 12187 : Handle empty strings while encrypting and decrypting
status 12187 : resolved fixed
reviewed-by: Abhi
2011-11-28 22:20:44 +05:30
kishan
4e8a0a65f8 bug 12187, 12188: Encrypt system, admin user passwords. Use configDao for ssl.keystore. Set configuration init to null instead of false.
status 12187, 12188: resolved fixed
reviewed-by: Abhi
2011-11-28 18:21:20 +05:30
kishan
06ad936192 bug 12134: Added uuid column to cloud_usage account table
status 12134: resolved fixed
reviewed-by: Abhi
2011-11-28 13:05:02 +05:30
Abhinandan Prateek
88f9b1ab7c bug 8962: review changes incorporated 2011-11-25 15:03:45 +05:30
Alena Prokharchyk
34b24895eb bug 12176: fixed NPE in resource limit calculation for snapshots
status 12176: resolved fixed
2011-11-24 10:33:11 -08:00
Alena Prokharchyk
fc2b95d9c3 Fixed NPE in listIso API 2011-11-24 10:27:00 -08:00
Abhinandan Prateek
655a9805f3 bug 11966: added findNonDisabledAccount 2011-11-24 13:43:12 +05:30
Abhinandan Prateek
16e342836e bug 11966: chnaged the findActiveAccount method to return only the accounts which are active 2011-11-24 13:12:28 +05:30
Abhinandan Prateek
d90e19ae28 bug 11825: removing the trace as from the message the origin of problem can be easily traced. 2011-11-24 11:15:51 +05:30
Jessica Wang
d03a2f40bf cloudStack 3.0 new UI - Router page - detail view - add actions. 2011-11-23 18:10:04 -08:00
Jessica Wang
1565d2c659 cloudStack 3.0 new UI - System VM page - detail view - add actions. 2011-11-23 18:08:01 -08:00
prachi
8134cfb4c8 Bug 11131 - Allocators: when vm fails to deploy in DataCenter, we should never retry in the same DC again as the DC is already in Avoid set
Changes:
- Added check in planner to verfiy that the datacenter is not in avoid set. If found in avoid set, planner does not proceed.
2011-11-23 17:40:20 -08:00
frank
7402ff0b8c Bug 11990 - Add encryption properties to db.properties during install
better help message
2011-11-23 17:32:55 -08:00
Jessica Wang
cb473b29e9 cloudStack 3.0 new UI - Routers page - add detail view. 2011-11-23 17:21:55 -08:00
Jessica Wang
3b4b9db4e6 cloudStack 3.0 new UI - System VM page - add detail view. 2011-11-23 16:59:02 -08:00
frank
a23e8af810 Bug 11990 - Add encryption properties to db.properties during install
status 11990: resolved fixed
2011-11-23 16:54:45 -08:00
Sheng Yang
f14e536cea NaaS: Make CloudZonesNetworkElement implement UserDataServiceProvider 2011-11-23 16:18:28 -08:00
Sheng Yang
539477f5e1 NaaS: Make ExternalDhcpElement implements DhcpServiceProvider 2011-11-23 16:18:21 -08:00
Jessica Wang
a393616659 cloudStack 3.0 new UI - zone chart - public network - add IP range - fix a bug that vlanId didn't get passed to API call. 2011-11-23 16:01:55 -08:00
Brian Federle
a5a2636da7 Implement bypass login check and logout action 2011-11-23 15:46:57 -08:00
Brian Federle
e2a889ed5f Add example logout action 2011-11-23 15:46:57 -08:00
Jessica Wang
19f297577e cloudStack 3.0 new UI - zone chart - SRX device - implement Delete action. 2011-11-23 15:23:23 -08:00
Jessica Wang
c962af67bc cloudStack 3.0 new UI - zone chart - F5 device - implement Delete action. 2011-11-23 14:33:36 -08:00
Jessica Wang
c3588083f6 cloudStack 3.0 new UI - zone chart - NetScaler device - implement Delete action. 2011-11-23 14:23:42 -08:00
prachi
5eba3d9326 Removing whitespace from tags while storing the Host tags. 2011-11-23 14:21:36 -08:00
prachi
f56c3d7bc5 Bug 11126 - Give ability to define tags post storage addition
Changes:
- Enabled updating storage tags
- All existing tags are wiped out and new ones provided are stored.
- Note that, if tags are updated on the storage, no changes are done to the deployment of already running VMs that were deployed prior to tag addition.
- Also added some validation to host tags update API.
2011-11-23 14:21:34 -08:00
Brian Federle
a3d221b842 Add search functionality to global settings 2011-11-23 14:10:02 -08:00
Brian Federle
9237e91344 -bug 12153: Properly refresh list view after performing actions in detail view
-Fix clicking too fast to add panel breaking browser
-Add install wizard copy
2011-11-23 14:02:54 -08:00
frank
275a5ffa3c Fix wrong usage of SearchCriteria2 in AgentMonitor 2011-11-23 11:05:39 -08:00
Nitin Mehta
cdd94c1b9a bug 11811: Introduce a global config to disable extraction altogether for all users except root admin. Make changes so that volumes are based out of ISO. Take care of upgrade as well for this global config.
Reviewed by : Kishan.
2011-11-24 00:12:24 +05:30
Alena Prokharchyk
5963f3252b Fixed createPFRule API command - use UUID for vmInstanceId 2011-11-23 10:35:16 -08:00
Nitin Mehta
e034e3d7a3 Revert "bug 11811: Changing permissions for extraction of volumes based out of isos."
This reverts commit 9ed2be7ecda7c0bad05aec8e0213e95507ad9be6.
2011-11-23 18:38:37 +05:30
Abhinandan Prateek
da20d33e27 bug 11910: full sync will only stop unknown VMs on agent 2011-11-23 16:48:12 +05:30
Murali Reddy
beb38c8310 making devices enabled independent of config commands
adding default device capacity when admin does not specify a vlaue
fixed bug in device allocation logic
2011-11-22 19:52:07 -08:00
Jessica Wang
fc7bbc39f3 cloudStack 3.0 new UI - zone chart - add id attribute to network service provider. 2011-11-22 18:52:56 -08:00
Jessica Wang
8672d380a5 bug 12058: cloudStack 3.0 new UI - system - zone listView - add public field. 2011-11-22 18:24:42 -08:00
frank
0f0729d2a0 Refine cloud-setup-database script 2011-11-22 18:23:03 -08:00
Brian Federle
a44896f840 Add ID to provider listViews, to pass correct context ID 2011-11-22 18:19:29 -08:00
Jessica Wang
92d548c4dd cloudStack 3.0 new UI - zone chart - F5, SRX - implement Delet action. 2011-11-22 18:03:38 -08:00
Jessica Wang
5be1a23738 cloudStack 3.0 new UI - zone chart - NetScaler - implement Delet action. 2011-11-22 17:56:39 -08:00