Commit graph

6476 commits

Author SHA1 Message Date
Shish
f4da2e92f0 don't try blocking empty tag 2024-01-03 23:57:17 +00:00
Shish
4066e6db81 Slightly better client-side tag blocking, fixes #802 2024-01-03 23:54:03 +00:00
Shish
febaa815f7 [setup] wider forms on setup page 2024-01-03 15:51:22 +00:00
Shish
c5c972fe94 [themes] use CSS variables + CSS grid to control image grid layouts, fixes #938 2024-01-03 15:30:20 +00:00
Shish
61b28c5031 [image] set thumb width / height as CSS varibles, see #938 2024-01-03 15:08:41 +00:00
Shish
49d2760ab6 happy new year 2024-01-03 14:47:58 +00:00
Shish
886b884bd6 [image_view_counter] give post a view so it isn't null 2024-01-03 12:02:39 +00:00
Shish
1f9de8dd5a more tests 2024-01-03 03:46:04 +00:00
Shish
2f2f8e2eda [system] add a basic test, see #986 2024-01-02 23:58:48 +00:00
Shish
145deaeea5 [system] fix sorting for system nav links, fixes #986 2024-01-02 20:44:37 +00:00
Shish
015950c30c
Get status for main rather than master 2024-01-02 13:19:29 +00:00
Shish
47c92894f1 test 2024-01-01 23:58:47 +00:00
Shish
6840f3e144 github?? 2024-01-01 23:54:54 +00:00
Shish
6d238578f8 github?? 2024-01-01 23:54:23 +00:00
Shish
20b72f5cfb [tag edit] textarea for more tagging 2024-01-01 23:32:42 +00:00
Shish
164e6df9f8 derp 2024-01-01 22:38:01 +00:00
Shish
fab4b489ac infobox css to css file, and a little wider 2024-01-01 22:27:42 +00:00
Shish
a267e502f3 fmt 2024-01-01 21:17:36 +00:00
Shish
e4ce96fe6c font tweak 2024-01-01 21:16:54 +00:00
Shish
ec567d399a log image loading errors 2024-01-01 21:16:47 +00:00
Shish
aea533b345 [file handlers] separate out display_image and display_metadata 2024-01-01 20:21:51 +00:00
Shish
8755298ee9 [static] add shm_log js function available early in page load 2024-01-01 20:15:34 +00:00
Shish
509f8eee3e [core] separate init.js for code which needs to run before page load 2024-01-01 20:03:50 +00:00
Shish
c80197ecaf bump 2024-01-01 20:01:56 +00:00
Shish
8815b702c5 [core] DIY CSS/JS minifier 2024-01-01 19:52:33 +00:00
Shish
47dfc2c36e fix view js a bit 2024-01-01 17:17:27 +00:00
Shish
3acc3fa607 [css] remove more dead css, make more extension CSS be specific 2024-01-01 16:21:43 +00:00
Shish
7264683a04 [home] make sure home css only applies to home page 2024-01-01 16:10:26 +00:00
Shish
585ba7f42d [autocomplete] remove dead css 2024-01-01 16:07:59 +00:00
Shish
f611f9b1e4 [bbcode] make sure bbcode css only applies to bbcode 2024-01-01 16:05:48 +00:00
Shish
7563576557 [docker] allow source maps to be downloaded 2024-01-01 15:48:33 +00:00
Shish
87fea055b1 bumps 2024-01-01 14:59:26 +00:00
Shish
5dc7bf6907 Revert "[devcontainer] add phpstan"
This reverts commit b83d0d3c14.
2024-01-01 12:03:13 +00:00
Shish
c0d9946e71 [upload] go full OOP for upload results 2024-01-01 04:30:43 +00:00
Github Actions
8ec453e5f5 Auto-merge master to main 2024-01-01 03:30:37 +00:00
Shish
9f002b6bf7 typed arrays 2024-01-01 03:30:21 +00:00
Shish
b83d0d3c14 [devcontainer] add phpstan 2024-01-01 03:30:21 +00:00
Shish
26bf4277e0 Separate out GET and POST more explicitly
- No longer allow uploading directly via GET, that is terrible for
  security. Instead, use the GET parameters to pre-fill the upload form.
- PageRequestEvent has a `method` property that can be checked in
  extensions
2024-01-01 03:30:21 +00:00
Shish
5356008985 remove unused images 2024-01-01 03:30:21 +00:00
Shish
e3fb67661e nits 2024-01-01 03:30:21 +00:00
Shish
3462a81c28 [upload] give filesize-tracker script some polish 2024-01-01 03:30:21 +00:00
Shish
dccf63fb36 [devcontainer] add phpstan 2024-01-01 03:05:35 +00:00
Shish
f34267d736 Separate out GET and POST more explicitly
- No longer allow uploading directly via GET, that is terrible for
  security. Instead, use the GET parameters to pre-fill the upload form.
- PageRequestEvent has a `method` property that can be checked in
  extensions
2024-01-01 02:40:10 +00:00
Shish
296aa403d5 remove unused images 2024-01-01 02:40:10 +00:00
Shish
a906c3c457 nits 2024-01-01 02:40:10 +00:00
Shish
e56e166a76 [upload] give filesize-tracker script some polish 2024-01-01 02:40:10 +00:00
Shish
0f52b54667 format 2023-12-31 23:08:53 +00:00
Shish
4905bf6cc6 [r34] remove theme override which duplicates a config setting 2023-12-31 23:08:15 +00:00
Shish
42a2d6e12f [home] show text counter even without graphical counter 2023-12-31 23:07:54 +00:00
Shish
d3cf2b9531 [r34] use CSS to show and hide things rather than custom theme overrides 2023-12-31 22:28:10 +00:00