Thorsten Claus
Thorsten Claus
I just pulled this PR and it works. You should have mention, that the default update rate is set to 5min, which is great. So - it just works for...
Gem deps are merged usually later and then in batches, so don't hold your breath.
An additional idea came up to also count the Reporters: https://discourse.diasporafoundation.org/t/better-abilities-for-podmins-for-spam-analytics-and-controls/3896/6?u=tclaus The Reports table has nearly everything what is needed, just sum up the reports. A Podmin should avoid deleting...
Postgres (or MySQLs) fulltextsearch might be a step towards lexical search. https://www.postgresql.org/docs/13/textsearch.html Hint: to search for variants (C#, CS or André, Andre or o'tole) no extra column is needed. The...
Not exactly. Spam I only one aspect of "unwanted" posts, its a subset of posts I don't want to see. So a voll solution might (will?) use some vectors to...
If a post exist with a short /posts/.. link the attached PR can enhance this to full pod host uri. Personally I never used the diaspora:// link. Users still have...
Found this API issues. rspec ./spec/integration/api/likes_controller_spec.rb:126 # Api::V1::LikesController#create with right post id fails in liking already liked post rspec ./spec/integration/api/likes_controller_spec.rb:115 # Api::V1::LikesController#create with right post id succeeds in liking post...
Rspec only gives me the API errors, cucumber works locally on my machine. So I am on a point where I appreciate some help. Felling so close to a new...
Thanks @Flaburgan - I am still on it, and I fixed some rspec errors locally, but there is still a schema issue left over. The JS error won't occur If...
All checks have passed ❤️