summaryrefslogtreecommitdiff
path: root/app/helpers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fix-submodule-error-with-forked-project' into 'master'Dmitriy Zaporozhets2015-04-302-4/+4
|\
| * Fix "Revspec not found" errors when viewing diffs in a forked project with su...Stan Hu2015-04-272-4/+4
* | Merge branch 'footnotes-markdown' into 'master'Douwe Maan2015-04-291-1/+2
|\ \ | |/ |/|
| * Add footnotes support to MarkdownGuillaume Delbergue2015-04-241-1/+2
* | Merge branch 'fix-relative-submodule-links-with-personal-projects' into 'master'Dmitriy Zaporozhets2015-04-271-1/+1
|\ \
| * | Fix broken file browsing with relative submodule in personal projectsStan Hu2015-04-231-1/+1
* | | Add new admin settingsVinnie Okada2015-04-261-1/+23
* | | Check if project before calling count on issuable.Marin Jankovski2015-04-241-1/+3
* | | Add issue and merge request count for state filters.Marin Jankovski2015-04-241-0/+12
| |/ |/|
* | Merge branch 'master' into new-sidebarDmitriy Zaporozhets2015-04-234-9/+26
|\ \ | |/
| * Recover from all `URI::Error`sRobert Speicher2015-04-211-4/+8
| * Escape title attributes in referencesRobert Speicher2015-04-202-2/+6
| * Begin cleaning out spec/helpers/gitlab_markdown_helper_specRobert Speicher2015-04-201-0/+1
| * Reference filters :sparkles:Robert Speicher2015-04-202-5/+13
* | Fix toggle of sidebarDmitriy Zaporozhets2015-04-222-8/+16
|/
* Fix merge request comments on files with multiple commitsDominik Sander2015-04-151-1/+1
* Consistently use "invitation" rather than "invite" in text.Douwe Maan2015-04-142-2/+2
* Let members be invited from Add members pane.Douwe Maan2015-04-141-0/+2
* Correctly render invite members without user.Douwe Maan2015-04-142-4/+12
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2015-04-141-25/+0
|\
| * Merge branch 'revert_fix_email_images' into 'master'Douwe Maan2015-04-141-25/+0
| |\
| | * Revert "Merge branch 'fix_email_images' into 'master'"Hannes Rosenögger2015-04-131-25/+0
* | | Merge branch 'rs-link-to-performance' into 'master'Dmitriy Zaporozhets2015-04-141-21/+23
|\ \ \ | |/ / |/| |
| * | Use `start_with?` instead of String slicing to check for external linksRobert Speicher2015-04-121-1/+1
| * | Speed up the overridden `link_to` helperRobert Speicher2015-04-121-21/+23
* | | Merge branch 'reference-access-control' into 'master'Dmitriy Zaporozhets2015-04-131-3/+4
|\ \ \ | |_|/ |/| |
| * | Don't require user to every gfm call.Douwe Maan2015-04-031-1/+1
| * | Add Commit#author and #committer.Douwe Maan2015-04-021-3/+4
| * | Only allow user to reference objects they have access to.Douwe Maan2015-04-021-1/+1
* | | Merge branch 'public-deploy-keys' into 'master'Dmitriy Zaporozhets2015-04-131-0/+8
|\ \ \ | |_|/ |/| |
| * | Clean up code.Douwe Maan2015-04-031-0/+8
* | | Merge branch 'regex-start-of-string' into 'master'Dmitriy Zaporozhets2015-04-123-4/+4
|\ \ \
| * | | Use `\A` and `\z` in regexes instead of `^` and `$`.Douwe Maan2015-04-103-4/+4
* | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2015-04-102-6/+15
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'fix-submodules-with-relative-links' into 'master'Douwe Maan2015-04-101-6/+13
| |\ \ \
| | * | | Fix broken file browsing with a submodule that has a relative linkStan Hu2015-04-091-6/+13
| * | | | Move current user to the top of the list in author/assignee filtersStan Hu2015-04-091-0/+2
| |/ / /
* | | | Disable RedCarpet's `escape_html` optionRobert Speicher2015-04-091-17/+21
|/ / /
* | | Fix bug where Wiki pages that include a '/' were no longer accessibleStan Hu2015-04-071-0/+22
* | | Merge branch 'emailsonpush-last-line' into 'master'Dmitriy Zaporozhets2015-04-071-5/+1
|\ \ \ | |/ / |/| |
| * | Move EmailsOnPush highlight CSS inline instead of being in every notification...Douwe Maan2015-03-311-5/+1
* | | Check symlink mode as a String for file_type_icon_classRobert Speicher2015-04-011-1/+1
| |/ |/|
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceMarin Jankovski2015-03-311-0/+4
|\ \
| * | Better looking milestone listsDmitriy Zaporozhets2015-04-011-0/+4
| |/
* | Merge branch 'email-full-url'Marin Jankovski2015-03-311-6/+18
|\ \ | |/ |/|
| * Use relative URL for Markdown references, except in mails.email-full-urlDouwe Maan2015-03-271-6/+18
* | Refactor star btn logic for non-logged in user and fix testsDmitriy Zaporozhets2015-03-291-12/+10
* | Refactor star/fork buttonsDmitriy Zaporozhets2015-03-291-3/+7
* | Merge branch 'file-type' of https://github.com/Soullivaneuh/gitlabhq into Sou...Dmitriy Zaporozhets2015-03-293-4/+57
|\ \
| * | Improve file icons rendering on treeSullivan SENECHAL2015-03-283-4/+57