1. 14 Jul, 2017 1 commit
  2. 04 Jul, 2017 1 commit
  3. 25 May, 2017 1 commit
  4. 22 May, 2017 1 commit
  5. 09 May, 2017 1 commit
  6. 08 May, 2017 1 commit
  7. 26 Apr, 2017 1 commit
    • Added OpenID Connect discovery endpoint · 2b4817b1
      Although we are phasing out our support of OIDC, this particular feature will allow us to eliminate many of the settings we
      share across services. Instead of reading various endpoints and secret keys from settings or hardcoded values, services
      with the proper authentication backend can simply read (and cache) the information from this endpoint.
      
      ECOM-3629
      Clinton Blackburn committed
  8. 01 Mar, 2017 1 commit
  9. 29 Jul, 2016 1 commit
  10. 25 Jul, 2016 1 commit
  11. 30 Jun, 2016 1 commit
  12. 16 May, 2016 1 commit
    • Replace bulk email settings with admin config models · 0cf3e39c
      Moves ENABLE_INSTRUCTOR_EMAIL and REQUIRE_COURSE_EMAIL_AUTH from settings files
      to admin-accessible configuration models. This allows for the bulk email settings
      to be modified without a new AMI deploy. See TNL-4504.
      
      Also updates tests:
          -python tests mock out the new configurations in place of the old settings
          -lettuce test has been moved to bokchoy
              (note that there was some loss of coverage here - the lettuce tests had
              been doing some voodoo to allow for cross-process inspection of emails
              messages being "sent" by the server, from the client! In discussion with
              testeng, this seems outside the realm of a visual acceptance test. So,
              the bokchoy test simply confirm the successful queueing of the message,
              and leaves the validation of sending messages to the relevant unit tests.)
          -bok choy fixture has been added, to replace the settings in acceptance.py
          -lettuce and bok choy databases have been updated to reflect the backend changes
      
      The new default is to have bulk_email disabled, we'll need to call this out in the
      next OpenEdx release to ensure administrators enable this feature if needed.
      Eric Fischer committed
  13. 02 May, 2016 1 commit
  14. 12 Apr, 2016 2 commits
  15. 28 Mar, 2016 1 commit
    • 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
  16. 16 Mar, 2016 1 commit
  17. 14 Mar, 2016 1 commit
    • ziafazal/WL-328: Multi-Site Comprehensive Theming · 954dae58
      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
      Zia Fazal committed
  18. 08 Feb, 2016 1 commit
  19. 29 Jan, 2016 1 commit
    • Remove ThemingAware storage mixins and ComprehensiveThemeFinder. · 266f593d
      Collectstatic failed in production when comprehensive theme contained custom css files.
      This patch fixes that problem by removing ComprehensiveThemeFinder from STATICFILES_FINDERS
      and ComprehensiveThemingAware mixin from STATICFILES_STORAGE.
      
      Comprehensive theme static dirs are added to the top of the STATICFILES_DIRS entry,
      which means that the default django FilesystemFinder will find theme static files,
      and since the theme folder is at the top of STATICFILES_DIRS, theme files will take
      precedence over default LMS/CMS static files.
      
      This change means that theme static file URLs are no longer prefixed with themes/<theme-name>/,
      but since we currently only support one comprehensive theme at a time, that shouldn't be a problem.
      If/when we want to make the choice of a theme dynamic per-request (microsites?), we will have to
      bring custom theme finders and storage mixins back, but for now, we don't need them.
      Matjaz Gregoric committed
  20. 28 Jan, 2016 1 commit
  21. 25 Jan, 2016 1 commit
  22. 22 Jan, 2016 1 commit
  23. 05 Jan, 2016 2 commits
  24. 03 Dec, 2015 1 commit
  25. 10 Nov, 2015 1 commit
  26. 24 Oct, 2015 1 commit
    • Failing startup if private settings fail to load · 7c6a30f1
      Squashing private settings import errors leads to wasted developer time when developers expect settings to be in place, and they aren't. This change only loads private settings if the private.py file exists. If there is an error during the import of that file, the application will not start.
      
      ECOM-2653
      Clinton Blackburn committed
  27. 06 Oct, 2015 2 commits
  28. 05 Oct, 2015 1 commit
  29. 02 Oct, 2015 2 commits
  30. 23 Sep, 2015 1 commit
  31. 22 Sep, 2015 2 commits
  32. 04 Sep, 2015 1 commit
  33. 03 Sep, 2015 1 commit
  34. 13 Aug, 2015 1 commit
  35. 10 Aug, 2015 1 commit