Earlopain
82d7ff59e0
[Docker] Install gems and js packages into the image
...
To see the changes persisted into the container run `docker-compose` build
`docker-compose down -v` no longer requires to reinstall gems/packages
It's also possible to have branches with different gemfiles, without having
to install between them constantly
2022-01-05 13:41:41 +01:00
Earlopain
8d2bd155f3
[Replacements] Show placeholder text when no reason provided
2022-01-05 12:50:57 +01:00
Earlopain
81ebb110ce
[Replacements] Show the current uploader when pending
2022-01-05 12:46:41 +01:00
Earlopain
bb032f605c
[Sets] Fix double punctuation in update notice
2022-01-05 12:05:05 +01:00
Earlopain
b049eb9024
[Users] Fix "search for myself" link
...
Search parameters were locked down because of the added ip search.
This one doesn't do anything, so just remove it
2022-01-03 20:40:15 +01:00
Earlopain
5677f90639
[Replacements] Fix inverted logic in fixer script
...
Whoops
2022-01-03 17:56:46 +01:00
Earlopain
9597b3228a
[Replacements] Prevent double increment in fixer script
...
It's live on e9 already, so some replacements might already contain the
correct information.
2022-01-03 17:55:01 +01:00
Earlopain
50a64c7eef
[BUR] Fix redirecting to the index page on create and update
...
Why it even was this way is anyones' guess
2022-01-03 12:06:05 +01:00
Earlopain
c923e5348b
[Users] Improve display of replaced posts on profile
2022-01-03 12:01:21 +01:00
Zwagoth
0d531ff146
Merge pull request #284 from Earlopain/replacements-audit
...
Add replacement tracking for uploader
2022-01-02 19:56:10 -05:00
Kira
0758c08a66
[Tags] Certain franchises rule the world - Allow é in tag names
2022-01-02 14:41:16 -08:00
Zwagoth
8877fcf7f5
Merge pull request #343 from zwagoth/ip-search
...
Enhance IP searching capabilities
2022-01-02 17:36:27 -05:00
Earlopain
0ebd7d3a93
[Uploader] Allow uploading as pending
...
This was always possible, but not exposed in the ui.
2022-01-02 16:07:57 +01:00
Earlopain
31ac08938d
[TagRelations] Add edit button to alias/implication show
...
This mimicks the display logic of the index view. I'm not sure if that makes
sense (why edit non-pending aliases?), but I'll leave it be for now.
2022-01-02 15:36:18 +01:00
Earlopain
cdb41b9a56
[Wiki] Add link to versions on index
...
Also move a bunch of stuff around to display versions:
Append deleted to title instead of resering a column (not sure if is_deleted?
can even be true)
Remove manually set width
Also add reason to the global search, like on the other
2022-01-02 15:01:40 +01:00
Earlopain
dfebcf9e71
[Uploader] Remove quick toggle for unknown/anon artist
2022-01-02 14:23:56 +01:00
Earlopain
70f460df87
[Uploader] Remove the secret swtich™
2022-01-02 14:18:40 +01:00
Earlopain
80d5d8f2ee
[BUR] Correctly set the creator of new aliases/implications
...
The approver was getting put as the creator.
2022-01-02 13:42:16 +01:00
Earlopain
0e6640871f
[TagAlias] Add redirect for old aliases in forum requests
2022-01-02 13:04:59 +01:00
Earlopain
f97fc30b90
[Flags] Show link to user flags on account page to janitors
...
The permissions to view that were already there, it just wasn't exposed.
Also shows appeals, but I don't want to rewrite that to make it
possible to only have one entry per tr
2022-01-02 12:58:00 +01:00
Earlopain
416af80aaf
[ModActions] Fix creation of rating lock action
...
Fixes #362
2021-12-29 22:37:37 +01:00
Kira
e2a86cd38a
[Gems] Bump gems
2021-12-29 10:08:15 -08:00
Earlopain
6103b547c8
[Blacklist] Fix placeholder issue on pools in mobile mode
...
I should have done it like this from the start, it would have prevented the
other issue on comment avatars as well.
Will probably also fix userscripts who have not yet updated to the new classes.
2021-12-24 10:26:27 +01:00
Earlopain
6027ad88b1
[Sets] Fix double validation of shortname
2021-12-24 10:06:03 +01:00
Kira
a80e3fcdf1
[Vote] Retry logic multiplying score.
2021-12-22 11:17:56 -08:00
Kira
0259095afa
[Votes] Lock posts and comments during voting
2021-12-22 10:38:37 -08:00
Kira
44ac3afea5
[Users] Fix bad account creation logic for first sign in
2021-12-20 05:47:05 -08:00
Earlopain
bd344fd216
[Blacklist] Fix blacklist box being visible on favorites page
2021-12-20 07:26:18 +01:00
Earlopain
62aabe779b
Revert "[Blacklist] Fix wrong count when deferred posts"
...
This reverts commit 060b92dfc7
.
No one has complained that this was broken and the new behaviour seems go
against what users expect. It would be better to instead display them
seperatly or something along those lines.
2021-12-19 20:27:57 +01:00
Earlopain
f837aaba5f
[Blacklist] Fix posts not being completely hidden on popular
...
Also make the box smaller depending on screen size, like in _comment_container.scss
2021-12-19 12:23:25 +01:00
Earlopain
0ace04fc7b
[Blacklist] Fix placeholder in responsive mode
2021-12-18 15:21:00 +01:00
Kira
fa6c9044cb
[Auth] Prevent infinite sessions.
...
Prevents sessions from persisting beyond password changes.
2021-12-18 03:36:19 -08:00
Earlopain
40afaef933
[Users] Add link to create feedback when none exists already
2021-12-05 13:59:13 +01:00
Earlopain
142b2acb38
[Users] Fix long usernames overlapping other content
...
This worked before, maybe broken somewhere in #348 ?
2021-12-05 12:46:33 +01:00
Zwagoth
163bf18e84
Merge pull request #345 from zwagoth/blacklist-rework
...
Fix blacklist not applying on videos
2021-12-03 14:43:14 -05:00
Zwagoth
09a04a4d18
Update tag_implication.rb
2021-11-29 20:53:50 -05:00
Zwagoth
3d5f8bf490
Merge pull request #358 from zwagoth/approve-bur-cyclic-implication
...
[BUR] Fix approving inverse implications when inverse is rejected
2021-11-29 20:51:56 -05:00
Earlopain
2f0e7b3c3f
[BUR] Fix approving inverse implications when inverse is rejected
2021-11-28 14:56:51 +01:00
Zwagoth
66ab00319c
Merge pull request #356 from bitWolfy/formatting-helper-fixes-2
...
[DText] Fix the bugged preview window in the upload form
2021-11-20 13:17:44 -05:00
bitWolfy
dc4cf9b91a
[DText] Fix the bugged preview window in the upload form
2021-11-20 08:50:42 -08:00
Earlopain
61c13e2512
[Forum] Fix display of topics with errored tag relations
2021-11-19 20:23:04 +01:00
Zwagoth
2a06d7ec47
Merge pull request #348 from zwagoth/dtext-overflow
...
[DText] Prevent zalgo from overflowing
2021-11-19 02:16:55 -05:00
Earlopain
212995ccda
Merge pull request #355 from bitWolfy/formatting-helper-fixes
...
[Tickets] Fix the overflow issue on mobile when creating a new ticket
2021-11-18 19:01:01 +01:00
bitWolfy
d43782df9d
[Tickets] Fix the overflow issue on mobile when creating a new ticket
2021-11-18 09:41:31 -08:00
Earlopain
047b2db41e
Merge branch 'master' into dtext-overflow
2021-11-18 18:07:04 +01:00
Earlopain
2925e03ce1
[DText] Fix missing container when reporting things
...
This prevents reported content from overflowing
2021-11-18 17:47:22 +01:00
Zwagoth
df7d368d8b
Merge pull request #344 from bitWolfy/formatting-helper
...
[UI] Add formatting buttons to DText inputs
2021-11-18 03:00:09 -05:00
Earlopain
ef9ef25ea2
[IpSearch] Add with_history to the user/ip toggle path
...
Just something I found annoying while playing around with it
2021-11-17 18:09:46 +01:00
Earlopain
e9b8cbf383
[IpSearch] Fix history parameter not being a boolean
...
Is was "0"/"1" which is truthy, the parameter just had to be set to be
considered checked. This also prevented the checkbox
to be properly checked when appropriate
2021-11-17 18:09:45 +01:00
Earlopain
6f8c089962
[IpSearch] Fix wildcard for user search
2021-11-17 18:09:45 +01:00