- only check expires if slice isn't being deleted
[plcapi.git] / PLC / Methods /
2007-01-19 Tony Mack- added logging variable 'object_type'
2007-01-19 Tony Mack- added logging variable 'object_type'
2007-01-19 Tony Mack- added logging variable 'object_type'
2007-01-19 Tony Mack- added logging variable 'object_type'
2007-01-19 Tony Mack- - added logging variable 'object_type'
2007-01-19 Tony Mack- added 'message' instance variable (high level descrip...
2007-01-17 Mark Huang- add VerifyPerson() back
2007-01-17 Mark Huang- Verify a new (must be disabled) user's e-mail address...
2007-01-17 Mark Huang- overloading verification_key for account verification...
2007-01-16 Tony Mack- call GetNodes
2007-01-16 Tony Mack- subclass correct class
2007-01-16 Tony Mack- fix typo
2007-01-16 Tony Mack- fix returns documentation
2007-01-16 Tony Mack- change variable name
2007-01-16 Tony Mack- call GetSlices and GetPersons
2007-01-16 Tony Mack- call GetSlices
2007-01-16 Tony Mack- call DeletePersonFromSlice
2007-01-16 Tony Mack- call AddPersonToSlice
2007-01-16 Tony Mack- subclass the correct class
2007-01-16 Tony Mack- call DeleteSlice
2007-01-16 Tony Mack- subclass the correct class
2007-01-16 Tony Mack- fix errors
2007-01-16 Tony Mack- return hostnames instead of node_ids
2007-01-16 Tony Mack- fix errors
2007-01-16 Mark Huang- use PLC_WWW_SSL_PORT
2007-01-16 Mark Huangregenerate
2007-01-16 Mark Huang- fix syntax errors
2007-01-16 Mark Huang- fix slice name reference
2007-01-16 Mark Huangreplace with single function ResetPassword()
2007-01-16 Mark Huang- accept message_filter and return_fields
2007-01-16 Mark Huang- fix log message
2007-01-16 Mark Huang- send account registration e-mails from the website
2007-01-16 Mark Huang- explicitly set new person['enabled'] field to False
2007-01-16 Tony MackInitial checkin of deprecated API implementation
2007-01-15 Mark Huang- fix docs
2007-01-11 Mark Huang- import Debug.log
2007-01-11 Mark Huang- be more verbose about node and slice caching errors
2007-01-11 Mark Huang- does basically the same thing as Cache.py, except...
2007-01-11 Mark Huang- remove unnecessary slice attribute imports
2007-01-11 Mark HuangReturns lists of local objects that a peer should cache...
2007-01-11 Mark Huang- since this will no longer be used for passing informa...
2007-01-11 Mark Huang- remove PLCCheckLocal functions, be more explicit...
2007-01-11 Mark Huang- fix hidden fields removal
2007-01-11 Mark Huang- simplify role validation
2007-01-11 Mark Huang- Allow foreign users to be added to local slices and...
2007-01-11 Mark Huang- allow foreign keys to be blacklisted
2007-01-11 Mark Huang- remove PLCCheckLocal functions, be more explicit...
2007-01-11 Mark Huang- simplify role validation
2007-01-11 Mark Huang- Allow foreign users to be added to local slices and...
2007-01-11 Mark Huang- remove PLCCheckLocal functions, be more explicit...
2007-01-08 Mark Huang- import Faults
2007-01-08 Tony Mack- if the appropriate message template doesn't exist...
2007-01-05 Tony Mack- send email
2007-01-05 Tony Mack- send_account_registered_email() after adding person...
2007-01-05 Tony Mack- moved email notification code to Person class. call...
2007-01-05 Tony Mack- Initial checkin of new API implementation
2007-01-05 Tony Mack- initial checkin of new API implementation
2007-01-05 Tony Mack- dont return 'password', 'verification_key' or 'verifi...
2006-12-20 Tony Mack- added 'message' instance variable (high level descrip...
2006-12-15 Mark Huangregenerate
2006-12-15 Mark Huang- be a little more verbose in the returns doc
2006-12-15 Mark Huang- add peer to roles
2006-12-15 Mark Huang- add peer to roles
2006-12-15 Mark Huang- add DeletePeer method
2006-12-15 Mark Huang- add UpdatePeer method
2006-12-15 Mark Huang- style nits, fix docs
2006-12-12 Thierry Parmentelat(*) Peer has new fields person_ids and site_ids
2006-12-07 Thierry Parmentelatprevents side-effect on foreign objects when appropriate
2006-12-01 Thierry Parmentelatreturns ellapsed time
2006-11-30 Thierry ParmentelatGetPeerData returns separate items for local and peer...
2006-11-29 Tony Mack- log affected object_ids
2006-11-29 Tony Mack- - removed anything having to do with event_type/event...
2006-11-29 Mark Huang- fix probable checkin of debug code
2006-11-28 Tony Mack- added logging vars
2006-11-28 Mark Huang- fix check for foreign node
2006-11-28 Thierry Parmentelat(*) direct cross refs redefined as NOT NULL in the...
2006-11-28 Tony Mack- fixed how node['slice_ids'] are filterd
2006-11-27 Tony Mack- use all_slice_ids when checking slice_ids in node...
2006-11-27 Thierry Parmentelat(*) full support for database caching, including SliceA...
2006-11-27 Tony Mack- remove invalid (i.e. expired) slice_ids from from...
2006-11-27 Thierry Parmentelat(*) slice atttribute types get cached
2006-11-25 Thierry Parmentelatmore detailed info passed when raising an exception
2006-11-25 Thierry Parmentelatcleanup
2006-11-23 Thierry Parmentelatadd system slices on local hosts only -
2006-11-23 Thierry Parmentelatthis version uses the first release of Cache.py
2006-11-21 Thierry Parmentelatregenerate
2006-11-21 Thierry Parmentelatiteration 4 & last:
2006-11-16 Mark Huang- consider slices with slice attribute system=1 to...
2006-11-16 Thierry Parmentelatremove ugly hack - just assert node isinstance of Node...
2006-11-16 Thierry ParmentelatDeleteSliceFromNodes needs the same cooking as AddSlice...
2006-11-15 Mark Huang- don't quit if no message template exists
2006-11-15 Tony Mack- define/modify logging variables
2006-11-15 Tony Mack- remove object_ids as class variable declaration
2006-11-15 Thierry Parmentelatstill works in unfederated context, with a bug fix:
2006-11-15 Thierry Parmentelatnow returns a dict rather than a tuple
2006-11-15 Thierry Parmentelat- provides ability to cache foreign slices
2006-11-13 Mark Huang- add default system slices (those beginning with PLC_S...
2006-11-13 Mark Huang- allow login_base to be updated
2006-11-13 Thierry Parmentelatregenerated
2006-11-13 Thierry Parmentelateverything ready to receive foreign slices
next