ArchBlood

Results 305 comments of ArchBlood

> > Did you make sure that there was a `silentContentCreation` property in those models? > > Yes because these classes extends the `ContentActiveRecord` one. This just means that neither...

@luke- maybe something like the following could be created? ### Example ```php

> @ArchBlood Rather not, we need an approach to be able to perform the sorting at database level. Then how about something like the following, afterwards a migration could be...

> Sorting must always be done on the database side. A “usort” on PHP side, for example, does not scale. Good point, it's not my favorite option as I hate...

My only issue with such a thing is that with how development goes there's always ways around such uses, currently I've seen a number of issues where reCAPTCHA have been...

> can i just throw out ideas here randomly for this whole bot registering scenario....(feel free to laugh at my lack of programming knowledge too!) anyway....bots are programmed to search...

> I've taken a look at [Laravel integration of Altcha](https://github.com/grantholle/laravel-altcha), and it's a good example to create a Yii/HumHub widget. > > So I don't see any difficulties to create...

> It's good to note that support for versions below API 26 (Android 8.0) is becoming rare. Developers might still accommodate older versions if there's a substantial user base on...

> @luke- @PrimozRatej Why not displaying this warning to logged admins only? I think the most important is to inform them their HumHub instance is not well configured for the...

@luke- I've tested the text editor module using v1.17.x and seeing no issues, maybe lack of permission controls is all that is missing, as currently anyone can create, view and...