Albert Yi
0314dc9751
more consistent behavior of CurrentUser.root_url
2018-08-15 16:08:10 -07:00
Albert Yi
20e67814cb
add cron job for tag relationship retirement
2018-08-06 11:44:57 -07:00
evazion
752557e813
Add eslint support.
...
Run with `yarn run lint` or `bin/webpack`.
2018-08-05 18:30:25 -05:00
r888888888
660cd6ce62
export blacklist, comment, dtext, postmodemenu, and note javascripts ( #3795 )
2018-08-04 17:13:26 -07:00
Albert Yi
718e641f51
remove similar users report
2018-08-03 17:40:00 -07:00
Albert Yi
b596ecb868
update docker file
2018-08-01 14:23:41 -07:00
Albert Yi
6fa0ae2cf1
Migrate assets to use Webpacker
2018-07-27 15:24:05 -07:00
Albert Yi
6643e225e7
add debugging for #3651
2018-07-24 13:29:12 -07:00
r888888888
344c46ed00
add mock recommender service for development, add user-context recommended posts
2018-07-21 14:02:57 -07:00
Albert Yi
f75e0903e8
add default values for recommender
2018-07-20 13:18:24 -07:00
Albert Yi
4d4f36c2c8
make image cropping optional
2018-07-09 10:07:51 -07:00
Albert Yi
7f895bd91f
fix specs
2018-07-02 15:19:19 -07:00
Albert Yi
c01a1f0f00
remove hardcoded references to webmaster@danbooru.donmai.us and r888888888@gmail.com
2018-07-02 10:49:26 -07:00
Albert Yi
f4d5932a66
update dockerfiles
2018-06-25 17:29:01 -07:00
Albert Yi
2d8fcf820e
udpates to ci dockerfiles
2018-06-25 16:06:39 -07:00
Albert Yi
9c148fada4
update ci dockerfile to build and install vips
2018-06-25 15:39:23 -07:00
Albert Yi
56b40a0255
add iqdb preview
2018-06-22 16:41:13 -07:00
Albert Yi
28663351d1
fixes #3757
2018-06-20 11:27:49 -07:00
Albert Yi
56ee44dc00
fixes to iqdb queries
2018-06-20 10:00:05 -07:00
Albert Yi
9510dead9f
refactor iqdb query support
2018-06-19 14:16:12 -07:00
Albert Yi
a9c4210bb5
fixes #3739
2018-06-15 16:12:33 -07:00
Albert Yi
0e6c358701
add drag and drop file uploads w/async processing
...
[skip ci]
2018-06-14 17:52:41 -07:00
Albert Yi
fdd7582fb0
add support for upload preprocessing
2018-06-14 17:52:41 -07:00
Albert Yi
660693ccef
include apt-get clean in dockerfile
2018-06-05 16:13:26 -07:00
Albert Yi
c75f520055
fixes #3730
2018-06-05 14:48:09 -07:00
Albert Yi
c1725f6dc0
eliminate artist undelete action on controller
2018-06-05 13:16:28 -07:00
Albert Yi
d047d04de6
switch from secret_token to secret_key_base
2018-05-15 15:34:53 -07:00
Albert Yi
f938718677
wip
2018-05-11 16:26:24 -07:00
Albert Yi
c6ae060d28
include circle ci env vars in docker env
2018-05-11 13:16:36 -07:00
Albert Yi
6839249e9d
add logic for persisting pixiv sessions in tests
2018-05-10 13:59:57 -07:00
Albert Yi
72f319ccf3
rename lambda references to use shorthand syntax
2018-05-10 11:18:02 -07:00
Albert Yi
3c894eaf86
increase timeout for pixiv api connections
2018-05-10 09:49:46 -07:00
Albert Yi
0d7aa921d6
add hourly check for delayed job errors
2018-05-09 17:33:02 -07:00
Albert Yi
c658e7d22a
add comments for mechanize patch
2018-05-09 16:51:12 -07:00
Albert Yi
5bca31bad1
add retry monkey patch for mechanize
2018-05-09 16:45:03 -07:00
Albert Yi
780d899c85
move passwords to env
2018-05-09 15:15:33 -07:00
Albert Yi
c144159dd9
fix tests
2018-05-09 14:36:03 -07:00
Albert Yi
59dde72924
fix pixiv tests, install ffmpeg
2018-05-09 14:11:34 -07:00
Albert Yi
0f2e6a9a1b
fix tests
2018-05-09 12:45:37 -07:00
Albert Yi
79ea6f7e6c
Add Docker and Travis config files to enable CI tests
...
Also fixes some Rails 6.0 deprecation warnings
2018-05-09 09:56:38 -07:00
Albert Yi
3b8a1703ff
Merge pull request #3701 from evazion/fix-3579
...
Fix #3579 : Add post approval index
2018-05-07 17:36:41 -07:00
evazion
7c1d5e25fb
post approvals: add index page + search options ( fix #3579 ).
2018-05-05 14:00:49 -05:00
evazion
c7492343ce
String: add truthy? & falsy? core extensions.
...
* Add `truthy?` and `falsy?` core extensions to String.
* Use `truthy?` and `falsy?` to replace ad-hoc parsing of boolean
parameters in various places.
2018-05-03 19:57:14 -05:00
r888888888
0d6cf961a8
disable js compression on staging
2018-04-30 11:34:21 -07:00
Albert Yi
b93b28d049
add email to cronjobs
2018-04-27 15:06:36 -07:00
Albert Yi
664a3f02e2
fixes for failed cron maintenance tasks
...
* update rails scripts for 5.2
* system dmails should be scoped to system
* fix broken url generator in forum notices
2018-04-27 15:01:40 -07:00
Albert Yi
f2b525a6d2
Implement forum topic voting and tag change pruning ( #3580 )
2018-04-26 15:31:06 -07:00
Albert Yi
4b6019d6ad
fixes #3668
2018-04-26 10:25:24 -07:00
evazion
09462aefeb
Fix #3522 : Enable HSTS.
2018-04-19 01:39:46 -05:00
evazion
2fd91bfa20
Load danbooru_default_config.rb earlier.
...
Load danbooru_default_config.rb inside application.rb instead of in an
initializer so that it's available as soon as possible.
2018-04-19 00:49:50 -05:00