1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-20 10:50:08 +03:00

3109 Commits

Author SHA1 Message Date
Ruben S. Montero
2650f81e50 Merge branch 'master' into bug-847
Conflicts:
	src/ozones/Server/lib/OZones/AggregatedPool.rb
	src/ozones/Server/lib/OZones/Zones.rb
2011-10-23 00:42:39 +02:00
Ruben S. Montero
cf4f66069e Bug: Uses wrong variable for SQL statement 2011-10-22 22:43:47 +02:00
Ruben S. Montero
03c9e6bc9a feature #940: Removed security check in tm_context drivers. Added check for restricted attributes to
VirtualMachineTemplate class. VM creation check templates for non-oneadmin users.
2011-10-22 22:38:00 +02:00
Daniel
a5c16ddf75 Merge branch 'bug-847' of git@git.opennebula.org:one into bug-847 2011-10-22 02:43:41 -07:00
Hector Sanjuan
9cd6a57c37 Bug #932: Add listener to cancel button in simple confirm dialogs
(cherry picked from commit 0e6f5f54ffb9022a93eb2c31d4c7e977a44dcb3d)
2011-10-22 01:46:35 +02:00
Ruben S. Montero
d37865d277 Merge branch 'feature-789' 2011-10-22 00:37:16 +02:00
Hector Sanjuan
dcbb13b0ff Task #902: Add custom attributes to template and vnet creation dialogs. 2011-10-21 20:41:04 +02:00
Daniel Molina
ef302dcbb5 feature #931: Update CloudAuth classes to use new server drivers 2011-10-21 18:37:41 +02:00
Ruben S. Montero
7a44026d66 bug #847: Get rid of unneeded constructor in AuthRequest 2011-10-21 10:15:26 +02:00
Ruben S. Montero
2ded9cec22 bug #847: Added a new server method based on OpenSSL symetric ciphers 2011-10-21 02:27:47 +02:00
Ruben S. Montero
3a2cbc229b bug #847: This commit includes several changes to the auth mechanism:
1.- Simplified auth methods for UserPool
2.- Added special SERVER_AUTH method for sudo'ing
3.- Added special PUBLIC_AUTH method for only-public interface users
4.- Added special driver name ("default") to authenticate unknown users
2011-10-21 01:17:46 +02:00
Ruben S. Montero
26a6c633a4 bug #847: Added driver option to examples in command help 2011-10-21 01:17:23 +02:00
Ruben S. Montero
60e2301928 bug #847: Fixes tests for session cache 2011-10-21 01:16:56 +02:00
Carlos Martín
86c127320e Bug #847: Perform sha1 for new passwords if the core driver is used 2011-10-20 19:22:42 +02:00
Carlos Martín
303d17b260 Bug #847 - #918: Add password to one.user.chauth method, this way the driver and the auth driver are changed atomically 2011-10-20 18:58:40 +02:00
Carlos Martín
319e170ea5 Bug #847: Add new ACL operation to change the user auth driver. TODO: update Sunstone acl tab 2011-10-20 17:46:33 +02:00
Carlos Martín
30734a57f2 Bug #847 - #929: Add session expiration time in oned.conf 2011-10-20 12:53:36 +02:00
Hector Sanjuan
d481b332bb Feature #789: Whitespace cleanup, correct indentation in OZones ruby files
That means, no spaces at the end of lines, no tabs, 4-space indent...
2011-10-20 12:21:26 +02:00
Carlos Martín
0ff522488f Bug #847 - #929: Include authentication session expiration time 2011-10-20 11:55:44 +02:00
Ruben S. Montero
d690e728d0 bug #867: Postpone qcow2 management to integrate it with quota system 2011-10-20 11:21:38 +02:00
Hector Sanjuan
a48ba32dfd Feature #789, Task #905: Fix access to subresources in onezone command.
Capitalization/symbolization of hash keys after previous commits.
2011-10-20 11:19:47 +02:00
Hector Sanjuan
8b7c02b914 Feature #789: Symbolize the keys from resource data hashes.
This means accessing properties of a resource should primarily be done with a symbol name: vdc[:HOSTS] instead of vdc["HOSTS"]. All client code updated accordingly.

