| Commit message (Expand) | Author | Age | Files | Lines |
* | Disable existing offenses for the CodeReuse cops | Yorick Peterse | 2018-09-11 | 1 | -0/+2 |
* | Enable more frozen string in app/models/**/*.rb | gfyoung | 2018-08-07 | 2 | -0/+4 |
* | Resolve "Rename the `Master` role to `Maintainer`" Backend | Mark Chao | 2018-07-11 | 1 | -3/+3 |
* | Ensure member notifications are sent after the member actual creation/update ... | Rémy Coutable | 2018-04-26 | 2 | -6/+6 |
* | Don't delete todos or unassign issues and MRs when a user leaves a projectunassign-when-leaving | Douwe Maan | 2018-03-07 | 1 | -6/+0 |
* | a membership with no user is always notifiable | http://jneen.net/ | 2017-08-11 | 2 | -4/+4 |
* | add Member#notifiable?(type, opts) | http://jneen.net/ | 2017-08-11 | 2 | -0/+8 |
* | Allow group reporters to manage group labels33154-permissions-for-project-labels-and-group-labels | Sean McGivern | 2017-06-05 | 2 | -8/+0 |
* | Refactor add_users method for project and groupdz-cleanup-add-users | Dmitriy Zaporozhets | 2017-04-21 | 2 | -14/+2 |
* | Support 2FA requirement per-group | Markus Koller | 2017-04-06 | 1 | -0/+5 |
* | Enable Rails/Validation | Douwe Maan | 2017-02-23 | 2 | -2/+2 |
* | Enable Style/MutableConstant | Douwe Maan | 2017-02-23 | 2 | -2/+2 |
* | Remove redundant class_name and foreign_key overrides | David Wagner | 2016-10-24 | 2 | -2/+2 |
* | Differentiate the expire from leave event | Callum Dryden | 2016-10-20 | 1 | -1/+5 |
* | Allow Member.add_user to handle access requesters | Rémy Coutable | 2016-09-28 | 2 | -29/+31 |
* | Merge branch 'master' into expiration-date-on-memberships | Sean McGivern | 2016-08-18 | 1 | -3/+4 |
|\ |
|
| * | New AccessRequests API endpoints for Group & Project | Rémy Coutable | 2016-08-10 | 1 | -0/+1 |
| * | Fix Rename `add_users_into_project` and `projects_ids` | Herminio Torres | 2016-08-04 | 1 | -3/+3 |
* | | Replace optional parameters with keyword arguments. | Adam Niedzielski | 2016-08-02 | 1 | -2/+8 |
* | | WIP | Adam Niedzielski | 2016-08-01 | 1 | -2/+2 |
|/ |
|
* | Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-lines | Grzegorz Bizon | 2016-07-01 | 1 | -1/+0 |
* | New Members::DestroyService | Rémy Coutable | 2016-06-18 | 2 | -24/+0 |
* | UI and copywriting improvements13948-access-request-to-projects-and-groups | Rémy Coutable | 2016-06-14 | 2 | -4/+9 |
* | Add request access for groups | Rémy Coutable | 2016-06-14 | 2 | -22/+23 |
* | Initial implementation of user access request to projects | David Alexander | 2016-06-14 | 1 | -0/+18 |
* | Add changelog and code refactor | Long Nguyen | 2016-05-30 | 1 | -1/+5 |
* | Fix Member spec | Long Nguyen | 2016-05-22 | 1 | -1/+1 |
* | Fix broken specs | Long Nguyen | 2016-05-21 | 1 | -2/+1 |
* | Remove todos when destroy project member and specs | Long Nguyen | 2016-05-21 | 1 | -1/+3 |
* | Remove the annotate gem and delete old annotations | Jeroen van Baarsen | 2016-05-09 | 2 | -38/+0 |
* | Annotate the models | Zeger-Jan van de Weg | 2016-05-06 | 2 | -8/+8 |
* | Small refactoring and cleanup of notification logic | Dmitriy Zaporozhets | 2016-03-30 | 2 | -2/+0 |
* | Use consistent markup and styling for highlighting across blobs, diffs, blame... | Douwe Maan | 2016-01-21 | 1 | -3/+3 |
* | Re-annotate models | Stan Hu | 2015-05-03 | 2 | -2/+10 |
* | Follow newline guidelines. | Douwe Maan | 2015-04-14 | 1 | -0/+1 |
* | Remove duplication between Group and ProjectMember. | Douwe Maan | 2015-04-14 | 1 | -17/+2 |
* | Let invites be declined. | Douwe Maan | 2015-04-14 | 2 | -0/+12 |
* | Let members be invited from Add members pane. | Douwe Maan | 2015-04-14 | 1 | -3/+19 |
* | Add emails around invitation. | Douwe Maan | 2015-04-14 | 2 | -0/+24 |
* | Add invite logic to Member. | Douwe Maan | 2015-04-14 | 2 | -36/+20 |
* | Track who created a group or project member. | Douwe Maan | 2015-04-14 | 1 | -1/+2 |
* | Use `project_member` instead of `team_member`. | Douwe Maan | 2015-03-15 | 1 | -2/+2 |
* | Add "User created project Namespace / Project" event | Douwe Maan | 2015-02-13 | 1 | -3/+5 |
* | Move all event creation to EventCreateService. | Douwe Maan | 2015-02-13 | 1 | -11/+6 |
* | Added support for firing system hooks on group create/destroy and adding/remo... | Boyan Tabakov | 2015-01-27 | 1 | -2/+12 |
* | annotate | Valery Sizov | 2014-10-09 | 2 | -0/+30 |
* | Add parenthesis to function def with arguments. | Ciro Santilli | 2014-10-03 | 1 | -1/+1 |
* | Fix STI+polymorphic for Group <-> GroupMember | Dmitriy Zaporozhets | 2014-09-14 | 2 | -2/+5 |
* | Fix migration and association for new members table | Dmitriy Zaporozhets | 2014-09-14 | 2 | -0/+4 |
* | Huge replace of old users_project and users_group references | Dmitriy Zaporozhets | 2014-09-14 | 2 | -0/+173 |