Maurits van der Schee

Results 319 comments of Maurits van der Schee

Ah.. I understand. I agree that validation should be done on the backend, but this is a different kind of validation, as you limit the way people ask for data,...

You can write a custom "beforeFilter" using the customization middleware and give an error when the date is not given as a filter parameter.

Hi, Thank you for creating this issue. Unfortunately there is no support for reading/writing compressed strings in the software. A workaround: Reading and writing binary data is supported (using base64...

I have done some research and it seems soundex is more or less supported by most engines (and thus we can compare based on soundex value): - SOUNDEX (mysql) -...

> This super-admin user, after being logged in, will try to register a new user via the /register endpoint. Yeah. this can happen.. or people can sign themselves up. >...

>And by enabling dbAuth middleware, we need to pass the authentication to access the /register endpoint No, right now the register endpoint is public. Because I can see a system...

Maybe we can have a single superuser condition for both, or for even more complex situations a userLevelColumn (int) that needs to be higher in order to control password resets....

Thank you for your kind words. You may add this functionality by implementing a rewriterule. Note that there can be multiple join paths in the query, so it wont be...

>This project from the onset seems very apt/intelligent. Thank you for your kind words. >Are there any community space for users of this system to communicate and compare notes etc?...

>does this integrate with any other libraries like datatables? Sure, why not?