19 Mar, 2014
1 commit
-
Fix registration error info typo
11 Mar, 2014
1 commit
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
02 Mar, 2014
1 commit
20 Feb, 2014
1 commit
13 Feb, 2014
1 commit
-
Emails are used to associate commits with users. The emails are not verified and don't have to be valid email addresses. They are assigned on a first come, first serve basis. Notifications are sent when an email is added.
11 Feb, 2014
1 commit
06 Feb, 2014
2 commits
22 Jan, 2014
1 commit
-
Remove deprecated finders
19 Jan, 2014
2 commits
-
Better check on the validity of emails
18 Jan, 2014
1 commit
16 Jan, 2014
1 commit
-
At this moment it was possible to enter emails like: mailto:info@example.com. This was causing some issue in the frontend, since those links became html mailto: links. Fixes: #3516
26 Dec, 2013
2 commits
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
23 Dec, 2013
1 commit
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
16 Dec, 2013
1 commit
-
Allow user to hide the message to add an ssh key permanently
15 Dec, 2013
1 commit
14 Dec, 2013
1 commit
-
Favor links instead of buttons Remove unnecessary class Remove extra space
11 Dec, 2013
1 commit
10 Dec, 2013
5 commits
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
13 Nov, 2013
1 commit
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
05 Nov, 2013
4 commits
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
16 Oct, 2013
1 commit
15 Oct, 2013
1 commit
-
Now when you want to signup or change existing email you will be forced to confirm that you really own this email. You get email with link to follow in order to confirm your email address Conflicts: app/models/user.rb
09 Oct, 2013
3 commits
03 Oct, 2013
2 commits
-
… way. E.g: http://github.com/devaroop.keys changelog updated to include ssh key retrieval feature update
02 Oct, 2013
1 commit
-
… way. E.g: http://github.com/devaroop.keys
26 Sep, 2013
1 commit
-
Before we have only owner_id to determine group owner With multiple owners per group we should get rid of owner_id in group. So from now @group.owner will always be nil but @group.owners return an actual array of users who can admin this group
22 Sep, 2013
1 commit
-
GITLAB-1262 Change-Id: I690cb8ea294df53ebe8405a519c23c501af2c21a Conflicts: app/models/user.rb config/initializers/1_settings.rb spec/models/user_spec.rb