- 19 Apr, 2017 2 commits
-
-
Troy Sankey committed
-
add additional debian packages for notifier
Michael Roytman committed
-
- 18 Apr, 2017 3 commits
-
-
Michael Roytman committed
-
[ENT-327] Set SESSION_EXPIRE_AT_BROWSER_CLOSE for IDAs
Jesse Shapiro committed -
Jesse Shapiro committed
-
- 17 Apr, 2017 1 commit
-
-
redirector play
Nadeem Shahzad committed
-
- 16 Apr, 2017 1 commit
-
-
After reading more on CORS (and sleeping!) I have finally corrected CORS for static files, restricting access to our knwon hosts. Our initial implementation was almost correct. It simply lacked the protocol—HTTP, HTTPS—on the regex. In my late-night push to just be done with this, I failed to go back to "first principles" and actually understand CORS, choosing to rely on various online "solutions". This lead to the unnecessary headers seen in previous commits. Since we only care about GET requests for fonts, we only need the single header. There is no need to handle preflight OPTIONS requests because we aren't making such requests. LEARNER-568
Clinton Blackburn committed
-
- 14 Apr, 2017 5 commits
-
-
We have invested *numerous* man-hours in attempting to provide a properly-secured CORS implementation. Unfortunately, our efforts have only resulted in a lot of frustration, failure, and new knowledge. For now, given the low risk of exposing these files, we will move forward with the insecure option. LEARNER-568
Clinton Blackburn committed -
Remove reference to nginx var where nginx role isn't used
Joel Barciauskas committed -
Joel Barciauskas committed
-
Finally figured out where I misunderstood nginx LEARNER-568
Clinton Blackburn committed -
LEARNER-568
Clinton Blackburn committed
-
- 13 Apr, 2017 8 commits
-
-
LEARNER-568
Clinton Blackburn committed -
LEARNER-568
Clinton Blackburn committed -
Joel Barciauskas committed
-
Remove tagging of the Alton instance.
John Eskew committed -
LEARNER-568
Clinton Blackburn committed -
We need to be able to run on sandboxes/devstacks
Kevin Falcone committed -
We'll safely skip the install of rabbitmq if something is already installed, so warning is sufficient for our purposes.
Kevin Falcone committed -
the credentials service. LEARNER-516
Clinton Blackburn committed
-
- 12 Apr, 2017 12 commits
-
-
John Eskew committed
-
Be able to override the django sql CONN_MAX_AGE setting.
Feanil Patel committed -
Allow `./shovel.py`, not just `python shovel.py`
Kevin Falcone committed -
Kevin Falcone committed
-
E0d/upgrade rabbit rebase
Kevin Falcone committed -
Kevin Falcone committed
-
We're stopping rabbit, but it's part of the configuration the service, so I didn't use manage:. We may need to re-discuss the tags (mongo_3_0 works similarly when stopping mongo to manage config).
Kevin Falcone committed -
Kevin Falcone committed
-
Files for building a docker container for rabbitmq All apt-get over https New third-party repos Enforce correct rabbit version installed Flag rabbit upgrading Adds the CHECK_RABBIT_VERSION flag (true by default). If true and the rabbitmq version found differs from the version specified in RABBITMQ_VERSION, the role fails. If false in the same scenario, the role continues but does not install rabbitmq (because it's already installed). This enables us to continue using this role without forcing us to upgrade rabbitmq. Rebase miss Missed merge conflict marker syntax and whitespace latest rabbit.
Edward Zarecor committed -
Feanil Patel committed
-
Run edxapp on Docker for Devstack
Jeremy Bowman committed -
Clinton Blackburn committed
-
- 11 Apr, 2017 4 commits
-
-
Updated redis conf to work correctly (start/restart) with 16.04
Brian Beggs committed -
Brian Beggs committed
-
fix supervisor configuration file path
Michael Roytman committed -
Michael Roytman committed
-
- 10 Apr, 2017 1 commit
-
-
Dockerfile for notifier on 16.04
Michael Roytman committed
-
- 07 Apr, 2017 3 commits
-
-
Michael Roytman committed
-
Michael Roytman committed
-
Michael Roytman committed
-