[Mahara-contributors] [Bug 1252101] Re: Wishlist: Prevent new users from taking spammy actions

2014-04-22 Thread Robert Lyon
** Changed in: mahara
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1252101

Title:
  Wishlist: Prevent new users from taking spammy actions

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  As mentioned in https://bugs.launchpad.net/mahara/+bug/1250641 , to
  combat spam on mahara.org, this is a feature request to add a new user
  probationary period, during which the user can't take actions that are
  potentially spammy.

  In the prototype implementation it's limited to the forums:

  1. New (self-registered) users start with a number of probationary points.
  2. When they take actions other non-probationary users approve of, their 
probationary points are reduced. When they hit 0, the user is no longer 
probationary.
  3. A probationary user can't post links or images in forum posts
  4. If a non-probationary user posts a direct reply to one of their forum 
posts or topics, their probationary points are reduced by 1.
  5. The number of probation points they start with is configured in config.php

  Additional features it would be good to add:

  1. Make the probation points configurable via the admin UI
  2. Make the actions that are prohibited, configurable via the admin UI?
  3. Additional actions to prevent -- links in direct messages  feedback, 
creation of public-accessible pages
  4. Admins can clear (or increase) a user's probation points via the account 
settings
  5. Report page to show probationary users.
  6. Notifications to admins when a probationary user attempts a forbidden 
action, with quick-link to suspend the user
  7. Report page to show which non-probationary users approved of the 
probationary user (so you can check for spammer-approvers)
  8. Report objectionably content link for forum posts
  9. Display of user's overall post count on forum posts
  10. Potentially some way of limiting all this to only certain forums 
