Results 28 comments of jessevz

@s3inlc thanks for the review! I have changed my updatescript and I think it works properly now. But there is still something that i do not understand, and that is...

I think everything works now, if there are still any improvements that needs to be made please let me know. what's good to know is that how the attackparameters are...

@gluafamichl yes this is great, this way it will be possible to sort on the amount of cracks.

Currently this issue has been resolved for the API. Only thing that is left is the GUI part which resides in src/cracks.php

Exceptions have been reworked in #1266. What is still left is to refactor all old HTexceptions into the new way off exceptions

ah yes i see its because i forked the main branch and i made a pull request for the dev branch and apparently the main branch has more commits than...

@ObsidianOracle yes, rechecked this, i also have this issue, and i use the devcontainer.

I agree that its good to follow php standards like psr-1 and psr-12. When i Googled around I found PHP codesniffer (https://github.com/squizlabs/PHP_CodeSniffer) which can check for these standards and has...

The full error that is thown is the following: { "title": "Required parameter(s) 'type' not specified", "type": "about:blank", "status": 400 } The reason this happens, is that the new UI...

@cv5ch in pull request #1455 this is adressed and the attribute is now called binaryType. Can you alter the front end to this type and then merge the pull request?