27 Mar, 2012
6 commits
-
Move OmniAuth configuration details into a non-revision controlled file.
-
Ensure LDAP provided email is always compared case-insensitively.
-
Useful for Sqlite or Postgres installations.
-
Changed for mysql2 adapter
26 Mar, 2012
7 commits
25 Mar, 2012
4 commits
-
Fix installation instructions for running gitlab_status
24 Mar, 2012
18 commits
-
When running `rake gitlab_status` to check if it's safe to continue on installation in step 4, you need to use `RAILS_ENV=production` or else you will receive an error about "permission denied for user root@localhost..."
-
See https://github.com/gitlabhq/gitlabhq/issues/572
23 Mar, 2012
5 commits
-
Conflicts: resque.sh
-
Provide an omniauth.rb.sample file to avoid encouraging end-users to commit their provider access details (passwords or api tokens) into their git repositories. Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
-
LDAP databases may store email addresses in mixed case so ensure we only work with a lower case version to avoid missing a valid account after LDAP login. Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
-
Use of -p option of mkdir command to avoid message telling tmp/pids directory already exists...