13947 Commits

Author SHA1 Message Date
Jessica Wang
ad280bd174 CLOUDSTACK-228: cloudstack UI - host page - hide Force Reconnect option when host state is Disconnected. 2012-10-10 12:40:39 -07:00
Brian Federle
65a526fa54 Quick view: fix for dialog actions
In some cases, clicking out of an overlayed dialog will cause an open
quick view to become stuck. This fixes via a new class 'hovered-elem'
which, when attached to any DOM element, will have its 'mouseleave'
triggered once the dialog is closed.
2012-10-10 11:18:03 -07:00
Brian Federle
33da9cb1e2 Container/list view: Fix for floating elements
Fix for cases where floating elements are cut off, such as quickview
and tooltips attached to the container. This makes overflow visible.
2012-10-10 11:18:02 -07:00
Brian Federle
991557bfb6 UI: Add quick view to table list
For any list view that has a corresponding detail view, adds a tooltip
to display the compact overview of the detail view contents, including
all available actions. This avoids a user from having to click into a
new panel to see more details and actions for an item.

This will happen automatically for any list view with a 'detailView'
sub-option, and will append a new column to the end of each item
row. If 'noCompact: true' is specified in the detailView's options,
then the quick view will not be rendered.

** Note: This also removes the existing list actions for the instances
         and zones tables.

Example, to show a quick view:

listView: {
  detailView: {
    // Specify noCompact: true to not render a quick view
    //
    // noCompact: true
    ...
  },
  ...
}

Conflicts:
	ui/scripts/ui/widgets/detailView.js
2012-10-10 11:18:02 -07:00
Mice Xia
a5edef06c9 CLOUDSTACK-256 vpn:As an admin user , not able to delete VPN user which is present in a regular user's network. 2012-10-10 13:43:30 +08:00
Chip Childers
7de6992fa2 Removed build instructions from README, because they are referenced in INSTALL
Conflicts:

	README.md
2012-10-10 00:15:58 -04:00
Chip Childers
724cd6868c Added legal docs for axis2-codegen-1.4.1.jar 2012-10-09 23:14:39 -04:00
Chip Childers
9a3f5e2420 Added wss4j legal documentation
Conflicts:

	NOTICE
	tools/whisker/descriptor.xml
2012-10-09 23:14:39 -04:00
David Nalley
03248f36e1 adding crypto details to README 2012-10-09 22:10:24 -04:00
Alena Prokharchyk
839929b9b2 Fixed lineendings and trailing whitespaces in a bunch of files
Conflicts:

	core/src/com/cloud/async/SyncQueueItemVO.java
	core/src/com/cloud/async/SyncQueueVO.java
	server/src/com/cloud/async/dao/SyncQueueDaoImpl.java
	server/src/com/cloud/async/dao/SyncQueueItemDaoImpl.java
2012-10-09 17:17:36 -07:00
Alena Prokharchyk
290e8954f7 Removed more unused imports in Snapshots code
Conflicts:

	server/src/com/cloud/storage/dao/SnapshotScheduleDao.java
2012-10-09 17:07:03 -07:00
Alena Prokharchyk
823f0c9669 Fixed ipAssoc and createNetworkACL (for vpc) commands - didn't work in Project scenario
Conflicts:

	server/src/com/cloud/network/vpc/NetworkACLManagerImpl.java
2012-10-09 16:26:26 -07:00
Alena Prokharchyk
43b406279a listTemplates/listIsos - template filter "all" can be specified by admin only. Throw an error when user tries to use it 2012-10-09 16:23:05 -07:00
Wido den Hollander
f4a2298ca9 rbd: Make secret usage names unique for all pools
Since only the cephx user like 'admin' was passed we couldn't define two RBD storage pools
using the cephx user admin, even if they were running on different Ceph clusters.

By adding the monitor hostname and poolname to the secret's usage (which we don't even use) it becomes
unique.
2012-10-10 00:21:14 +02:00
Chip Childers
c235073042 Changed link to docs from docs.cs.o to i.a.o/cs/docs 2012-10-09 17:03:34 -04:00
Chip Childers
0dde8645ee Fixed verison number of CHANGES file from 4.0.0 to 4.0.0-incubating 2012-10-09 16:22:13 -04:00
Chip Childers
bfd320e0e5 Removing references to the Nexus 1KV from the documentation, due to delaying CLOUDSTACK-301 to a later release. 2012-10-09 15:50:37 -04:00
Chip Childers
ba18b7870e Removing references to the Nexus 1KV as a functional switching option, due to delaying CLOUDSTACK-301 to a later release. 2012-10-09 15:47:11 -04:00
Chip Childers
f1e05ac344 Added CVE-2012-4501 as fixed in the CHANGES file 2012-10-09 15:16:56 -04:00
Alena Prokharchyk
c9aa9a5557 CLOUDSTACK-287: don't allow API call against system account (adding users to system account is prohibited; can't delete/update System account)
Conflicts:

	server/src/com/cloud/user/AccountManagerImpl.java
