summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | Merge branch 'master' into rails-4.1.9Vinnie Okada2015-02-196-10/+16
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: app/views/dashboard/_project.html.haml app/views/events/event/_common.html.haml app/views/explore/projects/_project.html.haml app/views/groups/_projects.html.haml app/views/projects/_home_panel.html.haml app/views/projects/_issues_nav.html.haml app/views/projects/issues/_discussion.html.haml app/views/projects/issues/_issues.html.haml app/views/projects/issues/show.html.haml app/views/projects/merge_requests/_discussion.html.haml app/views/projects/merge_requests/_show.html.haml app/views/projects/milestones/index.html.haml app/views/projects/notes/_edit_form.html.haml app/views/shared/_issuable_filter.html.haml
| | * | | | | | | Revert "Fix broken access control and refactor avatar upload"Dmitriy Zaporozhets2015-02-192-29/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 7d5f86f6cbd187e75a6ba164ad6bfd036977dd07.
| | * | | | | | | Merge branch 'access-check-when-signed-out' into 'master'Dmitriy Zaporozhets2015-02-181-0/+2
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix push access check when not signed in. Was causing 500 on MR, Blob, Tree pages. Fixes https://github.com/gitlabhq/gitlabhq/issues/8637 and https://github.com/gitlabhq/gitlabhq/issues/8813. See merge request !1542
| | | * | | | | | | Fix push access check when not signed in.Douwe Maan2015-02-181-0/+2
| | | | | | | | | |
| | * | | | | | | | Improve broadcast message APIDmitriy Zaporozhets2015-02-182-2/+4
| | | | | | | | | |
| | * | | | | | | | Dont send 404 if no broadcast messages now because it flood gitlab-shell ↵Dmitriy Zaporozhets2015-02-181-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | logs with 404 errors :(
| | * | | | | | | | DB performance improvements to GitLabDmitriy Zaporozhets2015-02-181-5/+9
| | |/ / / / / / /
| | * | | | | | | Remove Group#owner_id from API since it is not used any moreDmitriy Zaporozhets2015-02-172-2/+2
| | | | | | | | |
| | * | | | | | | Fix broken access control and refactor avatar uploadHannes Rosenögger2015-02-162-13/+29
| | | |/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | | | | Upgrade to Rails 4.1.9Vinnie Okada2015-02-143-10/+16
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
| * | | | | | Allow users that signed up via OAuth to set their password in order to use ↵Douwe Maan2015-02-131-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Git over HTTP(S).
| * | | | | | Merge branch 'clean-oauth-username' into 'master'Dmitriy Zaporozhets2015-02-131-5/+5
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clean username acquired from OAuth/LDAP. Fixes #1967. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/813 See merge request !1500
| | * | | | | | Clean username acquired from OAuth/LDAP.Douwe Maan2015-02-121-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #1967.
| * | | | | | | Merge branch 'issues_tracker_template' into 'master'Dmitriy Zaporozhets2015-02-121-1/+1
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Issues trackers template If admin defines service template, service in project will be prefilled with the template data. See merge request !1503
| | * | | | | | | Add ExternalIssue base model to make issue referencing more robust for ↵Marin Jankovski2015-02-111-1/+1
| | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | external issue trackers.
| * | | | | | | Edit group members via APIVinnie Okada2015-02-113-10/+31
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add an API endpoint to update the access level of an existing group member.
| * | | | | | Merge branch 'add_label_notes' into 'master'Dmitriy Zaporozhets2015-02-112-4/+25
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add label notes It creates system note, when someone changed labels of issue/MR. Just look at the screenshot: ![labels](https://gitlab.com/uploads/vernik91/gitlab-ce/ebbdba6bdc/labels.png) Solves this [request] (http://feedback.gitlab.com/forums/176466-general/suggestions/6623258-create-a-note-when-issue-labels-change). *P.S. Thanks this [PR](https://github.com/gitlabhq/gitlabhq/pull/8237) for idea :wink:. But I need this feature as soon as possible.* See merge request !331
| | * | | | | | Add labels notesNikita Verkhovin2015-02-082-4/+25
| | | | | | | |
| * | | | | | | Add internal broadcast message API.Douwe Maan2015-02-072-0/+12
| |/ / / / / /
| * | | | | | Merge branch 'mention-groups'Dmitriy Zaporozhets2015-02-061-2/+9
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CHANGELOG
| | * | | | | | Allow groups to be mentioned.Douwe Maan2015-02-051-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolves #1673.
| * | | | | | | Merge branch 'api-default-order' into 'master'Dmitriy Zaporozhets2015-02-064-60/+72
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sorting refactoring * refactor sorting logic for web UI * refactor and document ordering for API: project, issues, merge requests * explicitly define ordering in models using default_scope See merge request !1476
| | * | | | | | | Refactor and improve sorting objects in API for projects, issues and merge ↵Dmitriy Zaporozhets2015-02-054-58/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | requests
| | * | | | | | | Explicitly define ordering in models using default_scopeDmitriy Zaporozhets2015-02-051-2/+0
| | | | | | | | |
| * | | | | | | | GitHub importer refactoringValery Sizov2015-02-052-10/+32
| | | | | | | | |
| * | | | | | | | gitlab.com importer: refactorigValery Sizov2015-02-052-2/+3
| | | | | | | | |
| * | | | | | | | code foldingValery Sizov2015-02-051-1/+1
| | | | | | | | |
| * | | | | | | | GitLab.com integration: refactoringValery Sizov2015-02-055-10/+30
| | | | | | | | |
| * | | | | | | | GitLab.com integration: refactoringValery Sizov2015-02-053-3/+3
| | | | | | | | |
| * | | | | | | | Gitlab integration: added testsValery Sizov2015-02-051-1/+1
| | | | | | | | |
| * | | | | | | | GitLab integration. ImporterValery Sizov2015-02-053-0/+169
| |/ / / / / / /
| * | | | | | | Merge pull request #8395 from sbeh/masterDmitriy Zaporozhets2015-02-041-2/+2
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Socket [::]:123 on Linux listens on IPv4 and IPv6
| | * | | | | | | Socket [::]:123 on Linux listens on IPv4 and IPv6sbeh2014-11-261-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will ensure nginx starts up without the following errors messages: nginx: [emerg] bind() to [::]:443 failed (98: Address already in use) nginx: [emerg] bind() to [::]:443 failed (98: Address already in use) nginx: [emerg] bind() to [::]:443 failed (98: Address already in use) nginx: [emerg] bind() to [::]:443 failed (98: Address already in use) nginx: [emerg] bind() to [::]:443 failed (98: Address already in use) nginx: [emerg] still could not bind() Googling for them leads you to this site: https://chrisjean.com/2014/02/10/fix-nginx-emerg-bind-to-80-failed-98-address-already-in-use/
| * | | | | | | | Merge pull request #8712 from jvanbaarsen/add-merge-request-files-endpointDmitriy Zaporozhets2015-02-042-5/+27
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | Added a way to retrieve MR files
| | * | | | | | | Added a way to retrieve MR filesJeroen van Baarsen2015-02-042-5/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
| * | | | | | | | Merge branch 'mwessel/gitlab-ce-configure-protection' into 'master'Dmitriy Zaporozhets2015-02-042-0/+18
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mwessel/gitlab ce configure protection See merge request !1467
| | * | | | | | | | Improve protected branches selectbox optionsDmitriy Zaporozhets2015-02-031-5/+6
| | | | | | | | | |
| | * | | | | | | | Merge branch 'master' into mwessel/gitlab-ce-configure-protectionDmitriy Zaporozhets2015-02-0332-97/+119
| | |\ \ \ \ \ \ \ \ | | | | |_|_|_|/ / / | | | |/| | | | | |
| | * | | | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵Marco Wessel2015-01-308-30/+88
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | configure-protection Conflicts: CHANGELOG db/schema.rb
| | * | | | | | | | | actually fix indentationMarco Wessel2015-01-251-1/+1
| | | | | | | | | | |
| | * | | | | | | | | Fix indentationMarco Wessel2015-01-251-1/+1
| | | | | | | | | | |
| | * | | | | | | | | Allow configuring protection of the default branch upon first pushMarco Wessel2015-01-252-0/+17
| | | | | | | | | | |
| * | | | | | | | | | Dont load rubocop in prod envDmitriy Zaporozhets2015-02-031-2/+4
| | |_|/ / / / / / / | |/| | | | | | | |
| * | | | | | | | | Merge pull request #8723 from jubianchi/api-groups-pathDmitriy Zaporozhets2015-02-033-34/+23
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Access groups using path
| | * | | | | | | | | Acces groups with their path in APIjubianchi2015-02-033-34/+23
| | | | | | | | | | |
| * | | | | | | | | | Rubocop: indentation fixes Yay!!!Dmitriy Zaporozhets2015-02-022-6/+6
| | | | | | | | | | |
| * | | | | | | | | | Rubocop: no trailing newlinesDmitriy Zaporozhets2015-02-022-2/+0
| | | | | | | | | | |
| * | | | | | | | | | Rubocop: comment indentationDmitriy Zaporozhets2015-02-021-1/+1
| | | | | | | | | | |
| * | | | | | | | | | More rubocop rules enableDmitriy Zaporozhets2015-02-021-1/+1
| | | | | | | | | | |
| * | | | | | | | | | Rubocop: Style/CaseIndentation enabledDmitriy Zaporozhets2015-02-021-5/+2
| | | | | | | | | | |