Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-11-16Add idle_timeout to reply by email doc.Marin Jankovski
2016-11-16Make mail_room idle_timeout option configurable.Marin Jankovski
2016-11-02Update gitlab.yml.exampleElan Ruusamäe
2016-10-26Finish updates to use JIRA gemFelipe Artur
Code improvements, bug fixes, finish documentation and specs
2016-10-11Merge branch 'docs/refactor-reply-by-email' into 'master' Achilleas Pipinellis
Move reply by email docs to a new location ## What does this MR do? Move reply by email docs to a new location. Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/3349 ## Moving docs to a new location? See the guidelines: http://docs.gitlab.com/ce/development/doc_styleguide.html#changing-document-location - [ ] Make sure the old link is not removed and has its contents replaced with a link to the new location. - [ ] Make sure internal links pointing to the document in question are not broken. - [ ] Search and replace any links referring to old docs in GitLab Rails app, specifically under the `app/views/` directory. - [ ] If working on CE, submit an MR to EE with the changes as well. See merge request !6517
2016-10-03add configurable email subject suffixFu Xu
2016-09-25Move reply by email docs to a new locationAchilleas Pipinellis
[ci skip]
2016-07-21Update default path for repository_downloads_path in gitlab.yml.exampleDouglas Barbosa Alexandre
2016-06-30Refactor repository paths handling to allow multiple git mount pointsAlejandro Rodríguez
2016-06-13Move keep to ArtifactsControllerKamil Trzcinski
2016-06-13Allow to expire build artifactsKamil Trzcinski
2016-06-10Fix incorrect registry key valueAchilleas Pipinellis
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/18441
2016-05-22Add proper config values for Registry in gitlab.ymlAchilleas Pipinellis
2016-05-17Bring back path to registry settingsKamil Trzcinski
2016-05-16Bring back port to registry configurationKamil Trzcinski
2016-05-14Simplify registry configurationKamil Trzcinski
2016-05-09Remove unused partsKamil Trzcinski
2016-05-09Rename `images` to `container_registry`Kamil Trzcinski
2016-05-09Merge remote-tracking branch 'origin/master' into docker-registryKamil Trzcinski
2016-05-04Use the new admin settings for gravatarArtem Sidorenko
2016-04-29Auth tokenKamil Trzcinski
2016-04-28Merge branch 'admin-email-frequency' into 'master' Jacob Vosmaer
Send 'admin emails' weekly, not daily Daily seems to be to spammy, so let's default to weekly instead. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/15520 See merge request !3923
2016-04-27Backport GitHub Enterprise import support from EEStan Hu
These changes were pulled from GitLab EE to support configuring an alternative API URL than the default https://api.github.com. In addition, the `verify_ssl` flag allows users to disable SSL cert checking. One modification: add a default `args` option if it does not exist to avoid breaking existing configurations.
2016-04-26Send 'admin emails' weekly, not dailyJacob Vosmaer
Daily seems to be to spammy, so let's default to weekly instead.
2016-04-13Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into auto-fsckJacob Vosmaer
2016-04-13Merge branch 'external-omniauth-providers' into 'master' Marin Jankovski
Allow Omniauth providers to be marked as external Related to #4009 With this MR we will be able to allow the user to set which Omniauth Providers they would like to have as external. All users login in via these providers will be marked as external, even if they already had an account before. If the provider is removed form the list of external providers, the users will be marked as internal at their next login. MR for Omnibus: gitlab-org/omnibus-gitlab!727 /cc @dblessing @DouweM See merge request !3657
2016-04-13Merge branch 'rs-archive-cache-worker-cron' into 'master' Dmitriy Zaporozhets
Move RepositoryArchiveCacheWorker to sidekiq-cron Closes #15105 See merge request !3663
2016-04-12Add changelog entries, install docs, and gitlab.yml.example entry for the ↵DJ Mountney
trusted_proxies setting
2016-04-12Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into auto-fsckJacob Vosmaer
2016-04-12Move RepositoryArchiveCacheWorker to sidekiq-cronRobert Speicher
Closes #15105
2016-04-11Documentation of featurePatricio Cano
2016-04-07Remove dumb debug statement and add many tests.Jacob Schatz
2016-04-07Added documentationPatricio Cano
2016-04-06Rename almost all the thingsJacob Vosmaer
2016-04-05Config examplesPatricio Cano
2016-04-04Rebase repo check MRJacob Vosmaer
2016-03-25Improve and finish the fallback to the In-Reply-To and References header for ↵Rémy Coutable
the reply-by-email feature A few things to note: - The IncomingEmail feature is now enabled even without a correctly-formatted sub-address - Message-ID for new thread mail are kept the same so that subsequent notifications to this thread are grouped in the thread by the email service that receives the notification (i.e. In-Reply-To of the answer == Message-ID of the first thread message) - To maximize our chance to be able to retrieve the reply key, we look for it in the In-Reply-To header and the References header - The pattern for the fallback reply message id is "reply-[key]@[gitlab_host]" - Improve docs thanks to Axil
2016-03-16Added omniauth-auth0 Gem + Applicable Documentation.Daniel Carraro
2016-02-19Document true/false as supported value.Douwe Maan
2016-02-19Decouple SAML authentication from the default Omniauth logicPatricio Cano
2016-02-19Revert "Merge branch 'saml-decoupling' into 'master' "Douwe Maan
This reverts commit c04e22fba8d130a58f498ff48127712d7dae17ee, reversing changes made to 0feab326d52222dc0ab5bd0a6b15dab297f44aa9.
2016-02-18Decouple SAML authentication from the default Omniauth logicPatricio Cano
2016-02-10Fix typos and grammarAchilleas Pipinellis
[ci skip]
2016-02-09Edit configuration files for relative URL supportAchilleas Pipinellis
[ci skip]
2016-01-11Optimize LDAP and add a search timeoutDrew Blessing
2015-12-28reCAPTCHA is configurable through Admin Settings, no reload needed.Gabriel Mazetto
2015-12-28Merge branch 'relocate-influxdb-settings' into 'master' Yorick Peterse
Move InfluxDB settings to ApplicationSetting This moves the settings from the YAML files to the database. cc @sytses See merge request !2228
2015-12-28Fixed syntax in gitlab.yml.exampleYorick Peterse
2015-12-28Move InfluxDB settings to ApplicationSettingYorick Peterse
2015-12-28Merge branch 'restart-settings-are-moved-too' into 'master' Dmitriy Zaporozhets
Restart settings are moved too. See merge request !2226