summaryrefslogtreecommitdiff
path: root/spec/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ignore-references' into 'master'Dmitriy Zaporozhets2015-06-021-0/+24
|\
| * Ignore references in blockquotes.Douwe Maan2015-06-021-0/+4
| * Actually ignore references in code blocks etc.Douwe Maan2015-06-021-0/+20
* | Further limit the limited whitelist for project/group descriptionsrs-more-nofollowRobert Speicher2015-06-021-2/+17
* | Rename ReferenceFilterSpecHelper to FilterSpecHelperRobert Speicher2015-06-0214-27/+15
* | Add a `pipeline` context option for SanitizationFilterRobert Speicher2015-06-021-0/+14
|/
* Add ExternalLinkFilter to Markdown pipeliners-dont-follow-meRobert Speicher2015-05-271-0/+33
* Fix ClosingIssueExtractor specsRobert Speicher2015-05-261-5/+5
* Make use of to_reference in more specsRobert Speicher2015-05-262-37/+37
* Support only double quotes for multi-word label referencesRobert Speicher2015-05-261-40/+14
* Use `to_reference` in reference filter specsRobert Speicher2015-05-268-92/+82
* Update CommitRange#to_reference to use full SHAsRobert Speicher2015-05-261-2/+1
* Merge branch 'rs-issue-1690' into 'master'Dmitriy Zaporozhets2015-05-261-0/+7
|\
| * Better handle label references that aren't actually referencesrs-issue-1690Robert Speicher2015-05-251-0/+7
* | Remove Rack Attack monkey patches and bump to version 4.3.0Stan Hu2015-05-222-36/+1
|/
* Subclass TaskList::Filter to fix a bugrs-issue-1645Robert Speicher2015-05-201-0/+14
* Simplify and unify helpers for rendering markupJakub Jirutka2015-05-181-1/+1
* Rename MarkdownHelper to MarkupHelperJakub Jirutka2015-05-181-7/+7
* Handle AsciiDoc better, reuse HTML pipeline filters (fixes #9263)Jakub Jirutka2015-05-182-1/+72
* Minor RelativeLinkFilter cleanuprs-relative-link-filterRobert Speicher2015-05-131-68/+63
* Merge branch 'text-batch-1' into 'master'Dmitriy Zaporozhets2015-05-131-11/+3
|\
| * Fix GitAccess.text-batch-1Douwe Maan2015-05-131-11/+3
* | Merge pull request #9276 from jirutka/relative_link_filterDmitriy Zaporozhets2015-05-131-0/+120
|\ \ | |/ |/|
| * Add spec for RelativeLinkFilterJakub Jirutka2015-05-121-0/+120
* | Don't accidentally unblock auto created users from Active Directory.ad-block_auto_created_usersDouwe Maan2015-05-121-4/+23
|/
* Remove class and id attributes from SanitizationFilter whitelistrs-disallow-id-classRobert Speicher2015-05-081-5/+15
* Merge pull request #8756 from zaburt/force_utf8_on_oauth_propertiesDmitriy Zaporozhets2015-05-031-28/+83
|\
| * add common method to force utf8 and force oauth properties to be utf8Onur Küçük2015-05-031-28/+83
* | Add Project#get_issueRobert Speicher2015-04-301-4/+4
* | Autolink short URLsRobert Speicher2015-04-301-0/+8
* | Add jira_project project factoryRobert Speicher2015-04-301-18/+1
* | Add Gitlab::Markdown::SanitizationFilterRobert Speicher2015-04-301-0/+81
* | Add Gitlab::Markdown::AutolinkFilterRobert Speicher2015-04-301-0/+98
* | Add Gitlab::Markdown::TableOfContentsFilterRobert Speicher2015-04-301-0/+101
* | Show incompatible projects in Google Code import statusStan Hu2015-04-301-0/+1
|/
* Merge branch 'fix-commit-data-url-generation' into 'master'Douwe Maan2015-04-281-0/+16
|\
| * Fix bug where commit data would not appear in some subdirectoriesStan Hu2015-04-261-0/+16
* | Fix (project_)name_regex to accept non-ASCII letters and dashJakub Jirutka2015-04-271-0/+3
* | Fix NotificationService specRobert Speicher2015-04-251-2/+2
* | Add CommitRange directly to results HashRobert Speicher2015-04-251-4/+4
* | Update CommitRangeReferenceFilter to use CommitRange classRobert Speicher2015-04-251-4/+10
* | Always use short SHAs as commit reference link textRobert Speicher2015-04-251-4/+14
* | Refactor ReferenceExtractor to use pipeline filtersRobert Speicher2015-04-251-74/+0
* | Add results to reference filtersRobert Speicher2015-04-257-16/+107
|/
* Use project.commit convenience method.Douwe Maan2015-04-245-11/+11
* Add Gitlab::Markdown::EmojiFilterRobert Speicher2015-04-211-0/+97
* Merge branch 'rs-reference-filters' into 'master'Dmitriy Zaporozhets2015-04-2110-1/+1026
|\
| * Skip failing test until usernames can't end in periods againRobert Speicher2015-04-201-0/+1
| * Tweak single-word label regex to fix pending spec.Douwe Maan2015-04-201-1/+0
| * project_from_ref returns nil when reference doesn't exist.Douwe Maan2015-04-201-2/+8