summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Adds Konami Code to GitlabaprilJacob Schatz2016-04-011-0/+30
* Merge branch 'filter-dropdown-bug' into 'master' Rémy Coutable2016-04-015-9/+15
|\
| * Fixes issue with dropdowns not selecting valuesfilter-dropdown-bugPhil Hughes2016-03-315-9/+15
* | Merge branch 'snippets-with-comments-cause-a-500-when-they-show-up-in-search-...Douwe Maan2016-04-017-30/+54
|\ \
| * | Fix view of notes in search results when noteable is a snippetsnippets-with-comments-cause-a-500-when-they-show-up-in-search-results-14764Rémy Coutable2016-03-314-26/+50
| * | Rename Note#for_project_snippet? to #for_snippet?Rémy Coutable2016-03-314-4/+4
| |/
* | Merge branch 'fix-mentions-on-confidential-issues-for-non-members' into 'mast...Douwe Maan2016-04-013-25/+79
|\ \
| * | Mentions on confidential issues doesn't create todos for non-membersfix-mentions-on-confidential-issues-for-non-membersDouglas Barbosa Alexandre2016-03-303-25/+79
* | | Merge branch 'fix/issue-move-rewrite-uploads' into 'master' Douwe Maan2016-04-019-24/+200
|\ \ \
| * | | Fix rubocop offenses in upload rewriter specsfix/issue-move-rewrite-uploadsGrzegorz Bizon2016-03-311-1/+1
| * | | Add Changelog entry for uploads fix when moving issueGrzegorz Bizon2016-03-311-0/+3
| * | | Merge branch 'master' into fix/issue-move-rewrite-uploadsGrzegorz Bizon2016-03-3147-194/+9317
| |\ \ \ | | | |/ | | |/|
| * | | Improve specs for issue move serviceGrzegorz Bizon2016-03-311-2/+2
| * | | Extend specs for GFM uploads rewriterGrzegorz Bizon2016-03-312-11/+32
| * | | Remove reduntant `move_to_store` overrideGrzegorz Bizon2016-03-303-16/+10
| * | | Add method that returns markdown in file uploaderGrzegorz Bizon2016-03-303-2/+6
| * | | Check if GFM rewriters need rewrite internallyGrzegorz Bizon2016-03-303-2/+4
| * | | Add support for not Active Record based factoriesGrzegorz Bizon2016-03-301-4/+12
| * | | Refactor uploads rewriter used when moving issueGrzegorz Bizon2016-03-305-39/+27
| * | | Get FileUploader into test harness using factoryGrzegorz Bizon2016-03-303-6/+22
| * | | Add uploads rewriter and use it when moving issueGrzegorz Bizon2016-03-304-12/+151
| * | | Add markdown pattern for uploads to file uploaderGrzegorz Bizon2016-03-301-0/+1
* | | | Merge branch 'remove-twitter-congrats' into 'master' Rémy Coutable2016-04-0113-43/+6
|\ \ \ \
| * | | | Remove "Congratulations!" tweet button on newly-created project.connorshea2016-03-3113-43/+6
|/ / / /
* | | | Merge branch 'clean-up-user-controller-spec' into 'master' Robert Speicher2016-03-311-12/+3
|\ \ \ \
| * | | | Minor clean up on admin/users_controller_specZeger-Jan van de Weg2016-03-311-12/+3
* | | | | Merge branch 'fix-input-borders' into 'master' Jacob Schatz2016-03-314-8/+10
|\ \ \ \ \
| * | | | | Use border color variables for inputfix-input-bordersDmitriy Zaporozhets2016-03-312-3/+4
| * | | | | Fix icons color in the headerfix-header-colorsDmitriy Zaporozhets2016-03-313-5/+6
* | | | | | Merge branch 'deleted-project-still-stays-visible-and-404-issue-14138' into '...Robert Speicher2016-03-317-12/+33
|\ \ \ \ \ \
| * | | | | | Exclude projects pending deletion from all resultsZeger-Jan van de Weg2016-03-317-12/+33
|/ / / / / /
* | | | | | Merge branch 'fix-todos' into 'master' Rémy Coutable2016-03-317-2/+45
|\ \ \ \ \ \
| * | | | | | Update CHANGELOGfix-todosDouglas Barbosa Alexandre2016-03-311-0/+4
| * | | | | | Remove todos for deleted merge requestsDouglas Barbosa Alexandre2016-03-312-1/+18
| * | | | | | Destroy related todos when an issue is deletedDouglas Barbosa Alexandre2016-03-304-1/+20
| * | | | | | Fix error 500 when target is nil on todo listDouglas Barbosa Alexandre2016-03-301-1/+4
* | | | | | | Merge branch 'fix-placeholder-color' into 'master' Jacob Schatz2016-03-311-1/+1
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Fix placeholder colorDmitriy Zaporozhets2016-03-311-1/+1
|/ / / / / /
* | | | | | Merge branch 'fix-event-row' into 'master' Jacob Schatz2016-03-312-1/+9
|\ \ \ \ \ \
| * | | | | | Fix event rendering for certain event typesDmitriy Zaporozhets2016-03-312-1/+9
* | | | | | | Merge branch 'issue_3400_port' into 'master' Jacob Schatz2016-03-3111-157/+613
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Merge branch 'master' into issue_3400_portissue_3400_portAlfredo Sumaran2016-03-2961-533/+1347
| |\ \ \ \ \ \
| * | | | | | | Remove unused CSSAlfredo Sumaran2016-03-282-27/+5
| * | | | | | | Hide suggestions when deleting all input value using other than backspaceAlfredo Sumaran2016-03-271-2/+6
| * | | | | | | Do not show dropdown menu if when no suggestions returnedAlfredo Sumaran2016-03-271-4/+5
| * | | | | | | Add option to submit the typed queryAlfredo Sumaran2016-03-271-0/+10
| * | | | | | | Fix broken specAlfredo Sumaran2016-03-271-5/+4
| * | | | | | | Initialize autocomplete only when search form is presentAlfredo Sumaran2016-03-261-2/+3
| * | | | | | | Fix SCSS Lint errorsAlfredo Sumaran2016-03-262-2/+2
| * | | | | | | Always display suggestionsAlfredo Sumaran2016-03-263-25/+20