Commit Graph

11310 Commits

Author SHA1 Message Date
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
edshot99
69ce91bea6 fix-up links on uploader page (using help:upload and help:tag#catchange) 2024-11-06 21:40:44 -06:00
edshot99
e909a54825 replace site specific wiki link with generic link 2024-11-06 21:17:58 -06:00
edshot99
b2664d0e72 fix wiki links on Stuck DNP page 2024-11-06 11:03:14 -06:00
edshot99
7d2892da2c Merge branch 'master' into master2 2024-11-04 12:10:49 -06:00
jmortiger
f5b492241e
[Blacklist] Fix filter_util.js 'favcout' typo (#780) 2024-11-04 08:03:09 -08:00
Donovan Daniels
ad567bfc9c
[HelpPages] Fix json & move modaction logging (#700)
* Fix #492 (json error when no help pages exist)
* Move modactions into class
2024-11-04 07:36:52 -08:00
Cinder
4cf67e9231
[Users] Minor fix to the profile page (#779) 2024-11-04 07:29:09 -08:00
edshot99
caf7d12da9 Merge branch 'master' into master2 2024-11-03 23:51:48 -06:00
edshot99
6051f187ea rubocop 2024-11-03 23:11:43 -06:00
edshot99
b728c0188d use configured domain name instead of 'e621.net' for sample titles 2024-11-03 22:01:11 -06:00
edshot99
e93888814f adjust footer for correct software name ('running e621ng' instead of website name) 2024-11-03 18:27:32 -06:00
edshot99
4795f1c58d remove poster from videos
causes annoying resizing for sampled videos and I prefer the videos to preload at the first frame.
2024-10-31 17:56:28 -05:00
edshot99
c8282cd0e7 modify upload page 2024-10-31 17:34:51 -05:00
edshot99
92e1fadd20 mp4 uploads
mostly referenced from Donovan's fork:
336fd469b2
2024-10-31 16:47:53 -05:00
edshot99
b7fee5fe2f add title support 2024-10-30 18:52:53 -05:00
Cinder
7318b2ddcb
[Posts] Add a set navbar button to remove the post from that said (#775) 2024-10-29 07:38:29 -07:00
Cinder
21c486a475
[PostReplacements] Add a DNP notice (#776) 2024-10-29 07:37:58 -07:00
Cinder
5616241e8d
[Posts] Add a button to apply a tag script to all posts on the page (#774) 2024-10-29 07:37:08 -07:00
edshot99
a3e00b591f add new tag category 'People' 2024-10-28 20:04:58 -05:00
Cinder
3f17beb3b8
[Users] Redesign the profile page (#734) 2024-10-28 14:20:29 -07:00
Donovan Daniels
6f296e8e01
[Posts] Add back comment disabling (#749) 2024-10-28 13:56:22 -07:00
clragon
567ec94e5a
[PostVersions] Reimplement Query as subclass of ElasticQueryBuilder (#772) 2024-10-28 12:51:15 -07:00
Tarrgon
a272efdc7e
[Flags] Add a button to flip the inferior flag (#718) 2024-10-28 12:48:54 -07:00
edshot99
14f0384ea0 remove google analytics garbage 2024-10-28 14:13:23 -05:00
edshot99
aaf40d6d55 remove default loop setting for videos 2024-10-28 14:02:22 -05:00
edshot99
da686af033 'Visually similar on E6' to 'Visually similar' because this is not E6
in addition remove reverse search links because I don't like the services nor generally need them
2024-10-28 13:55:28 -05:00