Commit Graph

3376 Commits

Author SHA1 Message Date
Toks
899fd8f71f Don't instantly make a request to get info when using bookmarklet
Currently this is done twice: once when the page first loads (although
this one isn't used) and then a second time asynchronously with
javascript (which is used). This commit removes the first one, improving
upload page load time.
2014-04-30 14:28:07 -04:00
Toks
ce2bcc4570 Seiga: support alternate type of direct link url 2014-04-30 12:31:41 -04:00
Toks
b559f11c99 Seiga: fix getting artist name 2014-04-30 12:29:35 -04:00
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
d1c0b5a6cf Fix accepting terms of service not working 2014-04-28 16:05:45 -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
55fef2f7c6 new version 2014-04-23 14:20:49 -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
5bb49053d4 new version 2014-04-12 15:07:12 -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
01eb6fd0ac update version 2014-04-12 01:28:18 -07:00
r888888888
360c3abc13 fix pry gem warning 2014-04-12 01:28:18 -07:00
r888888888
89339e36bd fix pry gem warning 2014-04-11 14:15:21 -07:00
r888888888
7edcbf33dd fixes #2108, upgrade to postgresql 9.3, fix tests 2014-04-11 14:15:14 -07:00
Toks
e46d467f64 Merge branch 'master' of https://github.com/r888888888/danbooru 2014-04-11 14:57:42 -04:00
Toks
e8b92781c4 Use transaction when favoriting to prevent post from being half-favorited 2014-04-11 14:50:34 -04:00
ghostrigger
a77125ada2 fixes #2126
explicitly stated run "chmod 600 ~/.danbooru/secret_token" and run "chmod 600 ~/.danbooru/session_secret_key" related to 03e8906b09 (issue #1366)
2014-04-11 16:43:37 +08: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
88a5d2945b implement oob gc for unicorn 2014-03-28 10:59:43 -07: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