Commit Graph

5768 Commits

Author SHA1 Message Date
Albert Yi
7d2e1f871b Merge pull request #3056 from evazion/fix-3054
Fix #3054: Artist link broken on Post Upload page
2017-05-15 16:17:26 -07:00
Albert Yi
261548708e Merge pull request #3052 from evazion/fix-3051
Fix #3051: disable S3 proxy by default.
2017-05-15 16:14:41 -07:00
Albert Yi
0ca211d878 Merge pull request #3053 from evazion/feat-replace-images
Avoid pruning post replacement delayed jobs.
2017-05-15 16:14:04 -07:00
Albert Yi
d658d41c53 Merge pull request #3050 from evazion/fix-user-name-changes
Fix username changes forcing new name to lowercase.
2017-05-15 16:13:16 -07:00
Albert Yi
0b9ab969e5 Merge pull request #3047 from evazion/fix-forum-topic-visits
Don't record forum topic visits for API requests.
2017-05-15 16:10:26 -07:00
Albert Yi
79484586cd Merge branch 'master' into fix-forum-topic-visits 2017-05-15 16:10:21 -07:00
Albert Yi
0fd760fdf2 Merge pull request #3049 from evazion/fix-3046
Fix #3046: Server Only Grabbing/Using First Character of Pixiv Tags/Tools
2017-05-15 16:01:32 -07:00
Albert Yi
cf1d8e595c Merge pull request #3045 from evazion/feat-commentary-toggle
Add commentary toggle button on uploads page.
2017-05-15 16:00:30 -07:00
Albert Yi
bdaf13846d Merge pull request #3043 from evazion/feat-atom-feeds
Fix #3036: Add Additional ATOM Feeds (forum_posts, comments)
2017-05-15 15:27:50 -07:00
evazion
6ee3b2635a Fix returning incorrect pixiv profile url (fixes #3054). 2017-05-14 22:00:06 -05:00
evazion
a6737dfc14 daily_maintenance.rb: don't prune file deletion delayed jobs. 2017-05-14 12:49:11 -05:00
evazion
91a97e37cb Fix #3051: disable S3 proxy by default. 2017-05-14 10:40:15 -05:00
evazion
087ce001e7 user name changes: don't force new name to lowercase. 2017-05-14 09:53:49 -05:00
evazion
61a37a09cc Fix translated tags for pixiv (fix #3046).
Translated tags expects `tags` to be an array of `[tag_name, search_link]` pairs.
2017-05-13 19:17:33 -05:00
evazion
71a19c28f1 forum topics: don't record a topic visit for api requests. 2017-05-13 13:50:20 -05:00
evazion
8c88e87710 /forum_topics.atom: add atom feed for forum topics. 2017-05-13 10:37:59 -05:00
evazion
e68946e95d /comments.atom: add atom feed for comments. 2017-05-13 10:37:58 -05:00
evazion
c68e68f3c2 /uploads/new: add show/hide commentary toggle button. 2017-05-13 00:18:52 -05:00
r888888888
78b08d8394 add new model for post replacements, add undo functionality 2017-05-12 17:11:40 -07:00
Albert Yi
dc02dcf0e0 Merge pull request #3015 from evazion/feat-replace-images
Fix #2949: Sample image replacement ability
2017-05-12 17:11:29 -07:00
r888888888
7ae18d1068 bug fix for source pixiv 2017-05-12 16:42:25 -07:00
r888888888
4af8e15c59 refactor artist views 2017-05-12 15:00:00 -07:00
r888888888
812ac13471 move sample links to user statistics 2017-05-12 14:53:59 -07:00
r888888888
5ad7f1af91 cache artist domains, show artist domains in wiki excerpt on post listing 2017-05-12 14:50:37 -07:00
r888888888
bcec293efe pull additional data from pixiv api (fixes #3042) 2017-05-12 11:17:31 -07:00
r888888888
aa5a1eca6f fixes #3035 2017-05-11 16:06:39 -07:00
Albert Yi
65999133f2 Merge pull request #3040 from evazion/fix-nil-commentary-exception
Fix exception when fetched commentary is nil.
2017-05-10 19:53:53 -07:00
evazion
757a7da49b fixup! /source.json: don't encode '&' as '&' in commentaries. 2017-05-10 21:03:29 -05:00
Albert Yi
f623aafc04 Merge pull request #3038 from evazion/fix-upload-commentary
Fix commentary box on upload page (fixes #3037)
2017-05-10 16:29:39 -07:00
evazion
7a656f790d /uploads/new: autopopulate commentary from /source.json. 2017-05-10 18:01:52 -05:00
evazion
a2a6a0ce27 /source.json: don't encode '&' as '&' in commentaries. 2017-05-10 18:01:52 -05:00
evazion
8015d62b46 /source.json: strip html tags from artist commentary. 2017-05-10 18:01:51 -05:00
evazion
b2f62482a1 Remove artist commentary handling from download rewrite strategies. 2017-05-10 18:01:51 -05:00
Albert Yi
b4097dbc8a Merge pull request #3034 from evazion/fix-comment-order
Fix /comments.json returning results in undefined order.
2017-05-10 15:21:52 -07:00
evazion
a3a9a78015 /comments.json: default to id_desc order instead undefined order. 2017-05-09 18:12:37 -05:00
r888888888
b49641f775 fixes #3033 2017-05-09 13:21:21 -07:00
r888888888
ff5586cb01 refactor twitter service to handle cards (fixes #3031) 2017-05-09 12:48:11 -07:00
r888888888
2b74fe669e increase period for deleting mod actions 2017-05-08 13:49:55 -07:00
Albert Yi
f803137106 Merge pull request #3030 from evazion/feat-backups
Backup posts to S3 on creation/replacement
2017-05-08 13:39:41 -07:00
Albert Yi
56bd81912d Merge pull request #3029 from evazion/feat-job-control
Add ability to start/stop delayed jobs.
2017-05-08 13:14:40 -07:00
Albert Yi
64311c83e4 Merge pull request #3028 from evazion/fix-flag-borders
Change flag borders from red to blue for non-approvers.
2017-05-08 13:05:54 -07:00
Albert Yi
0018a09f30 Merge pull request #3027 from evazion/feat-flag-cooldown
Add 3 day cooldown between flags
2017-05-08 13:05:38 -07:00
Albert Yi
b4051526ff Merge pull request #3025 from evazion/fix-xml-attrs
Fix #3024: strip '?' from API attributes
2017-05-08 12:59:57 -07:00
Albert Yi
646a2b3762 Merge pull request #3022 from evazion/fix-api-pretty-names
Fix #2352: Return raw usernames in API instead of pretty names.
2017-05-08 12:49:01 -07:00
Albert Yi
92c4c043f0 Merge pull request #3032 from evazion/fix-expired-bans
Fix exception when user with expired ban logs in.
2017-05-08 11:33:44 -07:00
evazion
19e91f438b bans: add test for logging in with expired ban. 2017-05-07 12:13:25 -05:00
evazion
fd291c8b42 bans: fix exception when user with expired ban logs in.
`ban.destroy` fails because users have many `bans`, not a single `ban`.
Destroying the expired ban isn't necessary anyway.
2017-05-07 12:13:19 -05:00
r888888888
1b5d409c0c remove usage of postgres now() in token bucket check 2017-05-06 20:54:54 -07:00
Albert Yi
303e665aac Merge pull request #3026 from evazion/fix-api-key-limits
Fix API limits being lowered when user doesn't have api key.
2017-05-06 17:59:02 -07:00
evazion
fb7e6c7e8e backups: default to s3 backup for production. 2017-05-05 22:54:39 -05:00