Simon Michalke

Results 32 comments of Simon Michalke

Okay, I can indeed confirm this suspicion. If I change the preventXSS function to this: ``` function preventXSS($data){ return $data; if (gettype($data) == 'array') { foreach ($data as $key =>...

> I can confirm this. My `preventXSS`-function already looks like the one @ClundXIII posted (I didn't change it, stock 1.2.5 file) - but the problem is there anyway. There is...

Quick question: what is the preferred line ending if I want to contribute code right now? Can I just ignore the `^M` from git diff until this is resolved?

Related: #4507

> Could you change the base branch to staging? Sure. Is that the preferred way of sending a PR?

Adding / removing to group and display works now. (I manually added the groups into the database) @MAGICCC @DerLinkman where can I find the template for adding a new Alias?...

> Can you post the output of the code above? ``` asgenobj(STLVector(Pointer(allpix_3a3a_PixelHit))) timepix TStreamerSTL asgenobj(STLVector(Pointer(allpix_3a3a_PixelHit))) None Traceback (most recent call last): File "path/to/extractFromRoot.py", line 15, in print(data.array(asgenobj(STLVector(Pointer("allpix_3a3a_PixelHit"))))) TypeError: __init__() missing...

> Do you have the source code for `allpix::PixelHit`? This should be it: https://gitlab.cern.ch/allpix-squared/allpix-squared/-/blob/master/src/objects/PixelHit.hpp

Also I would like to disable user creation from Nextcloud as well. Currently I have the permissions set in ldap but that just confuses users and creates errors.