summaryrefslogtreecommitdiff
path: root/app/views
Commit message (Collapse)AuthorAgeFilesLines
* Clarify navigation labels for Project Settings and Group Settings.nav-settingsDouwe Maan2015-05-252-2/+2
|
* Merge branch 'disabled-issues-mr-features' into 'master'Douwe Maan2015-05-252-38/+1
|\ | | | | | | | | | | | | | | Disable "New Issue" and "New Merge Request" buttons when features are disabled in project settings Closes #1676 See merge request !691
| * Disable "New Issue" and "New Merge Request" buttons when features are ↵Stan Hu2015-05-252-38/+1
| | | | | | | | | | | | disabled in project settings Closes #1676
* | Merge branch 'add-webhook-note-events' into 'master'Douwe Maan2015-05-251-1/+8
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for Webhook note events This MR adds support for note events (comments) for WebHooks. Perhaps the only potential source of confusion is that the settings indicates "Note Events" instead of "Comments". What do you think? Screenshot after: ![image](https://gitlab.com/stanhu/gitlab-ce/uploads/299b141d82f7b14943a74258d5c57ca6/image.png) Closes https://github.com/gitlabhq/gitlabhq/issues/6745 See merge request !673
| * Add support for Webhook note eventsStan Hu2015-05-211-1/+8
| | | | | | | | Closes https://github.com/gitlabhq/gitlabhq/issues/6745
* | Use the user list from the target project in a merge requestStan Hu2015-05-222-3/+3
|/ | | | Closes #1535
* Fix Atom feeds.Douwe Maan2015-05-217-7/+7
|
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceJob van der Voort2015-05-212-4/+13
|\
| * Merge branch 'explain-wip-mr' into 'master'Dmitriy Zaporozhets2015-05-202-4/+13
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | Add explanation about WIP status to MR form. ![Screen_Shot_2015-05-15_at_13.48.49](https://gitlab.com/gitlab-org/gitlab-ce/uploads/b3f70585255a043f07c61570549a90ba/Screen_Shot_2015-05-15_at_13.48.49.png) ![Screen_Shot_2015-05-15_at_13.49.01](https://gitlab.com/gitlab-org/gitlab-ce/uploads/c9992708c8ef5ef4fa2bcc2c3173b8e3/Screen_Shot_2015-05-15_at_13.49.01.png) See merge request !666
| | * Remove italics and margin from merge request form help.Douwe Maan2015-05-201-1/+1
| | |
| | * Fix copy.explain-wip-mrDouwe Maan2015-05-171-1/+1
| | |
| | * Add explanation about WIP status to MR form.Douwe Maan2015-05-152-4/+13
| | |
* | | Merge branch 'master' of github.com:gitlabhq/gitlabhqJob van der Voort2015-05-213-8/+8
|\ \ \
| * | | Disabled expansion of top/bottom blobs for new file diffsAlex Connor2015-05-213-8/+8
| |/ /
* | | Small css improvementsDmitriy Zaporozhets2015-05-191-1/+1
|/ /
* | Simplify and unify helpers for rendering markupJakub Jirutka2015-05-183-20/+3
| |
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2015-05-182-2/+2
|\ \
| * | Fix labels for project/snippet visibility selectionRobert Speicher2015-05-162-2/+2
| |/
* | Fill in email on the new password formVinnie Okada2015-05-162-2/+2
| |
* | Explain reset token expiration in emailsVinnie Okada2015-05-162-0/+4
|/ | | | | Tell new users when their password reset token expires and provide a link to get a new one.
* Fix push event.Douwe Maan2015-05-151-1/+1
|
* Merge branch 'dashboard-references' into 'master'Dmitriy Zaporozhets2015-05-155-5/+5
|\ | | | | | | | | | | | | | | | | | | | | | | Fix reference links in dashboard activity and ATOM feeds. References like `@user` were not linked on the dashboard activity feed and in Atom feeds, because the reference parser depends on `@project` which isn't set in those situations. This MR passes the project in question to the reference parsers in an option. cc @rspeicher See merge request !653
| * Fix reference links in dashboard activity and ATOM feeds.dashboard-referencesDouwe Maan2015-05-145-5/+5
| |
* | Merge branch 'spinner-spin' into 'master'Dmitriy Zaporozhets2015-05-151-6/+6
|\ \ | | | | | | | | | | | | | | | | | | | | | Spin icon next to "Checking for CI status..." Stationary spinners make me sad. See merge request !655
| * | Spin icon next to "Checking for CI status..."spinner-spinDouwe Maan2015-05-141-6/+6
| |/
* | Use count badges with number_with_delimiter helper for issue, commit countDmitriy Zaporozhets2015-05-141-1/+1
| |
* | Use slightly fewer icons in project sidebar.Douwe Maan2015-05-141-6/+0
| |
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2015-05-142-12/+11
|\ \
| * | Always show note action icons.Douwe Maan2015-05-142-12/+11
| |/
* | Merge branch 'omniauth-csrf' into 'master'Dmitriy Zaporozhets2015-05-142-3/+3
|\ \ | |/ |/| | | | | | | | | | | Protect OmniAuth request phase against CSRF. Addresses #2268. See merge request !1793
| * Protect OmniAuth request phase against CSRF.Douwe Maan2015-04-242-3/+3
| |
* | Merge branch 'version-check' into 'master'Dmitriy Zaporozhets2015-05-133-1/+14
|\ \ | | | | | | | | | | | | | | | Version check See merge request !1509
| * \ Merge branch 'version-check' into gl-version-checkDmitriy Zaporozhets2015-05-083-1/+14
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: app/controllers/admin/application_settings_controller.rb app/views/admin/application_settings/_form.html.haml db/schema.rb
| | * | Add feature to disable version checkDmitriy Zaporozhets2015-03-103-3/+11
| | | |
| | * | Add version check to help page tooDmitriy Zaporozhets2015-03-091-0/+1
| | | |
| | * | Add version check badge to admin areaDmitriy Zaporozhets2015-03-091-1/+5
| | | |
* | | | Merge branch 'note-role' into 'master'Dmitriy Zaporozhets2015-05-121-9/+17
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Show user roles by comments. I think it would be useful to show the user's role (Owner/Master/Developer/Reporter) by comments on GitLab.com (like GitHub does with Owner/Collaborator). That way people will know that when someone from the project's core team comments, they're not just some random user, but they're actually on the team. Currently they have the gather this from context. ![Screen_Shot_2015-05-12_at_12.15.45](https://gitlab.com/gitlab-org/gitlab-ce/uploads/0da0eea2087d6d3b14a2c0c594575c8a/Screen_Shot_2015-05-12_at_12.15.45.png) On hover, the note actions replace the role: ![Screen_Shot_2015-05-12_at_12.17.32](https://gitlab.com/gitlab-org/gitlab-ce/uploads/54a83c2f5047ea3ce0387f6692b14fe5/Screen_Shot_2015-05-12_at_12.17.32.png) --- Addresses internal issue https://dev.gitlab.org/gitlab/gitlabhq/issues/2321. cc @sytses See merge request !639
| * | | | Show user roles by comments.Douwe Maan2015-05-121-9/+17
| | | | |
* | | | | Merge branch 'project-page' into 'master'Dmitriy Zaporozhets2015-05-124-65/+89
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Restructure project sidebar and add more icons. I moved the repository stuff down (including the clone bar), and the project/contribution stuff up. I also added more icons, to the sidebar and tabs on other pages. --- ![Screen_Shot_2015-05-12_at_10.29.36](https://gitlab.com/gitlab-org/gitlab-ce/uploads/ada4a77a07913571e5ac4f00fdd182b9/Screen_Shot_2015-05-12_at_10.29.36.png) See merge request !633
| * | | | | Move "Forked from" above "Version".project-pageDouwe Maan2015-05-121-8/+9
| | | | | |
| * | | | | Move clone panel to bottom of project sidebar.Douwe Maan2015-05-121-3/+3
| | | | | |
| * | | | | Restructure project sidebar.Douwe Maan2015-05-121-62/+78
| | | | | |
| * | | | | Fix alignment of ref picker, breadcrumb and buttons.Douwe Maan2015-05-121-1/+1
| | | | | |
| * | | | | Add icons to more tabs.Douwe Maan2015-05-122-1/+8
| |/ / / /
* | | | | Merge branch '2fa' into 'master'Dmitriy Zaporozhets2015-05-127-3/+85
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Two-factor authentication Implement's Two-factor authentication using tokens. - [X] Authentication logic - [X] Enable/disable 2FA feature - [x] Make 2-step login process if 2FA enabled - [x] Backup codes - [x] Backup code removed after being used - [x] Check backup codes for mysql db (mention mysql limitation if applied) - [x] Add tests - [x] Test if https://github.com/tinfoil/devise-two-factor#disabling-automatic-login-after-password-resets applies, and address if so - [x] Wait for fixed version of `attr_encrypted` or fork and use forked version - https://github.com/attr-encrypted/attr_encrypted/issues/155 Fixes http://feedback.gitlab.com/forums/176466-general/suggestions/4516817-implement-two-factor-authentication-2fa See merge request !474
| * | | | Move "invalid 2FA code" error message to the flashRobert Speicher2015-05-091-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | This makes it consistent with the Invalid email/password error message from the previous step.
| * | | | Autofocus the pin field on 2FA enable formRobert Speicher2015-05-091-1/+1
| | | | |
| * | | | Quotes, icon helper in profiles/accounts/show viewRobert Speicher2015-05-091-5/+5
| | | | |
| * | | | Add a hint on login form about using a recovery codeRobert Speicher2015-05-091-0/+1
| | | | |
| * | | | Improve copy for enabling 2FARobert Speicher2015-05-092-4/+5
| | | | |