Daniel Molina
f3452dff01
Update vnets-tab
2014-03-05 19:22:50 +01:00
Daniel Molina
8ee99d645c
Update data stores tab
2014-03-05 19:22:38 +01:00
Daniel Molina
4b3d9665aa
Fix template features section
2014-03-05 13:05:14 +01:00
Daniel Molina
a261449229
Merge master
2014-03-05 13:00:41 +01:00
Daniel Molina
0128fbd068
Merge branch 'master' into foundation5
...
Conflicts:
src/sunstone/public/js/plugins/templates-tab.js
src/sunstone/public/js/sunstone-util.js
2014-03-05 12:59:23 +01:00
Daniel Molina
ce010c75e0
Improve getSelectedNodes and refresh info button
2014-03-05 12:42:32 +01:00
Javi Fontan
368c5cf323
onegroup list crashed when it was unable to connect to oned
2014-03-05 12:12:07 +01:00
Daniel Molina
84ff4d3daa
Update Clusters tab
2014-03-05 12:11:06 +01:00
Daniel Molina
31d85c9801
Update files tab
2014-03-05 12:10:58 +01:00
Carlos Martín
da8abafe72
Fix bug in add_provider 'all' argument
2014-03-04 19:16:54 +01:00
Daniel Molina
336b810d14
Update app.scss
2014-03-04 19:15:02 +01:00
Daniel Molina
b53fd42b33
Update vms tab
2014-03-04 19:14:42 +01:00
Daniel Molina
44abf4207f
Update templates tab
2014-03-04 19:14:31 +01:00
Daniel Molina
a5460f4381
Update images tab
2014-03-04 19:14:21 +01:00
Daniel Molina
c0beb7d373
Update acls tab
2014-03-04 19:14:11 +01:00
Carlos Martín
2e8dc65fd6
Bug #2503 : Add rollback in case of error
2014-03-04 17:09:04 +01:00
JensHoffmann
0a3ba8aca9
Bug #2503 : Improve setting of password/auth_driver
...
UserChangePassword followed this strategy:
a1. Eventually encrypt user password if the users
auth_driver is CORE_AUTH
a2. Set (probably encrypted) password with
User::set_password
a3. User::set_password tries to validate (probably
encrypted) password instead of the raw password
UserChangeAuth did something similar:
b1. If password is given (not empty) do a1 through a3
b2. Set auth_driver
The change proposes the following:
* In set_password:
1. Validate the raw password
2. Do encryption if needed
* In UserChangePassword: simply call set_password
* In UserChangeAuth: set auth_driver *before* calling
set_password, such that set_password does the right thing
if the auth_driver changes
Note: I needed to move the implementation of set_password
from User.h to User.cc since it seems impossible to access
UserPool::CORE_AUTH from within User.h.
2014-03-04 17:00:11 +01:00
Carlos Martín
91bb93157b
Bug #2712 : Fix shell characters for mysql commands in onedb. Thanks to Nicolas Belan for the patch.
2014-03-04 15:44:15 +01:00
Carlos Martín
d2b9792240
Bug #2735 : Translate zone id in resource providers and acl rules
2014-03-04 15:33:22 +01:00
Carlos Martín
fce451fc72
Feature #2763 : Add group/template to onedb import-slave
2014-03-04 15:33:22 +01:00
Carlos Martín
cee9188aaa
Bug #2735 : Fix bug in import-slave
2014-03-04 15:33:22 +01:00
Javi Fontan
03f577bbeb
Bump version
2014-03-04 12:53:44 +01:00
Javi Fontan
68a7909348
Change Nebula.h version for bump version script
2014-03-04 12:49:42 +01:00
Ruben S. Montero
253d75ef0b
Merge branch 'master' of git.opennebula.org:one
2014-03-04 12:02:47 +01:00
Ruben S. Montero
f8977e26c3
feature #1798 : Get rid of HYPERVISOR_MEM as resources can be now limited host or cluster-wise
2014-03-04 12:02:08 +01:00
Carlos Martín
050c445cc3
Set same defaults for onezone list in code and yaml file
2014-03-04 11:46:51 +01:00
Ruben S. Montero
7577d6d6b9
feature #1798 : Optionally reserve capacity from a host. Cluster defaults can be defined
2014-03-04 11:42:44 +01:00
Carlos Martín
8df6d07a48
Feature #2565 : Fix bug in acl creation
2014-03-04 11:34:43 +01:00
Carlos Martín
e317c57a55
Feature #2743 : onedb upgrade now has two set of migrator files, for shared and local tables
2014-03-03 19:11:17 +01:00
Carlos Martín
e1cde0733d
Feature #2745 : Make onedb fsck aware of the slave and master databases
2014-03-03 16:48:44 +01:00
Javi Fontan
8dcec74c42
Typo in oneacct help
2014-03-03 16:46:05 +01:00
Carlos Martín
417cf91089
Feature #2763 : Add GROUP/TEMPLATE to migrator
2014-03-03 14:46:34 +01:00
Daniel Molina
26808f0efc
Upgrade to ZURB Foundation 5
2014-03-03 12:36:10 +01:00
Ruben S. Montero
e8d556caed
Merge branch 'bug-2723'
2014-03-01 23:16:05 +01:00
Tino Vazquez
0927a5b881
Feature #2506 : Change input to textarea to allow multiple lines
2014-02-28 18:35:56 +01:00
Tino Vazquez
34ac8ff03c
Bug #2721 : Add error check in onegroup creation
2014-02-28 17:09:38 +01:00
Tino Vazquez
15af612918
Feature #2696 : Improve Sunstone views assigments
2014-02-28 16:42:07 +01:00
Javi Fontan
f1e3d105af
feature #2371 : parse cdata with ox parser
2014-02-28 10:55:15 +01:00
Ruben S. Montero
1f80bb3b75
bug #2762 : Prevent collitions between vlanid and vnetid
...
(cherry picked from commit ad1276927c8d6089f240a7bd8cf43f4ae7e57d96)
2014-02-27 13:11:59 +01:00
Ruben S. Montero
154279f24f
bug #2762 : Generate BRIDGE as "onebr<vlanid>" if vlan_id is defined
...
(cherry picked from commit d1ea5db93c2683727f408d920bdae9c95308ef47)
2014-02-27 12:46:25 +01:00
Tino Vazquez
4cf97994a0
Feature #2696 : Retrieve views from primary group template
2014-02-26 19:20:01 +01:00
Tino Vazquez
7b0136523f
Feature #2696 : Sunstone support for Group template
2014-02-26 17:41:08 +01:00
Tino Vazquez
c58cc19d01
Feature #2696 : Add generic Template for Groups
2014-02-26 12:59:29 +01:00
Javi Fontan
7b972c09da
bug #2744 : fix bug generating fingerprint for econe keypair
2014-02-26 12:25:56 +01:00
Carlos Martín
16056fcce1
Feature #2743 : Make the migrator aware of the new local_db_versioning table
2014-02-24 18:07:02 +01:00
Javi Fontan
7f409c7b7c
bug #2546 : fix bug with remotes rsync copy
2014-02-24 15:30:02 +01:00
Ruben S. Montero
be2ff24801
Merge branch 'feature-1484'
2014-02-23 19:40:04 +01:00
Ruben S. Montero
3ae612a3c6
feature #2743 : Split logic to deal with local and shared table DB versions.
2014-02-23 19:31:08 +01:00
Javi Fontan
414fdf8fb6
bug #2560 : add remote to kill wild collectd processes
2014-02-21 19:05:02 +01:00
Carlos Martín
46e6688706
Feature #2743 : onedb keeps 3 different versions
...
1 the code version
2 the replicated (master) DB tables version
3 the slave (local) DB tables version
2014-02-21 18:08:41 +01:00