edshot99
37e13bc383
minor adjustment for security page
2024-12-12 21:43:20 -06:00
edshot99
c1b7a904a6
bring back mp4 badge that got removed during thumbnail changes
2024-12-12 21:41:44 -06:00
edshot99
6a7b40483a
Merge branch 'master' into master2
2024-12-09 20:30:53 -06:00
edshot99
0ab49c8a70
rubocop
2024-12-09 18:21:33 -06:00
edshot99
e6baea4811
remove automatic tag 'animated' from webm posts
2024-12-09 18:01:01 -06:00
edshot99
451bafb1fc
fix av1 webms not being able to be uploaded
2024-12-09 07:58:50 -06:00
Cinder
4883912e93
[Security] Implement read only mode ( #821 )
2024-12-08 19:28:31 -08:00
Cinder
5c345528e4
[Blips] Fix an error when a blip is deleted ( #820 )
2024-12-08 19:09:32 -08:00
Donovan Daniels
18a382cf64
[WikiPages] Normalize title in show_or_new ( #806 )
2024-12-08 19:03:38 -08:00
edshot99
1030efab9d
fix up title and bring back post status
2024-12-08 05:33:34 -06:00
edshot99
c5edb7fa41
Merge branch 'master' into master2
2024-12-08 05:27:58 -06:00
edshot99
58cff20a20
Reapply "[Posts] Fix thumbnail issues ( #789 )"
...
This reverts commit 71646897bd
.
2024-12-08 02:40:15 -06:00
edshot99
47ffe223ee
Reapply "[Posts] Fix parent children preview too small in mobile view ( #786 )"
...
This reverts commit 3d3b203daf
.
2024-12-08 02:39:45 -06:00
edshot99
e87ce043da
Reapply "[Posts] Add support for folding displays ( #763 )"
...
This reverts commit b0e263d36e
.
2024-12-08 02:38:56 -06:00
Cinder
f0d18fe5d9
[Artists] Fix thumbnail spacing ( #812 )
2024-12-02 07:17:21 -08:00
Tarrgon
2f237e00ef
[Comments] Show direct link comments to the creator regardless of settings ( #788 )
2024-11-25 07:38:13 -08:00
Cinder
69010787bc
[Blacklist] Fix thumbnails not getting marked as matching the blacklist ( #805 )
2024-11-25 07:35:10 -08:00
Cinder
86ba2fd4ed
[WikiPages] Fix thumbnail spacing ( #804 )
2024-11-25 07:17:25 -08:00
clragon
4b3bc37850
[UserFeedbacks] Add a ban link to the subnav ( #799 )
2024-11-25 06:59:00 -08:00
Donovan Daniels
b6acf106f2
[UserFeedbacks] Allow janitors to see deleted feedback ( #802 )
2024-11-25 06:50:12 -08:00
Cinder
f995714992
[Posts] Rewrite the thumbnail styles ( #796 )
...
Fixes #791 and #781
2024-11-18 08:38:22 -08:00
clragon
fb1bfd7962
[ModActions] Add value field whitelist ( #777 )
2024-11-18 08:30:39 -08:00
edshot99
b62770fa3d
create adult_content configuration option
2024-11-14 18:54:56 -06:00
edshot99
b0e263d36e
Revert "[Posts] Add support for folding displays ( #763 )"
...
This reverts commit 26c681575e
.
2024-11-13 13:25:51 -06:00
edshot99
3d3b203daf
Revert "[Posts] Fix parent children preview too small in mobile view ( #786 )"
...
This reverts commit 0af8600cae
.
2024-11-13 13:25:37 -06:00
edshot99
71646897bd
Revert "[Posts] Fix thumbnail issues ( #789 )"
...
This reverts commit 414f9e6629
.
2024-11-13 13:25:15 -06:00
edshot99
0d5984af63
Merge branch 'master' into master2
2024-11-13 11:32:46 -06:00
edshot99
bce2d76216
adjust uploader page (again)
2024-11-13 00:10:55 -06:00
edshot99
81add14565
make the guest warning ('Over 18?') configurable
2024-11-13 00:08:08 -06:00
Cinder
414f9e6629
[Posts] Fix thumbnail issues ( #789 )
2024-11-12 15:16:19 -08:00
jmortiger
c137f17f9c
[Blacklist] Add fuzzy direct equality to filesize blacklist tag ( #784 )
...
The search metatag `filesize`, when using a direct equality comparison (`=`, e.g. `filesize:10kb`), instead uses a range comparison (`..`) with the bounds being the value + & - 5% (e.g. `filesize:10kb` is equal to `filesize:9.5kb..10.5kb`). The equivalent blacklist tag mirrored the search metatag in all aspects but this; this commit adds this fuzzy matching capability.
2024-11-10 20:23:56 -08:00
Tarrgon
9a9f175da4
[DText] Add newline normalization ( #699 )
2024-11-10 20:22:40 -08:00
Tarrgon
cf94b1b827
[DangerZone] Allow admins to hide pending posts for a specified amount of hours ( #760 )
2024-11-10 20:22:14 -08:00
clragon
0fb0418d7b
[PostVersions] Fix version ordering ( #787 )
2024-11-10 20:21:10 -08:00
Sing Wong
0af8600cae
[Posts] Fix parent children preview too small in mobile view ( #786 )
2024-11-10 20:18:58 -08:00
Sing Wong
c056f821bd
[Docker] Adding Apple Silicon Mac support in Docker Container ( #785 )
2024-11-10 20:07:41 -08:00
edshot99
0234362cb0
slight changes to wiki links (e621: & about: -> help:)
2024-11-10 15:21:30 -06:00
edshot99
4928747b83
add transcript support
...
it could be possible to load closed captions and subtitles from the transcript div via javascript, but I hate javascript so perhaps some other time.
2024-11-10 13:58:15 -06:00
edshot99
9ee8f13d5f
fixes webms not working after uploading an mp4 file (for originals)
2024-11-08 21:32:56 -06:00
edshot99
10023a5585
Revert "[Autocomplete] Remove mp4 from file type completion ( #783 )"
...
This reverts commit 10b9389c23
.
2024-11-07 22:26:10 -06:00
edshot99
fed0ddfc11
Merge branch 'master' into master2
2024-11-07 22:24:17 -06:00
edshot99
11956d5650
import SECURITY.md from e621ng/.github
2024-11-07 22:17:27 -06:00
edshot99
142ee18c47
shorten README as well as fix 'open issues' badge (also E621 -> e621ng)
2024-11-07 21:58:25 -06:00
edshot99
dbffa01c30
cleanup
2024-11-07 22:35:51 -05:00
edshot99
40681b4a0e
forgot to remove temporary redirect from example...
2024-11-07 20:51:34 -06:00
edshot99
b26d0f4b92
document installing e621ng on OpenBSD
...
be gone Docker and Linux !
2024-11-07 19:49:23 -06:00
faucet
10b9389c23
[Autocomplete] Remove mp4 from file type completion ( #783 )
2024-11-07 08:46:40 -08:00
edshot99
cd5c55e35e
revert changes
2024-11-06 22:14:25 -06:00
edshot99
8fb9c0bd7f
force Rails to listen on localhost only and disable the cron process
...
the cron process will only work on Linux systems so it has to be disabled.
better this way anyways since I prefer to use the native cron system.
2024-11-06 22:05:07 -06:00
edshot99
3d627b9d04
replace site specific wiki link with generic link (e621:tags -> help:tags)
2024-11-06 21:45:47 -06:00