Christian González
Christian González
@gsxdsm Did you make any progress? I have time tomorrow to help out here/code - if you tell me what you are doing ATM, I could drop in and help...
You mean a regular job? Because `runserver` isn't called in production (when using gunicorn, Daphne etc). I think I wouldn't bother too much ATM *when* this job is executed, but...
please tell me if I can assist. the [form_support](https://github.com/tetra-framework/tetra/tree/form_support) branch has already some code in it towards that aim, but not very much. If you add a PR, please do...
As @waqasidrees07 got stuck in a very early stage, please feel free to contact me at any stage, so you don't make the same errors again as I did ;-)
That's great news, really. About your question: I think that a GC procedure should be available definitely as management command, on the long term it could be a subcommand of...
That's great, exactly how I thought it should be. I just hat a few minutes to look over the code, did not test it - but AFAICT this is definitely...
2 Things came into my mind while reading the code: * The `callServerMethod()` and `callServerMethodWithFile()` are mostly dup code and may be merged - but maybe you had a good...
Yes, that would be some additional security. Maybe you could add just a TODO in the `callServerMethodWithFile()` so we don't forget the security checks at the backend side.
@gsxdsm I've tested the file upload a bit. The temporary upload works great. But if the field is marked as required, the form complains about the upload field not being...
I think this iss not the same as https://github.com/keepassxreboot/keepassxc/issues/551. A Health check tool can make use of duplicate detection. But if you merge another db into yours, typically a diverged...