summaryrefslogtreecommitdiff
path: root/lib/gitlab
Commit message (Expand)AuthorAgeFilesLines
...
* | Use SIGKILL by default in Sidekiq::MemoryKillerJacob Vosmaer2015-05-131-1/+1
|/
* Merge branch 'text-batch-1' into 'master'Dmitriy Zaporozhets2015-05-134-31/+43
|\
| * Fix GitAccess.text-batch-1Douwe Maan2015-05-131-2/+3
| * Improve OAuth signup error message.Douwe Maan2015-05-131-2/+2
| * Improve description of branch protection levels.Douwe Maan2015-05-131-3/+3
| * Improve Git access error messages.Douwe Maan2015-05-132-26/+37
* | Merge pull request #9276 from jirutka/relative_link_filterDmitriy Zaporozhets2015-05-132-1/+122
|\ \ | |/ |/|
| * RelativeLinkFilter: refactor according to suggestions by @tsigoJakub Jirutka2015-05-112-17/+13
| * Extract handling of relative file links to RelativeLinkFilterJakub Jirutka2015-05-112-1/+126
* | Don't accidentally unblock auto created users from Active Directory.ad-block_auto_created_usersDouwe Maan2015-05-121-1/+1
|/
* Remove class and id attributes from SanitizationFilter whitelistrs-disallow-id-classRobert Speicher2015-05-081-2/+17
* Merge branch 'rs-task_list' into 'master'Dmitriy Zaporozhets2015-05-082-30/+8
|\
| * Update Markdown help docs for latest changesRobert Speicher2015-05-061-1/+1
| * Remove all references to `parse_tasks`Robert Speicher2015-05-061-28/+3
| * Add TaskList::Filter to pipelineRobert Speicher2015-05-061-4/+7
* | Add SIDEKIQ_MEMORY_KILLER_SHUTDOWN_SIGNAL env varJacob Vosmaer2015-05-071-5/+6
|/
* Update authentication.rbquodos2015-05-041-1/+1
* 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
|\ \ | |/ |/|