Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-19 | Add invite comments (#10465) | ThibG | |
2019-07-26 | Fix invites not being disabled upon account suspension (#11412) | ThibG | |
* Disable invite links from disabled/suspended users * Add has_many invites relationship to users * Destroy unused invites when suspending an account | |||
2018-10-25 | Set @body_classes to admin layout (#9081) | Yamagishi Kazutoshi | |
2018-07-28 | Order invites by recent first (#8091) | Eugen Rochko | |
Fix #8085 | |||
2018-06-15 | Add autofollow option to invites (#7805) | Eugen Rochko | |
* Add autofollow option to invites * Trigger CodeClimate rebuild | |||
2018-05-22 | Yeah, it was supposed to be #create? | Eugen Rochko | |
2018-05-11 | Add tests for invites controller (#7441) | Shuhei Kitagawa | |
* Add tests for invites controller * Small refactoring and fix for invites controller | |||
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 |