1. 26 Nov, 2012 6 commits
  2. 19 Nov, 2012 5 commits
  3. 17 Nov, 2012 1 commit
  4. 10 Nov, 2012 3 commits
  5. 09 Nov, 2012 6 commits
  6. 12 Oct, 2012 2 commits
  7. 01 Sep, 2012 1 commit
  8. 31 Aug, 2012 2 commits
  9. 21 Aug, 2012 1 commit
  10. 15 Aug, 2012 1 commit
    • Big access control refactor · 2df3a6ef
      * All access control logic is now in access.py
      * It exports a single method for general use: has_access(user, object, action)
       - possible actions depend on object type (e.g. 'see_exists', 'enroll', 'staff')
      * Removed DARK_LAUNCH feature flag--it is now the default behavior
      * Replaced check_course with three separate more focused functions that use has_access
      
      Minor things:
      * note on using pdb in testing
      * moved time parsing helper into timeparse.py
      * x_modules now have a .start attribute (None if not in metadata)
      Victor Shnayder committed
  11. 13 Aug, 2012 1 commit
  12. 10 Aug, 2012 1 commit
  13. 30 Jul, 2012 2 commits
  14. 24 Jul, 2012 2 commits
  15. 23 Jul, 2012 1 commit
  16. 22 Jul, 2012 2 commits
  17. 21 Jul, 2012 1 commit
  18. 20 Jul, 2012 2 commits