evazion
e68946e95d
/comments.atom: add atom feed for comments.
2017-05-13 10:37:58 -05:00
evazion
869f1610fc
comments: use server-side quote-stripping instead of reimplementing in js.
2017-04-24 21:15:47 -05:00
evazion
40092f21ba
Remove redundant rescue_from calls.
...
These are redundant because ApplicationController rescues these exceptions already.
2017-02-25 02:18:16 -06:00
evazion
caaff24112
/comments?group_by=comment: add is_sticky/is_deleted/do_not_bump_post/order params.
2017-01-23 22:13:00 -06:00
Albert Yi
bdac591266
fixes #2838
2017-01-16 12:57:43 -08:00
Albert Yi
8db970f9f3
skip api check for forum and comment endpoints
2017-01-10 15:06:34 -08:00
evazion
1257639109
Add 'post as moderator' option for comments.
...
* Add 'post as moderator' option to comment form. This creates a so-called sticky comment.
* Downvotes have no effect on stickied comments; they're always visible, regardless of comment thresholds.
* Only mods may sticky comments.
* Mods may sticky comments by other users.
2016-12-26 23:52:45 -06:00
evazion
69c50290a8
Include updater_name in /comments/1.json.
2016-12-26 23:52:27 -06:00
evazion
c165b38a91
Prevent anon users from attempting to undelete/unvote comments.
...
The :undelete and :unvote actions weren't covered.
2016-12-26 23:52:27 -06:00
evazion
8c8f4a6a8f
Fix mass assignment vuln in comment update action ( #2704 ).
...
Prevents mass assignment of `post_id`, `do_not_bump_post`, and
`is_deleted`.
2016-10-06 09:39:57 +00:00
Toks
a4440514ff
Allow undeleting comments
2015-07-11 13:26:55 -04:00
Toks
4f4fd8cb35
fixes #2428
2015-07-04 22:00:31 -04:00
Toks
772003a55a
fixes #2217
2014-07-06 12:03:48 -04:00
r888888888
aab03422bc
performance tweaks for rails 4.1
2014-04-24 22:24:42 -07:00
Toks
8055a7c64b
Fix order:comm and comment deletion for unbumped comments
...
fixes #1351 , fixes #1352
2013-12-24 20:59:19 -05:00
Toks
79ecd55b57
#1082 : Remove secondary id sorting, allowing index to be used
...
Related to #1140
2013-12-24 19:42:08 -05:00
Toks
2016e15ce8
fixes #1508
2013-06-30 11:57:30 -04:00
Toks
badc3122f0
fixes #1263 for comments
2013-06-29 14:50:22 -04:00
Toks
9ccf1e0f8f
add limit parameter to everything
2013-05-15 01:01:19 -04:00
albert
541dabaaf6
fixes #1108
2013-03-29 15:37:28 -04:00
小太
cba839ba76
Kill trailing whitespace in ruby files
2013-03-19 23:10:10 +11:00
albert
a214c12e5c
fixes #730
2013-03-03 15:33:36 -05:00
albert
43a32efdc5
better error message when searching comments with metatags
2013-03-02 20:55:46 -05:00
albert
5bf22e9c67
show error message for comment errors
2013-02-26 21:57:18 -08:00
albert
d3e91e8290
fixes #599
2013-02-23 20:59:00 -05:00
albert
56dd8707fd
controller tweaks
2013-02-23 15:58:21 -05:00
albert
c0257916b4
fix for ads
2013-02-22 21:42:50 -05:00
albert
f3fcb4bafb
fix
2013-02-19 14:37:29 -05:00
albert
b32f074022
fixes #400
2013-02-19 13:55:20 -05:00
albert
a63816f78c
fix for comment listing
2013-02-19 12:47:00 -05:00
albert
8a66470975
enable blacklists in comments, wiki pages
2013-02-18 19:11:30 -05:00
albert
eb5e526678
enable uploads
2013-02-17 21:39:15 -05:00
albert
44682156c0
fix searches
2013-02-17 21:09:25 -05:00
albert
e636f7a5df
remove newrelic
2013-02-12 16:23:11 -05:00
albert
2558be8512
include creator when loading comments
2013-02-05 17:15:59 -05:00
albert
13271e9bf5
work on refactoring search
2013-01-08 15:53:21 -05:00
albert
44cf126d0f
added routes for old danbooru
2011-11-11 15:56:52 -05:00
albert
1c8a893450
Fixes #19 : Unable to delete my comments
2011-09-14 12:52:49 -04:00
albert
13995cfd39
fixed comment quoting
2011-09-13 18:41:50 -04:00
albert
3395c97c65
fixed comment hiding
2011-09-11 16:40:58 -04:00
albert
7483ad2e28
comment threshold link now hitting the correct action
2011-09-11 15:15:16 -04:00
albert
5cf122c2e0
changes
2011-06-29 12:47:40 -04:00
albert
28d179708f
changes
2011-06-25 16:33:30 -04:00
albert
f9c961cdc6
* Removed unapprovals, added post flags and post appeals (still need to update tests)
...
* Restyled text
2011-03-28 18:48:02 -04:00
albert
4af5c5c38f
added comment edit
2011-03-08 18:26:10 -05:00
albert
2053e6ad8c
* Renamed Post.find_by_tags into Post.tag_match, made into a full fledged scope
...
* Post.tag_match no longer takes an options hash (use other arel builders instead)
2011-01-28 17:40:22 -05:00
albert
541163685d
implemented forum post controller
2011-01-13 18:16:39 -05:00
albert
976a25a6c6
additional functional tests, some controller fixes
2010-12-01 18:50:04 -05:00
albert
fc0a076aca
* Missing files
...
* Work on post exploration code by traversing dates
2010-10-27 20:16:43 -04:00
albert
a9da0f1059
add jrails, work on comments
2010-10-21 18:56:00 -04:00