summaryrefslogtreecommitdiff
path: root/app
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-253-38/+28
|\ | | | | | | | | | | | | | | 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-253-38/+28
| | | | | | | | | | | | disabled in project settings Closes #1676
* | Merge branch 'add-webhook-note-events' into 'master'Douwe Maan2015-05-257-3/+16
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | 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-217-3/+16
| | | | | | | | Closes https://github.com/gitlabhq/gitlabhq/issues/6745
* | Use the user list from the target project in a merge requestStan Hu2015-05-223-5/+6
|/ | | | Closes #1535
* Fix Atom feeds.Douwe Maan2015-05-217-7/+7
|
* Merge branch 'rs-issue-1568' into 'master'Douwe Maan2015-05-211-0/+8
|\ | | | | | | | | | | | | | | | | | | Work around a Chrome 43 bug preventing note editing Fixes #1568 - and I mean "fixes" I have no idea what causes this or why this fixes it and can't dig into it further right now, but the bug seems like a blocker so this needs to be fixed for 7.11. See merge request !684
| * Workaround that doesn't add unwanted newline.Douwe Maan2015-05-211-4/+5
| |
| * Work around a Chrome 43 bug preventing note editingrs-issue-1568Robert Speicher2015-05-201-0/+7
| |
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceJob van der Voort2015-05-215-9/+19
|\ \
| * \ Merge branch 'rs-issue-1645' into 'master'Dmitriy Zaporozhets2015-05-201-2/+2
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use task_list fork to fix list items in notes Closes #1645 See https://github.com/github/task_list/pull/60 See merge request !680
| | * | Subclass TaskList::Filter to fix a bugrs-issue-1645Robert Speicher2015-05-201-2/+2
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | Instead of using a fork, we subclass the filter and only apply the `task-list` class to list items that actually are task lists. Closes #1645 See https://github.com/github/task_list/pull/60
| * | workaround for buggy lexersHannes Rosenögger2015-05-201-2/+4
| |/ | | | | | | if something goes wrong, fall back to the plaintext lexer
| * Merge branch 'explain-wip-mr' into 'master'Dmitriy Zaporozhets2015-05-203-5/+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-153-5/+13
| | |
* | | Merge branch 'master' of github.com:gitlabhq/gitlabhqJob van der Voort2015-05-214-8/+12
|\ \ \
| * | | Disabled expansion of top/bottom blobs for new file diffsAlex Connor2015-05-214-8/+12
| |/ /
* | | Small css improvementsDmitriy Zaporozhets2015-05-193-2/+7
|/ /
* | Simplify and unify helpers for rendering markupJakub Jirutka2015-05-185-30/+7
| |
* | Rename MarkdownHelper to MarkupHelperJakub Jirutka2015-05-183-7/+7
| |
* | Handle AsciiDoc better, reuse HTML pipeline filters (fixes #9263)Jakub Jirutka2015-05-183-3/+26
| |
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2015-05-188-21/+52
|\ \
| * \ Merge branch 'rs-issue-1626' into 'master'Dmitriy Zaporozhets2015-05-183-3/+3
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix labels for project/snippet visibility selection Closes #1626 See merge request !671
| | * | Increase left margin for visibility descriptionsrs-issue-1626Robert Speicher2015-05-161-1/+1
| | | | | | | | | | | | | | | | Now they line up with their title.
| | * | Fix labels for project/snippet visibility selectionRobert Speicher2015-05-162-2/+2
| | | |
| * | | Merge branch 'rs-default-tooltip-placement' into 'master'Dmitriy Zaporozhets2015-05-181-2/+2
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix default tooltip placement Made a logic error in 1e1785cc that prevented elements with the `has_tooltip` class from having the default tooltip placement if they didn't define one. See merge request !674
| | * | | Fix default tooltip placementrs-default-tooltip-placementRobert Speicher2015-05-171-2/+2
| | |/ /
| * | | Add search issues/MR by numberNikita Verkhovin2015-05-182-2/+18
| |/ /
| * | Merge branch 'unauthorized-participants' into 'master'Dmitriy Zaporozhets2015-05-162-14/+29
| |\ \ | | |/ | |/| | | | | | | | | | | | | | | | Don't send notifications to mentioned users that don't have access to the project in question. Fixes internal issue https://dev.gitlab.org/gitlab/gitlabhq/issues/2325. See merge request !664
| | * Fix.Douwe Maan2015-05-151-1/+1
| | |
| | * Don't include users without project access in participants.Douwe Maan2015-05-151-6/+14
| | |
| | * Move stuff around a bit in NotifictionService.Douwe Maan2015-05-151-8/+15
| | |
* | | Fill in email on the new password formVinnie Okada2015-05-164-4/+4
| | |
* | | Redirect if password reset token is expiredVinnie Okada2015-05-161-0/+20
| | | | | | | | | | | | | | | | | | Don't display the password editing form if the user's token is expired; redirect to the form that allows users to request a new password reset token.
* | | Explain reset token expiration in emailsVinnie Okada2015-05-163-0/+23
|/ / | | | | | | | | 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 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2015-05-1510-24/+34
|\
| * Merge branch 'dashboard-references' into 'master'Dmitriy Zaporozhets2015-05-157-13/+15
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-147-13/+15
| | |
| * | 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
| | |/
| * | Merge branch 'use-count-badges' into 'master'Dmitriy Zaporozhets2015-05-152-5/+13
| |\ \ | | | | | | | | | | | | | | | | | | | | Use count badges with number_with_delimiter helper for issue, commit count See merge request !658
| | * | Small refactoring of state_filters_text_for helperuse-count-badgesDmitriy Zaporozhets2015-05-141-3/+2
| | | |
| | * | append empty space only if count existsDmitriy Zaporozhets2015-05-141-1/+1
| | | |
| | * | Use count badges with number_with_delimiter helper for issue, commit countDmitriy Zaporozhets2015-05-142-5/+14
| | | |
* | | | Merge pull request #9296 from jorgevbo/masterJeroen van Baarsen2015-05-151-1/+1
|\ \ \ \ | |/ / / |/| | | Fix bug with default timezone en RSS gitlab events
| * | | Fix bug with default timezone en RSS gitlab eventsJorge Vasquez2015-05-141-1/+1
| | | |