summaryrefslogtreecommitdiff
path: root/app/helpers
Commit message (Expand)AuthorAgeFilesLines
* Add SAML to list of social_providermatt-firtion/gitlab-ce-SAML_1888Matthew Firtion2015-06-251-1/+1
* Prefix random Markdown tips with "Tip:"rs-random-placeholder-tipRobert Speicher2015-06-241-1/+1
* Show a random Markdown tip in the textarea placeholderRobert Speicher2015-06-231-0/+23
* Fixed invalid timestamps in RSS feed #1771Rowan Wookey2015-06-231-1/+1
* Merge branch 'revert-mr-state-names'Dmitriy Zaporozhets2015-06-221-3/+2
|\
| * Revert merge request states renamingDmitriy Zaporozhets2015-06-191-3/+2
* | Merge branch 'rs-rspec3' into 'master'Dmitriy Zaporozhets2015-06-223-4/+15
|\ \
| * | Update mock and stub syntax for specsRobert Speicher2015-06-223-4/+15
* | | Merge branch 'rs-remove-link-to-override'Dmitriy Zaporozhets2015-06-221-33/+0
|\ \ \
| * | | Remove overridden `link_to` helperrs-remove-link-to-overrideRobert Speicher2015-06-171-33/+0
| | |/ | |/|
* | | Merge branch 'new-logo' into 'master'Dmitriy Zaporozhets2015-06-221-1/+1
|\ \ \ | |_|/ |/| |
| * | Replace old logo with new onenew-logoDmitriy Zaporozhets2015-06-191-1/+1
| |/
* | Update time_ago_with_tooltip helperRobert Speicher2015-06-174-13/+32
|/
* Support commenting on a diff in side-by-side viewStan Hu2015-06-161-4/+6
* Refactor dashboard_choicesRobert Speicher2015-06-131-13/+16
* Make the dashboard choice text match the text in the sidebarRobert Speicher2015-06-131-2/+2
* Add a form field to customize the dashboard preferenceRobert Speicher2015-06-131-0/+19
* Add PreferencesHelper moduleRobert Speicher2015-06-133-29/+32
* Add Gitlab::Themes module; remove Gitlab::ThemeRobert Speicher2015-06-131-5/+2
* Move Project Members link from Settings to main menu.Nicolas2015-06-091-1/+1
* Merge branch 'ignore-references' into 'master'Dmitriy Zaporozhets2015-06-021-15/+12
|\
| * Actually ignore references in code blocks etc.Douwe Maan2015-06-021-15/+12
* | Remove now-unused `escaped_autolink` helper and rails_autolink gemRobert Speicher2015-06-021-4/+0
|/
* Merge branch 'rs-issue-1721' into 'master'Douwe Maan2015-06-021-3/+16
|\
| * Fix link_to_gfm with only a reference having the incorrect linkrs-issue-1721Robert Speicher2015-05-291-3/+16
* | Merge branch 'leave-project' into 'master'Dmitriy Zaporozhets2015-05-291-0/+12
|\ \
| * | Add ability to leave projectDmitriy Zaporozhets2015-05-291-0/+12
| |/
* | Add option to disallow users from registering any application to use GitLab a...user-oauth-applicationsDouwe Maan2015-05-291-0/+4
|/
* Fix git blame syntax highlighting when different commits break up linesStan Hu2015-05-271-5/+5
* Merge branch 'accepted-rejected-mrs' into 'master'Dmitriy Zaporozhets2015-05-271-1/+6
|\
| * Add Accepted and Rejected tabs to MR lists.Douwe Maan2015-05-251-1/+6
* | Simplify `cross_project_reference` with `to_reference`Robert Speicher2015-05-261-7/+17
* | Merge branch 'rs-link_to_label' into 'master'Dmitriy Zaporozhets2015-05-261-0/+38
|\ \
| * | Add link_to_label helperRobert Speicher2015-05-211-0/+38
* | | Refactor permission checks to use `can?` instead of `issues_enabled` and `mer...Stan Hu2015-05-251-4/+12
| |/ |/|
* | Use the user list from the target project in a merge requestStan Hu2015-05-221-2/+3
|/
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceJob van der Voort2015-05-211-2/+4
|\
| * workaround for buggy lexersHannes Rosenögger2015-05-201-2/+4
* | Disabled expansion of top/bottom blobs for new file diffsAlex Connor2015-05-211-0/+4
|/
* Simplify and unify helpers for rendering markupJakub Jirutka2015-05-182-10/+4
* Rename MarkdownHelper to MarkupHelperJakub Jirutka2015-05-182-4/+4
* Handle AsciiDoc better, reuse HTML pipeline filters (fixes #9263)Jakub Jirutka2015-05-183-3/+26
* Fill in email on the new password formVinnie Okada2015-05-161-1/+1
* Explain reset token expiration in emailsVinnie Okada2015-05-161-0/+19
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2015-05-153-12/+22
|\
| * Merge branch 'dashboard-references' into 'master'Dmitriy Zaporozhets2015-05-152-8/+10
| |\
| | * Fix reference links in dashboard activity and ATOM feeds.dashboard-referencesDouwe Maan2015-05-142-8/+10
| * | Small refactoring of state_filters_text_for helperuse-count-badgesDmitriy Zaporozhets2015-05-141-3/+2
| * | append empty space only if count existsDmitriy Zaporozhets2015-05-141-1/+1
| * | Use count badges with number_with_delimiter helper for issue, commit countDmitriy Zaporozhets2015-05-141-4/+13
| |/