summaryrefslogtreecommitdiff
path: root/app/models/member.rb
Commit message (Collapse)AuthorAgeFilesLines
* Creator should be added as a master of the project on creationfix-project-creationDouglas Barbosa Alexandre2016-01-201-1/+8
| | | | | This also enable a project creator to add themselves as a master of the project.
* Refactor ability changesDouwe Maan2015-11-171-11/+15
|
* fixing rubocop - random code not related to the changesJames Lopez2015-11-121-5/+9
|
* fixing rubocop indentsJames Lopez2015-11-121-1/+2
|
* fixing rubocop indentsJames Lopez2015-11-121-1/+3
|
* refactored code as projects only have one owner. Kept some refactoring in ↵James Lopez2015-11-111-7/+6
| | | | place (has_owners concern)
* refactored permissions and added update_project_member ability logic. Also ↵James Lopez2015-11-031-4/+4
| | | | refactored owner methods to a concern.
* fix issue with adding members to project (spotted by test)James Lopez2015-10-301-2/+11
|
* fixed last group owner issue and added testJames Lopez2015-10-291-4/+5
|
* Re-annotate modelsStan Hu2015-05-031-3/+3
|
* Add spinach tests around accepting and declining invitations.Douwe Maan2015-04-141-0/+2
|
* Remove duplication between Group and ProjectMember.Douwe Maan2015-04-141-3/+33
|
* Let invites be declined.Douwe Maan2015-04-141-0/+14
|
* Add invites controller.Douwe Maan2015-04-141-0/+7
|
* Add invite logic to Member.Douwe Maan2015-04-141-2/+80
|
* Track who created a group or project member.Douwe Maan2015-04-141-0/+5
|
* Explicitly define ordering in models using default_scopeDmitriy Zaporozhets2015-02-051-0/+1
|
* annotateValery Sizov2014-10-091-0/+15
|
* Huge replace of old users_project and users_group referencesDmitriy Zaporozhets2014-09-141-6/+8
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add Member AR modelDmitriy Zaporozhets2014-09-141-0/+18
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>