Ruben S. Montero
f45fe15bc5
bug #4476 : Add default views to users group at DB bootstraping
2016-05-20 14:15:18 +02:00
Javi Fontan
e1f6dee180
Update copyright notice year
2016-05-04 12:33:23 +02:00
Ruben S. Montero
9e4af1ebc6
feature #3204 : Security Group dynamic update. Add support to update SG
...
rules of running VMs though a new one.secgroup.commit operation
2016-03-01 23:31:31 +01:00
Jaime Melis
e20fb5c4c4
Fix copyright in banners
2015-09-23 16:51:10 +02:00
Jaime Melis
8d00b74177
Change year to 2015
2015-02-24 12:27:59 +01:00
Carlos Martín
d294d96a52
Feature #3541 : New methods to manage group admins in the core
2015-02-02 15:38:42 +01:00
Carlos Martín
509300f1da
Feature #3471 : Remove group resource providers
2015-01-21 12:24:44 +01:00
Ruben S. Montero
dbe21675fa
System attributes, Group and User quotas are local tables needs to be bootstraped locally
2014-03-08 02:44:53 +01:00
Tino Vazquez
c58cc19d01
Feature #2696 : Add generic Template for Groups
2014-02-26 12:59:29 +01:00
Ruben S. Montero
7686ca93e0
Merge branch 'master' into vdc-federation
...
Conflicts:
include/GroupPool.h
include/UserPool.h
2014-01-23 16:36:22 +01:00
Carlos Martín
0a33f08de1
Feature #2632 : Make two separate methods to update user/group, or its quotas
2014-01-22 18:54:48 +01:00
Ruben S. Montero
cda9fa28e7
feature #2632 : Moved DB implementation to its own class
2014-01-21 23:21:18 +01:00
Carlos Martín
c2f1a6d1c4
Feature #2632 : Extract group quotas to another table
2014-01-16 17:08:08 +01:00
Jaime Melis
11520021f7
Bump to version 4.5.0
2014-01-09 11:51:20 +01:00
Carlos Martín
25fce2c847
Feature #2565 : Manage resource providers in oned
2013-12-13 16:16:53 +01:00
Carlos Martín
9179e73a83
Feature #1611 : Insert default quotas element in the USER & USER_POOL xmls
...
This saves the extra xmlrpc call each time the pool/user is shown
2013-02-28 14:53:34 +01:00
Jaime Melis
7357bffe34
Update copyright notice
2013-01-24 16:18:30 +01:00
Jaime Melis
af61e33f8c
Update year to 2013
2013-01-24 16:03:57 +01:00
Ruben S. Montero
981db30338
feature #1288 : Support for Group quotas
2012-06-08 22:14:40 +02:00
Jaime Melis
a2b7cb6bc9
Bump to version 3.2.0
2012-01-12 12:29:18 +01:00
Carlos Martín
9601533b19
Feature #862 : Add default permission to Group so users can USE their own group
2012-01-03 10:08:51 -08:00
Ruben S. Montero
e6628a1f75
Feature #862 : Re-factor PoolObjectAuth. Moved ObjectType to PoolObjectSQL. simplified interface for AuthManger::add_auth.
2012-01-03 02:58:23 +01:00
Carlos Martín
75d5e7a1fb
Add the Object type to the PoolObjectAuth class
2012-01-02 22:14:43 +01:00
Carlos Martín
f0d8ac78d6
Bug #759 : Check if XML is valid before it is stored in the DB.
2011-12-19 17:09:31 +01:00
Carlos Martín
21bca20780
Bug #848 : Add error message and stop oned execution if bootstrap fails
2011-10-10 06:14:46 -07:00
Jaime Melis
9f3919b0ac
Bump version to 2.9.80
2011-07-12 15:36:41 +02:00
Ruben S. Montero
8e33e4cded
feature #687 : Resources now stores the name of the owner and the group
2011-06-30 11:31:00 +02:00
Carlos Martín
099b748585
Feature #407 , #662 : Groups don't have owner
2011-06-09 17:08:02 +02:00
Ruben S. Montero
c004100564
Merge branch 'feature-407rm' of git.opennebula.org:one into feature-407rm
...
Conflicts:
src/host/HostPool.cc
2011-06-03 17:01:52 +02:00
Carlos Martín
e28ad2a69d
Feature #662 , #407 : Delete operator<< from PoolObjectSQL classes. Remove Cluster objects.
2011-06-03 15:33:48 +02:00
Ruben S. Montero
532982b6fb
feature #407 : Prevent some deadlocks when adding/removing users from groups
2011-06-03 13:31:11 +02:00
Carlos Martín
7285fbd5c0
Merge branch 'feature-407' of git.opennebula.org:one into feature-407
...
Conflicts:
include/Group.h
include/User.h
src/cluster/Cluster.cc
src/cluster/ClusterPool.cc
src/group/Group.cc
src/rm/RequestManagerUserAllocate.cc
src/um/User.cc
2011-05-25 14:56:35 +02:00
Carlos Martín
6230001c56
Feature #407 :
...
* Chown method: destination user and group are checked, auth. manager request used.
* New one.group.chown method.
* New ObjectCollection class to store sets of IDs.
* New RM user.addgroup user.delgroup methods, users and groups store a cross-reference ID set.
* Clusters store a set of Host IDs. The RM part of the add/remove host functionality works, but should be re-done to avoid deadlocks.
* Fix onedb schmea for template_pool table bug.
2011-05-25 12:13:17 +02:00
Ruben S. Montero
e77a5f5b13
feature #407 : LastOID is private for the pools. Minor changes in Group classes
2011-05-21 02:06:29 +02:00
Carlos Martín
ae53d43789
Feature #407 : Base implementation for groups.
...
So far groups can be managed, but resources can't be associated to a group.
Tasks done:
* New basic onegroup command
* RequestManager XML-RPC methods
* New group pool
* New GROUP authorization symbol
* Basic GroupPool tests
* Ruby OCA methods
2011-05-10 18:45:15 +02:00