Code Monkey home page Code Monkey logo

mybb-amnesia's People

Contributors

chack1172 avatar dvz avatar kawaii avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mybb-amnesia's Issues

Issue when doing data export

Tried testing the data export function and got the following issue with one of the custom profile fields on export. Running MYBB 1.8.15 and PHP 7.1.9

Fatal error: Uncaught DOMException: Invalid Character Error in D:\non_game_servers\wamp\www\devildogs\inc\plugins\amnesia\core_portability.php:300 Stack trace: #0 D:\non_game_servers\wamp\www\devildogs\inc\plugins\amnesia\core_portability.php(300): DOMDocument->createElement('Main Callsign') #1 D:\non_game_servers\wamp\www\devildogs\inc\plugins\amnesia\core_portability.php(305): amnesia\appendArrayToXmlElement(Array, Object(DOMDocument), Object(DOMElement)) #2 D:\non_game_servers\wamp\www\devildogs\inc\plugins\amnesia\core_portability.php(194): amnesia\appendArrayToXmlElement(Array, Object(DOMDocument), Object(DOMElement)) #3 D:\non_game_servers\wamp\www\devildogs\inc\plugins\amnesia\hooks_frontend.php(239): amnesia\outputUserPersonalDataXml(1, true) #4 D:\non_game_servers\wamp\www\devildogs\inc\class_plugins.php(142): amnesia\Hooks\usercp_start('') #5 D:\non_game_servers\wamp\www\devildogs\usercp.php(57): pluginSystem->run_hooks(Array) #6 {main} thrown in D:\non_game_servers\wamp\www\devildogs\inc\plugins\amnesia\core_portability.php on line 300

Not sure why it is complaining about invalid character. This is a plain text profile field.

[question] internationalisation

Hello!
A german Forum I am responsible for will use this plugin and I wanted to ask if there are plans to add translation. I would be glad to provide the informal german translation (deutsch_du). (In fact, I am already working on it because I need it for my forum)

Best Regards!
Thomas

Users cannot logout after submitting a erasure request.

Created a test user and made some posts to test erasing a user. I asked to have the account erased and I then could not log out of the forums, as every time I hit logout, the plugin redirected me to the page saying my erasure is pending acceptance by an admin. To log out, I had to clear my data in firefox for the past hour. Not sure if you want to fix it, but I am reporting it.

Consent done must be registered including date and time

For GDPR requirements it isn't enough that an user click accept on registration but the consent must be registered somewhere (eg. in the database) including date and time.
Users should also be able to revoke consent at any time.

I have added a custom field with a checkbox checked to show in the registration form.

Data export should include all posts

This is a great concept for a plugin, but it never includes any of the posts when performing a data export, which is arguably what a user would care about most if they were about to leave a site.

Is there any possibility of enhancing the plugin to include all the posts in an export?

Can not use menu "options"

Hi, I have the latest version of the plugin and the options menu does not work, if I click nothing happens.

screen

Tested with Firefox 63.0.1 and Chrome 70.0.3538.77
MyBB 1.8.19 default theme, PHP Version 7.1.23, PluginLibrary v. 13

Many thanks

Show popup when visiting site for first time

The main implementation missing seems to be a popup which displays cookie policy and privacy policy along with an understood button before people actually use the site. This seems to be mainly implements by a floating popup at the bottom of the page. Think this would be a useful addition, as the data acceptance is also important for non-registered members but the current implementation currently only has it for registered members.

Main importance here is for acceptance of cookies.

Include an option to anonymize post quotes aswell.

It would be nice if there is an automatic function to anonymize quotes in posts of deleted users.
I'm currently doing this via a db query, like:

UPDATE mybb_posts SET `message` = REPLACE(`message`, "quote='oldusername'", "quote='newusername'") WHERE `message` LIKE "%quote='oldusername'%";

Issue with empty password field

Today i was testing this plugin and I found that if you leave the password field empty nothing happen and no error is shown.

Add cookie policy

Would be nice to have all-in-one solution which covers all the policies... maybe in future version this would be really nice

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.