Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add `reference_pattern` to Referable models | Robert Speicher | 2015-05-26 | 9 | -65/+16 |
| | |||||
* | Correct the ReferenceFilter html/pipeline/filter require | Robert Speicher | 2015-05-26 | 1 | -1/+1 |
| | |||||
* | Merge branch 'rs-issue-1690' into 'master' | Dmitriy Zaporozhets | 2015-05-26 | 1 | -3/+3 |
|\ | | | | | | | | | | | | | | | Better handle label references that aren't actually references Fixes #1690 See merge request !705 | ||||
| * | Better handle label references that aren't actually referencesrs-issue-1690 | Robert Speicher | 2015-05-25 | 1 | -3/+3 |
| | | | | | | | | Fixes #1690 | ||||
* | | Merge branch 'get-monkey-off-my-rack-attack' into 'master' | Douwe Maan | 2015-05-26 | 2 | -32/+0 |
|\ \ | |/ |/| | | | | | | | | | | | | | | | Remove Rack Attack monkey patches and bump to version 4.3.0 I finally got these monkey patches into Rack Attack v4.3.0, so GitLab no longer needs them. Hooray! See: https://github.com/kickstarter/rack-attack/pull/128 See merge request !693 | ||||
| * | Remove Rack Attack monkey patches and bump to version 4.3.0 | Stan Hu | 2015-05-22 | 2 | -32/+0 |
| | | |||||
* | | Add support for Webhook note events | Stan Hu | 2015-05-21 | 1 | -2/+4 |
|/ | | | | Closes https://github.com/gitlabhq/gitlabhq/issues/6745 | ||||
* | Customize the sanitization whitelist only oncers-issue-1651 | Robert Speicher | 2015-05-20 | 1 | -13/+22 |
| | | | | Fixes #1651 | ||||
* | Subclass TaskList::Filter to fix a bugrs-issue-1645 | Robert Speicher | 2015-05-20 | 2 | -2/+25 |
| | | | | | | | | | 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 | ||||
* | 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 | 1 | -3/+5 |
| | | |||||
* | | Rename MarkdownHelper to MarkupHelper | Jakub Jirutka | 2015-05-18 | 1 | -1/+1 |
| | | |||||
* | | Handle AsciiDoc better, reuse HTML pipeline filters (fixes #9263) | Jakub Jirutka | 2015-05-18 | 2 | -1/+70 |
| | | |||||
* | | Add search issues/MR by number | Nikita Verkhovin | 2015-05-18 | 1 | -2/+14 |
|/ | |||||
* | Ensure that the first added admin performs repository imports | Fotis Gimian | 2015-05-15 | 1 | -1/+1 |
| | |||||
* | Merge branch 'dashboard-references' into 'master' | Dmitriy Zaporozhets | 2015-05-15 | 2 | -8/+13 |
|\ | | | | | | | | | | | | | | | | | | | | | | | 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 | 2 | -8/+13 |
| | | |||||
* | | Merge branch 'project_api_order' into 'master' | Dmitriy Zaporozhets | 2015-05-14 | 1 | -1/+6 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | 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 | -1/+6 |
| |/ | |||||
* | | Merge branch 'rs-relative-link-filter' into 'master' | Dmitriy Zaporozhets | 2015-05-14 | 2 | -17/+31 |
|\ \ | | | | | | | | | | | | | | | | Minor RelativeLinkFilter cleanup See merge request !649 | ||||
| * | | Minor RelativeLinkFilter cleanuprs-relative-link-filter | Robert Speicher | 2015-05-13 | 2 | -17/+31 |
| | | | |||||
* | | | Merge branch 'omniauth-csrf' into 'master' | Dmitriy Zaporozhets | 2015-05-14 | 1 | -0/+66 |
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | Protect OmniAuth request phase against CSRF. Addresses #2268. See merge request !1793 | ||||
| * | | Add reset_session for the :reset_session strategy. | Douwe Maan | 2015-04-24 | 1 | -1/+5 |
| | | | |||||
| * | | Protect OmniAuth request phase against CSRF. | Douwe Maan | 2015-04-24 | 1 | -0/+62 |
| | | | |||||
* | | | Use SIGKILL by default in Sidekiq::MemoryKiller | Jacob Vosmaer | 2015-05-13 | 1 | -1/+1 |
| |/ |/| | | | | | | | | | | | This makes the memory growth-triggered Sidekiq restarts more reliable by reducing the chance that Sidekiq ends up in a state where it is not accepting new jobs but also not shutting down: SIGKILL is more likely to work than SIGTERM. | ||||
* | | Merge branch 'text-batch-1' into 'master' | Dmitriy Zaporozhets | 2015-05-13 | 5 | -50/+50 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | -2/+3 |
| | | | |||||
| * | | Improve OAuth signup error message. | Douwe Maan | 2015-05-13 | 1 | -2/+2 |
| | | | |||||
| * | | Improve description of branch protection levels. | Douwe Maan | 2015-05-13 | 1 | -3/+3 |
| | | | |||||
| * | | Improve Git access error messages. | Douwe Maan | 2015-05-13 | 3 | -45/+44 |
| | | | |||||
* | | | Merge branch 'master' of github.com:gitlabhq/gitlabhq | Dmitriy Zaporozhets | 2015-05-13 | 3 | -5/+122 |
|\ \ \ | |||||
| * \ \ | Merge pull request #9276 from jirutka/relative_link_filter | Dmitriy Zaporozhets | 2015-05-13 | 3 | -5/+122 |
| |\ \ \ | | |/ / | |/| | | Extract handling of relative file links to its own HTML filter | ||||
| | * | | RelativeLinkFilter: refactor according to suggestions by @tsigo | Jakub Jirutka | 2015-05-11 | 2 | -17/+13 |
| | | | | |||||
| | * | | Extract handling of relative file links to RelativeLinkFilter | Jakub Jirutka | 2015-05-11 | 3 | -5/+126 |
| | | | | |||||
* | | | | Merge branch 'version-check' into 'master' | Dmitriy Zaporozhets | 2015-05-13 | 1 | -0/+18 |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | Version check See merge request !1509 | ||||
| * | | | Replace host with real one | Dmitriy Zaporozhets | 2015-05-11 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | | | Merge branch 'version-check' into gl-version-check | Dmitriy Zaporozhets | 2015-05-08 | 1 | -0/+19 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| | * | | | Remove unnecessary public key | Dmitriy Zaporozhets | 2015-05-08 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| | * | | | Remove encryption | Dmitriy Zaporozhets | 2015-05-08 | 1 | -18/+6 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| | * | | | Add version check badge to admin area | Dmitriy Zaporozhets | 2015-03-09 | 1 | -0/+30 |
| | | | | | |||||
* | | | | | Merge branch 'ad-block_auto_created_users' into 'master' | Dmitriy Zaporozhets | 2015-05-12 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | -1/+1 |
| | | | | | | |||||
* | | | | | | Merge branch 'brakeman-level' | Dmitriy Zaporozhets | 2015-05-12 | 1 | -0/+2 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | Conflicts: lib/tasks/brakeman.rake | ||||
| * | | | | | We would like to pass 'brakeman -w2' | Jacob Vosmaer | 2015-05-11 | 1 | -0/+2 |
| | |_|/ / | |/| | | | |||||
* | | | | | Follow shell command guidelines in Brakeman task | Jacob Vosmaer | 2015-05-11 | 1 | -1/+1 |
|/ / / / | | | | | | | | | | | | | | | | | | | | | There is no real issue here because the shell command is completely static, but it is still nicer to just follow the guidelines in doc/development/shell_commands.md . | ||||
* | | | | Remove class and id attributes from SanitizationFilter whitelistrs-disallow-id-class | Robert Speicher | 2015-05-08 | 1 | -2/+17 |
| | | | | |||||
* | | | | Merge pull request #9214 from Bugagazavr/hook-events | Valeriy Sizov | 2015-05-08 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | Added X-GitLab-Event header for web hooks | ||||
| * | | | Added X-GitLab-Event header for web hooks | bugagazavr | 2015-05-08 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge branch 'rs-task_list' into 'master' | Dmitriy Zaporozhets | 2015-05-08 | 3 | -30/+20 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 |