Albert Yi
a12f6badde
add RequestStore gem, support universal only param for api endpoints ( fixes #4068 )
2019-04-17 12:00:42 -07:00
Albert Yi
c18cf5480d
update uploadcontroller test
2019-04-16 16:26:38 -07:00
Albert Yi
8a16e089d2
don't try to parse deviant art urls that lack a deviation id in the url
2019-04-16 14:00:38 -07:00
Albert Yi
6f4ca75bb1
try to handle deivantart images hosted on images-wixmp better
2019-04-16 13:55:26 -07:00
Albert Yi
eb8ce2e955
Revert "eliminate old algorithm for deviant art sources, fix canonical_url on deviantart"
...
This reverts commit 58ca52b43e .
2019-04-16 13:22:09 -07:00
Albert Yi
d69a4968fd
Merge pull request #4073 from BrokenEagle/fix-4057
...
Remove references to Keeper/TopTagger
2019-04-12 17:03:48 -07:00
Albert Yi
58ca52b43e
eliminate old algorithm for deviant art sources, fix canonical_url on deviantart
2019-04-12 16:35:41 -07:00
BrokenEagle
94340ccaf3
Remove references to Keeper/TopTagger
2019-04-01 13:17:18 -07:00
Albert Yi
c051103d35
fixes #4059 : Incorrect commentary description from Nicoseiga in some cases
2019-02-25 15:58:07 -08:00
Albert Yi
d8d4a5ae6f
refactor nico seiga manga support
2019-02-25 15:53:07 -08:00
Albert Yi
f6a11e6363
remove residual code
2019-02-25 14:46:43 -08:00
Albert Yi
90ce42a537
add support for nico seiga manga ( fixes #4060 )
2019-02-25 14:44:45 -08:00
Albert Yi
78322b38f4
fixes #4064 : Artist new page giving false rejection messages
2019-02-25 11:03:45 -08:00
Albert Yi
25c495f2fb
upgrade fontawesome
2019-02-12 13:37:50 -08:00
Albert Yi
a66d0353d8
include rating and uploader median score in automod events
2019-02-07 15:17:39 -08:00
Albert Yi
e69f201e2c
Merge pull request #4056 from r888888888/automod
...
add csv export helper
2019-02-04 16:03:01 -08:00
Albert Yi
8b6812b186
Merge pull request #4055 from r888888888/rollback-top-tagger
...
remove post keeper references
2019-02-04 16:02:29 -08:00
Albert Yi
95211bfbfc
add csv export helper
2019-01-31 16:37:11 -08:00
Albert Yi
d8aabff77b
remove post keeper references
2019-01-31 15:45:06 -08:00
Albert Yi
0c791a1257
upgrade webpack-dev-server
2019-01-30 14:05:33 -08:00
Albert Yi
26aff41738
update gems + yarn
2019-01-30 14:04:33 -08:00
Albert Yi
27cc4b1311
Merge pull request #4054 from r888888888/automod
...
AutoMod
2019-01-30 11:42:13 -08:00
Albert Yi
cb11e96c31
handle recordnotfound errors
2019-01-30 10:58:29 -08:00
Albert Yi
2961be636a
add job hook when post is created
2019-01-30 10:54:27 -08:00
Albert Yi
6243925aeb
add user job for updating table in dynamodb
2019-01-30 10:37:39 -08:00
Albert Yi
a15b13567d
db structure update
2019-01-28 17:28:11 -08:00
Albert Yi
caf60d690d
better check for forum post votability
2019-01-28 17:23:33 -08:00
evazion
9fda456b7d
/admin/dashboard: fix exception when rendering BURs.
...
Fix regression in 6b167d605 .
2019-01-26 14:41:33 -06:00
Albert Yi
476056b122
Merge branch 'add-post-disapprovals-index'
2019-01-24 17:47:58 -08:00
Albert Yi
b42c7eeb61
remove docker compose install
2019-01-24 17:43:34 -08:00
Albert Yi
5674ec6950
testing circleci configs
2019-01-24 17:05:51 -08:00
Albert Yi
225f08eda6
Merge pull request #4051 from r888888888/add-post-disapprovals-index
...
Add post disapprovals index
2019-01-24 16:56:44 -08:00
Albert Yi
a4542a2845
add disapprovals index to site map
2019-01-24 16:14:57 -08:00
Albert Yi
33063a72de
Add a listing page for post disapprovals (accessible to approvers only)
2019-01-24 16:14:57 -08:00
Albert Yi
a5943d2c3a
Merge pull request #4044 from r888888888/tag-change-notices
...
Tag change notices
2019-01-24 14:23:35 -08:00
Albert Yi
d10b898dd6
add dependency for redis image on docker compose config
2019-01-24 13:25:40 -08:00
Albert Yi
ad3ab4c9a3
add redis image to docker compose config
2019-01-24 13:24:43 -08:00
evazion
a118ec95a7
dynamic requests: fix editing forum posts containing requests ( #3824 ).
...
Bug: When editing a forum post (other than the OP) that contained a
dynamic request, the edit form didn't contain the [bur:1234] syntax.
Instead it contained the full body of the request.
This happened because `forum_post.body` was inadvertantly mutated while
rendering the request.
Fixes https://github.com/r888888888/danbooru/issues/3824#issuecomment-454884235 .
2019-01-24 14:49:38 -06:00
evazion
1292717c52
dynamic requests: handle deleted/processing/queued statuses ( #3824 )
...
Fix bug where [ta:1234] didn't render if the request's status was
'deleted', 'queued', or 'processing'.
2019-01-24 13:52:16 -06:00
Albert Yi
4fe7f5eff9
restyling
2019-01-23 17:40:58 -08:00
Albert Yi
6c332057ac
add blur->sharpen animation for loading expanded images on posts
2019-01-23 16:56:00 -08:00
Albert Yi
17ae357da9
eliminate mixpanel references
2019-01-23 16:37:44 -08:00
Albert Yi
1550538dc1
Tag change notices
...
This adds a small notice at the bottom of post searches if a single tag search is the target of any tag change request.
2019-01-22 17:22:07 -08:00
Albert Yi
60f0aeeb99
fixes #4048 : Error handling on pool_versions
2019-01-22 16:48:31 -08:00
Albert Yi
746ad2822c
fixes #4049 : Trying to open safeblocked posts in safe mode results in 500 server error
2019-01-22 16:46:57 -08:00
Albert Yi
035a0026cd
fixes #4050
2019-01-22 15:14:10 -08:00
Albert Yi
68a5a4be09
handle error state better for recommender service
2019-01-22 14:57:31 -08:00
evazion
6b167d6055
BURs: add edit and reject links to the BUR show page ( #3824 ).
2019-01-15 21:23:01 -06:00
evazion
a284d3fb4a
BURs: allow only pending BURs to be rejected.
...
Fix it being possible to reject approved BURs, or to re-reject already
rejected BURs.
Rejecting an approved BUR wouldn't revert the aliases/implications, but
it would change the BUR's status to rejected.
2019-01-15 21:20:28 -06:00
evazion
971281949f
artist versions: tune url similarity threshold ( #4036 )
2019-01-13 15:40:36 -06:00