That’s just how they work. They terminate SSL, and then connect to your source server as a client, this gives them access to read anything submitted to your or any other sites they manage in the clear.
That’s just how they work. They terminate SSL, and then connect to your source server as a client, this gives them access to read anything submitted to your or any other sites they manage in the clear.
They dropped it because people assumed it was secure just because they used signal, and is never secure and you can assume pretty much anyone could be reading your texts wanyway.
Sync is the best client currently IMHO.
Yep, Immich is tha bomb! Able to completely clear out google photos!
The code specifically looked for “Firefox” in your UA and started a 5 second wait timer. There’s no way it was a bug, you don’t just add idle waits into your website.
I keep some on lemmyverse. Check menu -> network stats I should add some more…
i was wrong - i should be able to do this actually 😅… the API seems to provide community and user id filters! I’ve made a backlog item https://github.com/tgxn/lemmy-modder/issues/75
not yet, but improved sorting is on the cards.
the main issue is the lemmy api’s don’t support most of this, so it’ll have to be implemented locally.
for example, ListPostReports only allows: community_id
, limit
, page
, and unresolved_only
as parameters:
https://join-lemmy.org/api/interfaces/ListPostReports.html
PR’s need to be submitted to Lemmy core to add this functionality, so for now I do a infinite load as you scroll.
I’d love to be able to have a modlog containing all the entries for a particular user, but the Lemmy API doesn’t currently support getting filtered results per user. 😔 I’ll have to make an issue for it and maybe an upstream one to add this to Lemmy…
Good point, I’ll do that soon. https://github.com/tgxn/lemmy-modder/issues/68
In what language is it written?
JS wtih React and MUI Joy
You could try something like this:
http {
upstream modder {
server lemmy-modder:80;
}
server {
listen 81;
location ~ /myapp {
proxy_pass http://modder;
}
}
}
let me know how you go.
Currently, it’s only storing your Lemmy JWT token (if you chose to save it) and your site/user data.
There’s not really much value in saving these since there’s no user configuration stuff yet, providing more of a risk if these tokens were leaked (potentially for global admins)
I was thinking of implementing a way to share data outside of Lemmy (for mod notes, ignored reports, user “Strikes”, and potentially user config). If this was not purely a frontend (and I had some kind of DB backend) then this would be less of a concern.
I didn’t really want to run a backend, since it would involve me storing data on users of the tool - But this would be an option for people that set this up in their local Docker.
The hosted version is using GitHub pages. I use Traefik for my version so don’t have nginx config. I can make task to have a look at this and create an example config, but no promises on when I can do that.
Yeah, I’ve experienced this. It’d be pretty easy to add a report-contains-word based filter for the images, but if content doesn’t match this then it’d still be an issue.
or make it a textbox where mods can enter words themselves I quite like this approach, maybe:
I’ve created a bug for myself, https://github.com/tgxn/lemmy-modder/issues/63 If you wanted to add any additional information or track my progress. :D
I also want to add an in-app popup (with the image/website) when you click the content directly instead of navigating to the actual content in a new tab, so this could get combined to only show content on click (as a configuration, defaulted to only show on “expand”).
No worries, I responded above that most of my testing has been done as a global admin, I need to do further testing to make sure everything is working for community-only mods. Happy for you to create a bug on the GitHub with information on what you’re seeing as a community-only mod :D
Edit: I’ve made a bug for myself to look at for validating everything still works as a community mod https://github.com/tgxn/lemmy-modder/issues/62 😁
Hehe, yeah I have done minimal testing as a community-moderator, I will focus some more time to make sure this also works as expected. As a community-only-moderator, you should still be able to call the APIs that return content reports, limited to your communities.
Edit: I’ve made a bug for myself to look at for validating everything still works as a community mod https://github.com/tgxn/lemmy-modder/issues/62
This tool lets you login as any account, and given the moderation APIs return content, then you’ll be able to see it in the UI. (so normal users would likely only be able to see the moderation log)
At the moment, there’s not really much benefit in running it locally, unless you want to be sure that your moderators are using an “approved version” or if (soon) I have to release a separate package for Lemmy 0.19. In future, I expect to be able to link into the Lemmy/Pictrs databases to get additional metrics/content that’s not available on the Lemmy API, but that’s a future problem :D
Very true, though as a moderator, I expect you’d need to validate the report is not reporting something that’s totally fine.
I’m not sure how to deal with this, perhaps I could read your user settings for blur_nsfw and apply that as the default? Or, perhaps a toggle setting that just turns media embeds on/off completely that defaults based on the same user-setting?
Dave’s a beast!!
You can filter out instances behind CloudFlare on my internet web site, https://lemmyverse.net 😁 Choose the tags filter, and remove CloudFlare!