Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-23Make sorting preference reusable for all projects.Rubén Dávila
2016-01-21Remember last sort option used.Rubén Dávila
2016-01-06Annotate modelsStan Hu
2016-01-04remove public field from namespace and refactoringValery Sizov
2015-11-18Group methods for filtering public/visible groupsYorick Peterse
2015-11-17Refactor ability changesDouwe Maan
2015-11-17Merge branch 'master' into james11/gitlab-ce-removable-group-ownerDouwe Maan
2015-11-13Annotate modelsDmitriy Zaporozhets
2015-11-11refactored code as projects only have one owner. Kept some refactoring in pla...James Lopez
2015-11-05 Allow groups to appear in the search results if the group owner allows itValery Sizov
2015-11-03refactored permissions and added update_project_member ability logic. Also re...James Lopez
2015-10-15Eager load various issue/note associationsYorick Peterse
2015-08-24Fix Error 500 in API when accessing a group that has an avatarStan Hu
2015-08-07Add `Group#add_*` convenience methodsRobert Speicher
2015-07-30No more web urlDouwe Maan
2015-07-29Use URL helpersDouwe Maan
2015-07-28Add project star and fork count, group avatar URL and user/group web URL attr...Douwe Maan
2015-06-03Log group creation and removalDmitriy Zaporozhets
2015-05-26Add `reference_pattern` to Referable modelsRobert Speicher
2015-05-26Add `to_reference` for models that support referencesRobert Speicher
2015-05-07Fix bug where avatar filenames were not actually deleted from the database du...Stan Hu
2015-04-14Remove duplication between Group and ProjectMember.Douwe Maan
2015-04-14Let members be invited from Add members pane.Douwe Maan
2015-04-14Track who created a group or project member.Douwe Maan
2015-02-20Split up AttachmentUploader.Douwe Maan
2015-02-19Revert "Fix broken access control and refactor avatar upload"Dmitriy Zaporozhets
2015-02-16Fix broken access control and refactor avatar uploadHannes Rosenögger
2015-02-06Refactor sorting in projectDmitriy Zaporozhets
2015-01-31Fix group search to check path as well as name.Tim Bishop
2015-01-27Added support for firing system hooks on group create/destroy and adding/remo...Boyan Tabakov
2015-01-02Raise group avatar filesize limit to 200kb, fixes #8527Robert Schilling
2014-09-14Huge replace of old users_project and users_group referencesDmitriy Zaporozhets
2014-07-15Added public groups area to enhance searching and exploring of projectsdreis
2014-06-26Group and Event strong_paramsDmitriy Zaporozhets
2014-06-26User model to strong params. Comment other attr_accessible to let tests runDmitriy Zaporozhets
2014-06-05Refactor some search scopes to prevent wierd behaviour and PG::Error issuesDmitriy Zaporozhets
2014-05-28Add ability rule for creating project in namespaceDmitriy Zaporozhets
2014-04-09Re-annotate modelsDmitriy Zaporozhets
2014-02-20Allow access to groups with public projects.Jason Hollingsworth
2014-01-28added group avatarsSteven Thonus
2013-12-10Fixed rails 4 deprecation warnings in groupsJeroen van Baarsen
2013-10-14Update user access level when adding to group.Marin Jankovski
2013-10-01Annotate!Dmitriy Zaporozhets
2013-09-26Group ownership completely based on users_groups relation nowDmitriy Zaporozhets
2013-09-25Modify permissions for project and groupDmitriy Zaporozhets
2013-08-27Improve user block/removal from admin areaDmitriy Zaporozhets
2013-06-26Improve change group ownership logicDmitriy Zaporozhets
2013-06-18Add owner to group members after group createDmitriy Zaporozhets
2013-06-18Use project.team over project.usersDmitriy Zaporozhets
2013-06-18Added UsersGroup validations. Added ability to add UsersGroup to group via UIDmitriy Zaporozhets