summaryrefslogtreecommitdiff
path: root/app/views
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Improve UI consistency between projects and groups listsDmitriy Zaporozhets2016-02-033-19/+29
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | Merge branch 'support-akismet' into 'master' Robert Speicher2016-02-034-3/+81
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support Akismet spam checking for creation of issues via API Currently any spam detected by Akismet for non-members via API will be logged in a separate table in the admin page. Closes #5612 See merge request !2266
| * | | | Hide the link for spam logs if the Askimet is disabledDouglas Barbosa Alexandre2016-02-021-6/+7
| | | | |
| * | | | Refactor Admin::SpamLogsController to block user before destroyingDouglas Barbosa Alexandre2016-02-022-4/+6
| | | | |
| * | | | Use time_ago_with_tooltip on spam logs listDouglas Barbosa Alexandre2016-02-021-1/+1
| | | | |
| * | | | Use truncate helper on spam logs listDouglas Barbosa Alexandre2016-02-021-1/+1
| | | | |
| * | | | Support Akismet spam checking for creation of issues via APIStan Hu2016-02-024-3/+78
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | Currently any spam detected by Akismet by non-members via API will be logged in a separate table in the admin page. Closes #5612
* | | | Merge branch 'fix-tooltips-admin-nav' into 'master' Robert Speicher2016-02-031-3/+3
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | Improve tooltips on admin menu See merge request !2673
| * | | Improve tooltips on admin menuZeger-Jan van de Weg2016-02-021-3/+3
| |/ /
* | | Merge branch 'title-projects-dropdown' into 'master' Jacob Schatz2016-02-021-4/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added dropdown to list all projects on project header Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/4212 When clicking the current project name, it shows a dropdown menu with a list of all projects for that group or user. When closed: ![Screen_Shot_2016-01-14_at_19.17.44](/uploads/a7258ba388dba238fc2f0468711fc729/Screen_Shot_2016-01-14_at_19.17.44.png) When open: ![Screen_Shot_2016-01-14_at_19.17.51](/uploads/716533d9eb44b123c5fdff36a4740489/Screen_Shot_2016-01-14_at_19.17.51.png) cc. @jschatz1 See merge request !2438
| * | | uses AJAX to select the projectsPhil Hughes2016-01-301-4/+4
| | | |
* | | | Merge branch 'git-raw-workhorse' into 'master' Jacob Vosmaer2016-02-022-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Send raw Git blobs via gitlab-workhorse See merge request !2451
| * \ \ \ Merge remote-tracking branch 'origin/master' into git-raw-workhorseJacob Vosmaer2016-02-021-1/+4
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into ↵Jacob Vosmaer2016-02-0189-254/+377
| |\ \ \ \ | | | | | | | | | | | | | | | | | | git-raw-workhorse
| * | | | | Use less memory while counting linesJacob Vosmaer2016-01-281-1/+1
| | | | | |
| * | | | | Use a /raw/ request to show an imageJacob Vosmaer2016-01-201-1/+1
| | | | | |
* | | | | | Merge remote-tracking branch 'origin/master' into lazy-blobslazy-blobsJacob Vosmaer2016-02-021-1/+4
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Render sanitized SVG imagesStan Hu2016-02-011-1/+4
| | |/ / / | |/| | | | | | | | | | | | | Closes https://github.com/gitlabhq/gitlabhq/issues/9265
* | | | | Move load command into _text partialJacob Vosmaer2016-02-022-1/+1
| | | | |
* | | | | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into lazy-blobsJacob Vosmaer2016-02-0178-234/+339
|\ \ \ \ \ | |/ / / /
| * | | | Make "Two-factor" casing consistent throughout the applicationrs-two-factor-casingRobert Speicher2016-01-312-4/+4
| | | | |
| * | | | Merge branch 'rename-inline-diff' into 'master' Robert Speicher2016-01-312-10/+14
| |\ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | Mark inline difference between old and new paths when a file is renamed See merge request !2652
| | * | | Mark inline difference between old and new paths when a file is renamedDouwe Maan2016-01-292-10/+14
| | | | |
| * | | | Merge branch 'warn-admin-oauth' into 'master' Douwe Maan2016-01-301-1/+10
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Warn admin of granting admin rights during OAuth Fixes #3951 Warning style the same as the warning a user sees on a archived project. ![Screenshot_from_2016-01-25_20-06-33](/uploads/42e6a218b963311fd20c0b7c87c8cf4f/Screenshot_from_2016-01-25_20-06-33.png) See merge request !2601
| | * | | | Improve text on warning messageZeger-Jan van de Weg2016-01-261-1/+3
| | | | | |
| | * | | | Warn admin of granting admin rights during OAuthZeger-Jan van de Weg2016-01-261-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #3951 Warning style the same as the warning a user sees on a archived project.
| * | | | | Merge branch 'focus-emoji-search-field' into 'master' Jacob Schatz2016-01-291-1/+1
| |\ \ \ \ \ | | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Auto-focus emoji award search field ![emoji-search-focus](/uploads/7cd0448e00ced19d3cf1c4fdd141c74f/emoji-search-focus.gif) Closes #12621 cc. @jschatz1 See merge request !2650
| | * | | | Auto-focus emoji award search fieldPhil Hughes2016-01-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Closes #12621
| * | | | | 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