Commit Graph

5321 Commits

Author SHA1 Message Date
Toks
0507064004 #1866: Add nico seiga support and fix various seiga bugs
* Support rewriting source when user uploads from a thumbnail url or
html page url
* Fix bug where site did not log in correctly
* Fix bug where the image url couldn't be extracted from the page if the
image was rated as adults only on seiga
* Normalize direct image url to html page url so tags, etc., can be
extracted
2014-04-29 11:46:08 -04:00
Toks
0cba44e3bf Fix deviantart regex bugs 2014-04-28 15:49:50 -04:00
Toks
cc3c6d989f Upload preview: use normalized image url
This means that the preview will work even when the user doesn't use the
direct image link. e.g. The user can use the bookmarklet on Pixiv
mode=medium pages.
2014-04-28 15:29:31 -04:00
Toks
e84934bf78 Automatically focus first autocomplete result
In order to do this space-to-complete needs to be removed too since it
doesn't work together with autofocus. I think this is a good thing
anyway as it can cause accidental selections when typing. And we already
have two other shortcuts for this too (enter and tab).
2014-04-28 15:07:09 -04:00
Toks
22f2a76569 Don't return incorrect artist finder results
Applies to nicoseiga, tumblr, and deviantart; fixes #2134
2014-04-28 15:01:07 -04:00
Toks
b16980be51 fixes #2138 2014-04-28 14:33:13 -04:00
Toks
a05c51745c Add search option for issue #2104 2014-04-28 14:24:24 -04:00
r888888888
48b2719031 Reenable asset compilation for production 2014-04-25 14:40:20 -07:00
r888888888
e96c936f36 Additional Rails 4.1 optimizations 2014-04-25 10:34:27 -07:00
r888888888
aab03422bc performance tweaks for rails 4.1 2014-04-24 22:24:42 -07:00
r888888888
a89c57cee0 Fix Rails 4.1 migration issues 2014-04-24 17:01:03 -07:00
r888888888
616aef4394 Revert "Merge branch 'ruby-2.1'"
This reverts commit 18dd5acca7, reversing
changes made to 55fef2f7c6.
2014-04-24 16:12:30 -07:00
r888888888
18dd5acca7 Merge branch 'ruby-2.1'
Conflicts:
	app/assets/javascripts/comments.js
	app/helpers/delayed_jobs_helper.rb
2014-04-23 18:05:31 -07:00
r888888888
98b31aafa6 fix session comparison 2014-04-23 14:03:54 -07:00
r888888888
90f3156a73 fixes #2132 2014-04-17 14:17:11 -07:00
r888888888
fad0ab7c93 fixes #2133 2014-04-16 17:43:34 -07:00
r888888888
7a61048d69 iqdb display fix 2014-04-12 15:14:10 -07:00
r888888888
eee742b60b improve swiping logic 2014-04-12 15:03:28 -07:00
r888888888
26f35b551c improve swiping logic 2014-04-12 14:59:02 -07:00
r888888888
9314db5183 fix mobile listing page title 2014-04-12 14:51:11 -07:00
r888888888
08da53f7f0 add gesture support for mobile page 2014-04-12 14:48:16 -07:00
r888888888
8895759ea1 improve css for mobile page 2014-04-12 14:34:14 -07:00
r888888888
ee417c7dc5 indicate on iqdb searches if no match was found 2014-04-12 14:30:36 -07:00
r888888888
9bccd31043 fixes #2129 2014-04-12 14:28:01 -07:00
r888888888
e60877ed31 iqdb fixes 2014-04-12 01:41:53 -07:00
r888888888
7d1bf4864f iqdb fixes 2014-04-12 01:34:21 -07:00
r888888888
7edcbf33dd fixes #2108, upgrade to postgresql 9.3, fix tests 2014-04-11 14:15:14 -07:00
Toks
e8b92781c4 Use transaction when favoriting to prevent post from being half-favorited 2014-04-11 14:50:34 -04:00
Toks
57f82182a8 Potential improvement for #read_by? 2014-03-29 21:27:46 -04:00
Toks
421adfc65c Add unread dmail search option 2014-03-29 16:28:55 -04:00
Toks
079853656e Fix marking all dmails as read not working fully 2014-03-29 16:27:41 -04:00
Toks
59f5fc2e1f Fix issue when deleting unread dmail 2014-03-29 16:27:18 -04:00
r888888888
3e5dd6ca20 enable iqdb previews in upload page 2014-03-27 15:34:05 -07:00
r888888888
48ae3bcefd fixes #2116 2014-03-27 15:29:16 -07:00
r888888888
72e15012eb fix iqdb match constraint 2014-03-27 11:05:16 -07:00
r888888888
22a2c97963 iqdb fixes 2014-03-27 10:54:55 -07:00
Toks
7a3e843259 fix metatags not working 2014-03-26 21:37:27 -04:00
r888888888
7632a92980 fix iqdb callback 2014-03-26 17:40:25 -07:00
r888888888
c41d2a733b bug fixes for iqdb 2014-03-26 17:20:34 -07:00
r888888888
594b09b8c9 fix dmail tests 2014-03-26 16:01:10 -07:00
r888888888
c0ace6d4d3 enable iqdb callbacks for post 2014-03-26 15:31:52 -07:00
Toks
3f869e8582 Fix case where user's has_mail could be erroneously set to false 2014-03-26 16:48:53 -04:00
Toks
8541d2896a #1469: Fix issue with topics getting marked as read erroneously
It looks like it would set last_forum_read_at to the oldest unread
topic's updated_at value. But then it would fail to include that same
topic in the query next time because it used > instead of >=.
2014-03-26 14:21:34 -04:00
Toks
168587d5cb fixes #2117 2014-03-26 13:52:09 -04:00
Toks
e28ede19dc fixes #2119 2014-03-26 13:20:22 -04:00
Toks
c01caeb787 Fix notice for banned posts 2014-03-24 23:27:58 -04:00
r888888888
0adfc79087 iqdb fixes 2014-03-24 15:10:20 -07:00
r888888888
91a0917477 fix iqdb importer 2014-03-24 15:08:00 -07:00
r888888888
a6aecfb60c update iqdb display helper 2014-03-24 15:02:14 -07:00
r888888888
eaf487bdb1 fix spec 2014-03-24 14:58:09 -07:00