Toks
055d0eecd3
Remove redundant promoter name from user feedback
...
Feedbacks already keep track of who created them so it doesn't need to
be in the body too
2014-04-30 21:18:18 -04:00
r888888888
fad0ab7c93
fixes #2133
2014-04-16 17:43:34 -07:00
r888888888
37d75e4a88
Fixes #1266
2014-03-05 17:53:26 -08:00
r888888888
14dd0430cb
fixes #1257
2014-03-05 17:33:57 -08:00
r888888888
a285089f7a
potential fix for #1926
2014-02-13 11:30:35 -08:00
r888888888
e510e4d35f
remove unused deletion code from user
2013-05-20 17:50:13 -07:00
r888888888
7db85d8301
Merge branch 'master' into close-accounts
2013-05-16 14:16:47 -07:00
Toks
6d0bac70f6
fix user promotion test
2013-05-02 22:30:42 -04:00
r888888888
51a62a8df6
add support for deleting user accounts
2013-04-29 22:47:08 -07:00
r888888888
d5f575159f
rename references of privileged to gold
2013-04-28 00:04:52 -07:00
r888888888
e861425315
stopgap measure for #1210
2013-04-26 17:54:46 -07:00
r888888888
4320df3116
fixes #1372
2013-04-19 15:51:38 -07:00
albert
8653423d3b
fix user test
2013-04-08 14:40:24 -04:00
albert
c540c4f891
Fixes #1121 , rename Post#annihilate to Post#expunge
2013-04-08 13:44:43 -04:00
albert
b19994396d
fix tests, fixes #1173
2013-04-03 17:23:25 -04:00
albert
a4b67fa072
fix tests and typo bugs
2013-03-22 18:54:37 -04:00
小太
cba839ba76
Kill trailing whitespace in ruby files
2013-03-19 23:10:10 +11:00
albert
5ab9887923
only store partial hash in cookies for validation
2013-03-05 16:49:09 -05:00
albert
f52181db94
Major revamp of security. Passwords are first SHA1 hashed and then
...
that hash is bcrypted. Bcrypted hashes are stored in a new column on
users. This separate column is only to allow for rollbacks,
eventually the old SHA1 hash column will be removed. Sensitive cookie
details are now encrypted to prevent user tampering and more stringent
checks on secret_token and session_secret_key are enforced.
2013-03-04 22:55:41 -05:00
albert
427e90bafb
switch version to 2.1.0
2013-03-03 16:14:03 -05:00
albert
132ef8f93c
hide approval mod actions, better logic for user promotion/demotion mod actions
2013-02-28 10:19:31 -08:00
albert
17881068e1
* Removed Pixa/Tinami sources
...
* Upgraded to Rails 3.2.3
* Fixed tests
2012-06-01 19:22:58 -04:00
albert
5e3b243b67
users with no negative feedback can now change their names
2011-12-20 16:18:35 -05:00
albert
8fffa9747f
fix attr_accessible
2011-12-14 11:19:58 -05:00
albert
a7267cf00b
fixed tests
2011-10-16 01:40:42 -04:00
albert
d324f4a071
refactored login process, added remember option for login
2011-10-15 16:36:07 -04:00
albert
22074eed1f
fixes #69 : Comment voting non functional
2011-09-14 17:46:42 -04:00
r888888888
67b239dd3e
Merge pull request #6 from Bapabooiee/master
...
Unit test compatibility fixes for ruby-1.8
2011-09-11 11:18:22 -07:00
albert
d9c3a5b519
added test to make sure password is not leaked in user json/xml feed
2011-09-10 16:02:16 -04:00
Dean Matzkov
5efb6a5b92
Fix unit tests for ruby-1.8 compatibility
2011-09-08 21:00:29 -06:00
albert
04103c3352
added invites
2011-07-29 19:42:25 -04:00
albert
fc9755b748
fixed unit tests
2011-07-16 19:30:42 -04:00
albert
58c3d2af13
fixing tests
2011-07-16 19:20:02 -04:00
albert
435d3bf6e2
fixed user tests
2011-06-05 04:05:21 -04:00
albert
158810d9f0
fixed comment test
2011-05-16 09:27:06 -04:00
albert
f48000a8b5
got rid of removedpost, restore classic is_deleted mechanics
2011-02-12 17:37:48 -05:00
albert
ad39553aac
updated tests, switched to rails 3.0.0rc2
2010-08-26 14:36:02 -04:00
albert
e46bfb3d76
separated out ip ban logic from regular bans, users can no longer register if an ip ban is in place
2010-03-18 17:55:57 -04:00
albert
9eb578927c
added limit methods to user, more work on post views
2010-03-12 15:18:30 -05:00
albert
12afa9b491
added email verification methods to user
2010-03-09 16:14:29 -05:00
albert
703eb6a1b6
added bans
2010-02-19 17:30:11 -05:00
Albert Yi
305f4d4607
added tests for user.find_name
2010-02-06 17:10:10 -05:00
Albert Yi
76b13c37e0
added other user password/authentication tests
2010-02-06 16:59:38 -05:00
Albert Yi
3bfae1f0db
added user test, basic user methods
2010-02-06 16:48:40 -05:00