gitlab-org--gitlab-foss/spec
Stan Hu eb4f1eb5f5 Add application setting to restrict user signups to e-mail domains
This feature was requested long ago:

http://feedback.gitlab.com/forums/176466-general/suggestions/4118466-ability-to-register-only-from-ceratain-domains

This MR is based off !253 but changed to use application settings and use wildcard strings
to give more flexibility in pattern matching. Regexps seemed overkill and easy to get wrong.

Only restrict e-mail addresses upon creation
2015-05-02 09:36:52 -07:00
..
controllers Merge branch 'show-invalid-projects-google-code-import' into 'master' 2015-04-30 17:08:45 +00:00
factories Add jira_project project factory 2015-04-30 16:35:27 -04:00
features Autolink short URLs 2015-04-30 16:35:27 -04:00
finders Updated rspec to rspec 3.x syntax 2015-02-12 19:17:35 +01:00
fixtures Remove special handling for the ' problem 2015-04-30 16:35:27 -04:00
helpers Remove title_for_issue helper 2015-04-30 17:27:33 -04:00
javascripts Typo: Issueable -> Issuable 2015-04-18 15:20:15 -04:00
lib Add Project#get_issue 2015-04-30 16:35:27 -04:00
mailers Use project.commit convenience method. 2015-04-24 12:29:36 +02:00
models Add application setting to restrict user signups to e-mail domains 2015-05-02 09:36:52 -07:00
requests/api Don't allow a merge request to be merged when its title starts with "WIP". 2015-04-30 15:46:36 +02:00
routing Fix snippet test 2015-04-22 20:12:52 +03:00
services Use Projects::CreateService to fork projects so that after-create hooks are run. 2015-04-24 22:58:27 +02:00
support Merge branch 'fix-submodule-error-with-forked-project' into 'master' 2015-04-30 16:47:35 +00:00
tasks/gitlab Merge branch 'fix-backup-spec-regexp' into 'master' 2015-04-03 08:49:47 +00:00
workers CI forking: tests 2015-04-06 19:45:16 +03:00
factories.rb Merge branch 'rs-remove-invalid-key-factories' into 'master' 2015-04-14 07:33:55 +00:00
factories_spec.rb Remove the invalid key factories 2015-04-11 17:12:10 -04:00
spec_helper.rb Move RSpec setup for Capybara to its own support file 2015-04-25 21:33:16 -04:00