Jump to content

ptprog

Members
  • Posts

    537
  • Joined

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by ptprog

  1. Aren't admins supposed to receive notifications when there is an account deletion request?
  2. Can you provide a source? (I'm trying to understand to what extent that position applies. It makes sense for the post metadata, but not for contents written by others. We could say that quotes are metadata too. When we are talking about content directly written by other users, we would be constraining the freedom of expression of such users, though.)
  3. That would mean you could forbid others from mentioning your name. I don't think that GDPR requires that level of anonymization.
  4. Does this means that we can choose between keeping the username or anonymizing member's content, as when we delete a member from AdminCP?
  5. This plugin seems to be adding some additional tag&prefix settings for blogs, which I'm trying to use. I want to override the "Minimum Tags Allowed" of a group blog in its "Blog Settings" (AdminCP). I removed the check from the "Default" option, and put the value "1", for example, in the input field. However, after saving and going again to the settings page, the value I set disappeared, and the "Default" option is checked again. So, it seems there is a bug preventing the changes made from being persisted.
  6. As I mentioned previously, there seems to be a CSRF token in the login form. This would also need to be sent as login parameter, but this kind of tokens have a variable value. So, this is likely to make automated login impossible (but it would be nice if somebody from IPS could clarify this).
  7. Try rebuilding the cache again. I think this solved the issue for me.
  8. I think I found the cause of the first two issues: some special characters are being encoded twice. For example, the tag @media has a delete URL containing the parameter "tag=%2540media", which won't work, but if change it to "tag=%40media" it already works.
  9. I just installed this application and I'm trying to clean up the tags using the Manage Tags page. I'm experiencing several issues, however: Most of the tags I try to delete are not deleted. Most of the tags I try to edit name are not edited. I have 1441 pages of tags, but only 207 have tags (the remaining are empty, and every time I run the Advanced Tool to add tags to topics, the number of empty pages increases). Are there any logs where I can check for errors?
  10. I don't know if there are still CDNs that are origin push only, but those would no be supported by IPS. In this particular case, the Google Cloud CDN imposes restrictions on the origin. Not sure whether Google Cloud Storage is among the acceptable origins, though.
  11. The login page is now using a CSRF key, so I guess this will make it impossible to automate the login.
×
×
  • Create New...