Commit Graph

9260 Commits

Author SHA1 Message Date
Kira
76d1999ade [Rails] Upgrade to rails 6.1 + fix tests 2021-02-25 12:08:09 -08:00
Kira
e685fb87c2 [Tests] Update tests and fix deprecations 2021-02-25 12:08:09 -08:00
Kira
9bbc5afe28 [Rails] More deprecation warnings 2021-02-25 12:08:09 -08:00
Kira
048e5d7182 [Rails] Update to rails 6
Fix sidekiq initializer
2021-02-25 12:08:09 -08:00
Kira
3628bd8f09 [Rails] Rails 6.1 deprecations fixes 2021-02-25 12:08:09 -08:00
Kira
12cdec9642 [Tests] Remove test for removed class 2021-02-25 12:08:09 -08:00
Kira
fd635ff197 [Tests] Fix vote tests 2021-02-25 12:08:09 -08:00
Kira
e2a7fa1e27 [Tests] Fix favorite tests 2021-02-25 12:08:09 -08:00
Kira
2f416b51b4 [Tests] Fix pool tests
The atomic add! and remove! methods were not properly resetting
the skip_sync property once the pool was updated. This was causing
pool test behavior to fail because later syncronize methods would
fail to sync.
2021-02-25 12:08:09 -08:00
Kira
dbb5870d93 [Tests] Fix pool related errors in tests 2021-02-25 12:08:09 -08:00
Kira
46fe5f1164 [Pools] Pool tests 2021-02-25 12:08:09 -08:00
Kira
c246cd68a2 More test fixes 2021-02-25 12:08:08 -08:00
Kira
8364af65c5 More test fixing 2021-02-25 12:08:08 -08:00
Kira
58e8fe22fd Tests and fixes 2021-02-25 12:08:08 -08:00
Kira
32e81770ef Update tests 2021-02-25 12:00:09 -08:00
Kira
7196805512 [IQDB] Remove fixed height to fix display of metadata on posts 2021-02-21 13:03:57 -08:00
Kira
d50246ee7a [Posts] Use sample url for reverse image search if available 2021-02-21 13:00:02 -08:00
Kira
93a145d70f [Users] Fix premature collapse of titles on user profile stats 2021-02-21 12:55:10 -08:00
Kira
49abb88749 [Uploader] Fix onpaste behavior for urls 2021-02-21 12:51:43 -08:00
Kira
c34242a7de [Posts] Update flash deprecation notice 2021-02-21 11:52:57 -08:00
Kira
337965b93e [Tag Relationships] Add accept/reject links to show pages 2021-02-21 11:12:44 -08:00
Kira
d6d8e5f271 [Approval] Prevent overwriting approval status on approved posts 2021-02-21 10:23:14 -08:00
Kira
3fec1381e4 [OG] Explicit sizing of image/video 2021-02-05 19:12:27 -08:00
Kira
fff88c7782 [Posts] Show paginator if order:random and randseed is present 2021-02-05 18:43:30 -08:00
Kira
7fcb491d6c [Replacement] Delete replaced files + generate video samples 2021-02-04 17:47:34 -08:00
Kira
fa06ea0df4 [Users] Record name on user deletion 2021-01-31 22:39:09 -08:00
Kira
46afc13200 [Users] Fix favorite removal retry on user deletion 2021-01-31 22:10:50 -08:00
Kira
a9c2343292 Revert "[Users] Make it clear that an account is not required for blacklist"
This reverts commit b73b8cf226.
2021-01-31 22:09:08 -08:00
Kira
9c88cbe0ec [Uploads] Remove ability to upload flash files 2021-01-23 14:11:05 -08:00
Kira
5431475954 [Tag Implications] Fix bad request to approve 2021-01-23 12:26:58 -08:00
Kira
b73b8cf226 [Users] Make it clear that an account is not required for blacklist 2021-01-23 11:24:52 -08:00
Kira
cf9e9ab9a3 [Post History] Fix tag script referencing wrong field 2021-01-23 10:55:04 -08:00
Kira
8f60e79ec7 [Gems] Update dtext gem 2021-01-17 12:47:35 -08:00
Kira
814db91046 [Artists] Allow locking artist pages 2021-01-17 11:33:21 -08:00
Kira
e6bbf473e4 Revert "[Uploader] Prevent leaving uploader page by accident"
This reverts commit c6198aff9d.

This change is broken and doesn't account for if the upload finishes
or not.
2021-01-14 07:11:50 -08:00
Kira
20361ddeb0 Merge branch 'master' of github.com:zwagoth/e621ng 2021-01-10 16:40:31 -08:00
Kira
b775ee9a49 [Implications] Always allow rejecting implications
Implication validation failures should not prevent rejection
2021-01-10 16:39:57 -08:00
Zwagoth
3fb1d89b0b
Merge pull request #243 from zwagoth/dev_box
Dev box
2020-12-23 16:36:06 -05:00
Zwagoth
d2a57748e6 [Install] Ensure that redis is started 2020-12-23 15:53:12 -05:00
Zwagoth
938bc4dcae [Install] Don't run mock services that don't exist anymore 2020-12-23 15:52:58 -05:00
Zwagoth
5e3a62fd06 Update development box bringup scripts 2020-12-23 15:13:56 -05:00
Kira
98316d3253 [Forum] Fix slow query for most recent visible topic fetch 2020-12-22 12:48:03 -08:00
Kira
49d84186d5 [Tags] Add fix link for jan+ to tag edit pages 2020-12-22 12:00:28 -08:00
Kira
20e28bcf17 [Wiki] Add link to fix tag counts
Since most people link to the wiki page for tags instead of the
tags page, this allows for easier fixing of tag counts.
2020-12-22 11:45:20 -08:00
Kira
c6198aff9d [Uploader] Prevent leaving uploader page by accident 2020-12-20 15:13:24 -08:00
Kira
4d996fed54 Update allowed tag naming patterns 2020-12-20 11:31:52 -08:00
Kira
ac34b6fe26 Fix bad post_replacement column names 2020-12-20 11:11:35 -08:00
Kira
a37a346817 Update drop post index migration 2020-12-20 10:49:47 -08:00
Kira
db44e102c2 Drop unused post indexes 2020-12-20 10:33:21 -08:00
Kira
006c201887 [Pools] Allow viewing history for deleted pools 2020-12-03 18:32:15 -08:00