- b6043c2 add quick-profile to user admin by Scott Baker · 11 years ago
- 034232d add is_appuser field to user model by Scott Baker · 11 years ago
- 9b3457f Merge pull request #85 from open-cloud/service_permissions by tmack-pl · 11 years ago
- c1ec8bc import ServicePrivilege by Tony Mack · 11 years ago
- 02683de fix TypeError by Tony Mack · 11 years ago
- 2ec862b fix syntax error by Tony Mack · 11 years ago
- 30d993f Merge branch 'master' of github.com:open-cloud/xos by Sapan Bhatia · 11 years ago
- 52ba542 Set 'controller' helper property of Sliver object for dependency resolution by Sapan Bhatia · 11 years ago
- ae9be86 resolve merge conflict by Tony Mack · 11 years ago
- 2575722 add ability for services to scale by Scott Baker · 11 years ago
- 50de6be The deletion of dependencies has been moved to model policies by Sapan Bhatia · 11 years ago
- f50d047 Reapply model policies when an object is saved by Sapan Bhatia · 11 years ago
- a115c1e REST API for getting ssh keys by Scott Baker · 11 years ago
- 1b7c6f1 make service_specific_id and service_specific_attribute optional by Scott Baker · 11 years ago
- 579df9f merge by Tony Mack · 11 years ago
- eb50ee3 add method to get deleted tenant objects by Scott Baker · 11 years ago
- 5b04461 add service.public_key; make sync_slivers get image id from ControllerImage object by Scott Baker · 11 years ago
- 950b449 add service permissions by Tony Mack · 11 years ago
- ef58a84 add coarse tenancy support by Scott Baker · 11 years ago
- e09fb98 Lazy creation of Neutron Networks. The creation of networks is deferred to when the first Sliver for a slice is created on a given controller, rather than at Slice creation time. Resolves #74 by Sapan Bhatia · 11 years ago
- 7f8ef8f clarify exceptions by Scott Baker · 11 years ago
- 77fc173 fix wrong method called in SlicePrivilege.save by Scott Baker · 11 years ago
- 2a2ffb7 workaround for rest_framework post bug by Scott Baker · 11 years ago
- 0d30672 add kind field to service object, add get_tenant_objects(), get_service_objects() by Scott Baker · 11 years ago
- 7211f5b fix missing json import, fix misnamed variable by Scott Baker · 11 years ago
- b3c363e some renames of permitAllSlices->permit_all_slices had been missed by Scott Baker · 11 years ago
- 25f3cbf import for Tenant model by Scott Baker · 11 years ago
- 5d93a9e replace composite_primary_key hack with django's unique together by Tony Mack · 11 years ago
- 91e8588 start working on Tenant object by Scott Baker · 11 years ago
- a8892c1 make sure composite_primary_key==[] is interpreted as not existing by Scott Baker · 11 years ago
- 6a3a285 don't throw composite key error if the only fields updated are in [backend_status, backend_register, deleted, enacted, updated] by Scott Baker · 11 years ago
- 57a8c68 Fixed an exception when composite_key is not defined for an object by Sapan Bhatia · 11 years ago
- a6928d6 prevent disabled users from getting site, slice permissions by Tony Mack · 11 years ago
- e7a6dc1 person.site can no longer be null by Tony Mack · 11 years ago
- 7d7d8cd fix arguments to get_public_ip by Scott Baker · 11 years ago
- f8ec83d add get_public_ip method to sliver object by Scott Baker · 11 years ago
- 206e75b changes found on portal that weren't checked in by Scott Baker · 11 years ago
- 2bc1023 changes found on portal that weren't checked in by Scott Baker · 11 years ago
- fe1c42d fix typo by Scott Baker · 11 years ago
- fb530d8 fix wrong related_name in slice.service by Scott Baker · 11 years ago
- c8836df define composite primary key for models that need them by Tony Mack · 11 years ago
- a817460 hacking in support for composite primary keys by Tony Mack · 11 years ago
- 50e1221 replace django.db.models.CharField with core.models.plcorebase.StrippedCharField by Tony Mack · 11 years ago
- cffaa4f Merge branch 'master' of github.com:open-cloud/xos by Scott Baker · 11 years ago
- 62e3d29 display clock icon while sync is pending, add Pending Sync last_status text by Scott Baker · 11 years ago
- 257d5912 StripedCharField extends django.db.models.CharField and overrides clean() to automatically strip leading and trailing whitespace character fields. Note: clean() is only called by forms, not by orm. by Tony Mack · 11 years ago
- a3cd261 service button and view by Scott Baker · 11 years ago
- b6e63f0 get rid of weird looking DOS EOF chars by S.Çağlar Onur · 11 years ago
- 7d85a03 fix wrong model name by Scott Baker · 11 years ago
- ef20dd5 rename planetstack directory to xos by Scott Baker · 11 years ago