04 Jan, 2013
1 commit
02 Jan, 2013
3 commits
30 Dec, 2012
1 commit
27 Dec, 2012
1 commit
14 Dec, 2012
1 commit
12 Dec, 2012
1 commit
-
The 2 reasons are : - creation of user fail if name is empty : in after_save, it tries to create a namespace with namespace.name = user.name and namespece validates presence Namespace#name - in the web app links to team members are broken with empty User#name because they are of the form <a href'...'> user.name </a>
29 Nov, 2012
3 commits
28 Nov, 2012
1 commit
25 Nov, 2012
2 commits
24 Nov, 2012
1 commit
23 Nov, 2012
3 commits
19 Nov, 2012
1 commit
09 Oct, 2012
2 commits
04 Oct, 2012
1 commit
27 Sep, 2012
2 commits
26 Sep, 2012
1 commit
12 Sep, 2012
1 commit
31 Aug, 2012
3 commits
21 Aug, 2012
1 commit
-
Conflicts: app/models/user.rb
20 Aug, 2012
1 commit
10 Aug, 2012
1 commit
-
Didn't bother with files in db/, config/, or features/
05 Aug, 2012
1 commit
29 Jul, 2012
1 commit
20 Jul, 2012
2 commits
19 Jul, 2012
2 commits
16 Jul, 2012
1 commit
-
Gitlab requires an email address for all user accounts as this is the default account id and is used for sending notifications. LDAP accounts may be missing email fields so handle this by showing a sensible error message before redirecting to the login screen again. Resolves github issue #899 Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
06 Jul, 2012
1 commit
-
Add 10 minutes lock after 10 failed login attempts (Devise :lockable)