Albert Yi
bdac591266
fixes #2838
2017-01-16 12:57:43 -08:00
Albert Yi
a49394e6cd
Merge pull request #2842 from evazion/fix-user-name-changes
...
Minor user name changes improvements.
2017-01-16 11:50:51 -08:00
Albert Yi
6b5b92e02e
Merge pull request #2840 from evazion/fix-pixiv-dupe-orig
...
Fix #2839 : "Original" tag shows up twice in Pixiv source data
2017-01-16 11:35:52 -08:00
Type-kun
6a6d16852a
Final fix for #2658 - close exploit with "new".
2017-01-16 19:34:31 +05:00
Type-kun
15b711e423
Fixes #2694 : hide "revert all" when user has over 1000 post changes
2017-01-16 18:43:36 +05:00
Type-kun
5ce26c2e52
Remaining fixes to mod actions on user feedbacks and IP bans
2017-01-16 18:21:09 +05:00
Type-kun
56b2f95a1a
Merge pull request #2841 from evazion/fix-user-feedback-modaction
...
Revert to: "Another partial fix for issue #2824 , which also affected …
2017-01-16 17:37:17 +05:00
evazion
f0bdf565fe
Name changes: add listing/new/help links to subnav.
2017-01-15 05:03:09 +00:00
evazion
d31a0c23f3
Name changes: add API endpoints for /user_name_change_requests.
2017-01-15 05:03:09 +00:00
evazion
9e9fdcb55d
Name changes: make /user_name_change_requests member+; add reason/status/date.
2017-01-15 05:03:09 +00:00
evazion
047d3675e9
Name changes: don't show user feedback/stats for processed requests.
2017-01-15 05:03:09 +00:00
evazion
66e30b323c
Name changes: remove delete request button.
2017-01-15 05:03:08 +00:00
evazion
f57f352838
Name changes: format processed requests more nicely.
2017-01-15 04:22:00 +00:00
Type-kun
02c243b968
Revert to: "Another partial fix for issue #2824 , which also affected ip bans and feedback"
2017-01-14 21:53:33 +00:00
evazion
5f4535c408
Fix #2839 : "Original" tag shows up twice in Pixiv source data
2017-01-14 21:14:06 +00:00
Type-kun
922276da6b
Fixed typo in forum post mod action
2017-01-14 15:52:43 +05:00
Albert Yi
1323fe7977
Merge pull request #2834 from evazion/fix-ip-search
...
IP search fixes
2017-01-12 10:51:22 -08:00
evazion
cf046eecbf
Fix ip addr search tests.
2017-01-12 09:28:52 +00:00
evazion
26c193dfb3
Change post_appeals.creator_ip_addr from integer to inet.
...
The existing values are garbage, rails stored e.g. "87.126.98.245" as
"87.126.98.245".to_i => 87. The column is nulled to indicate these IPs
are unknown.
2017-01-12 09:28:21 +00:00
evazion
3ca638bc92
Add IP addr indexes on comments & artist/artcomm/wikipage versions.
2017-01-12 09:28:21 +00:00
evazion
e8f71739be
IpAddrSearch: search flags/appeals/artcomms/artists for IPs.
2017-01-12 09:28:21 +00:00
evazion
4848f18455
IpAddrSearch: fix pool_versions exception.
...
Fix pool_versions exception if PoolArchive db isn't set up. Prefer
ActiveRecord over raw sql so we can get real user objects so that the
view can use link_to_user.
2017-01-12 09:28:21 +00:00
evazion
fde7829bf6
IpAddrSearch: simplify search_by_user_name, remove unused @errors.
2017-01-12 09:15:15 +00:00
evazion
bdf3366bcf
Link IP addresses to IP searches.
2017-01-12 09:15:14 +00:00
Albert Yi
63d5c7900d
enable bulk reverts, fixes to postarchive
2017-01-11 16:20:04 -08:00
Albert Yi
962f5b3dae
fix typo
2017-01-11 14:43:36 -08:00
Albert Yi
4b1cbb2319
redirect legacy post index
2017-01-11 14:25:45 -08:00
Albert Yi
0ab45ebc42
add postarchive model, fixes #2831 : Replace Subscriptions Link With Search:All Link
2017-01-11 11:39:14 -08:00
Albert Yi
f1ffd6d9c9
fix typo
2017-01-11 11:39:14 -08:00
Albert Yi
f1c78d9a29
stylize hints
2017-01-11 11:39:14 -08:00
Albert Yi
70321cd98f
Merge pull request #2832 from evazion/fix-previous-names
...
Fix #2830 : Lower Permission to See Previous Usernames
2017-01-11 11:38:53 -08:00
evazion
1f325c19da
Show previous usernames to members; link to actual change requests.
2017-01-11 13:07:39 -06:00
Albert Yi
d0dbe9605e
Merge pull request #2828 from evazion/fix-artcomms
...
Fix artist commentary dialog submitting wrong form.
2017-01-11 10:54:08 -08:00
Albert Yi
48c3920216
Merge pull request #2829 from evazion/fix-post-unvotes-js
...
Fix voting not showing 'undo vote' link if you already voted.
2017-01-11 10:53:53 -08:00
evazion
51df14f07a
Fix voting not showing 'undo vote' link if you already voted.
2017-01-11 11:00:16 +00:00
evazion
34b6f22594
Clean up artcomms partial.
2017-01-11 04:48:44 -06:00
evazion
8a67cb847d
Fix artist commentary dialog submitting wrong form.
2017-01-11 04:48:44 -06:00
Albert Yi
87bcc07fae
enable ragel parser for remaining dtext endpoints
2017-01-10 15:12:37 -08:00
Albert Yi
8db970f9f3
skip api check for forum and comment endpoints
2017-01-10 15:06:34 -08:00
Albert Yi
63c218d71d
fixes #2825 : Restore search within pool versions IP in mod tools
2017-01-09 18:12:54 -08:00
Albert Yi
1724f89742
Merge pull request #2826 from r888888888/related-tags-html
...
Related tags html page (fixes #2750 )
2017-01-09 18:11:22 -08:00
Albert Yi
1efe47f2f9
fix bug to token_count increment
2017-01-09 17:37:46 -08:00
Albert Yi
61c40e042b
Merge pull request #2823 from evazion/fix-fav-order
...
Fix ordering of favlist
2017-01-09 17:36:46 -08:00
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
Type-kun
7c98c60129
Simple HTML page and form for related tags
2017-01-09 19:18:18 +05:00
Type-kun
49a72e4bf6
Include user profile link in IP search results
2017-01-09 16:21:27 +05:00
Type-kun
160d2a47aa
Fixes #2758
2017-01-09 15:53:58 +05:00
Type-kun
9da5e67a65
Another partial fix for issue #2824 , which also affected ip bans and feedback
...
Also fixed minor errors with IP bans
2017-01-09 13:57:16 +05:00
Type-kun
c44c40c759
Partial fix for issue #2824
2017-01-08 23:58:52 +05:00