Lorenzo Milesi

Results 170 comments of Lorenzo Milesi

config params or backend? i.e. click on a user and say *blacklist domain* or *blacklist ip*

For geolocation maxmind offers a downloadable *lite* database: https://www.maxmind.com/en/open-source-data-and-api-for-ip-geolocation

I'd be glad to support b4, but I still don't know the best way to do that. I see others have made custom repos, but that would mean duplicating code....

Kartik seems to have implemented a module param to conditionally show different layout/js/css for BS3 or BS4 http://demos.krajee.com/grid#bs-info

If anyone has proposals I'm open for discussion/merge, unfortunately I don't have time to work on it and the original author either (I suppose)

#437 has been created by @lhfi. I'm ok in merging but I'm wondering how will it work for versions. Can composer handle i.e. 1.5.0 for bs3 and 1.5.0-bs4?

```php [['id_user_dr', 'username', 'email', 'password_hash', 'auth_key', 'updated_at', 'created_at', 'empresas','id_user_dr'],, 'required'], ``` there's a double comma before `'required'`, I don't think that will do anything useful