1. b6043c2 add quick-profile to user admin by Scott Baker · 11 years ago
  2. 034232d add is_appuser field to user model by Scott Baker · 11 years ago
  3. 950b449 add service permissions by Tony Mack · 11 years ago
  4. e7a6dc1 person.site can no longer be null by Tony Mack · 11 years ago
  5. 206e75b changes found on portal that weren't checked in by Scott Baker · 11 years ago
  6. 50e1221 replace django.db.models.CharField with core.models.plcorebase.StrippedCharField by Tony Mack · 11 years ago
  7. b6e63f0 get rid of weird looking DOS EOF chars by S.Çağlar Onur · 11 years ago
  8. ef20dd5 rename planetstack directory to xos by Scott Baker · 11 years ago[Renamed from planetstack/core/models/user.py]
  9. bbc10b4 fix read access permission for site admins. Need to refactor read permission globally by Tony Mack · 11 years ago
  10. f27edfe rename DiffModelMixin to PlModelMixin by Scott Baker · 11 years ago
  11. 28beed9 fix the problems with DiffModelMixin, and eliminate redundant code by Scott Baker · 11 years ago
  12. 8567794 site admins can add user's at sites where they have the 'admin' role by Tony Mack · 11 years ago
  13. 3428e6e refactor object write permissions by Tony Mack · 11 years ago
  14. 19c7796 increase backend_status length, fix order of model imports by Scott Baker · 11 years ago
  15. 55b786a fix the naive/aware timezone problem by Scott Baker · 11 years ago
  16. 3dfb6cb fix tenant view temporary password email, display message if user tries to register again by Scott Baker · 11 years ago
  17. 3a3b281 set is_admin default to False by Tony Mack · 11 years ago
  18. f3278d1 Added timestamp for model policy scheduling to the User class by Sapan Bhatia · 11 years ago
  19. ebc03eb user model needed its GetValidators method by Scott Baker · 11 years ago
  20. 2040f5d added 'remote_password' property to User model by Tony Mack · 11 years ago
  21. 83f5b62 fix 'sys not defined' error when displaying observer not installed warning by Scott Baker · 11 years ago
  22. c105771 fix migration creation issue due to DiffModelMixin by Scott Baker · 11 years ago
  23. 51c4a7d introduce Controller model by Tony Mack · 11 years ago
  24. 6bfa2ca This change renamed a number of misnamed related fields (e.g. site_privileges->siteprivileges), adds them where they are missing, and changes the corresponding accessors. by Sapan Bhatia · 11 years ago
  25. f22e73a fix user admin showing deleted users by Scott Baker · 11 years ago
  26. 3d2d3e4 fix keyerror in plcorebase.delete by Scott Baker · 11 years ago
  27. d29431b observer_disabled was not being imported into core/models/user.py by Scott Baker · 11 years ago
  28. 1bffe94 re-did the fine grained permission checking stuff again by Scott Baker · 11 years ago
  29. 1a6a390 add support for fine-grained field permissions for user model by Scott Baker · 11 years ago
  30. 92f1422 clean up some deprecation warnings in django 1.7 by Scott Baker · 11 years ago
  31. 3909719 Bug: Models should import model_policy, not model_policies by Sapan Bhatia · 11 years ago
  32. 3a5ef2b Add policies feature to user objects by Sapan Bhatia · 11 years ago
  33. 51e7d40 HTTP_ORIGIN wasn't working on Firefox, changed it to get_host() instead by Scott Baker · 11 years ago
  34. a36d77e merge Amisha changes by Scott Baker · 11 years ago
  35. 5d605ff Implement new mark/purge deletion for User Model by Sapan Bhatia · 11 years ago
  36. 3a6811e Added deletion check as a default filter of the User model. by Sapan Bhatia · 12 years ago
  37. bcc1899 Added a 'deleted' field to all models. Specifically to: by Sapan Bhatia · 12 years ago
  38. d507f43 Make default value of status field "pending" by Sapan Bhatia · 12 years ago
  39. 47b9bf2 Added backend_status field to user object by Sapan Bhatia · 12 years ago
  40. e5774f9 Merge branch 'master' of ssh://git.planet-lab.org/git/plstackapi by Sapan Bhatia · 12 years ago
  41. 7b836b6 move UserDeployments to a separate file to resolve circular reference by Scott Baker · 12 years ago
  42. f7b29d2 Deployment is imported out of Site. by Sapan Bhatia · 12 years ago
  43. 2c3cb64 dynamic home view with customization by Scott Baker · 12 years ago
  44. 6f575c8 cleanup unused fields by Tony Mack · 12 years ago
  45. 69f1bc3 fixing bugs by Tony Mack · 12 years ago
  46. e4be32f observer now supports remote openstack deployments by Tony Mack · 12 years ago
  47. 5b06147 added rbac for viewing objects by Tony Mack · 12 years ago
  48. cf04fb6 Adjustments for initial public launch of OpenCloud by Siobhan Tully · 12 years ago
  49. fece0d5 Consolidated email and username fields to preserve availability on both indexes by Siobhan Tully · 12 years ago
  50. bfd11dc Django-suit, add in Roles for specific classes site, slice, deployment, planetstack, change admin to leverage suit options by Siobhan Tully · 12 years ago
  51. 0553f28 observer for sites, slices and users by Tony Mack · 13 years ago
  52. 5cbadf8 switch public key from char field to text field by Tony Mack · 13 years ago
  53. b5cf06d removing key model by Tony Mack · 13 years ago
  54. b0d9742 key is now just an attribute of the user model. Added 'creator' field to sliver model by Tony Mack · 13 years ago
  55. 9266e6b add timezone field to user by Scott Baker · 13 years ago
  56. 89f70f1 fix openstack integration by Tony Mack · 13 years ago
  57. 7329134 Merge pick up, tweaked role/site/plcore_base or os_manager path when OpenStack not present by Siobhan Tully · 13 years ago
  58. 30fd429 Refactor to /opt/planetstack, final tweaks to make sure planetstack can run in non-openstack mode, adjustments to GUI for model focus changes by Siobhan Tully · 13 years ago[Renamed (69%) from plstackapi/core/models/pluser.py]
  59. 0406283 role base filtering for main admin pages by Tony Mack · 13 years ago
  60. d685bfa keys and users work when openstack is disabled or unavailable by Tony Mack · 13 years ago
  61. f9f4afb call user.set_password() in PLUser.save() instead of PLUserAdmin.save() by Tony Mack · 13 years ago
  62. 53106f3 update user admin by Tony Mack · 13 years ago
  63. 0e723b9 bug fixes by Tony Mack · 13 years ago
  64. 5343728 Added in PLUser as custom user, replacing the django base user. Reformatted initial_data for content with more readable 4 space indent for ability to do diffs by Siobhan Tully · 13 years ago