summaryrefslogtreecommitdiff
path: root/lib/gitlab
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8756 from zaburt/force_utf8_on_oauth_propertiesDmitriy Zaporozhets2015-05-032-7/+16
|\
| * add common method to force utf8 and force oauth properties to be utf8Onur Küçük2015-05-032-7/+16
* | Remove title_for_issue helperRobert Speicher2015-04-301-5/+1
* | Remove special handling for the `'` problemRobert Speicher2015-04-301-1/+0
* | Add Project#get_issueRobert Speicher2015-04-301-7/+6
* | Rename SCHEME_PATTERN to LINK_PATTERNRobert Speicher2015-04-301-5/+5
* | Autolink short URLsRobert Speicher2015-04-301-1/+4
* | Update Autolink SCHEME_PATTERNRobert Speicher2015-04-301-1/+3
* | Doc typoRobert Speicher2015-04-301-1/+1
* | Update the Gitlab::Markdown docsRobert Speicher2015-04-301-25/+1
* | Add Gitlab::Markdown::SanitizationFilterRobert Speicher2015-04-302-31/+41
* | Add Gitlab::Markdown::AutolinkFilterRobert Speicher2015-04-302-1/+98
* | Add Gitlab::Markdown::TableOfContentsFilterRobert Speicher2015-04-302-0/+67
* | Show incompatible projects in Google Code import statusStan Hu2015-04-301-0/+4
|/
* Fix (project_)name_regex to accept non-ASCII letters and dashJakub Jirutka2015-04-271-4/+4
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2015-04-2711-197/+148
|\
| * Merge branch 'fix-gitorious-importer' into 'master'Dmitriy Zaporozhets2015-04-271-1/+1
| |\
| | * Get Gitorious importer to work again.fix-gitorious-importerDouwe Maan2015-04-241-1/+1
| * | Merge branch 'rs-minor-styles' into 'master'Dmitriy Zaporozhets2015-04-271-14/+25
| |\ \
| | * | Fix Profile > Design live-updatingRobert Speicher2015-04-251-14/+25
| | |/
| * | Convert UserReferenceFilter#link_to_group to use a guard clauseRobert Speicher2015-04-251-7/+5
| * | Refactor `UserReferenceFilter#user_link_filter`Robert Speicher2015-04-251-35/+43
| * | Fix docs for `push_result`Robert Speicher2015-04-251-2/+2
| * | Fix NotificationService specRobert Speicher2015-04-252-5/+5
| * | Add CommitRange directly to results HashRobert Speicher2015-04-251-1/+1
| * | DRY up ReferenceExtractorRobert Speicher2015-04-251-9/+11
| * | Don't allow nil references to get added to resultsRobert Speicher2015-04-251-0/+2
| * | Update CommitRangeReferenceFilter to use CommitRange classRobert Speicher2015-04-251-33/+10
| * | Always use short SHAs as commit reference link textRobert Speicher2015-04-251-1/+1
| * | Refactor ReferenceExtractor to use pipeline filtersRobert Speicher2015-04-251-119/+36
| * | Add results to reference filtersRobert Speicher2015-04-257-2/+22
| * | Initialize the references result Hash in ReferenceFilterRobert Speicher2015-04-251-0/+16
| |/
* | Merge pull request #9186 from Senorsen/patch-1Dmitriy Zaporozhets2015-04-271-1/+1
|\ \ | |/ |/|
| * Fix contributions calendar empty problem under mysqlZhang Sen2015-04-251-1/+1
* | Revert "Rename namespace_regex to namespace_path_regex."Douwe Maan2015-04-244-7/+7
* | Rename namespace_regex to namespace_path_regex.Douwe Maan2015-04-244-7/+7
* | Revert "Revert disallowing usernames to end in period."Douwe Maan2015-04-241-2/+2
* | Fix errors.Douwe Maan2015-04-241-1/+0
* | No longer needed to pass project argument to commit methods.Douwe Maan2015-04-242-3/+2
* | Use project.commit convenience method.Douwe Maan2015-04-244-4/+4
|/
* Provide autoload paths for filters to prevent circular dependencyRobert Speicher2015-04-232-4/+15
* Merge branch 'issue-body-code-mentions' into 'master'Dmitriy Zaporozhets2015-04-231-2/+2
|\
| * Fix bug causing `@whatever` inside code blocks to sometimes be picked up as a...issue-body-code-mentionsDouwe Maan2015-04-211-2/+2
* | Use `search_text_nodes` helper in our custom filtersrs-search_text_nodesRobert Speicher2015-04-222-2/+2
* | Update Gitlab::Markdown to use the :new: EmojiFilter :sparkles:Robert Speicher2015-04-211-12/+16
* | Add Gitlab::Markdown::EmojiFilterRobert Speicher2015-04-211-0/+79
* | Merge branch 'rs-reference-filters' into 'master'Dmitriy Zaporozhets2015-04-2112-285/+874
|\ \
| * | Tweak single-word label regex to fix pending spec.Douwe Maan2015-04-201-1/+1
| * | project_from_ref returns nil when reference doesn't exist.Douwe Maan2015-04-201-9/+6
| * | project_from_ref returns nil when reference can't be accessedRobert Speicher2015-04-206-9/+14