Earlopain
ef0e81156c
[Config] Align max pages with live site
2021-11-02 14:32:40 +01:00
Earlopain
34cc839016
[Config] Remove upload feedback thread
...
This isn't used on e6 and someone might make this thread and have it
appear for other users
2021-11-02 14:30:38 +01:00
bitWolfy
0c99e12095
[Flags] Fix a typo on the 48 hour reason explanation
2021-10-17 23:02:23 -07:00
bitWolfy
2d76eae435
[Flags] Re-arrange the config values for clarity
...
48 hour flag reason ended up under the deletion reasons because of a rebase gone awry
2021-10-17 22:00:18 -07:00
bitWolfy
8aee306952
[Flags] Fix a configuration error
...
Rebasing the branch went wrong
2021-10-17 21:55:59 -07:00
bitWolfy
b589931b9d
[Flags] Tweaks to the 48 hour deletion reason
2021-10-17 21:39:13 -07:00
bitWolfy
f39ee08820
[Flags] Redesign the new flag page
2021-10-17 21:37:37 -07:00
bitWolfy
1170c4a71c
[Posts] Minor changes to the prebuilt deletion reasons
2021-10-17 10:04:24 -07:00
bitWolfy
c70ed04e40
[Posts] Add pre-built deletion reason selector
2021-10-14 10:41:01 -07:00
Earlopain
bdeb4b3501
[IQDB] Remove dead code
2021-10-02 21:15:48 +02:00
Earlopain
7b3077e348
[PostSets] Remove atom feed
2021-10-02 21:02:41 +02:00
Kira
088a6a2740
[JS] Try to fully target older browsers
2021-09-30 02:26:05 -07:00
Kira
3da92e81e7
[JS] Because I was forced to upgrade webpack and redo everything from scratch
...
This is probably going to be partially broken somehow. Let's find out.
2021-09-22 23:29:14 -07:00
Zwagoth
bc283e9284
Merge pull request #296 from Earlopain/blacklist-sizing
...
Fix blacklisted posts starting out with original sizing instead of the users setting
2021-09-23 00:26:39 -04:00
Earlopain
869d3dd8e7
Merge remote-tracking branch 'origin/master' into blacklist-sizing
2021-09-05 19:28:39 +02:00
Earlopain
d8b00bf94b
[Rails] Allow easy disable of the cache_store
...
Setting it in the individual environment config does not work because it
was overwritten by the cache_store.rb initializer
2021-08-24 19:22:01 +02:00
Zwagoth
0b0184fca1
Merge pull request #294 from Earlopain/readonly
...
Add readonly mode
2021-08-12 09:59:28 -04:00
Zwagoth
4b4afd0f90
Merge pull request #297 from Earlopain/misc-again
...
Misc again
2021-08-04 08:05:38 -04:00
Zwagoth
522676bb08
Merge pull request #288 from Earlopain/cors
...
[CORS] Allow authorization header
2021-08-03 18:46:38 -04:00
Earlopain
18fb718658
[Posts] Update embeded title to account for 3d artwork
2021-07-20 18:09:51 +02:00
Earlopain
3fd543327b
[Pools] Replace select all with a link to the gallery
...
This is not terribly useful and actually slows down my browser quite a bit
because of the huge number of entries it needs to displays
2021-07-19 18:23:30 +02:00
Earlopain
bd93c61e77
[ReadOnly] Add basic read-only mode
2021-07-18 17:50:57 +02:00
Earlopain
19f84e6acd
[Posts] Unify scale naming on post and in settings
...
Moves generation of the options from js to templates in order
to access the sample image width to display.
2021-07-18 01:35:52 +02:00
Earlopain
9564f714e6
[CORS] Allow authorization header
...
Fixes #270
2021-07-07 13:44:58 +02:00
Earlopain
6910369e2a
[Misc] Add rubocop and solargraph config
...
A bunch of rules are disabled or tweaked for the current style
2021-07-05 13:21:49 +02:00
Kira
80ba696d35
Merge branch 'staff_notes'
2021-05-18 11:14:48 -07:00
Kira
b3eb88405d
[Staff Notes] Add staff notes
2021-05-12 21:57:12 -07:00
Earlopain
f2696386a8
[Misc] Remove unused help:upload_notice
2021-05-03 13:05:00 +02:00
Earlopain
4b27ebb6f9
[Seeding] Fix system user not being promoted
2021-04-30 23:46:28 +02:00
Kira
32f4dc32a7
[Gems] Fix sidekiq warning about session secret
...
Sidekiq no longer shims its own session system, so it isn't relevant
to provide it the session key.
2021-04-30 10:12:24 -07:00
Kira
33013e0a44
[Debug] Better logging of slow queries
...
Rails is VERY opaque about which query timed out when reviewing
backtraces for code that loads relations. Often it becomes difficult
to tell exactly which query was generated.
This interrogates the exceptions for these and pulls out the SQL
and bind params for further debugging. Automatic unwrapping of
rails template exceptions is done, as a majority of these seem
to be triggered in production by relations that are lazily loaded
through templates, or template code.
Also I cleaned up the backtrace display a little bit while I was
messing with this code. Usually it isn't relevant to see the 130
lines of rails relationship loader code. Full traces are still
saved so that in the event something happens inside a gem/framework
file it can still be easily located.
2021-04-30 10:12:10 -07:00
Zwagoth
af7f7f9d10
Merge pull request #256 from Earlopain/remove-useless-config
...
Remove useless config entries
2021-04-18 17:41:12 -04:00
Kira
dff34d0f13
Merge branch 'user_warned'
2021-04-16 15:39:51 -07:00
Kira
1feee5e9a5
[Admin] Allow marking content as having earned a user a warning/ban
2021-04-16 15:39:32 -07:00
Kira
0b4e3fc57e
[Post] Ability to regenerate image and video samples on demand
2021-04-07 10:33:19 -07:00
Kira
173294fb56
[Replacements] Testing
2021-04-07 10:33:19 -07:00
Kira
43ffb7925f
[temp] tests
2021-04-07 10:33:19 -07:00
Kira
d4a4be82bb
[Replacements] Fix errors caught in review
2021-04-07 10:33:19 -07:00
Kira
a28466bdaf
[Replacements] Continued progress
...
[Replacements] Fix exceptions when processing replacements
[Replacements] Fix handling of invalid file types
[Replacements] Fix error reporting and promote dupe checking
[Replacements] Prevent duplicate replacements from cropping up
2021-04-07 10:33:19 -07:00
Kira
3855d64228
Post replacement system
2021-04-07 10:33:18 -07:00
Earlopain
e7b03a84e9
[Config] remove dead keys
2021-04-03 20:14:15 +02:00
Zwagoth
c40498ce41
Merge pull request #250 from Earlopain/post-favorites
...
Add list of post favorites to seperate route
2021-04-03 03:11:33 -04:00
Kira
3db4c30721
[Admin] Ability to reowner posts for special conditions
2021-04-01 22:33:37 -07:00
Earlopain
e18813895a
[Feature] Move post favorites to seperate path
...
This makes them visible to normal users but moves them to a seperate page.
This operation is expensive, let's see if there is an easier way to fetch them.
2021-03-23 15:49:00 +01:00
Kira
121546a854
[Stats] Add basic stats system
2021-03-13 13:16:16 -08:00
Kira
ec53c66230
[Forum Votes] Fix inverted logic + raise limit + error reporting
2021-03-11 11:28:43 -08:00
Kira
adabdd1028
[Forum] Revise forum post vote system
2021-03-04 20:33:56 -08:00
Kira
a7317a668a
[Rails] Turn off url safe csrf until migration complete
2021-02-25 12:31:57 -08:00
Kira
784890ca3e
[Posts] Fix tag set presenter using broken memoist gem
2021-02-25 12:08:09 -08:00
Kira
76d1999ade
[Rails] Upgrade to rails 6.1 + fix tests
2021-02-25 12:08:09 -08:00