david / django-invitation

Built on top of django-registration, it restricts registration to a given number of invited person per active user (strategy introduced by GMail to involve 2.0 users).

Clone this repository (size: 60.7 KB): HTTPS / SSH
$ hg clone http://code.welldev.org/django-invitation

Shortlog (showing r41:127ac49785f6 (tip) → r17:40881e327fe8)

Age Author Message A M D «
5 months david david Add Brent to authors, he deserves it. 1
5 months david david Made a couple of changes to be backend compatible (works with registration's… 1 3
5 months "Bre...@gmail.com Removed a comment 1
5 months "Bre...@gmail.com Made it so it now marks invites as being used when working with the master 1
5 months "Bre...@gmail.com Added a message for users with no invites to the sample invitation_form.html… 1
5 months Bren...@gmail.com Added the backend kwarg so that django-invitation works with django-registration 2
7 months floledermann floledermann adding .mo file (compiled i18n messages) 1 2
7 months floledermann floledermann more translation 1
7 months floledermann floledermann improved templates and documentation 1 5
7 months floledermann floledermann added german translation for templates 1 1
7 months floledermann floledermann added translateable default templates 6 1
8 months davidlmontgomery davidlmontgomery Using dir(settings) rather than settings.get_all_members(). Needed for Django… 1
15 months davidlmontgomery davidlmontgomery Better assertRedirect. 1
15 months davidlmontgomery davidlmontgomery Added InviteModeOffTests -- tests for INVITE_MODE = False 1
15 months davidlmontgomery davidlmontgomery Created utility test method assertRedirect. 1
15 months davidlmontgomery davidlmontgomery remaining_invitations_for_user creates InvitationUser if it does not exist. 2
15 months davidlmontgomery davidlmontgomery Cleaned up some test code docstrings and method names. 1
15 months davidlmontgomery davidlmontgomery Documentation tweaks. 1
15 months davidlmontgomery davidlmontgomery Including invitation_key in extra_context even when key is invalid. 1
15 months davidlmontgomery davidlmontgomery Added InvitationUser model to support explicit per-user invitations_remaining. 3
15 months davidlmontgomery davidlmontgomery Stores registrant with InvitationKey, and uses it to prevent key reuse. 3
15 months davidlmontgomery davidlmontgomery added failing test for ticket 3: reusing invitation key 1
15 months david david Backward incompatible change: now the 'invitation_key' var passed to… 1
15 months david david Yet another bug spoted by Zebuline, thanks 1
15 months david david Typo in documentation, thanks Zebuline 1