Jochen Klar

Results 86 issues of Jochen Klar

This PR *will* add a new React/Redux based interview, which replaces `project_questions`. It will also remove the vendor file system and django-compressor/SASS. So far the following changes are implemented: *...

Needs to be fixed with the new front-end.

### Rationale / Begründung This is an older feature-request that never got implemented. Comments (like in Word or Google Docs) would enable users to discuss answers in the interview.

effort:major
type:feature-request
priority:medium

The step "Verify your e-mail address" on `/account/confirm-email/` "looses" the `next` url parameter holding the join link from the invitation email.

type:bug

I learned something today about reverse proxy setups... ``` # our docs at https://rdmo.readthedocs.io/en/latest/deployment/gunicorn.html location / { proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; proxy_set_header Host $http_host; proxy_pass http://unix:/run/gunicorn/rdmo/rdmo.sock; } ```...

`/admin/accounts/role//change/` allow to create sites and users which makes no sense there and should be removed (using hardcoded permissions in the admin class).