Cor Bosman

Results 10 issues of Cor Bosman

When I use database as a cache driver and turn on fw-block-attacks middleware I see broken cache entries appear in the database resulting in exceptions. The cache entries appear truncated...

I added a basepath to the config file. This seems to work somewhat, but i still end up with files in ~/.gemstash. I see a gemstash.db in both ~/.gemstash and...

bug

I cant seem to be able to override the default graph_columns in a graph-specific dash.yaml. No matter what I do, the central gdash.yaml setting is used.

I think the isk daemon is no longer being checked on upload. I do see every post being inserted, but ive asked people that have uploaded duplicates that they never...

The maxxer locations in the sanitised dump have faulty lat/lon values. This would fix it if you want to fix it: mysql> update maxxer_locations set x = ((RAND() \* (70...

Hey all, I think the minified assets should be removed from github. That way developers dont see minified assets. Anyone wanting to run tmbo code in production could run the...

TMBO code should be ipv6 compatible. Currently it doesnt work with IPv6. One issue I found while taking a quick look is that the last ip column in users table...

Heya, as the first line in your controller you do: ` $this->resourceServer->validateAuthenticatedRequest($request); ` This checks if there is a bearer token with a valid access token in the Authorization header....

Hey, ive been looking at your package and I think you should consider changing the code to allow any kind of UserProvider. Right now you are newing up a model...

### Prerequisites * [ ] Put an X between the brackets on this line if you have done all of the following: * Read about bug reporting in general: https://rspamd.com/doc/faq.html#how-to-report-bugs-found-in-rspamd...

bug