1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-27 11:26:22 -07:00
Commit graph

63 commits

Author SHA1 Message Date
Eggbertx
af07b34752 Show embed on IP search page and add sample embed script for Youtube, Vimeo, and raw video embedding 2025-03-23 16:13:14 -07:00
Eggbertx
c648b41795 Show embed media URL in place of upload info 2025-03-23 14:55:08 -07:00
Eggbertx
2993d6daae Close a topbar dropdown menu (if opened) when anything in the body is clicked 2025-02-25 22:06:56 -08:00
Eggbertx
1339f58a66 Add defer to gochan.js script tag, add option to open external links in new tab 2025-02-22 11:35:03 -08:00
Eggbertx
aba2c68221 Use h1 instead of div for lightbox title, footer element instead of div#footer 2025-02-18 12:59:20 -08:00
Eggbertx
9bdf9d58d9 Update NPM packages 2025-02-18 12:34:51 -08:00
Eggbertx
d61e3c62c2 Before showing delete lightbox, check if it was just the file 2025-02-09 17:53:08 -08:00
Eggbertx
e6afeeaf5b Add smooth hide block toggling, and the option to disable it 2025-02-07 23:00:34 -08:00
Eggbertx
eb59ef1f1e Add hide block open/close animations 2025-02-07 22:36:24 -08:00
Eggbertx
21a05e5d25 Add hidden block toggling button 2025-02-07 16:35:12 -08:00
Eggbertx
baa4a10389 Add option to increase line height 2025-01-19 21:16:16 -08:00
Eggbertx
3bec5d2c3d Fix JS-0045 really this time 2024-12-25 14:57:52 -08:00
Eggbertx
8dd8214974 Fix deepsource JS-0045 2024-12-25 14:54:04 -08:00
Eggbertx
9170c18df6 Properly attach file to QR submitted form, prevent scrolling on QR submission 2024-12-24 23:19:24 -08:00
Eggbertx
cdf28fe415 Remove redundant "Default" option in style dropdown 2024-11-17 16:33:37 -08:00
Eggbertx
b6c27a27c6 Implement creating locked/sticky threads client-side 2024-09-08 16:07:02 -07:00
Eggbertx
f03ea709f8 Update new/old browse element when settings are saved 2024-09-08 14:24:12 -07:00
Eggbertx
26dcb34edf Apply suggestions made by DeepSource 2024-08-30 23:08:01 -07:00
Eggbertx
641d46d822 Fix manage router group not showing login page 2024-08-30 21:54:51 -07:00
Eggbertx
acdd34c76f Update post dropdown to replace removed tools with filter creation page 2024-08-26 21:56:32 -07:00
Eggbertx
ce293d3e24 replace is_regex in filters with more string matching options (substring, regex, exact match) 2024-08-24 15:37:34 -07:00
Eggbertx
2e857f9370 Populate filter page when edit link is clicked and parse submitted filter data 2024-08-18 23:06:40 -07:00
Eggbertx
a87c1b2438 Update non-regex filter fields in frontend 2024-08-11 08:58:06 -07:00
Eggbertx
09b42624d0 Clean up formatting for management tables, set new conditions to the name field 2024-08-10 13:59:18 -07:00
Eggbertx
befaf3ae23 Replace condition add/remove buttons with links, move add link to end of conditions 2024-08-10 13:15:06 -07:00
Eggbertx
5c2577f089 Don't change text when switching between reject and ban 2024-08-10 12:48:39 -07:00
Eggbertx
14e2985cca Fix "All boards" checkbox not disabling other board checkboxes, improve action dropdown text 2024-08-10 12:43:38 -07:00
Eggbertx
dea282ae9b Remove checkbox for boolean conditions 2024-08-10 12:37:27 -07:00
Eggbertx
6b3d8e8aeb Start adding filter mgmt page and some more ERD updates 2024-08-10 01:14:21 -07:00
Eggbertx
7307e2c6a4 Fix DeepSource complaints 2024-08-03 17:44:50 -07:00
Eggbertx
a82b0a1024 Add QR support for browse button replacement 2024-08-03 17:31:16 -07:00
Eggbertx
662cca0273 Add clipboard uploading to the static post form 2024-08-03 13:28:06 -07:00
Eggbertx
840f70b92c Add functions for new upload field 2024-07-30 17:23:46 -07:00
Eggbertx
562e7e97b0 Properly return spoiler thumbnails to their original size when the expanded image is clicked 2024-07-29 21:43:56 -07:00
KAE-Ame
5900527843
fixs post hiding 2024-05-24 00:33:43 +10:00
Eggbertx
422235d42c Add empty default cases 2024-03-04 13:57:14 -08:00
Eggbertx
c9ccb53d89 Make settings auto-save except for custom CSS and JS 2024-02-28 13:37:44 -08:00
Eggbertx
001cb9b611 Add custom JS to new script tag instead of calling eval, use ?? instead of || 2024-02-28 10:21:23 -08:00
Eggbertx
1681957147 fix dropdown fingerprint 2024-02-27 20:55:20 -08:00
Eggbertx
026537d549 Make post dropdown option for fingerprint ban work 2024-02-19 20:47:11 -08:00
Eggbertx
97a98ce124 Add fingerprint options to dropdown 2024-02-18 17:10:19 -08:00
Eggbertx
b93905bdc8 Add fingerprinting options, merge actions and staff info requests 2024-02-18 15:41:41 -08:00
Eggbertx
77f8ad9bcd Save flag selection on post submission and load it on page start (per board) 2024-01-22 00:17:52 -08:00
Eggbertx
1e29426509 Add flag preview functionality to frontend, add flag to QR 2024-01-21 18:02:35 -08:00
Eggbertx
72d6b08a27 Close QR box if persistentqr is false (or not set, defaults to false) 2023-12-10 12:59:46 -08:00
Eggbertx
00a02a699a Fix storage -> element goofiness 2023-12-09 12:38:59 -08:00
Eggbertx
ad8fb416bd Fix boolean settings, store default theme value as backup DOM attribute 2023-12-07 14:36:10 -08:00
Eggbertx
d4335cf5b9 Fix board-specific theming being overwritten by the frontend, update some NPM packages 2023-12-07 12:47:43 -08:00
Eggbertx
51f62b8fc1 Update thread when a QR post is submitted 2023-06-22 12:20:57 -07:00
Eggbertx
1facbdcd48 Fix setting value not showing correctly for checkboxes 2023-06-22 08:14:37 -07:00