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 (Collapse)Author
2016-05-09Remove the annotate gem and delete old annotationsJeroen van Baarsen
In 8278b763d96ef10c6494409b18b7eb541463af29 the default behaviour of annotation has changes, which was causing a lot of noise in diffs. We decided in #17382 that it is better to get rid of the whole annotate gem, and instead let people look at schema.rb for the columns in a table. Fixes: #17382
2016-05-06Annotate the modelsZeger-Jan van de Weg
2016-04-19Remove useless require 'file_size_validator' causing warningsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-03-30Update NotificationService to use NotificationSettings instead of membershipDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-03-22Address feedbackDouwe Maan
2016-03-20Tweaks, refactoring, and specsDouwe Maan
2016-03-18Improve group visibility level featureZeger-Jan van de Weg
2016-03-17Merge 4009-external-users into issue_12658Felipe Artur
2016-03-14Merge branch 'share-project-ce' into 'master' Dmitriy Zaporozhets
Bring from EE: Share Project with Group - [x] Models and migrations - [x] Logic, UI - [x] Tests - [x] Documentation - [x] Share with group lock - [x] Api feature - [x] Api docs - [x] Api tests Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> For #12831 cc @DouweM @rspeicher @vsizov See merge request !3186
2016-03-11Removed arel_table receiver from search methodsYorick Peterse
We can just use "arel_table" in these cases instead of "SomeClass.arel_table".
2016-03-11Use ILIKE/LIKE for searching groupsYorick Peterse
2016-03-11Bring ProjectGroupLink model and migrations from EEDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-03-10Prevent projects to have higher visibility than groupsFelipe Artur
Prevent Groups to have smaller visibility than projects Add default_group_visibility_level to configuration Code improvements
2016-03-10Code improvementsFelipe Artur
2016-03-10Add permission level to groupsFelipe Artur
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
These methods will be used to get a list of groups, optionally restricted to only those visible to a given user.
2015-11-17Refactor ability changesDouwe Maan
2015-11-17Merge branch 'master' into james11/gitlab-ce-removable-group-ownerDouwe Maan
2015-11-13Annotate modelsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-11-11refactored code as projects only have one owner. Kept some refactoring in ↵James Lopez
place (has_owners concern)
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 ↵James Lopez
refactored owner methods to a concern.
2015-10-15Eager load various issue/note associationsYorick Peterse
This ensures we don't end up running N+1 queries for the objects in the affected collections.
2015-08-24Fix Error 500 in API when accessing a group that has an avatarStan Hu
Closes #2340
2015-08-07Add `Group#add_*` convenience methodsRobert Speicher
Encapsulates the logic for `Gitlab::Access::WHATEVER` levels.
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 ↵Douwe Maan
attributes to API
2015-06-03Log group creation and removalDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-05-26Add `reference_pattern` to Referable modelsRobert Speicher
2015-05-26Add `to_reference` for models that support referencesRobert Speicher
Now there is a single source of information for which attribute a model uses to be referenced, and its special character.
2015-05-07Fix bug where avatar filenames were not actually deleted from the database ↵Stan Hu
during removal. This would result in a 404 error in certain views. The `save` call was being rolled back due to an error in the validation step. Relax the validation step so that this works. Closes #1570
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
This reverts commit 7d5f86f6cbd187e75a6ba164ad6bfd036977dd07.
2015-02-16Fix broken access control and refactor avatar uploadHannes Rosenögger
This commit moves the note folder from /public/uploads/note to /uploads/note and changes the uploader accordingly. Now it's no longer possible to avoid the access control by modifing the url. The Avatar upload has been refactored to use an own uploader as well to cleanly seperate the two upload types.
2015-02-06Refactor sorting in projectDmitriy Zaporozhets
2015-01-31Fix group search to check path as well as name.Tim Bishop
The API documentation says: "You can search for groups by name or path with: /groups?search=Rails" But you can't because the search query only checks the name, not the path. This fixes that.
2015-01-27Added support for firing system hooks on group create/destroy and ↵Boyan Tabakov
adding/removing users to group. Added tests and updated docs. Also adding 'user_id' field in the hooks for adding/removing user from team.
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
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-07-15Added public groups area to enhance searching and exploring of projectsdreis
fixed whitespaces and quotes fixed whitespaces fixed devise.html.haml fixed method parenthesis in app/models/group.rb removed links from header removed links from devise.html added tests
2014-06-26Group and Event strong_paramsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-06-26User model to strong params. Comment other attr_accessible to let tests runDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>