Aditya Bansal

Results 8 issues of Aditya Bansal

needs more work
has conflicts

We introduce System bots as a new kind of bots in UserProfile. Following this we make realm_internal_bots use this new bot type while migrating any already created realm_internal_bot to new...

size: L
has conflicts

In this PR we are adding Content-Disposition header to S3 upload code path. This will work much the same way it works for local uploads which are served by django...

size: XL
has conflicts

In this PR we make serve home page with a CSP header set. This is done by introducing a new lib csp-django-nonce for taking care of nonce generation and insertion...

size: S
has conflicts

Actions spec right now doesn't explicitly talks about how an action with events cannot act as an individual action as well. We should explicitly specify this fact in the spec.

The OMS CLI builds the docker image and uses the entrypoint defined inside the `Dockerfile`. It shouldn't be doing that and instead be using the entrypoint/command defined by `oms.yml` using...

bug :bug:
enhancement :rocket:

In this PR we are adding support for Nginx version older than 1.5.9. This is achieved through conditionally quoting the URL's in X-Accel-Redirect headers according to compatibility with Nginx. Since...