Kira
cb84bf4c9b
[JS] Fix webpacker overriding babel config and setting loose
...
Loose does super dumb shit like converts spread operators to
[].concat() which is broken, incorrect, and not at all helpful.
Because this was forced in their base preset, it would break all
kinds of things that shouldn't have broken, and it would ignore the
project config explicitly.
This seems to fix the vast majority of the JS on the site, and the
generated code makes a lot more sense now.
2021-09-24 20:32:07 -07:00
Kira
5f352cf39c
[JS] We don't support deferred JS loading yet.
2021-09-22 23:36:47 -07:00
Kira
33353c1bdb
Merge branch 'master' of github.com:zwagoth/e621ng
2021-09-22 23:30:06 -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
c0cc78230c
Merge pull request #307 from Earlopain/artist-url-count
...
Make artist domains count understand multiple sources
2021-09-23 01:16:11 -04:00
Kira
cc73dec83d
Merge branch 'master' of github.com:zwagoth/e621ng
2021-09-22 21:57:36 -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
Kira
67b2ed0490
Merge branch 'master' of github.com:zwagoth/e621ng
2021-09-22 21:24:56 -07:00
Zwagoth
d687ddf31e
Merge pull request #305 from Earlopain/small-things
...
Small things
2021-09-23 00:24:11 -04:00
Kira
55f72ccb0e
Merge branch 'master' of github.com:zwagoth/e621ng
2021-09-22 21:22:31 -07:00
Zwagoth
17364ee920
Merge pull request #310 from Earlopain/cache
...
[Rails] Allow easy disable of the cache_store
2021-09-23 00:22:03 -04:00
Earlopain
869d3dd8e7
Merge remote-tracking branch 'origin/master' into blacklist-sizing
2021-09-05 19:28:39 +02:00
Kira
f25f357f10
[Gems] Update gems
2021-08-26 18:24:49 -07:00
Kira
79b5ed8483
[Gems] Update gems try 2
2021-08-26 17:27:20 -07:00
Kira
3ce5c4224a
Revert "[Gems] Update gems"
...
This reverts commit 533b60eb5e
.
2021-08-26 17:26:25 -07:00
Kira
533b60eb5e
[Gems] Update gems
2021-08-26 17:23:19 -07: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
Earlopain
2ac9120ad9
[ForumPost] Prevent default on vote events
2021-08-24 17:49:14 +02:00
Earlopain
c0994856a0
[Sets] Add padding to the top of the description
2021-08-24 17:24:42 +02:00
Earlopain
cb80aa6799
[Uploader] Only show uploadable files in file picker
2021-08-24 17:16:11 +02:00
Earlopain
7b668dcfbd
[PostVersions] Show undo/revert to buttons on deleted posts
...
Some time ago editing deleted posts was made possible
Fixes #289
2021-08-14 15:47:58 +02:00
Earlopain
885e4bd74b
[Artists] Only count domains once for each post
...
Also increase the posts which are considered from 10 to 100
2021-08-14 15:11:28 +02:00
Earlopain
b92ceb9b0a
[Posts] Remove dead query code
2021-08-14 13:51:50 +02:00
Zwagoth
40a770ffe9
Merge pull request #303 from Earlopain/dtext-spoiler-formatting
...
Dtext spoiler formatting
2021-08-13 18:43:58 -04:00
Earlopain
f194b11d56
[Artists] Handle mulitpe sources when counting domains
...
Also try to filter out direct image urls.
The map_domain function is useless now, since it converted image host
domains to their other counterpart.
2021-08-13 21:59:48 +02:00
Earlopain
c6be50f3f7
[CSS] Hide more elements in spoilers
...
Hide (inline) code, quotes, and sections.
It's not perfect, mostly because of the borders but I don't know how
to do that without writing a bunch of repetetive rules.
It's an improvement at least
2021-08-13 21:41:58 +02:00
Earlopain
ab1ced5410
[Themes] Fix links in spoilers being visible on some themes
...
Also uses a more theme-appropriate color for them
Fixes #272
2021-08-13 20:57:12 +02:00
Kira
cd3173d661
[JS] Update yarn packages and deprecated SCSS syntax
2021-08-12 07:46:50 -07:00
Kira
e018c35e74
[Gems] Update gems
2021-08-12 07:16:18 -07:00
Kira
55928970d6
Merge branch 'master' of github.com:zwagoth/e621ng
2021-08-12 06:59:41 -07:00
Zwagoth
0b0184fca1
Merge pull request #294 from Earlopain/readonly
...
Add readonly mode
2021-08-12 09:59:28 -04:00
Kira
490179d0ea
[Tickets] Prevent reporting dmails the user did not receive
2021-08-12 06:45:52 -07:00
Earlopain
1c0c3c2475
[Flags] Allow viewing flags on own uploaded posts
...
Apparently this was a attempt to hide some undesirable information from mods
I personally think this isn't needed and if someone really wanted to
they could just use the other search options which didn't have this limitation
2021-08-06 19:54:18 +02:00
Earlopain
54616a4159
[Artists] Prevent unnessesary note changes
...
If an artist had no coresponding wiki page changing the artist would
log a note change since notes was nil while text contained the empty string.
This prevents logging when there is no wiki page present and no text was entered
2021-08-06 18:59:00 +02:00
Earlopain
c8d2086a02
[Tags] Colorize tag on show page and link to search
2021-08-06 18:20:05 +02:00
Earlopain
c5a18076e9
[Help] Add note on how to add multiple related help pages
2021-08-06 18:00:49 +02:00
Earlopain
966ccb2092
[Bans] Hide unban button if no permissions
2021-08-05 20:36:51 +02:00
Zwagoth
59306c27ff
Merge pull request #302 from zwagoth/revert-299-news-update-cache
...
Revert "[NewsUpdate] Fix new entries not being displayed immediately"
2021-08-04 21:05:57 -04:00
Zwagoth
cb8da1a902
Revert "[NewsUpdate] Fix new entries not being displayed immediately"
2021-08-04 21:04:23 -04:00
Zwagoth
4b4afd0f90
Merge pull request #297 from Earlopain/misc-again
...
Misc again
2021-08-04 08:05:38 -04:00
Earlopain
e2fe1f29c7
[Uploader] Fix wrong wiki link
...
Somehow fucked this up in that other pr
Fixes #301
2021-08-04 12:51:43 +02:00
Zwagoth
5ddb86e8cc
Merge pull request #299 from Earlopain/news-update-cache
...
[NewsUpdate] Fix new entries not being displayed immediately
2021-08-03 19:37:38 -04:00
Zwagoth
522676bb08
Merge pull request #288 from Earlopain/cors
...
[CORS] Allow authorization header
2021-08-03 18:46:38 -04:00
Zwagoth
8a5ffc7e60
Merge pull request #295 from Earlopain/modactions-cleanup
...
[ModActions] Remove description search parameter
2021-08-03 18:45:54 -04:00
Zwagoth
7e7433956b
Merge pull request #285 from Earlopain/development-tools
...
Add rubocop and solargraph
2021-08-03 18:45:19 -04:00
Kira
c243487e36
[Uploads] Easy upload disable toggle
2021-07-29 12:26:14 -07:00
Earlopain
d97846bd90
[NewsUpdate] Fix new entries not being displayed immediately
...
Somehow the member variable surived the request resulting in new
updates not being pushed to users immediately like intended
2021-07-26 19:52:37 +02:00
Earlopain
e235416ee3
[Posts] Fix visual bug updating score breakdown on vote
...
Fixes #298
2021-07-25 12:18:09 +02:00
Kira
68281d5a21
[Blacklist] Optimize updating user blacklist normalization
2021-07-23 10:40:11 -07:00
Earlopain
51e3d68ab8
[Vagrant] Increase RAM
...
The machine was swapping quite a bit, 600mb just on startup alone
2021-07-23 16:19:38 +02:00