Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed issue with returning ref in commits JSONasync-refs-dropdown | Phil Hughes | 2016-06-20 | 1 | -0/+20 |
| | | | | Added tests to project controller | ||||
* | Merge branch 'issue_12758' into 'master' | Douwe Maan | 2016-06-17 | 3 | -84/+125 |
|\ | | | | | | | | | | | | | | | | | | | | | Implement custom notification level options   part of #12758 See merge request !4389 | ||||
| * | Merge master into issue_12758issue_12758 | Felipe Artur | 2016-06-17 | 1 | -0/+71 |
| |\ | |||||
| * \ | Re-use notifications dropdown/modal for user profile | Felipe Artur | 2016-06-17 | 3 | -103/+125 |
| |\ \ | |||||
| | * | | Re-use notifications dropdown on user profile | Felipe Artur | 2016-06-16 | 3 | -103/+125 |
| | | | | |||||
| | * | | Refactor custom notifications controller code and add specs | Felipe Artur | 2016-06-14 | 1 | -0/+19 |
| | | | | |||||
| * | | | Implement custom notification level options | Felipe Artur | 2016-06-15 | 1 | -0/+19 |
| | | | | |||||
* | | | | Merge branch 'issuable-todo-improvements' | Douwe Maan | 2016-06-18 | 1 | -0/+102 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/controllers/projects/todos_controller.rb | ||||
| * | | | | Removed update methodissuable-todo-improvements | Phil Hughes | 2016-06-17 | 1 | -86/+80 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Re-structured controller spec Renamed issuable param to issuable_id | ||||
| * | | | | Added todo controller tests for merge requests | Phil Hughes | 2016-06-17 | 1 | -37/+90 |
| | | | | | |||||
| * | | | | Correctly checks if user is logged in when adding todo | Phil Hughes | 2016-06-17 | 1 | -0/+13 |
| | | | | | |||||
| * | | | | Improved manual todos | Phil Hughes | 2016-06-17 | 1 | -0/+42 |
| |/ / / | | | | | | | | | | | | | Based on feedback from !4502 | ||||
* | | | | Merge branch 'disable-saml-account-unlink' into 'master' | Robert Speicher | 2016-06-17 | 1 | -0/+26 |
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Disable the unlink feature for SAML connected accounts (social login). This disables the ability to manually unlink your SAML account, if you have one connected. In certain scenarios, the only allowed login mechanism can be SAML, and if you unlink your account you will be locked out of the system (configuration dependent). Fixes #18613 See merge request !4662 | ||||
| * | | | Added CHANGELOG item and fixed Rubocop errorsdisable-saml-account-unlink | Patricio Cano | 2016-06-14 | 1 | -4/+2 |
| | | | | |||||
| * | | | Disable the unlink feature for SAML connected accounts (social login). | Patricio Cano | 2016-06-14 | 1 | -0/+28 |
| | | | | |||||
* | | | | Merge remote-tracking branch 'origin/master' into 2979-personal-access-tokens | Timothy Andrew | 2016-06-16 | 5 | -21/+462 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Merge branch 'stanhu/gitlab-ce-fix-error-500-false-binary-negative' | Douwe Maan | 2016-06-15 | 2 | -0/+17 |
| |\ \ \ | | |/ / | |/| | | |||||
| | * | | Fix Error 500 when viewing a blob with binary characters after the 1024-byte ↵ | Stan Hu | 2016-06-12 | 2 | -0/+17 |
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mark Here was the problem: 1. When determining whether a given blob is viewable text, gitlab_git reads the first 1024 bytes and checks with Linguist whether it is a text or binary file. 2. If the blob is text, GitLab will attempt to display it. 3. However, if the text has binary characters after the first 1024 bytes, then GitLab will attempt to load the entire contents, but the encoding will be ASCII-8BIT since there are binary characters. 4. The Error 500 results when GitLab attempts to display a mix UTF-8 and ASCII-8BIT. To fix this, we load as much data as we are willing to display so that the detection will work properly. Requires an update to gitlab_git: gitlab-org/gitlab_git!86 Closes #13826 | ||||
| * | | UI and copywriting improvements13948-access-request-to-projects-and-groups | Rémy Coutable | 2016-06-14 | 2 | -27/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | + Move 'Edit Project/Group' out of membership-related partial + Show the access request buttons only to logged-in users + Put the request access buttons out of in a more visible button + Improve the copy in the #remove_member_message helper Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | | Factorize #request_access and #approve_access_request into a new ↵ | Rémy Coutable | 2016-06-14 | 2 | -6/+6 |
| | | | | | | | | | | | | | | | | | | AccessRequestActions controller concern Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | | Add request access for groups | Rémy Coutable | 2016-06-14 | 2 | -20/+427 |
| | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | | Project members with guest role can't access confidential issues | Douglas Barbosa Alexandre | 2016-06-13 | 1 | -1/+18 |
| |/ | |||||
* | | Merge remote-tracking branch 'origin/master' into 2979-personal-access-tokens | Timothy Andrew | 2016-06-14 | 3 | -3/+6 |
|\ \ | |/ | |||||
| * | Merge branch 'master' into workhorse-helpers | Douwe Maan | 2016-06-10 | 8 | -39/+29 |
| |\ | |||||
| * \ | Add send_git_diff helper | Douwe Maan | 2016-06-08 | 3 | -7/+93 |
| |\ \ | |||||
| * | | | Add workhorse controller and API helpers | Douwe Maan | 2016-06-06 | 2 | -2/+5 |
| | | | | |||||
* | | | | Merge remote-tracking branch 'origin/master' into 2979-personal-access-tokens | Timothy Andrew | 2016-06-10 | 7 | -39/+0 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Remove require_relative 'import_spec_helper'make-omniauth-tests-to-not-modify-global-state | Kamil Trzcinski | 2016-06-08 | 6 | -6/+0 |
| | | | | |||||
| * | | | Move ImportSpecHelper to spec/support/ | Kamil Trzcinski | 2016-06-08 | 1 | -33/+0 |
| | | | | |||||
| * | | | Make Omniauth providers specs to not modify global configuration | Kamil Trzcinski | 2016-06-08 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge remote-tracking branch 'origin/master' into 2979-personal-access-tokens | Timothy Andrew | 2016-06-09 | 9 | -24/+261 |
|\ \ \ \ | |/ / / | |||||
| * | | | Fix endless redirections when accessing user OAuth applications when they ↵ | Stan Hu | 2016-06-08 | 1 | -0/+29 |
| | |/ | |/| | | | | | | | | | | | | | | | | | | | are disabled Also hides the "Applications" nav button if OAuth applications are disabled by the admin. Closes #14770 | ||||
| * | | Merge branch 'issue_14189' into 'master' | Jacob Schatz | 2016-06-07 | 1 | -0/+53 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | Ability to prioritize labels Closes #14189 See merge request !4009 | ||||
| | * | | Fix label order by priority on labels pageissue_14189 | Sean McGivern | 2016-06-07 | 1 | -0/+53 |
| | | | | |||||
| * | | | Merge branch 'zj-workhorse-to-serve-diffs' into 'master' 14722-searching-for-usernames-should-only-be-possible-for-search-strings-with-a-valid-format | Jacob Vosmaer (GitLab) | 2016-06-07 | 1 | -6/+3 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Workhorse to serve raw diffs Fixes (partially) #13999 Dependent on: gitlab-org/gitlab-workhorse!45 See merge request !4130 | ||||
| | * | | | Workhorse to serve raw diffs | Zeger-Jan van de Weg | 2016-06-03 | 1 | -6/+3 |
| | | | | | |||||
| * | | | | Merge remote-tracking branch 'origin/master' into rename-ci-commit-phase-2 | Kamil Trzcinski | 2016-06-06 | 1 | -0/+36 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| | * | | | Merge branch 'notes-are-awardables' into 'master' | Douwe Maan | 2016-06-06 | 1 | -0/+36 |
| | |\ \ \ | | | |_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Notes are awardables ## What does this MR do? Makes sure we can :thunder_cloud_rain: comments/notes. ## What are the relevant issue numbers? Follows up upon !2901, depends on !3785 Closes #3655 ## Screenshots (if relevant) TODO See merge request !4291 | ||||
| | | * | | Update tests on wording | Z.J. van de Weg | 2016-06-06 | 1 | -2/+2 |
| | | | | | |||||
| | | * | | Backend awardables on comments | ZJ van de Weg | 2016-06-06 | 1 | -0/+36 |
| | | | | | |||||
| * | | | | Merge branch 'rename-ci-commit' into rename-ci-commit-phase-2 | Kamil Trzcinski | 2016-06-06 | 2 | -8/+32 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Add a U2F-specific audit log entry after logging in. | Timothy Andrew | 2016-06-06 | 1 | -1/+25 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - "two-factor" for OTP-based 2FA - "two-factor-via-u2f-device" for U2F-based 2FA - "standard" for non-2FA login | ||||
| | * | | | Implement U2F registration. | Timothy Andrew | 2016-06-06 | 1 | -7/+7 |
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Move the `TwoFactorAuthsController`'s `new` action to `show`, since the page is not used to create a single "two factor auth" anymore. We can have a single 2FA authenticator app, along with any number of U2F devices, in any combination, so the page will be accessed after the first "two factor auth" is created. - Add the `u2f` javascript library, which provides an API to the browser's U2F implementation. - Add tests for the JS components | ||||
| * | | | Merge branch 'rename-ci-commit' into rename-ci-commit-phase-2 | Kamil Trzcinski | 2016-06-06 | 2 | -6/+22 |
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | # Conflicts: # features/steps/shared/builds.rb # spec/requests/ci/api/builds_spec.rb | ||||
| | * | | Merge branch 'master' into awardablesawardables | Z.J. van de Weg | 2016-06-03 | 4 | -8/+111 |
| | |\ \ | | | |/ | |||||
| | * | | Incorportate feedback | Z.J. van de Weg | 2016-06-01 | 2 | -5/+5 |
| | | | | |||||
| | * | | Merge branch 'master' into awardables | ZJ van de Weg | 2016-05-30 | 8 | -10/+21 |
| | |\ \ | |||||
| | * \ \ | Merge branch 'master' into awardables | ZJ van de Weg | 2016-05-25 | 3 | -1/+49 |
| | |\ \ \ | |||||
| | * \ \ \ | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into awardables | Fatih Acet | 2016-05-18 | 5 | -1/+237 |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/controllers/projects/merge_requests_controller.rb # app/models/note.rb # db/schema.rb # spec/models/note_spec.rb | ||||
| | * | | | | | Fix tests and wrong choices during merge | Zeger-Jan van de Weg | 2016-05-12 | 1 | -2/+4 |
| | | | | | | |