Milos Stojanovic

Results 74 comments of Milos Stojanovic

I agree, but that would introduce a breaking change for all current installations since they have full language name in their config files.

Many thanks for your contribution. I will review your code when my time allows. Please note that not everyone wants to allow registration or they want to do this in...

Another key element of secure registration is email, sms or social account activation/validation. If we don't have a proper account validation then one could easily make thousands of fake accounts....

See if #141 helps

Thanks for your input. Yes, it seems that CodeMirror is much better. I have to try it out tho. https://github.com/codemirror/codemirror

I am looking to rewrite my time tracking utility with ng. At the moment I have time and date tied together so when you push time back beyond 'zero' date...

[LinkPreview](https://www.linkpreview.net/) - 60 requests/hour for free

Hi, Thank you for your elaborate report. I fixed the issue on the backend as you suggested. Can you please try it out and confirm the fix? https://github.com/filegator/filegator/commit/24119f7cf4f8d813f7e9b07fae9fd3c82c5e66cd

@feanorknd you should be able to configure that directly in your configuration.php file: ``` 'Filegator\Services\Storage\Filesystem' => [ 'handler' => '\Filegator\Services\Storage\Filesystem', 'config' => [ 'separator' => '/', 'config' => [], 'adapter'...

Hi, Thanks for this. It looks good, but it could be a braking change for someone using a custom log implementation. I'm not sure how to handle this. New branch?...