1. 05 Aug, 2014 1 commit
  2. 25 Mar, 2014 1 commit
  3. 24 Feb, 2014 1 commit
  4. 18 Feb, 2014 1 commit
  5. 14 Feb, 2014 2 commits
  6. 29 Jan, 2014 1 commit
  7. 16 Jan, 2014 1 commit
  8. 10 Dec, 2013 1 commit
  9. 03 Dec, 2013 1 commit
  10. 16 Jul, 2013 1 commit
  11. 11 Jul, 2013 1 commit
  12. 20 Jun, 2013 1 commit
  13. 15 May, 2013 1 commit
  14. 06 May, 2013 1 commit
  15. 19 Apr, 2013 2 commits
  16. 17 Apr, 2013 1 commit
  17. 25 Jan, 2013 1 commit
  18. 07 Jan, 2013 2 commits
  19. 03 Jan, 2013 1 commit
  20. 05 Dec, 2012 1 commit
  21. 31 Oct, 2012 2 commits
  22. 04 Sep, 2012 2 commits
  23. 01 Sep, 2012 1 commit
  24. 16 Aug, 2012 1 commit
  25. 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
  26. 12 Aug, 2012 1 commit
  27. 07 Aug, 2012 1 commit
  28. 17 Jul, 2012 2 commits