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