Albert Yi
5445b341bc
fixes #2822 : Post vote API: returns 200 for both success and failure; fixes bug with x-api-limit header
2017-01-09 17:31:14 -08:00
Albert Yi
f2a5d45db0
implement token bucket rate limiting
2017-01-09 17:31:14 -08:00
evazion
d84184b5f1
Prevent anon/banned/member users from voting ( fix #2719 ).
...
There was a regression in 6d6d00b; `before_filter :voter_only` was a
no-op in the post vote controller because it merely returned false,
which does not halt the request. The fix is to arrange for a voter_only
method to be defined that properly redirects to the access denied page.
2016-10-14 04:47:51 +00:00
r888888888
ebff27c7c0
fixes #2700 : Unvote Missing Template Exception
2016-10-04 14:42:48 -07:00
r888888888
6d6d00b190
expose voting to non-gold supervoters
2016-03-14 16:52:49 -07:00
r888888888
d5f575159f
rename references of privileged to gold
2013-04-28 00:04:52 -07:00
小太
cba839ba76
Kill trailing whitespace in ruby files
2013-03-19 23:10:10 +11:00
albert
fd300ad346
fixes #203
2012-01-06 18:37:08 -05:00
albert
3a111122f5
fixes #58 : Unauthenticated users can vote infinitely on posts
2011-09-14 13:20:47 -04:00
albert
f7e2344b9f
* Reworked how post versioning works, now more closely resembles the 1.18 strategy
2011-01-26 18:10:49 -05:00
albert
fc0a076aca
* Missing files
...
* Work on post exploration code by traversing dates
2010-10-27 20:16:43 -04:00
albert
ac98d7db37
stubbed in blank controllers/helpers/functional tests
2010-03-10 18:21:43 -05:00