index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
unit
/
user_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove empty lines including white space from test/unit/user_test.rb
Toshi MARUYAMA
2017-01-08
1
-2
/
+0
*
Use assert_nil instead of assert_equal.
Jean-Philippe Lang
2016-12-11
1
-3
/
+3
*
Enforce issue assignee validation (#23921).
Jean-Philippe Lang
2016-12-10
1
-0
/
+3
*
Don't pass conditions to #delete_all.
Jean-Philippe Lang
2016-07-16
1
-1
/
+1
*
Validate status of users and groups.
Jean-Philippe Lang
2016-04-11
1
-0
/
+8
*
Updates copyright for 2016.
Jean-Philippe Lang
2016-03-13
1
-1
/
+1
*
Missing fixtures.
Jean-Philippe Lang
2016-01-09
1
-1
/
+2
*
Typo "coma" (#20551).
Jean-Philippe Lang
2015-10-20
1
-2
/
+2
*
Fixed workflow rules when user has duplicated role by inheritance (#19569).
Jean-Philippe Lang
2015-04-14
1
-0
/
+12
*
Add support for multiple email addresses per user (#4244).
Jean-Philippe Lang
2015-01-17
1
-7
/
+38
*
Copyright update.
Jean-Philippe Lang
2015-01-11
1
-1
/
+1
*
Added missing tests for notify_about?
Jean-Philippe Lang
2014-11-24
1
-24
/
+27
*
Removed some test contexts.
Jean-Philippe Lang
2014-11-24
1
-71
/
+34
*
Fixed tests broken by r13646.
Jean-Philippe Lang
2014-11-23
1
-2
/
+2
*
Removed some test contexts.
Jean-Philippe Lang
2014-11-23
1
-72
/
+55
*
Removed some test contexts.
Jean-Philippe Lang
2014-11-23
1
-80
/
+45
*
Selected projects in email notifications on "my account" are lost when the pa...
Jean-Philippe Lang
2014-11-22
1
-0
/
+5
*
Merged rails-4.1 branch (#14534).
Jean-Philippe Lang
2014-10-22
1
-8
/
+43
*
Adds buit-in groups to give specific permissions to anonymous and non members...
Jean-Philippe Lang
2014-09-28
1
-5
/
+33
*
Invalidate security tokens on password or email changes (#17717).
Jean-Baptiste Barth
2014-09-14
1
-0
/
+36
*
Make 2nd parameter optional in User#allowed_to_globally? for consistency (#64...
Jean-Baptiste Barth
2014-09-06
1
-0
/
+13
*
update copyright year (#15977)
Toshi MARUYAMA
2014-01-29
1
-1
/
+1
*
remove unneeded Relation#all from UserTest
Toshi MARUYAMA
2014-01-27
1
-1
/
+1
*
Adds firstname initials+lastname user format.
Jean-Philippe Lang
2014-01-24
1
-0
/
+5
*
Rails4: replace deprecated find_all_by_* at UserTest
Toshi MARUYAMA
2014-01-09
1
-5
/
+5
*
Rails4: replace deprecated Relation#first with finder options at UserTest
Toshi MARUYAMA
2014-01-09
1
-2
/
+2
*
fix indents of OpenID tests in UserTest
Toshi MARUYAMA
2013-12-09
1
-27
/
+24
*
code format clean up UserTest
Toshi MARUYAMA
2013-12-09
1
-20
/
+37
*
Don't create duplicate wikis in test (#15420).
Jean-Philippe Lang
2013-11-23
1
-1
/
+1
*
remove trailing white-spaces from test/unit/user_test.rb
Toshi MARUYAMA
2013-10-17
1
-5
/
+5
*
not use assert_not_nil in Errors#[]
Toshi MARUYAMA
2013-07-30
1
-1
/
+1
*
Role based custom queries (#1019).
Jean-Philippe Lang
2013-07-11
1
-2
/
+2
*
Cleanup of finders with :conditions option.
Jean-Philippe Lang
2013-06-12
1
-1
/
+1
*
Adds a test for User.try_to_login with active_only set to false.
Jean-Philippe Lang
2013-06-09
1
-26
/
+31
*
Removed some shoulda context.
Jean-Philippe Lang
2013-05-18
1
-82
/
+67
*
Performance: avoid querying all memberships in User#roles_for_project (#13301).
Jean-Philippe Lang
2013-03-01
1
-0
/
+26
*
Use User#generate_password in MailHandler.
Jean-Philippe Lang
2013-02-23
1
-0
/
+14
*
Option to generate a random password on user creation/update.
Jean-Philippe Lang
2013-02-23
1
-0
/
+21
*
Removed unused fixtures.
Jean-Philippe Lang
2013-02-03
1
-2
/
+1
*
Always notify project members about news unless they turned off all notificat...
Jean-Philippe Lang
2013-01-26
1
-2
/
+8
*
Adds "sorted" scope to Principal and User and sort users/groups properly.
Jean-Philippe Lang
2013-01-23
1
-0
/
+4
*
Split "Manage documents" permission into create, edit and delete permissions ...
Jean-Philippe Lang
2013-01-20
1
-1
/
+1
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
1
-1
/
+1
*
Use 8+ characters long passwords in tests.
Jean-Philippe Lang
2012-11-27
1
-7
/
+7
*
New user name format: firstname + first letter of lastname (#12085).
Jean-Philippe Lang
2012-10-30
1
-0
/
+1
*
Fixed that User#allowed_to? should return true or false (#12078).
Jean-Philippe Lang
2012-10-12
1
-19
/
+19
*
Remove Issue.generate_for_project! test helper and use Issue.generate! instead.
Jean-Philippe Lang
2012-10-12
1
-1
/
+1
*
add new user format "lastname" (#10937)
Toshi MARUYAMA
2012-10-01
1
-0
/
+3
*
fix replacing shoulda test name at r10540
Toshi MARUYAMA
2012-10-01
1
-1
/
+1
*
replace "User#before_create" and "User.login" shoulda contexts at unit user test
Toshi MARUYAMA
2012-10-01
1
-22
/
+16
[next]