Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update specs.commit-graphs-by-email | Douwe Maan | 2015-05-25 | 1 | -3/+5 |
| | |||||
* | Add support for Webhook note events | Stan Hu | 2015-05-21 | 5 | -0/+6 |
| | | | | Closes https://github.com/gitlabhq/gitlabhq/issues/6745 | ||||
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce | Job van der Voort | 2015-05-21 | 1 | -0/+14 |
|\ | |||||
| * | Subclass TaskList::Filter to fix a bugrs-issue-1645 | Robert Speicher | 2015-05-20 | 1 | -0/+14 |
| | | | | | | | | | | | | | | | | | | 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 | ||||
* | | Disabled expansion of top/bottom blobs for new file diffs | Alex Connor | 2015-05-21 | 1 | -0/+10 |
|/ | |||||
* | Merge branch 'shell-secret-path' of https://github.com/jirutka/gitlabhq into ↵ | Marin Jankovski | 2015-05-19 | 1 | -1/+1 |
|\ | | | | | | | jirutka-shell-secret-path | ||||
| * | Allow to configure gitlab_shell_secret location | Jakub Jirutka | 2015-05-16 | 1 | -1/+1 |
| | | |||||
* | | Simplify and unify helpers for rendering markup | Jakub Jirutka | 2015-05-18 | 2 | -1/+8 |
| | | |||||
* | | Rename MarkdownHelper to MarkupHelper | Jakub Jirutka | 2015-05-18 | 1 | -7/+7 |
| | | |||||
* | | Handle AsciiDoc better, reuse HTML pipeline filters (fixes #9263) | Jakub Jirutka | 2015-05-18 | 4 | -2/+88 |
| | | |||||
* | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce | Dmitriy Zaporozhets | 2015-05-18 | 3 | -7/+12 |
|\ \ | |||||
| * | | Fix specs.unauthorized-participants | Douwe Maan | 2015-05-15 | 3 | -7/+12 |
| |/ | |||||
* | | Add tests for password reset token changes | Vinnie Okada | 2015-05-16 | 1 | -33/+24 |
| | | |||||
* | | Explain reset token expiration in emails | Vinnie Okada | 2015-05-16 | 2 | -0/+51 |
|/ | | | | | Tell new users when their password reset token expires and provide a link to get a new one. | ||||
* | Merge branch 'dashboard-references' into 'master' | Dmitriy Zaporozhets | 2015-05-15 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | 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-references | Douwe Maan | 2015-05-14 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'project_api_order' into 'master' | Dmitriy Zaporozhets | 2015-05-14 | 1 | -0/+9 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | Add order option for projects API https://dev.gitlab.org/gitlab/gitlab-ci/issues/222 See merge request !656 | ||||
| * | | Add order option for projects API | Valery Sizov | 2015-05-14 | 1 | -0/+9 |
| |/ | |||||
* | | Minor RelativeLinkFilter cleanuprs-relative-link-filter | Robert Speicher | 2015-05-13 | 1 | -68/+63 |
|/ | |||||
* | Merge branch 'text-batch-1' into 'master' | Dmitriy Zaporozhets | 2015-05-13 | 1 | -11/+3 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | Fix GitAccess.text-batch-1 | Douwe Maan | 2015-05-13 | 1 | -11/+3 |
| | | |||||
* | | Merge pull request #9276 from jirutka/relative_link_filter | Dmitriy Zaporozhets | 2015-05-13 | 2 | -73/+120 |
|\ \ | | | | | | | Extract handling of relative file links to its own HTML filter | ||||
| * | | Add spec for RelativeLinkFilter | Jakub Jirutka | 2015-05-12 | 2 | -73/+120 |
| | | | |||||
* | | | Merge pull request #8872 from baloo/feature/execute_mr_webhooks_upon_commit | Jeroen van Baarsen | 2015-05-13 | 1 | -2/+16 |
|\ \ \ | |_|/ |/| | | Call merge request web hook for each commits | ||||
| * | | Call merge request web hook for each commits | Arthur Gautier | 2015-05-13 | 1 | -2/+16 |
| | | | | | | | | | | | | | | | | | | | | | Call merge request web hook every times a new commit hits the source branch Signed-off-by: Arthur Gautier <baloo@gandi.net> | ||||
* | | | Merge branch 'fix-avatar-removal' into 'master' | Hannes Rosenögger | 2015-05-12 | 3 | -0/+52 |
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix bug where avatar filenames were not actually deleted from the database during removal This would result in a 404 error in certain views. The `save` call was being rolled back due to an error in the validation step. Relax the validation step so that this works. Closes #1570 See merge request !620 | ||||
| * | | Fix bug where avatar filenames were not actually deleted from the database ↵ | Stan Hu | 2015-05-07 | 3 | -0/+52 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | during removal. This would result in a 404 error in certain views. The `save` call was being rolled back due to an error in the validation step. Relax the validation step so that this works. Closes #1570 | ||||
* | | | Merge branch 'ad-block_auto_created_users' into 'master' | Dmitriy Zaporozhets | 2015-05-12 | 1 | -4/+23 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't accidentally unblock auto created users from Active Directory. Fixes #1581. See merge request !638 | ||||
| * | | | Don't accidentally unblock auto created users from Active Directory.ad-block_auto_created_users | Douwe Maan | 2015-05-12 | 1 | -4/+23 |
| | |/ | |/| | |||||
* | | | Merge branch 'rs-system-note' into 'master' | Dmitriy Zaporozhets | 2015-05-12 | 3 | -493/+407 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add SystemNoteService class The Note model was basically two models crammed together - one handling user-created notes (i.e., comments on things) and one handling system-created notes (i.e., references). This splits out the system-specific stuff to a new SystemNoteService class. See merge request !595 | ||||
| * | | | Reorganize SystemNoteService spec a bitrs-system-note | Robert Speicher | 2015-05-11 | 1 | -13/+17 |
| | | | | |||||
| * | | | Spec SystemNoteService.cross_reference_disallowed? | Robert Speicher | 2015-05-11 | 1 | -2/+26 |
| | | | | |||||
| * | | | Simplify Note model specs | Robert Speicher | 2015-05-11 | 2 | -215/+36 |
| | | | | |||||
| * | | | Update SystemNoteService method naming conventions | Robert Speicher | 2015-05-11 | 1 | -128/+129 |
| | | | | | | | | | | | | | | | | | | | | Now the verb comes first, and there is no restriction on singular/plural. | ||||
| * | | | Remove legacy special case for emphasized reference notes | Robert Speicher | 2015-05-11 | 1 | -36/+0 |
| | | | | |||||
| * | | | Add a SystemNoteService class | Robert Speicher | 2015-05-11 | 3 | -261/+363 |
| | | | | | | | | | | | | | | | | | | | | There's a lot of code in the Note model that only deals with creating system notes, so we're going to split that into its own class. | ||||
| * | | | Note's voting specs don't need to persist to the database | Robert Speicher | 2015-05-10 | 1 | -18/+16 |
| |/ / | |||||
* | | | Handle password reset for users with 2FA enabled2fa | Robert Speicher | 2015-05-11 | 2 | -2/+55 |
| | | | |||||
* | | | Clear all 2FA-related fields when user disables the feature | Robert Speicher | 2015-05-09 | 1 | -0/+126 |
| | | | |||||
* | | | Prevent "You are already signed in." error message upon 2FA login | Robert Speicher | 2015-05-09 | 1 | -1/+18 |
| | | | |||||
* | | | Generate 10 2FA backup codes instead of the default of 5 | Robert Speicher | 2015-05-09 | 1 | -2/+2 |
| | | | |||||
* | | | Add :two_factor trait to User factory | Robert Speicher | 2015-05-09 | 2 | -8/+11 |
| | | | |||||
* | | | Fix 2FA backup code removal | Robert Speicher | 2015-05-09 | 1 | -7/+5 |
| | | | |||||
* | | | Re-annotate User model | Robert Speicher | 2015-05-09 | 1 | -0/+5 |
| | | | |||||
* | | | Refactor SessionsController | Robert Speicher | 2015-05-09 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | Also adds test case for providing an invalid 2FA code and then a valid one without re-entering username and password. | ||||
* | | | Make two-factor login work and add a feature spec | Robert Speicher | 2015-05-09 | 1 | -0/+82 |
|/ / | |||||
* | | Remove class and id attributes from SanitizationFilter whitelistrs-disallow-id-class | Robert Speicher | 2015-05-08 | 3 | -33/+41 |
| | | |||||
* | | Merge pull request #9214 from Bugagazavr/hook-events | Valeriy Sizov | 2015-05-08 | 3 | -15/+74 |
|\ \ | | | | | | | Added X-GitLab-Event header for web hooks | ||||
| * | | Added X-GitLab-Event header for web hooks | bugagazavr | 2015-05-08 | 3 | -15/+74 |
| | | | |||||
* | | | Merge branch 'rs-task_list' into 'master' | Dmitriy Zaporozhets | 2015-05-08 | 10 | -139/+287 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use task_list gem for task lists Task Lists can now be used in comments, and they'll render in previews. :clap: Closes internal https://dev.gitlab.org/gitlab/gitlabhq/issues/2271 See merge request !599 |