Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reduce duplication and branching logic in EventsHelper | Robert Speicher | 2016-05-16 | 1 | -41/+15 |
| | | | | Remove unused methods from Event model | ||||
* | Rename `Event#note_project_snippet?` to `project_snippet_note?` | Robert Speicher | 2016-05-16 | 1 | -2/+2 |
| | |||||
* | Rename `Event#note_commit?` to `commit_note?` | Robert Speicher | 2016-05-16 | 1 | -5/+5 |
| | |||||
* | Remove redundant `html_escape` calls from `title` attributes | Robert Speicher | 2016-05-16 | 1 | -3/+3 |
| | | | | These get escaped automatically. | ||||
* | Fix titles for commit references in Event feed | Robert Speicher | 2016-05-16 | 1 | -1/+2 |
| | | | | | Prior, the `title` attribute was being included as an argument to the route helper rather than as an argument to `link_to`. | ||||
* | Add an Event's target's title to its reference link | Robert Speicher | 2016-05-16 | 1 | -1/+1 |
| | | | | | | | | Given an activity feed entry like: > Douwe Maan commented on [issue #123] at [gitlab-org/gitlab-ce] ...the `issue #123` link will now have a `title` attribute. | ||||
* | Extract LegacyDiffNote out of Note | Douwe Maan | 2016-05-13 | 2 | -29/+22 |
| | |||||
* | Merge branch 'rubocop/space-around-operators' into 'master' | Robert Speicher | 2016-05-13 | 2 | -2/+2 |
|\ | | | | | | | | | | | | | | | | | | | Rubocop: require space round operators This enables rubocop to require space around opertators and fix offenses in the codebase. There is another merge-request to solve remaining offenses in EE codebase, merge it first: gitlab-org/gitlab-ee!388 Fixes #17398 See merge request !4112 | ||||
| * | Codestyle: make sure we have space around operators | Gabriel Mazetto | 2016-05-13 | 2 | -2/+2 |
| | | |||||
* | | Fix mobile dropdown bug | Annabel Dunstone | 2016-05-13 | 1 | -0/+8 |
|/ | |||||
* | Merge branch 'otzy007/gitlab-ce-disable_oauth_sign_in_sources' | Douwe Maan | 2016-05-12 | 2 | -0/+24 |
|\ | |||||
| * | no need to define the help block since there's no help block | Andrei Gliga | 2016-05-12 | 1 | -3/+2 |
| | | |||||
| * | Revert "Revert "no need to show the help about Github or the other ↵ | Andrei Gliga | 2016-05-12 | 1 | -8/+1 |
| | | | | | | | | | | | | authentication sources"" This reverts commit 075ace5686c63d40f7e9fa02bf37e1bd3168f7e7. | ||||
| * | Revert "no need to show the help about Github or the other authentication ↵ | Andrei Gliga | 2016-05-12 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | sources" This reverts commit 78a832d0fd7ff445c707809134dbb2a42d2a9e03. Show help only for the enabled OAuth Providers on oauth-providers-help block aria: { describedby: help_block_id } instead of 'aria-describedby' => help_block_id provider and not p a more simple approach to the OmniAuth helper links for oauth-providers-help | ||||
| * | << instead of += | Andrei Gliga | 2016-05-12 | 1 | -1/+1 |
| | | |||||
| * | enabled_button_based_providers.any? instead of ! empty? for ↵ | Andrei Gliga | 2016-05-12 | 1 | -1/+1 |
| | | | | | | | | button_based_providers_enabled? | ||||
| * | On Application Settings Page let the user select the enabled OAuth Sign in ↵ | Andrei Gliga | 2016-05-12 | 1 | -4/+4 |
| | | | | | | | | sources instead of the disabled ones | ||||
| * | method to check if oauth button based providers are enabled | Andrei Gliga | 2016-05-12 | 1 | -0/+4 |
| | | |||||
| * | method to get the enabled_button_based_providers | Andrei Gliga | 2016-05-12 | 1 | -0/+6 |
| | | |||||
| * | OAuth Providers disable from the ApplicationSettings page | Andrei Gliga | 2016-05-12 | 1 | -0/+15 |
| | | |||||
* | | Only show forks for users who can download code | Sean McGivern | 2016-05-12 | 1 | -2/+2 |
|/ | | | | | The ForksController enforces this, so don't show the link if it won't go anywhere. | ||||
* | Remove unused `icon_for_event` helper | Robert Speicher | 2016-05-11 | 1 | -9/+0 |
| | |||||
* | Merge branch 'rs-backport-ee-372' into 'master' | Rémy Coutable | 2016-05-09 | 1 | -1/+2 |
|\ | | | | | | | | | | | | | Backport changes from gitlab-org/gitlab-ee!372 Mostly replaces several Spinach tests with RSpec Feature tests. See merge request !4043 | ||||
| * | Backport changes from gitlab-org/gitlab-ee!372rs-backport-ee-372 | Robert Speicher | 2016-05-04 | 1 | -1/+2 |
| | | | | | | | | Mostly replaces several Spinach tests with RSpec Feature tests. | ||||
* | | Update SVG sanitizer to conform to SVG 1.1 | Stan Hu | 2016-05-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | Use a custom Loofah scrubber since sanitize 2.x transformers are inadequate to handle case-sensitive SVG attributes. sanitize parses documents as HTML instead of XML, which causes all SVG attribute names (e.g. viewBox) to be downcased. * SVG element list: https://www.w3.org/TR/SVG/eltindex.html * SVG attribute list: https://www.w3.org/TR/SVG/attindex.html Closes #14555 | ||||
* | | Merge branch 'master' into group-navigation-redesign | Dmitriy Zaporozhets | 2016-05-05 | 1 | -6/+8 |
|\ \ | |||||
| * \ | Merge branch 'rs-repository-size-format' into 'master' | Stan Hu | 2016-05-04 | 1 | -6/+2 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use `number_to_human_size` helper to show repository size This will intelligently format large repository sizes in GBs (or, shudder, TBs). Also, removes `rescue` clause from `repository_size` helper. The repository size has since become calculated (and cached) more intelligently, and this should no longer be necessary. See merge request !4047 | ||||
| | * | | Remove `rescue` clause from `repository_size` helperrs-repository-size-format | Robert Speicher | 2016-05-04 | 1 | -5/+0 |
| | | | | | | | | | | | | | | | | | | | | The repository size has since become calculated (and cached) more intelligently, and this should no longer be necessary. | ||||
| | * | | Use `number_to_human_size` helper to show repository size | Robert Speicher | 2016-05-04 | 1 | -1/+2 |
| | |/ | | | | | | | | | | | | | This will intelligently format large repository sizes in GBs (or, shudder, TBs). | ||||
| * | | Sanitize repo paths in new project error message | Stan Hu | 2016-05-04 | 1 | -0/+6 |
| |/ | | | | | | | Closes #17243 | ||||
* | | Group navigation design update | Annabel Dunstone | 2016-05-03 | 1 | -5/+8 |
|/ | |||||
* | Merge remote-tracking branch 'dev/master' into 'master' | Robert Speicher | 2016-05-02 | 1 | -15/+33 |
|\ | |||||
| * | Ensure URL in all Service subclasses are valid | Rémy Coutable | 2016-04-25 | 1 | -15/+33 |
| | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | Remove deprecated CI badge helper | Grzegorz Bizon | 2016-04-29 | 1 | -13/+0 |
| | | | | | | | | Closes #13446 | ||||
* | | Properly handle bigger files | Zeger-Jan van de Weg | 2016-04-28 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'sidebar-label-link' into 'master' | Jacob Schatz | 2016-04-27 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | | | | | | | Updated label links to work correctly for filtering See !3846#note_5033951 See merge request !3920 | ||||
| * | | Updated label links to work correctly for filteringsidebar-label-link | Phil Hughes | 2016-04-26 | 1 | -1/+1 |
| |/ | | | | | | | See !3846#note_5033951 | ||||
* | | Allow to pass custom classes to button | Alfredo Sumaran | 2016-04-26 | 1 | -6/+9 |
| | | |||||
* | | Hide button on mobile | Alfredo Sumaran | 2016-04-26 | 1 | -1/+1 |
| | | |||||
* | | Syntax and code improvements | Alfredo Sumaran | 2016-04-26 | 1 | -11/+13 |
| | | |||||
* | | Rename method | Alfredo Sumaran | 2016-04-26 | 1 | -4/+4 |
| | | |||||
* | | Use new method hide_whitespaces? | Alfredo Sumaran | 2016-04-26 | 1 | -1/+1 |
| | | |||||
* | | Add Hide/show whitespace changes button on diff and commit view | Alfredo Sumaran | 2016-04-26 | 1 | -0/+22 |
| | | |||||
* | | Updated based on feedbacksearch-ui-update | Phil Hughes | 2016-04-26 | 1 | -6/+6 |
| | | | | | | | | | | Changed some variable names Fixed CHANGELOG entry | ||||
* | | Correctly shows no results text | Phil Hughes | 2016-04-26 | 1 | -1/+1 |
| | | | | | | | | Correct search results count | ||||
* | | Humanize scope text | Phil Hughes | 2016-04-26 | 1 | -2/+2 |
| | | |||||
* | | Mobile updates for search UI | Phil Hughes | 2016-04-26 | 1 | -1/+1 |
| | | |||||
* | | Started updating search UI | Phil Hughes | 2016-04-26 | 1 | -0/+10 |
|/ | |||||
* | Fix license detection to detect all license files, not only known licenses | Rémy Coutable | 2016-04-25 | 1 | -8/+12 |
| | | | | | | Fixes #15470. Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Merge branch 'rs-diff_view' into 'master' | Rémy Coutable | 2016-04-22 | 1 | -1/+7 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Always read diff_view setting from the cookie Prior, when the user had their view set to "parallel" and then visited a merge request's changes tab _without_ passing the `view` parameter via query string, the view would be parallel but the `Notes` class was always instantiated with the default value from `diff_view` ("inline"), resulting in broken markup when the form to add a line note was dynamically inserted. The cookie is set whenever the view is changed, so this value should always be up-to-date. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/14557 and https://gitlab.com/gitlab-org/gitlab-ce/issues/15285 See merge request !3732 |