summaryrefslogtreecommitdiff
path: root/app/helpers/search_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* Make search results use the markdown cache columns, treating them consistentlyNick Thomas2016-10-071-2/+12
| | | | | | Truncato is introduced as a dependency to intelligently shorten the rendered HTML to 200 characters; the previous approach could have resulted in invalid HTML being rendered.
* Backport search_helper changes from EEbackport_to_search_helper_from_eeValery Sizov2016-09-141-0/+31
|
* Escape search term before passing it to Regexp.new (!6241)winniehell2016-09-071-1/+3
|
* Fix markdown help referencesClement Ho2016-08-261-1/+1
|
* Enable Style/SpaceAroundEqualsInParameterDefault coprubocop/SpaceAroundEqualsInParameterDefaultGabriel Mazetto2016-08-061-1/+1
|
* fix missing repo_ref parambarthc2016-07-221-1/+2
|
* Update permissons links to new pageupdate-permissions-linksSean McGivern2016-07-141-1/+1
| | | | | permissions/permissions just links to user/permissions since https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5210
* Update the help_page_path route to accept paths directly instead of using ↵Connor Shea2016-07-111-9/+9
| | | | parameters.
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-1/+0
|
* Codestyle: make sure we have space around operatorsGabriel Mazetto2016-05-131-1/+1
|
* Updated based on feedbacksearch-ui-updatePhil Hughes2016-04-261-6/+6
| | | | | Changed some variable names Fixed CHANGELOG entry
* Correctly shows no results textPhil Hughes2016-04-261-1/+1
| | | | Correct search results count
* Humanize scope textPhil Hughes2016-04-261-2/+2
|
* Mobile updates for search UIPhil Hughes2016-04-261-1/+1
|
* Started updating search UIPhil Hughes2016-04-261-0/+10
|
* Use strings instead of constantsAlfredo Sumaran2016-03-241-31/+25
|
* Set constants for category namesAlfredo Sumaran2016-03-211-27/+32
|
* Better wordingAlfredo Sumaran2016-03-151-2/+2
|
* Apply styling and tweaks to autocomplete dropdownAlfredo Sumaran2016-03-151-11/+10
|
* Working version of autocomplete with categorized resultsAlfredo Sumaran2016-03-151-26/+33
|
* Fix help_autocomplete alignmentwebhooksRobert Speicher2016-03-101-1/+1
| | | | | | OCD hooooooooo! [ci skip]
* web hooks to webhooksashleys2016-03-101-1/+1
|
* In search autocomplete show only groups and projects you are member ofbetter-search-autocompleteDmitriy Zaporozhets2016-02-041-2/+2
| | | | | | | | For big instances search autocomplet is flooded with groups you have no access to and insternal/public projects you don't care. It affects way how easily you can go to group/project you are actually member of Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* remove public field from namespace and refactoringnamespace-clean_upValery Sizov2016-01-041-1/+1
|
* Allow groups to appear in the search results if the group owner allows itValery Sizov2015-11-051-1/+1
|
* Update views to single form of address. Change "my" to "your"Dmitriy Zaporozhets2015-03-221-3/+3
|
* Use `project_member` instead of `team_member`.Douwe Maan2015-03-151-1/+1
|
* Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-11/+11
| | | | | | Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
* Sort projects in search autocomplete by amount of stars. Most popular go firstDmitriy Zaporozhets2014-09-251-1/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Improve search results output. Fixes some markup issuesDmitriy Zaporozhets2014-08-281-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Improve comment search resultsDmitriy Zaporozhets2014-08-271-0/+5
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Save search options when switch between filterDmitriy Zaporozhets2014-08-271-4/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Implement search page with filtering of results and paginationDmitriy Zaporozhets2014-08-271-0/+15
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Wipe wall notes featureDmitriy Zaporozhets2014-06-131-1/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Refactor some search scopes to prevent wierd behaviour and PG::Error issuesDmitriy Zaporozhets2014-06-051-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Use the correct links, replace in search.Marin Jankovski2014-05-291-9/+9
|
* Allow access to groups with public projects.Jason Hollingsworth2014-02-201-13/+2
| | | | | Fixed Group avatars to only display when user has read permissions to at least one project in the group.
* Prevent duplicate method names in helpersDmitriy Zaporozhets2014-01-181-5/+5
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Refactor search autocomplete. Use ajax for sourceDmitriy Zaporozhets2014-01-181-17/+36
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Archiving old projects; archived projects aren't shown on dashboardSteven Thonus2013-12-161-2/+2
| | | | | | | | | | | | | | features for archive projects abilities for archived project other abilities for archive projects only limit commits and merges for archived projects ability changed to prohibited actions on archived projects added spec and feature tests for archive projects changed search bar not to include archived projects
* Remove duplicate items from search autocompleteDmitriy Zaporozhets2013-12-091-1/+3
| | | | | | Old behaviour gave you duplicate entries if your project is public Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Adding authenticated public mode (internal).Jason Hollingsworth2013-11-261-1/+8
| | | | | | Added visibility_level icons to project view (rather than just text). Added public projects to search results. Added ability to restrict visibility levels standard users can set.
* Refactor and cover search_autocomplete_sourceRobert Speicher2013-10-201-0/+78