Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-24 | Invites: Add '1 week' as expire option (#6872) | Jeroen | |
* Invites: Add '1 week' as expire option IMO a max. of 1 day is too short. Not everyone has the time and motivation to use an invite in a 24 hour period. 1 week as a max. is I think a good compromise between convenience and security. * Invites: Add '1 week' as expire option IMO a max. of 1 day is too short. Not everyone has the time and motivation to use an invite in a 24 hour period. 1 week as a max. is I think a good compromise between convenience and security. * Update en.yml | |||
2017-12-01 | Fix invites form path (#5861) | Yamagishi Kazutoshi | |
2017-12-01 | Allow admin to deactivate invite created by users (#5860) | Yamagishi Kazutoshi | |
2017-11-28 | Show "expired" in invite index (#5838) | Yamagishi Kazutoshi | |
* Show "expired" in invite index * "Force expire" -> "Deactivate" | |||
2017-11-27 | Add consumable invites (#5814) | Eugen Rochko | |
* Add consumable invites * Add UI for generating invite codes * Add tests * Display max uses and expiration in invites table, delete invite * Remove unused column and redundant validator - Default follows not used, probably bad idea - InviteCodeValidator is redundant because RegistrationsController checks invite code validity * Add admin setting to disable invites * Add admin UI for invites, configurable role for invite creation - Admin UI that lists everyone's invites, always available - Admin setting min_invite_role to control who can invite people - Non-admin invite UI only visible if users are allowed to * Do not remove invites from database, expire them instantly |