1. 05 Dec, 2017 1 commit
  2. 07 Nov, 2017 1 commit
  3. 02 Nov, 2017 2 commits
  4. 30 Oct, 2017 1 commit
    • Remove support for COMPREHENSIVE_THEME_DIR - · b866f356
        all dirs must now go into COMPREHENSIVE_THEME_DIRS.
      Move comprehensive theming setup section out of startup.py and into
        settings files using new 'derived' functionality.
      Add 'derive_settings' at the end of all top-level Django settings files.
      Move validation of comprehensive theming settings into new apps.py
        theming file.
      Split theming code into code safe to run before settings are initialized
        -and- after settings are initialized.
      John Eskew committed
  5. 25 Oct, 2017 1 commit
  6. 23 Oct, 2017 2 commits
  7. 17 Oct, 2017 1 commit
  8. 16 Oct, 2017 1 commit
  9. 09 Aug, 2017 1 commit
  10. 26 Jul, 2017 1 commit
  11. 10 Jul, 2017 1 commit
    • Don't allow any user to create courses by default · 6b085281
      * Change settings default
      * Set `ENABLE_CREATOR_GROUP` to False for devstack
      * Set `ENABLE_CREATOR_GROUP` to False for tests
      
      In f095c5fe it was decided to enable
      anyone to make courses in Studio by default in order to make things
      easier in dev environments. This was before the code was open source.
      This default is likely in effect for many Open edX instances, but almost
      no one would want this setting outside of development.
      Joel Barciauskas committed
  12. 06 Jul, 2017 3 commits
  13. 12 May, 2017 1 commit
  14. 30 Mar, 2017 1 commit
  15. 28 Mar, 2017 1 commit
  16. 14 Oct, 2016 1 commit
  17. 13 Oct, 2016 1 commit
  18. 12 Oct, 2016 1 commit
  19. 27 Sep, 2016 2 commits
  20. 23 Sep, 2016 2 commits
  21. 02 Sep, 2016 1 commit
  22. 22 Aug, 2016 1 commit
  23. 29 Jul, 2016 1 commit
  24. 27 Jul, 2016 1 commit
  25. 07 Jul, 2016 1 commit
    • Unify JWT generation code · f6d7371d
      These changes unify four different approaches to JWT creation, moving the core of the AccessTokenView to a general-purpose JwtBuilder class. This utility class defaults to using the system's JWT configuration, but it will allow overriding of the signing key and audience claim to support those clients which still require this. Part of ECOM-4566.
      Renzo Lucioni committed
  26. 30 Jun, 2016 1 commit
  27. 18 May, 2016 3 commits
  28. 12 Apr, 2016 1 commit
  29. 05 Apr, 2016 1 commit
  30. 28 Mar, 2016 2 commits
    • saleem-latif/WL-328: Multi-Site Comprehensive Theming · a796b563
      ziafazal: improvements need for multi-tenancy
      ziafazal: fixed broken tests
      ziafazal: no need to add setting in test.py
      ziafazal: added hostname validation
      ziafazal: changes after feedback from mattdrayer
      ziafazal: fixed branding and microsite broken tests
      ziafazal: make STATICFILES_DIRS to list
      ziafazal: added theme directory to mako lookup for tests
      ziafazal: added more protection in test_util
      saleem-latif: Enable SCSS Overrides for Comprehensive Theming
      saleem-latif: Incoporate feedback changes, Correct test failures, add tests and enable theming for django templates
      saleem-latif: Correct errors in python tests
      mattdrayer: Fix invalid release reference
      mattdrayer: Update django-wiki reference to latest release
      saleem-latif: Update Theme storages to work with Caching, Pipeline and collectstatic
      saleem-latif: Incorporate feedback changes
      mattdrayer: Pylint violation fix
      mattdrayer: Fix broken pavelib test
      Zia Fazal committed
    • Admin access for API requests. · 374e97c1
      ECOM-3943
      Peter Fogg committed
  31. 23 Mar, 2016 1 commit