summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Add unit specs for `Note#active?`rs-note-active-specRobert Speicher2016-03-111-12/+21
* Merge branch 'fix_responsive_layout_bug' into 'master' Jacob Schatz2016-03-111-1/+1
|\
| * Fix responsive bug top navigationDennis van de Hoef2016-03-111-1/+1
* | Use a UNION in MergeRequest.in_projectsYorick Peterse2016-03-111-1/+18
* | Make Namespace.search case-insensitiveYorick Peterse2016-03-111-1/+11
* | Removed arel_table receiver from search methodsYorick Peterse2016-03-116-6/+6
* | Clean up ProjectsFinder for getting user projectsYorick Peterse2016-03-112-4/+10
* | Refactor Gitlab::ProjectSearchResultsYorick Peterse2016-03-111-1/+1
* | Refactor Gitlab::SnippetSearchResultsYorick Peterse2016-03-111-2/+3
* | Refactor Gitlab::SearchResultsYorick Peterse2016-03-111-2/+1
* | Use ILIKE/LIKE for searching milestonesYorick Peterse2016-03-111-2/+11
* | Use ILIKE/LIKE for Issuable.search and full_searchYorick Peterse2016-03-111-2/+19
* | Use ILIKE/LIKE for searching CI runnersYorick Peterse2016-03-111-3/+17
* | Use ILIKE/LIKE for searching groupsYorick Peterse2016-03-111-1/+11
* | Use ILIKE/LIKE for searching usersYorick Peterse2016-03-111-1/+15
* | Use ILIKE/LIKE for searching notesYorick Peterse2016-03-111-1/+11
* | Use ILIKE/LIKE for searching snippetsYorick Peterse2016-03-111-2/+22
* | Use ILIKE in Project.search_by_titleYorick Peterse2016-03-111-1/+4
* | Use ILIKE/LIKE + UNION in Project.searchYorick Peterse2016-03-111-6/+24
* | Merge branch 'group-activity-separate-tab' into 'master' Robert Speicher2016-03-116-18/+34
|\ \
| * | Fix header titlegroup-activity-separate-tabDmitriy Zaporozhets2016-03-101-1/+1
| * | Move group activity feed to separate page for consistency with dashboard and ...Dmitriy Zaporozhets2016-03-106-18/+34
* | | Merge branch 'search-results-filter-dropdown' into 'master' Jacob Schatz2016-03-112-17/+31
|\ \ \
| * | | Increased dropdown max heightPhil Hughes2016-03-111-1/+1
| * | | Improved search results filter dropdownPhil Hughes2016-03-111-16/+30
* | | | Merge branch 'award-emoji-design-update' into 'master' Jacob Schatz2016-03-118-151/+188
|\ \ \ \
| * | | | Added 'surprise' animationaward-emoji-design-updatePhil Hughes2016-03-112-9/+34
| * | | | Fixed bug with emoji search stylingPhil Hughes2016-03-111-2/+2
| * | | | CoffeeScript style improv.Phil Hughes2016-03-111-2/+3
| * | | | Award emoji button paddingPhil Hughes2016-03-111-0/+2
| * | | | Renamed variables & removed some for award emojiPhil Hughes2016-03-112-10/+6
| * | | | Moved method calls to separate linesPhil Hughes2016-03-111-6/+11
| * | | | Moved SCSS values into variablesPhil Hughes2016-03-113-11/+28
| * | | | Updated award emoji testsPhil Hughes2016-03-111-1/+1
| * | | | Updated UI of award emojiPhil Hughes2016-03-117-140/+131
| |/ / /
* | | | Merge branch 'fix-issue-toggle-button-mobile' into 'master' Jacob Schatz2016-03-115-9/+8
|\ \ \ \
| * | | | Removed deprecated bootstrap classesfix-issue-toggle-button-mobilePhil Hughes2016-03-112-2/+2
| * | | | Fixes issue with issue sidebar toggle button not workingPhil Hughes2016-03-105-9/+8
* | | | | Merge branch 'account-settings' into 'master' Jacob Schatz2016-03-116-158/+202
|\ \ \ \ \
| * | | | | Used standard variable coloursaccount-settingsPhil Hughes2016-03-112-14/+4
| * | | | | Added back 2fa configure later buttonPhil Hughes2016-03-111-0/+1
| * | | | | Moved 2fa into separate viewPhil Hughes2016-03-115-104/+64
| * | | | | Fixed issue with 2fa not enablingPhil Hughes2016-03-114-25/+22
| * | | | | Fixed heading weight issuePhil Hughes2016-03-112-5/+17
| * | | | | Fixed failing testsPhil Hughes2016-03-111-1/+1
| * | | | | Account settingsPhil Hughes2016-03-116-116/+200
| | |/ / / | |/| | |
* | | | | Merge branch 'comment-discard-button' into 'master' Jacob Schatz2016-03-114-17/+62
|\ \ \ \ \
| * | | | | Correctly uses a variable with the textcomment-discard-buttonPhil Hughes2016-03-111-1/+1
| * | | | | Fixed tests for comment formsPhil Hughes2016-03-042-1/+6
| * | | | | Added discard button to comment formPhil Hughes2016-03-044-17/+57