Sam
|
34d1668f9f
|
FEATURE: backend for inviting a user to a group
|
2014-05-09 18:22:35 +10:00 |
Louis Rose
|
1574485443
|
Perform the where(...).first to find_by(...) refactoring.
This refactoring was automated using the command: bundle exec "ruby refactorings/where_dot_first_to_find_by/app.rb"
|
2014-05-06 14:41:59 +01:00 |
Neil Lalonde
|
890e53cd6e
|
Remove the default_invitee_trust_level+1 privilege from trust level 3.
|
2014-04-17 15:05:15 -04:00 |
Neil Lalonde
|
9ca516e58d
|
Rename nickname to username in the code. Use new hub routes. (Old routes still exist as aliases for old Discourse instances.)
|
2014-03-12 12:39:36 -04:00 |
Neil Lalonde
|
1806a7d4b3
|
Trust Level 3: invited users start at default_invitee_trust_level + 1, unless default_invitee_trust_level is 2 or higher
|
2014-01-17 11:12:00 -05:00 |
Sam
|
61281a3c81
|
invite only forums had very wonky logic, invited users were not being activated, invite_only forums were still registering users
|
2013-08-28 17:18:31 +10:00 |
Sam
|
1aef6de4b0
|
automatically approve invited users on forum where moderators must approve (keep in mind only moderators can invite)
speed up specs a touch
allow invite controller to accept an email in absence of user (cleans up API)
|
2013-07-11 11:22:00 +10:00 |
Stephan Kaag
|
89b621d31a
|
Refactor update_all statements in order to prevent deprecation warnings in Rails 4
|
2013-07-02 18:36:47 +02:00 |
Brian Plexico
|
0591d5be11
|
Extract InviteRedeemer from Invite
|
2013-05-30 11:49:11 -04:00 |