1. 301eee3 fix migration creation issue due to DiffModelMixin by Scott Baker · 10 years ago
  2. f3bbe47 introduce Controller model by Tony Mack · 10 years ago
  3. 13d2db9 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 · 10 years ago
  4. 6c68484 fix user admin showing deleted users by Scott Baker · 10 years ago
  5. c5b5060 fix keyerror in plcorebase.delete by Scott Baker · 10 years ago
  6. fd8c7c4 observer_disabled was not being imported into core/models/user.py by Scott Baker · 10 years ago
  7. 0119c15 re-did the fine grained permission checking stuff again by Scott Baker · 10 years ago
  8. cbfb600 add support for fine-grained field permissions for user model by Scott Baker · 10 years ago
  9. b08d656 clean up some deprecation warnings in django 1.7 by Scott Baker · 10 years ago
  10. bad6774 Bug: Models should import model_policy, not model_policies by Sapan Bhatia · 10 years ago
  11. 3a5ef2b Add policies feature to user objects by Sapan Bhatia · 10 years ago
  12. 51e7d40 HTTP_ORIGIN wasn't working on Firefox, changed it to get_host() instead by Scott Baker · 10 years ago
  13. a36d77e merge Amisha changes by Scott Baker · 10 years ago
  14. 5d605ff Implement new mark/purge deletion for User Model by Sapan Bhatia · 10 years ago
  15. 3a6811e Added deletion check as a default filter of the User model. by Sapan Bhatia · 10 years ago
  16. bcc1899 Added a 'deleted' field to all models. Specifically to: by Sapan Bhatia · 10 years ago
  17. d507f43 Make default value of status field "pending" by Sapan Bhatia · 10 years ago
  18. 47b9bf2 Added backend_status field to user object by Sapan Bhatia · 10 years ago
  19. e5774f9 Merge branch 'master' of ssh://git.planet-lab.org/git/plstackapi by Sapan Bhatia · 10 years ago
  20. 7b836b6 move UserDeployments to a separate file to resolve circular reference by Scott Baker · 10 years ago
  21. f7b29d2 Deployment is imported out of Site. by Sapan Bhatia · 10 years ago
  22. 2c3cb64 dynamic home view with customization by Scott Baker · 10 years ago
  23. 6f575c8 cleanup unused fields by Tony Mack · 10 years ago
  24. 69f1bc3 fixing bugs by Tony Mack · 10 years ago
  25. e4be32f observer now supports remote openstack deployments by Tony Mack · 10 years ago
  26. 5b06147 added rbac for viewing objects by Tony Mack · 10 years ago
  27. cf04fb6 Adjustments for initial public launch of OpenCloud by Siobhan Tully · 10 years ago
  28. fece0d5 Consolidated email and username fields to preserve availability on both indexes by Siobhan Tully · 11 years ago
  29. bfd11dc Django-suit, add in Roles for specific classes site, slice, deployment, planetstack, change admin to leverage suit options by Siobhan Tully · 11 years ago
  30. 0553f28 observer for sites, slices and users by Tony Mack · 11 years ago
  31. 5cbadf8 switch public key from char field to text field by Tony Mack · 11 years ago
  32. b5cf06d removing key model by Tony Mack · 11 years ago
  33. b0d9742 key is now just an attribute of the user model. Added 'creator' field to sliver model by Tony Mack · 11 years ago
  34. 9266e6b add timezone field to user by Scott Baker · 11 years ago
  35. 89f70f1 fix openstack integration by Tony Mack · 11 years ago
  36. 7329134 Merge pick up, tweaked role/site/plcore_base or os_manager path when OpenStack not present by Siobhan Tully · 11 years ago
  37. 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 · 11 years ago[Renamed (69%) from plstackapi/core/models/pluser.py]
  38. 0406283 role base filtering for main admin pages by Tony Mack · 11 years ago
  39. d685bfa keys and users work when openstack is disabled or unavailable by Tony Mack · 11 years ago
  40. f9f4afb call user.set_password() in PLUser.save() instead of PLUserAdmin.save() by Tony Mack · 11 years ago
  41. 53106f3 update user admin by Tony Mack · 11 years ago
  42. 0e723b9 bug fixes by Tony Mack · 11 years ago
  43. 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 · 11 years ago