2012-10-09 09:37:27 -07:00
Alena Prokharchyk
ffa5276222 Fixed CLOUDSTACK-287
1) Always fail to authenticate system user.
2) DB - always create system user with RANDOM not null password
3) Don't allow modifying (setting api/secretKeys, etc) system user via API

Conflicts:

	server/src/com/cloud/user/AccountManagerImpl.java
	setup/db/db/schema-305to306.sql
2012-10-09 09:37:27 -07:00
David Nalley
0da71be9fd fixing release note validity issues 2012-10-09 11:52:07 -04:00
David Nalley
57e01ec2ca moving file to proper name 2012-10-09 11:49:14 -04:00
Radhika PC
d9d40d3b28 Release Notes for ASFCS 4.0
Signed-off-by: Chip Childers <chip.childers@gmail.com>
2012-10-09 10:16:59 -04:00
Prasanna Santhanam
187d4f7ec9 hyphenate the option for mysql passwd. typo blunder 2012-10-09 19:45:19 +05:30
Prasanna Santhanam
e28e8f8af5 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cloudstack 2012-10-09 19:42:26 +05:30
Prasanna Santhanam
71437addf5 Work with cloud user to find CentOS 5.3 passwd 2012-10-09 19:41:51 +05:30
Rohit Yadav
b86a8f8fc0 CLOUDSTACK-292: Add commons-fileupload to cloud-deps 2012-10-09 19:10:49 +05:30
Rohit Yadav
e8a737ec49 CLOUDSTACK-292: Add missing jars to cloud-deps
- fixes axiom-impl version to avoid class load exception
- with copying of libs is not done in cloud.spec anymore, add jars to
  cloud-deps
- make aws-api package depend on cloud-deps
2012-10-09 18:40:54 +05:30
frank
428f8ae152 add missing jar for awsapi as maven dependency
Fixed conflicts between:
2f9941d85f8277f1fb2cbf958e41afb3fcd6960b
5c3ec1541040ecc9d1f1da240b38eed0c4802632

on:
awsapi/pom.xml
2012-10-09 18:38:54 +05:30
frank
39bd7e5f51 bring missing jars back to awsapi 2012-10-09 18:31:10 +05:30
frank
9a74cb206d remove changes of /etc/security/limits.conf from spec file 2012-10-09 18:31:00 +05:30
Edison Su
93024c8104 fix some pom xml files indentation, add db.root.passowrd, add utils/conf/db.properties.override, add to create user cloud, add devcloud pom file 2012-10-09 01:14:32 -07:00
Jessica Tomechak
1b0e40c3c8 Fix the docs builds for Admin, Developer's, and Installation guides. Remove unneeded files. Add new files. Reorganize chapter structure. Can also build all together with publican-all.cfg. 2012-10-09 00:16:53 -07:00
David Nalley
b0c7e385d7 adding several languages for which folks have added l10n 2012-10-08 23:57:40 -04:00
David Nalley
1a6affeab7 reducing line length to 80 2012-10-08 23:44:30 -04:00
David Nalley
f2138b4ceb reducing line length to 80 2012-10-08 23:43:38 -04:00
David Nalley
fc30858fb4 reducing line length to 80 2012-10-08 23:41:41 -04:00
David Nalley
9a27836eea fixing some formatting 2012-10-08 23:36:33 -04:00
David Nalley
6d8ffa856d fixing admin guide build 2012-10-08 22:00:59 -04:00
Chip Childers
c5db929e62 Added CHANGES file to RAT ignore list 2012-10-08 20:04:02 -04:00
Chip Childers
23ba32f549 Added KVM support for Ubuntu 12.04 and RHEL 6.3 to CHANGES 2012-10-08 19:48:57 -04:00
Chip Childers
76b8f9d280 Edited CHANGES file to correct AWSAPI reference 2012-10-08 16:06:54 -04:00
Chip Childers
d44194f785 Edit to CHANGES 2012-10-08 14:53:08 -04:00
Chip Childers
d7b4629428 Adding a CHANGES file 2012-10-08 14:50:06 -04:00
Hugo Trippaers
4e1a2e4ab3 [CLOUDSTACK-283] Add Nicira NVP calls to the api docs 2012-10-08 23:07:43 +05:30
Rohit Yadav
5f1ef3b434 CLOUDSTACK-257: Add jasypt and axiom
Define rule for ant to copy jasypt and axiom to deploy-rpm target.
2012-10-08 23:06:57 +05:30
Rohit Yadav
c5e5f7300a CLOUDSTACK-257: Copy jars to awsapi/WEB-INF/lib
Uncomment rule in build/build-aws-api.xml to copy libs to:
/usr/share/cloud/bridge/webapps/awsapi/WEB-INF/lib
2012-10-08 23:06:34 +05:30
Rohit Yadav
3652d43cc7 Revert: "Restore the lib directory"
This reverts commit 3b78d6980af4720bd71784471c1b1b8b3dd2f34d.

Conflicts:
	cloud.spec
2012-10-08 23:06:16 +05:30
Rohit Yadav
a52f4462bf CLOUDSTACK-221: Force symlink if any existing symlink
Force symlink, in case there is an existing symlink but the file it
links to does not exist.
2012-10-08 23:06:00 +05:30