Commit Graph

286 Commits

Author SHA1 Message Date
albert
520e97485b add support for user name changes 2013-03-26 01:03:42 -04:00
albert
f4cc6e7d99 fix tests 2013-03-25 23:58:44 -04:00
albert
df54434456 tweak upload limit 2013-03-22 23:12:40 -04:00
albert
48b1f63028 fixes #1041 2013-03-22 20:36:34 -04:00
albert
dca946b2b8 add test cases 2013-03-22 19:20:38 -04:00
albert
d1127da13f add test case for download retry 2013-03-22 19:15:12 -04:00
albert
a4b67fa072 fix tests and typo bugs 2013-03-22 18:54:37 -04:00
albert
6c54d89a36 * All users can now view deleted posts.
* Posts now have an is_banned flag for artist removal requests.  Basic users can not view banned posts but gold and higher can.
* Banning an artist both deletes the post and bans it.
* By default deleted posts are not filtered out of post searches at the sql level.
2013-03-22 09:38:53 -07:00
albert
5ba535efd3 fix text 2013-03-21 15:21:07 -07:00
albert
4606ec4763 priv users now have 6sec timeout, platinum users have 9sec timeout 2013-03-21 07:46:49 -07:00
albert
2ac22d07cd implement api limiting 2013-03-20 16:35:35 -07:00
albert
7470d189c3 add api authentication 2013-03-20 15:43:17 -07:00
小太
cba839ba76 Kill trailing whitespace in ruby files 2013-03-19 23:10:10 +11:00
albert
922ccabe1d fix comment votes affecting comment updater_id 2013-03-18 16:03:29 -07:00
albert
770ace0e68 fix tests, implement limits for favorites 2013-03-18 12:41:33 -07:00
albert
d21c4500d2 fixed tests 2013-03-18 03:26:02 -04:00
albert
69607c0ea8 fixes #920 2013-03-17 20:56:34 -04:00
albert
3a74990474 fixes #862 2013-03-13 12:26:01 -04:00
albert
656d591806 fixes to tag alias cache expiration, improved instructions for sign up 2013-03-13 12:15:56 -04:00
albert
61cd492d4e fix tests 2013-03-12 17:01:52 -04:00
albert
687a775fdf change how tag counts are recalculated after a tag category changes 2013-03-12 12:26:25 -04:00
albert
a6ed8bcaf1 fix post count cache expiration across servers 2013-03-11 18:50:23 -04:00
albert
fe97436f81 fix tests 2013-03-11 18:12:27 -04:00
albert
e53d60d99b fixes #824 2013-03-10 16:31:39 -04:00
albert
1da9e24bd0 fixes #804 2013-03-09 01:56:59 -05:00
albert
5560d79d5c fixes #108 2013-03-09 01:23:40 -05:00
albert
1a03f49adc fixes #775 2013-03-08 15:56:24 -05:00
albert
8f65b567a2 fixes #796 2013-03-08 13:44:34 -05:00
albert
dba5fd23e1 fixes #778 2013-03-06 20:13:55 -05:00
albert
d38c423065 add test cases 2013-03-06 19:24:58 -05:00
albert
e098863864 add test case for tag category changing, immediately update cache for tag category changes in local server 2013-03-06 18:19:38 -05:00
albert
93ac6601aa fix for raw_tag_match 2013-03-06 01:31:45 -05:00
albert
e53d71b31b fixes #749, fixes tag alias related regressions 2013-03-05 22:51:21 -05:00
albert
d9a17d2378 add new tag alias correction helper 2013-03-05 22:08:48 -05: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
f0b29fc3ba more intelligent queuing of async jobs 2013-03-03 01:12:31 -05:00
albert
68ac05e31c fixes #705 2013-03-02 22:45:15 -05:00
albert
e28c786fa1 fixes #684 2013-03-02 18:18:51 -05:00
albert
48953df07b fixes #673 2013-03-01 06:27:48 -08:00
albert
597e566ee4 add test case for pool metatag 2013-03-01 06:18:40 -08:00
albert
132ef8f93c hide approval mod actions, better logic for user promotion/demotion mod actions 2013-02-28 10:19:31 -08:00
albert
1acfe65499 fix score updates for favoriting 2013-02-26 22:45:56 -08:00
albert
155974210b undeleting a post now records the approver 2013-02-26 22:38:46 -08:00
albert
4cbef26c05 fix comment bumping 2013-02-24 17:54:42 -05:00
albert
f16a70ab7e fix test 2013-02-23 21:09:55 -05:00
albert
3b4222cacd add test case for fast_count 2013-02-23 19:35:21 -05:00
albert
3967cf7343 fixes #442 2013-02-23 11:55:11 -05:00
Albert Yi
1755a1671f Merge pull request #584 from 6/https-source
Upload from HTTPS sources
2013-02-23 08:39:42 -08:00