Alex Bogdanovski

Results 37 comments of Alex Bogdanovski

I just pushed a few minor changes to the code, including updated dependencies - Lucene and AWS SDK. I noticed that your modification (that `if (length > 0)` check) breaks...

Please note that all tests are executed against the actual S3 service, rather than a local S3 emulation environment.

Unfortunately this project is broken and I don't have the capacity to fix it. If you can debug - PRs are welcome.

Looks like a flaky test to me. Try building it with `-DskipTests=true`. Any success with the updated version?

That's a sensible feature and I support it. Initially, it was requested 3 years ago, but I closed the issue (#108) due to a lack of interest. I will see...

Sounds good. The easiest of way to do this is to load `HealthCheckerAddon` implementations through `ServiceLoader` and execute them one by one after the standard checks in `HealthUtils`. The interface...

I agree with @bradennapier - this is confusing at times. Another thing to note is that MFA SMS messaging is only supported by a few regions [listed here](http://docs.aws.amazon.com/sns/latest/dg/sms_supported-countries.html). This, however,...

This is strange behavior and I can't actually reproduce it. The thing is that form data is not sent to http://xxx/ldap_auth at all - it is sent to http://xxx/signin Can...

I see the problem - `scoold.security.ldap.is_local = true` this should be `false` if you are hosting both Para and Scoold. The idea behind that property is to make Scoold authenticate...