summaryrefslogtreecommitdiff
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
...
* | | 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
| | | |
* | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2015-05-142-9/+33
|\ \ \ \ | |/ / / |/| | |
| * | | Refactor SessionsController to use a controller concernrs-refactor-2faRobert Speicher2015-05-142-9/+33
| |/ /
* | | Add style for <kbd> element in markdownafc1632015-05-141-0/+16
|/ / | | | | | | Fixes #5825
* | 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-145-32/+32
|\ \
| * \ Merge branch 'fix-group-mention' into 'master'Dmitriy Zaporozhets2015-05-142-3/+3
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix mentioning of private groups. `issue.participants` would mistakenly not send the `current_user` to `mentioned_users`, which means it would search for referenced groups and users as if the user was signed out. Since signed out users don't have access to private groups (groups without public projects) and since you can't reference a group you don't have access to (since this would leak its existence), the group reference wasn't found and the group members weren't notified. Addresses internal issue https://dev.gitlab.org/gitlab/gitlabhq/issues/2326. See merge request !654
| | * | Fix mentioning of private groups.Douwe Maan2015-05-142-3/+3
| | |/
| * | Always show note action icons.Douwe Maan2015-05-143-29/+29
| |/
* | 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
| |
* | Fix text overflow in project sidebarDmitriy Zaporozhets2015-05-131-0/+4
| |
* | Merge branch 'text-batch-1' into 'master'Dmitriy Zaporozhets2015-05-131-2/+9
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Batch 1 of text improvements Batch 1 of changes from my effort at !635 to walk through every piece of text in GitLab and see if it can be improved. This batch includes: - Improve text on error pages. - Improve Git access error messages. - Improve description of branch protection levels. - Improve OAuth signup error message. - Improve OAuth application flash messages. cc @rspeicher See merge request !642
| * | Improve OAuth signup error message.Douwe Maan2015-05-131-2/+9
| | |
* | | Merge branch 'master' of github.com:gitlabhq/gitlabhqDmitriy Zaporozhets2015-05-132-140/+15
|\ \ \
| * \ \ Merge pull request #9276 from jirutka/relative_link_filterDmitriy Zaporozhets2015-05-131-140/+0
| |\ \ \ | | | | | | | | | | Extract handling of relative file links to its own HTML filter
| | * | | Extract handling of relative file links to RelativeLinkFilterJakub Jirutka2015-05-111-140/+0
| | | | |
| * | | | Merge pull request #8872 from baloo/feature/execute_mr_webhooks_upon_commitJeroen van Baarsen2015-05-131-0/+15
| |\ \ \ \ | | |_|/ / | |/| | | Call merge request web hook for each commits
| | * | | Call merge request web hook for each commitsArthur Gautier2015-05-131-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Call merge request web hook every times a new commit hits the source branch Signed-off-by: Arthur Gautier <baloo@gandi.net>
* | | | | Merge branch 'version-check' into 'master'Dmitriy Zaporozhets2015-05-135-1/+22
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | Version check See merge request !1509
| * | | | Enable version check only for production environmentDmitriy Zaporozhets2015-05-111-1/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>