summaryrefslogtreecommitdiff
path: root/app/views
Commit message (Collapse)AuthorAgeFilesLines
* Mark inline difference between old and new paths when a file is renamedDouwe Maan2016-01-292-10/+14
|
* Partially revert "Add IP check against DNSBLs at account sign-up"rs-remove-ip-blockingRobert Speicher2016-01-281-16/+0
| | | | | This partially reverts 6a5cd3ca - we keep the migration and add a new migration that reverts it in order to keep migration history intact.
* Merge branch 'highlight-blame' into 'master' Robert Speicher2016-01-281-6/+4
|\ | | | | | | | | Fix highlighting in blame view. See merge request !2630
| * Merge branch 'master' into highlight-blameDouwe Maan2016-01-285-6/+5
| |\
| * | Move blame group logic to dedicated classDouwe Maan2016-01-281-2/+2
| | |
| * | Fix highlighting in blame view.Douwe Maan2016-01-271-4/+2
| | |
* | | Merge branch 'issue_2406' into 'master' Dmitriy Zaporozhets2016-01-287-10/+92
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Show list of forks for a given Project Closes #2406 See merge request !2376
| * | | Refactor some CSS rules.Rubén Dávila2016-01-201-1/+1
| | | |
| * | | Some fixes from last code review.Rubén Dávila2016-01-203-4/+4
| | | |
| * | | Some CSS and sorting fixes.Rubén Dávila2016-01-201-1/+1
| | | |
| * | | Add icon for private forks notice. #2406Rubén Dávila2016-01-201-1/+2
| | | |
| * | | Add ability to sort forks. #2406Rubén Dávila2016-01-201-4/+5
| | | |
| * | | aligns menu at top on one rowJacob Schatz2016-01-201-10/+10
| | | |
| * | | WIP: Add sort dropdown. #2406Rubén Dávila2016-01-201-0/+20
| | | |
| * | | Little update to copy and custom content for empty results. #2406Rubén Dávila2016-01-201-8/+13
| | | |
| * | | Show last commit as description. #2406Rubén Dávila2016-01-203-4/+10
| | | |
| * | | Add ability to filter by namespace. #2406Rubén Dávila2016-01-201-11/+17
| | | |
| * | | Use adequate icon for Forks link on sidebar. #2406Rubén Dávila2016-01-201-1/+1
| | | |
| * | | Show forks counter on listing. #2406Rubén Dávila2016-01-203-2/+10
| | | |
| * | | Add fork button and implement ability to distinguish between public and ↵Rubén Dávila2016-01-201-1/+22
| | | | | | | | | | | | | | | | protected forks. #2406
| * | | Use Project creator's avatar in fork listing. #2406Rubén Dávila2016-01-204-3/+10
| | | |
| * | | Setup new fork link in sidebar and routes. #2406Rubén Dávila2016-01-205-6/+13
| | | |
* | | | Removed sorted text from dropdownsPhil Hughes2016-01-287-8/+7
| |_|/ |/| | | | | | | | Closes #12796
* | | Merge branch 'events-performance' into 'master' Robert Speicher2016-01-274-4/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve performance of retrieving last update times for events See 75195eefcca4cb3961986c90c8e837da02f30134 and https://gitlab.com/gitlab-org/gitlab-ce/issues/12415#note_3387317 for the juicy details. Related issue: https://gitlab.com/gitlab-org/gitlab-ce/issues/12415 See merge request !2613
| * | | Use Atom update times of the first eventevents-performanceYorick Peterse2016-01-274-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By simply loading the first event from the already sorted set we save ourselves extra (slow) queries just to get the latest update timestamp. This removes the need for Event.latest_update_time and significantly reduces the time needed to build an Atom feed. Fixes gitlab-org/gitlab-ce#12415
* | | | Merge branch 'rs-issue-12672' into 'master' Dmitriy Zaporozhets2016-01-271-2/+1
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | Remove link from system hook Closes #12672 See merge request !2588
| * | | Remove link from system hookrs-issue-12672Robert Speicher2016-01-241-2/+1
| | | | | | | | | | | | | | | | Closes #12672
* | | | Merge branch 'fix/commit-status-artifacts' into 'master' Kamil Trzciński2016-01-271-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use generic method to checks if artifacts are available Closes #12626 See merge request !2576
| * | | | Use generic method to checks if artifacts are availableGrzegorz Bizon2016-01-261-1/+1
| | |/ / | |/| |
* | | | Fix visibility level texts on application settingsZeger-Jan van de Weg2016-01-261-2/+2
| | | | | | | | | | | | | | | | Introduced by me through !2005
* | | | Save button on app settings now btn-saveZeger-Jan van de Weg2016-01-263-4/+3
|/ / /
* | | Merge branch 'note-highlighting' into 'master' Robert Speicher2016-01-254-8/+7
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Highlight note code and edit preview More highlighting fixes! Highlighting wasn't applied all the way for code in notes, diff notes diffs and diff preview (on the file edit page). The CSS changes further unify the styling for file-content highlighting, diff highlighting and note code highlighting. See merge request !2594
| * | | Highlight note code and edit previewnote-highlightingDouwe Maan2016-01-254-8/+7
| |/ /
* | | Substituted deprecated forum link with project issues link. [ci skip]Jose Torres2016-01-251-3/+3
| | |
* | | Distinguishes between search inputs.Jacob Schatz2016-01-241-1/+1
| | | | | | | | | | | | Main search input has different styles than secondary search inputs.
* | | Adds base64 background search icon.Jacob Schatz2016-01-241-1/+1
|/ / | | | | | | | | | | | | | | | | All inputs of type `search` will have the gray background and search icon centered. Because the search magnifier is a bg image, I had to hide it with `[value=""]`. I added a little javascript to make sure each input always has it's own value.
* | Merge branch 'issuable-white-bg' into 'master' Jacob Schatz2016-01-235-13/+12
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove gray background from issue/mr/milestone background Fixes #6062 Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> cc @skyruler @creamzy See merge request !2573
| * | Remove gray background from issue/mr/milestone backgroundissuable-white-bgDmitriy Zaporozhets2016-01-225-13/+12
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Fix UI for pages with panelsfix-ui-paddingDmitriy Zaporozhets2016-01-229-13/+9
|/ / | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Merge branch 'issue_2239' into 'master' Dmitriy Zaporozhets2016-01-221-0/+4
|\ \ | | | | | | | | | | | | | | | | | | Provide a link for fetching merge requests from command line instructions Closes #2239 See merge request !2540
| * | Add link for checkout MRs info.issue_2239Rubén Dávila2016-01-211-0/+4
| | |
* | | Merge branch 'fix-comment-on-diff-ajax-loading'Dmitriy Zaporozhets2016-01-224-7/+5
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/master' into ↵Rémy Coutable2016-01-208-8/+45
| |\ \ \ | | |/ / | | | | | | | | fix-comment-on-diff-ajax-loading
| * | | Address some JS coding-style and HTML semantic issuesRémy Coutable2016-01-204-7/+5
| | | | | | | | | | | | | | | | | | | | | | | | - Replace 'rel' attributes with 'data' or 'id' attributes - Style jQuery methods chaining according to Jacob's guidelines - Rename a method
* | | | Merge branch 'fix-error-500-mr-search' into 'master' Dmitriy Zaporozhets2016-01-221-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Error 500 when doing a search for merge requests Potential fix for #11547 See merge request !2525
| * | | | Fix Error 500 when doing a search for merge requestsStan Hu2016-01-201-1/+1
| | |/ / | |/| | | | | | | | | | Potential fix for #11547
* | | | Merge branch 'fix-mr-diff-edit-button' into 'master' Robert Speicher2016-01-221-21/+19
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix MR diff 'Edit' button It now works and has the right size. See merge request !2542
| * | | | Fix MR diff 'Edit' buttonfix-mr-diff-edit-buttonDouwe Maan2016-01-211-21/+19
| | | | |
* | | | | Merge branch 'fix-diff-comments' into 'master' Robert Speicher2016-01-221-1/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | More highlighted diff fixes See merge request !2545
| * | | | | Restore diff commentsDouwe Maan2016-01-221-1/+2
| |/ / / /