In practice, and to easy the task of developers it will still work if Strings are used (.to_sym performed by default).
2011-10-20 10:53:47 +02:00
Ruben S. Montero
cee35c0750 Merge branch 'feature-873' 2011-10-19 23:51:39 +02:00
Ruben S. Montero
ee76f711fd bug #867: Minor change to du function 2011-10-19 23:04:15 +02:00
Hector Sanjuan
de9423c69c Task #905: Capitalize ozones data
All data is now represented with keys in capital letters. Resources attributes must be accessed with capital letters.

Server JSON is directly parsed with symbolize_keys => true.
2011-10-19 18:13:14 +02:00
Jaime Melis
dfa237b2ee Bug #867: Image size is not accurate for empty files. 2011-10-19 13:09:34 +02:00
Carlos Martín
b8ab225614 Bug #847 - #928: The character ':' is now allowed in passwords 2011-10-18 18:48:31 +02:00
Carlos Martín
92b05d5971 Bug #847: Update the scheduler client, it does not hash the password 2011-10-18 18:01:32 +02:00
Carlos Martín
34359e7a60 Bug #847 - #901: onedb migrator adds USER TEMPLATE & AUTH_DRIVER, IMAGE FSTYPE & PATH. 2011-10-18 12:18:11 +02:00
Daniel Molina
612dc31489 feature #849: Add OCCI PUT compute tests 2011-10-17 18:40:19 +02:00
Daniel Molina
f1272b23d8 feature #849: Improve OCCI PUT compute 2011-10-17 18:37:45 +02:00
Carlos Martín
e4fbfc96b4 Merge branch 'master' into bug-847 2011-10-17 18:11:25 +02:00
Carlos Martín
7aff65c28c Bug in previous commit:75324dab, a file was renamed but install.sh was not updated 2011-10-17 09:06:22 -07:00
Carlos Martín
75324dab26 onedb: The 3.0 migrator was renamed to 3.0.0 in one-3.0, but not in master. See commit:ac2f9966 2011-10-17 17:31:46 +02:00
Carlos Martín
c42364d9d9 Bug #847 - #899: Add user and vnet update methods to Java OCA 2011-10-17 17:20:20 +02:00
Carlos Martín
64bd883283 Bug #847 - #918: Add chauth method in Java OCA 2011-10-17 17:05:02 +02:00
Carlos Martín
6b43690216 Bug #847 - #911: Java OCA client does not hash the password, add new driver parameter for one.user.allocate 2011-10-17 16:54:56 +02:00
Carlos Martín
8d356a5841 Bug #847: Add the auth driver column to oneuser list output 2011-10-17 15:21:13 +02:00
Carlos Martín
d2e781cd27 Bug #847 - #918: Add method to change user auth driver in core, ruby oca and CLI 2011-10-17 15:08:00 +02:00
Hector Sanjuan
c806c7288d Feature #789: Move ozones api files one level up
zona.rb can be found directly in ozones lib/ dir. Install script updated accordingly.
2011-10-17 01:45:00 +02:00
Hector Sanjuan
5ab4becd3f Task #904: Document new oZones API
Added comments to all "module zona" files. Comments can be processed with YARD to produce nice documentation.
2011-10-17 01:36:42 +02:00
Hector Sanjuan
241ea1265a Add missing license header to onevdc 2011-10-16 18:58:25 +02:00
Ruben S. Montero
30a9162f5e Merge branch 'master' into bug-847
Conflicts:
	src/um/UserPool.cc
2011-10-15 00:22:52 +02:00
Ruben S. Montero
1122f2f2d3 Merge branch 'master' of git.opennebula.org:one 2011-10-15 00:07:32 +02:00
Ruben S. Montero
cd4c5d5dcb bug #866: Removed unneeded check after starting the server 2011-10-15 00:06:51 +02:00
Javi Fontan
66134fa087 typo in install_gems (nokogiri)
(cherry picked from commit 19029f7f761af3a8b494275f1984e29df560d36d)
2011-10-14 17:30:24 +02:00
Ruben S. Montero
e2f2c25ee3 bug #847 - #913: Fixes Network tests and some core bugs 2011-10-14 17:15:20 +02:00
Carlos Martín
a61cd0bb0a Bug #871: Avoid locked tables in onedb upgrade. Thanks to jan horacek <jahor@jhr.cz> 2011-10-14 16:51:29 +02:00
Carlos Martín
9ed5b738a4 Bug #848: Take into account bug #871, avoid table lock 2011-10-14 16:49:13 +02:00
Daniel Molina
faa3a8b8c6 feature #801: Add onequota unset 2011-10-14 16:47:56 +02:00