Christian Flach

Results 104 comments of Christian Flach
trafficstars

One thing to be careful about is making sure to correctly handle users entering `http://127.0.0.1/...`, `http://localhost/...`, `192.168.0.123/...`, etc. as link. If we blindly call `https://localhost/...` from our server, we might...

We could also simply forbid HTTP thumbnail images, given that almost every website uses HTTPS anyways. This might be the easiest fix for this issue.

I'm unsure we want this. I had used a global searchbar in the header in one of the first versions of the site. I removed it, because - if you...

> I am just now noticing that many adventures seem to have a similar hangup. I'm guessing it may be an elasticsearch reindexing issue though I haven't had a change...

Totally agree :+1: Proposal: - Add a new "Delete Account" entry in the profile menu below "Change Password" - On the "Delete Account" page, add checkboxes for - Do you...

This might be related to #137.

You raise a very valid point. Do you have any ideas on how to prevent people from abusing the voting system?

I have tried to work on this issue and I must say that it is incredibly frustrating. I tried both `select2` and `react-select`. `select2` - doesn't appear to have a...

> Are we able to replace this with a react library? I was assuming we had to use a jQuery plugin. Using React feels a bit hacky, but works. Given...

This would likely be addressed by #21 @etchalon. Until then, the easiest thing to do is using a browser plugin like @craignagovan suggested.