(although I can't think of a good conceptual model for that)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1252101/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1252101] Re: Wishlist: Prevent new users from taking spammy actions

2014-03-27 Thread Robert Lyon
** Changed in: mahara
   Status: In Progress = Fix Committed

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1252101

Title:
  Wishlist: Prevent new users from taking spammy actions

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  As mentioned in https://bugs.launchpad.net/mahara/+bug/1250641 , to
  combat spam on mahara.org, this is a feature request to add a new user
  probationary period, during which the user can't take actions that are
  potentially spammy.

  In the prototype implementation it's limited to the forums:

  1. New (self-registered) users start with a number of probationary points.
  2. When they take actions other non-probationary users approve of, their 
probationary points are reduced. When they hit 0, the user is no longer 
probationary.
  3. A probationary user can't post links or images in forum posts
  4. If a non-probationary user posts a direct reply to one of their forum 
posts or topics, their probationary points are reduced by 1.
  5. The number of probation points they start with is configured in config.php

  Additional features it would be good to add:

  1. Make the probation points configurable via the admin UI
  2. Make the actions that are prohibited, configurable via the admin UI?
  3. Additional actions to prevent -- links in direct messages  feedback, 
creation of public-accessible pages
  4. Admins can clear (or increase) a user's probation points via the account 
settings
  5. Report page to show probationary users.
  6. Notifications to admins when a probationary user attempts a forbidden 
action, with quick-link to suspend the user
  7. Report page to show which non-probationary users approved of the 
probationary user (so you can check for spammer-approvers)
  8. Report objectionably content link for forum posts
  9. Display of user's overall post count on forum posts
  10. Potentially some way of limiting all this to only certain forums 
(although I can't think of a good conceptual model for that)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1252101/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1252101] Re: Wishlist: Prevent new users from taking spammy actions

2014-03-04 Thread Aaron Wells
I've pushed a couple of additional patches to let admins see and edit
user probation points, individually or in bulk.

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1252101

Title:
  Wishlist: Prevent new users from taking spammy actions

Status in Mahara ePortfolio:
  In Progress

Bug description:
  As mentioned in https://bugs.launchpad.net/mahara/+bug/1250641 , to
  combat spam on mahara.org, this is a feature request to add a new user
  probationary period, during which the user can't take actions that are
  potentially spammy.

  In the prototype implementation it's limited to the forums:

  1. New (self-registered) users start with a number of probationary points.
  2. When they take actions other non-probationary users approve of, their 
probationary points are reduced. When they hit 0, the user is no longer 
probationary.
  3. A probationary user can't post links or images in forum posts
  4. If a non-probationary user posts a direct reply to one of their forum 
posts or topics, their probationary points are reduced by 1.
  5. The number of probation points they start with is configured in config.php

  Additional features it would be good to add:

  1. Make the probation points configurable via the admin UI
  2. Make the actions that are prohibited, configurable via the admin UI?
  3. Additional actions to prevent -- links in direct messages  feedback, 
creation of public-accessible pages
  4. Admins can clear (or increase) a user's probation points via the account 
settings
  5. Report page to show probationary users.
  6. Notifications to admins when a probationary user attempts a forbidden 
action, with quick-link to suspend the user
  7. Report page to show which non-probationary users approved of the 
probationary user (so you can check for spammer-approvers)
  8. Report objectionably content link for forum posts
  9. Display of user's overall post count on forum posts
  10. Potentially some way of limiting all this to only certain forums 
(although I can't think of a good conceptual model for that)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1252101/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1252101] Re: Wishlist: Prevent new users from taking spammy actions

2014-03-03 Thread Robert Lyon
If you need to remove a user from probation you currently will need to
go and manually update the db, eg:

UPDATE usr SET newuserpoints = 0 WHERE username = 'newly_joined';

It would be a useful feature to have if one could remove probation via the 
admin interface.
- Possibly on the bulk actions page one could have a button 'Remove probation' 
and so could update a bunch of users at once.
- possibly as a select box on the admin user edit page where an admin can 
select probation = 0

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1252101

Title:
  Wishlist: Prevent new users from taking spammy actions

Status in Mahara ePortfolio:
  In Progress

Bug description:
  As mentioned in https://bugs.launchpad.net/mahara/+bug/1250641 , to
  combat spam on mahara.org, this is a feature request to add a new user
  probationary period, during which the user can't take actions that are
  potentially spammy.

  In the prototype implementation it's limited to the forums:

  1. New (self-registered) users start with a number of probationary points.
  2. When they take actions other non-probationary users approve of, their 
probationary points are reduced. When they hit 0, the user is no longer 
probationary.
  3. A probationary user can't post links or images in forum posts
  4. If a non-probationary user posts a direct reply to one of their forum 
posts or topics, their probationary points are reduced by 1.
  5. The number of probation points they start with is configured in config.php

  Additional features it would be good to add:

  1. Make the probation points configurable via the admin UI
  2. Make the actions that are prohibited, configurable via the admin UI?
  3. Additional actions to prevent -- links in direct messages  feedback, 
creation of public-accessible pages
  4. Admins can clear (or increase) a user's probation points via the account 
settings
  5. Report page to show probationary users.
  6. Notifications to admins when a probationary user attempts a forbidden 
action, with quick-link to suspend the user
  7. Report page to show which non-probationary users approved of the 
probationary user (so you can check for spammer-approvers)
  8. Report objectionably content link for forum posts
  9. Display of user's overall post count on forum posts
  10. Potentially some way of limiting all this to only certain forums 
(although I can't think of a good conceptual model for that)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1252101/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1252101] Re: Wishlist: Prevent new users from taking spammy actions

2013-12-10 Thread Aaron Wells
Yes, we should try to upstream this stuff for 1.9. It still needs some
cleanup. For now I've pushed it into the newuserprobation branch in my
gitorious repo: https://gitorious.org/mahara/agwells-
mahara/source/d73b9ccd528739fcf37eebb376e1733cf9efa9f4:

** Changed in: mahara
Milestone: None = 1.9.0

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1252101

Title:
  Wishlist: Prevent new users from taking spammy actions

Status in Mahara ePortfolio:
  In Progress

Bug description:
  As mentioned in https://bugs.launchpad.net/mahara/+bug/1250641 , to
  combat spam on mahara.org, this is a feature request to add a new user
  probationary period, during which the user can't take actions that are
  potentially spammy.

  In the prototype implementation it's limited to the forums:

  1. New (self-registered) users start with a number of probationary points.
  2. When they take actions other non-probationary users approve of, their 
probationary points are reduced. When they hit 0, the user is no longer 
probationary.
  3. A probationary user can't post links or images in forum posts
  4. If a non-probationary user posts a direct reply to one of their forum 
posts or topics, their probationary points are reduced by 1.
  5. The number of probation points they start with is configured in config.php

  Additional features it would be good to add:

  1. Make the probation points configurable via the admin UI
  2. Make the actions that are prohibited, configurable via the admin UI?
  3. Additional actions to prevent -- links in direct messages  feedback, 
creation of public-accessible pages
  4. Admins can clear (or increase) a user's probation points via the account 
settings
  5. Report page to show probationary users.
  6. Notifications to admins when a probationary user attempts a forbidden 
action, with quick-link to suspend the user
  7. Report page to show which non-probationary users approved of the 
probationary user (so you can check for spammer-approvers)
  8. Report objectionably content link for forum posts
  9. Display of user's overall post count on forum posts
  10. Potentially some way of limiting all this to only certain forums 
(although I can't think of a good conceptual model for that)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1252101/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1252101] Re: Wishlist: Prevent new users from taking spammy actions

2013-12-05 Thread Kristina Hoeppner
The new measures you put into place are great, Aaron, and we should put
them into core with a view for the admin to configure the settings.

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1252101

Title:
  Wishlist: Prevent new users from taking spammy actions

Status in Mahara ePortfolio:
  In Progress

Bug description:
  As mentioned in https://bugs.launchpad.net/mahara/+bug/1250641 , to
  combat spam on mahara.org, this is a feature request to add a new user
  probationary period, during which the user can't take actions that are
  potentially spammy.

  In the prototype implementation it's limited to the forums:

  1. New (self-registered) users start with a number of probationary points.
  2. When they take actions other non-probationary users approve of, their 
probationary points are reduced. When they hit 0, the user is no longer 
probationary.
  3. A probationary user can't post links or images in forum posts
  4. If a non-probationary user posts a direct reply to one of their forum 
posts or topics, their probationary points are reduced by 1.
  5. The number of probation points they start with is configured in config.php

  Additional features it would be good to add:

  1. Make the probation points configurable via the admin UI
  2. Make the actions that are prohibited, configurable via the admin UI?
  3. Additional actions to prevent -- links in direct messages  feedback, 
creation of public-accessible pages
  4. Admins can clear (or increase) a user's probation points via the account 
settings
  5. Report page to show probationary users.
  6. Notifications to admins when a probationary user attempts a forbidden 
action, with quick-link to suspend the user
  7. Report page to show which non-probationary users approved of the 
probationary user (so you can check for spammer-approvers)
  8. Report objectionably content link for forum posts
  9. Display of user's overall post count on forum posts
  10. Potentially some way of limiting all this to only certain forums 
(although I can't think of a good conceptual model for that)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1252101/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1252101] Re: Wishlist: Prevent new users from taking spammy actions

2013-11-23 Thread Kristina Hoeppner
Seems like it's working. Haven't seen any spammers over the last few
days (except one who didn't post links). :-)

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1252101

Title:
  Wishlist: Prevent new users from taking spammy actions

Status in Mahara ePortfolio:
  In Progress

Bug description:
  As mentioned in https://bugs.launchpad.net/mahara/+bug/1250641 , to
  combat spam on mahara.org, this is a feature request to add a new user
  probationary period, during which the user can't take actions that are
  potentially spammy.

  In the prototype implementation it's limited to the forums:

  1. New (self-registered) users start with a number of probationary points.
  2. When they take actions other non-probationary users approve of, their 
probationary points are reduced. When they hit 0, the user is no longer 
probationary.
  3. A probationary user can't post links or images in forum posts
  4. If a non-probationary user posts a direct reply to one of their forum 
posts or topics, their probationary points are reduced by 1.
  5. The number of probation points they start with is configured in config.php

  Additional features it would be good to add:

  1. Make the probation points configurable via the admin UI
  2. Make the actions that are prohibited, configurable via the admin UI?
  3. Additional actions to prevent -- links in direct messages  feedback, 
creation of public-accessible pages
  4. Admins can clear (or increase) a user's probation points via the account 
settings
  5. Report page to show probationary users.
  6. Notifications to admins when a probationary user attempts a forbidden 
action, with quick-link to suspend the user
  7. Report page to show which non-probationary users approved of the 
probationary user (so you can check for spammer-approvers)
  8. Report objectionably content link for forum posts
  9. Display of user's overall post count on forum posts
  10. Potentially some way of limiting all this to only certain forums 
(although I can't think of a good conceptual model for that)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1252101/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1252101] Re: Wishlist: Prevent new users from taking spammy actions

2013-11-20 Thread Aaron Wells
I implemented the following additional features:

1. Probationary users can't create public pages or public profiles.
2. Probationary users can't post links in wall posts, feedback, or private 
messages.

Some of the existing spam pages and wall posts are just messages with
obfuscated links, or an email address or domain name, and the only way
to catch those is with a Bayesian filter. However, I'm hoping that by
restricting the ability to create public-facing spam content with direct
links in it, it will lower the site's value enough to prevent them from
spamming it. This was only deployed a couple of days ago, and our spam
tends to come and go in waves, so we'll have to wait and see whether it
works.

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1252101

Title:
  Wishlist: Prevent new users from taking spammy actions

Status in Mahara ePortfolio:
  In Progress

Bug description:
  As mentioned in https://bugs.launchpad.net/mahara/+bug/1250641 , to
  combat spam on mahara.org, this is a feature request to add a new user
  probationary period, during which the user can't take actions that are
  potentially spammy.

  In the prototype implementation it's limited to the forums:

  1. New (self-registered) users start with a number of probationary points.
  2. When they take actions other non-probationary users approve of, their 
probationary points are reduced. When they hit 0, the user is no longer 
probationary.
  3. A probationary user can't post links or images in forum posts
  4. If a non-probationary user posts a direct reply to one of their forum 
posts or topics, their probationary points are reduced by 1.
  5. The number of probation points they start with is configured in config.php

  Additional features it would be good to add:

  1. Make the probation points configurable via the admin UI
  2. Make the actions that are prohibited, configurable via the admin UI?
  3. Additional actions to prevent -- links in direct messages  feedback, 
creation of public-accessible pages
  4. Admins can clear (or increase) a user's probation points via the account 
settings
  5. Report page to show probationary users.
  6. Notifications to admins when a probationary user attempts a forbidden 
action, with quick-link to suspend the user
  7. Report page to show which non-probationary users approved of the 
probationary user (so you can check for spammer-approvers)
  8. Report objectionably content link for forum posts
  9. Display of user's overall post count on forum posts
  10. Potentially some way of limiting all this to only certain forums 
(although I can't think of a good conceptual model for that)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1252101/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp