Commit Graph

42 Commits

Author SHA1 Message Date
albert
2a1758636b fix favorite tags 2013-03-08 21:50:44 -05:00
albert
c9f6954b03 add action mailer init 2013-03-08 17:49:50 -05:00
albert
8f65b567a2 fixes #796 2013-03-08 13:44:34 -05:00
albert
2338f004eb refactored tsquery sql to use rails escaping mechanisms 2013-03-07 16:34:12 -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
cca0cc8dbd fix pool metatags, fix artist search 2013-02-26 23:35:17 -08:00
albert
cf2250a17f fixes #638 2013-02-26 22:56:16 -08:00
albert
63394ef161 remove unnecessary count query for post_versions listing 2013-02-20 14:18:33 -05:00
albert
44682156c0 fix searches 2013-02-17 21:09:25 -05:00
albert
a00f546254 more granular memory use logging 2013-02-17 19:29:38 -05:00
albert
9eb5e07677 fix 2013-01-30 15:16:08 -08:00
albert
c6b9de8486 refactored with_timeout helper 2013-01-30 15:04:13 -08:00
albert
493990dae1 chaneg secret token defualt 2013-01-14 15:12:55 -05:00
albert
82bca2419d add alt source for secret token 2013-01-14 15:11:53 -05:00
albert
3603fdd877 converted imagesize plugin to lib 2012-01-27 15:05:46 -05:00
albert
c8bcf5ad7c updated to rails 3.2, fixed tests 2012-01-27 14:22:47 -05:00
albert
713ee07b55 removed img dir initializer 2011-09-16 19:04:33 -04: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
albert
a7846731d5 improved api censoring 2011-09-10 15:58:04 -04:00
albert
0b71e36e3d hide passwords/ip addrs from json/xml apis 2011-09-06 11:27:57 -04:00
Dean Matzkov
feaa3353f2 Fixed a few ruby19-isms for compatibility with ruby18 2011-09-06 01:40:24 -06:00
albert
c92bdf491e updated to rails 3.1.rc5 2011-08-06 16:22:49 -04:00
albert
d0e8084f0f implemented moderator dashboard queue 2011-07-22 17:34:43 -04:00
albert
98403d0cb7 fix user feedback controller test 2011-07-17 18:40:24 -04:00
albert
58c3d2af13 fixing tests 2011-07-16 19:20:02 -04:00
albert
07f8dba7f2 work 2011-06-21 12:20:22 -04:00
albert
49b3d43ddd * meta_search now pulls directly from GitHub
* Updated gems
* [inprogress] New pagination helpers used instead of pagination presenters
* [inprogress] Favorites refactored to use ActiveRecord
* [inprogress] PostSets refactored to use a decorator/dependency injection pattern
* [inprogress] Made pool/post interaction more robust
* Pool#posts now returns an ActiveRelation object
* Fixed unit tests
2011-06-07 17:34:09 -04:00
albert
969185ad24 work 2011-05-26 19:10:08 -04:00
albert
1c964b5189 upgraded to rails 3.1.0.rc1 2011-05-24 18:04:25 -04:00
albert
a156cc8c62 moved some donmai-specific stuff out of default config 2010-11-19 13:44:11 -05:00
albert
cb3d7e9e9b changes 2010-10-08 19:07:47 -04:00
albert
694b6f0813 sync 2010-08-18 18:44:18 -04:00
albert
5610731b35 sync 2010-08-18 18:42:33 -04:00
albert
23656e3fa9 * Continued work on improving post view templates
* Added statistics-based estimator for related tag calculator
* Fleshed out IpBan class based on changes to Danbooru 1.xx
2010-04-29 17:32:15 -04:00
albert
ca8be10ab9 more work on post uploads 2010-03-12 19:27:54 -05:00
albert
ac98d7db37 stubbed in blank controllers/helpers/functional tests 2010-03-10 18:21:43 -05:00
albert
703eb6a1b6 added bans 2010-02-19 17:30:11 -05:00
albert
39424ca52b added full pending post unit test 2010-02-09 00:44:01 -05:00
albert
9c441aff4c added resizer 2010-02-08 01:40:39 -05:00
Albert Yi
3bfae1f0db added user test, basic user methods 2010-02-06 16:48:40 -05:00
Albert Yi
130810e21f used --dev option on rails init 2010-02-04 15:53:59 -05:00
Albert Yi
9bb07046cd initial 2010-02-04 15:08:49 -05:00