juanmont
6a2783a32a
F #1377 : User locks for resources ( #1675 )
2018-01-24 15:33:12 +01:00
Vlastimil Holer
a4c0447ccf
Bump year to 2018 ( #1623 )
2018-01-02 18:27:37 +01:00
Javi Fontan
8de979e42c
Bump version 5.3.80
2017-05-25 16:07:35 +02:00
Ruben S. Montero
59cf651dd6
F #4809 : API methods leader_only attribute. List, Info and Raft methods
...
are not leader only.
2017-05-08 10:47:42 +02:00
Ruben S. Montero
503b2835b8
F #4809 : Update API internal name to match public xml-rpc names. Do not log
...
heartbeat/replicate log entries
2017-05-07 23:43:20 +02:00
Ruben S. Montero
17749cb5e7
F #2347 : Allocate, delete and info API calls for the VMGroup
2017-01-03 01:22:10 +01:00
Javi Fontan
e1f6dee180
Update copyright notice year
2016-05-04 12:33:23 +02:00
Ruben S. Montero
a4cf0cc387
feautre #4217 : API, OCA and command line tools for marketplace apps. Fix minor bugs
2015-12-11 15:53:19 +01:00
Ruben S. Montero
ed92441582
feature #4217 : OpenNebula core methods for MarketPlace class. OCA
...
binding and onemarket tool
2015-12-05 23:52:28 +01:00
Carlos Martín
c5b19f45df
Feature #4215 : Create new Virtual Router pool
2015-11-30 16:50:23 +01:00
Jaime Melis
e20fb5c4c4
Fix copyright in banners
2015-09-23 16:51:10 +02:00
Carlos Martín
0a42146de1
Feature #1727 : New option --extend for onetemplate show
2015-07-21 16:24:43 +02:00
Jaime Melis
8d00b74177
Change year to 2015
2015-02-24 12:27:59 +01:00
Carlos Martín
dca0c29244
Feature #3471 : New pool VDC, ruby oca and cli
2014-12-19 17:30:00 +01:00
Carlos Martín
49b94d12ea
Merge remote-tracking branch 'origin/master' into feature-3175
...
Conflicts:
install.sh
2014-10-03 15:55:29 +02:00
Ruben S. Montero
dcd2e80281
feature #3183:Extend VNET to_xml method to list only VM and VNET information granted by the ACL system
2014-09-11 17:01:14 +02:00
Carlos Martín
00990b33a1
Feature #3175 : New Security Group pool in the core
2014-09-08 11:50:25 +02: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
Jaime Melis
11520021f7
Bump to version 4.5.0
2014-01-09 11:51:20 +01:00
Carlos Martín
f308bdeb06
Feature #2562 : New Zone pool in core
2013-12-12 19:08:59 +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
9da2602949
feature #1304 : Fix signature for XML-RPC methods. Remove publish methods for OCA
2012-06-13 17:41:54 +02:00
Ruben S. Montero
cb9e8bdb82
feature #1304 : Removed name uniqueness for document pool. Simplify related functions because of this
2012-06-13 12:44:04 +02:00
Carlos Martín
5d110819d9
Feature #1304 : Add new xml-rpc methods one.document.*
2012-06-08 16:00:16 +02:00
Carlos Martín
0f38c555a1
Revert "Feature #1304 : Add new methods one.generic.*. VMTemplates have a new 'type' attribute."
...
This reverts commit 04940ff188
.
2012-06-08 11:43:55 +02:00
Carlos Martín
04940ff188
Feature #1304 : Add new methods one.generic.*. VMTemplates have a new 'type' attribute.
...
As things are right now, VMTemplates with different types share the "namespace",
meaning that you can't have two templtes with the same name even if their type
is different
2012-06-06 18:03:46 +02:00
Carlos Martín
4e2b33fa23
Feature #1112 : Clusters are coming back into fashion this season
2012-02-24 15:58:51 +01:00
Ruben S. Montero
1d8d821d04
feature #1112 : Change xml-rpc method name
2012-02-10 00:51:26 +01:00
Carlos Martín
9ec4b450a4
Feature #1112 : Create Datastore and DatastorePool classes, and RM methods
2012-02-09 17:56:47 +01:00
Jaime Melis
a2b7cb6bc9
Bump to version 3.2.0
2012-01-12 12:29:18 +01: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
e2f51e7861
Change ACL operations to USE, MANAGE, ADMIN & CREATE
2011-12-29 08:09:53 -08:00
Carlos Martín
03fac9096a
Bug #702 : xmlrpc-c does not create a new xmlrpc_c::method class for each request.
...
Instead, it creates a single instance and its execute method is called for each new request.
This caused some variables to be shared by several threads, which eventually ended in
segmentation fault.
2011-07-07 12:45:13 +02:00
Ruben S. Montero
9cea16cd5e
feature #696 : Virtual Machine info method now returns the full history of the VM.
2011-06-25 01:29:44 +02:00
Carlos Martín
75f590bf66
Feature #662 : Delete operator<< from VirtualNetwork. I forgot to do it in e28ad2a69d
2011-06-10 19:43:30 +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
b050a5da9f
feature #622 : Public is now an attribute of PoolObjectSQL. Redesign of authorization function
2011-05-26 12:20:56 +02:00
Ruben S. Montero
fc15b443b6
feature #662 : Delete uses a common Request. Moved more functionality to base classes
2011-05-26 00:59:50 +02:00
Ruben S. Montero
c15a9e9a12
feature #622 : Info methods use a comon execute function
2011-05-25 19:26:52 +02:00