Commit graph

2382 commits

Author SHA1 Message Date
liamwhite
2ee51590e6
Merge pull request #421 from MareStare/feat/disable-typeof-undefined-lint
Disable `no-undefined` ESLint lint
2025-02-13 16:02:54 -05:00
MareStare
351c4cff19 Disable no-undefined ESLint lint 2025-02-13 19:16:18 +00:00
Liam
a6fee28bf8 Fix unused 2025-02-13 07:15:48 -05:00
liamwhite
eb164ab11f
Merge pull request #420 from koloml/suggestions-aliases-handling-in-local-ac
Fixed aliases still displaying for namespaced tags, fixing the actual cause of the issue inside local autocomplete
2025-02-12 21:11:14 -05:00
liamwhite
f8490085ff
Merge pull request #415 from mdashlw/firehose-image-merges
Broadcast image merges to firehose
2025-02-12 21:11:07 -05:00
KoloMl
5da1080ed9 Replaced undefined check with the type check 2025-02-12 21:30:06 +04:00
KoloMl
235d7ab362 Fixed local autocompleter returning aliases even when tag is matched by prefix
Patch from @liamwhite
2025-02-12 21:03:34 +04:00
KoloMl
988ba6b019 Revert "Don't display aliases when prefix is matching both alias and tag name"
This reverts commit 15d09cf9ba.
2025-02-12 20:51:31 +04:00
Liam
69a8af4044 Revert "Bump esbuild"
This reverts commit c4c243a865.
2025-02-11 22:38:09 -05:00
Liam
c4c243a865 Bump esbuild 2025-02-11 22:31:29 -05:00
liamwhite
3b226f4988
Merge pull request #418 from MareStare/feat/split-long-line-in-dockerfile
Split long line in the app Dockerfile
2025-02-11 22:07:55 -05:00
MareStare
a80ac954da Split long line in the app Dockerfile 2025-02-12 03:02:00 +00:00
liamwhite
a6faa53999
Merge pull request #416 from koloml/dont-show-aliases-starting-with-prefix
Don't display aliases in suggestions when both alias and tag name are matched by the prefix
2025-02-11 11:25:49 -05:00
KoloMl
15d09cf9ba Don't display aliases when prefix is matching both alias and tag name 2025-02-11 19:56:46 +04:00
liamwhite
28e85c3469
Merge pull request #409 from koloml/show-aliases-in-suggestions
Display alias names for the aliases matched by local autocomplete
2025-02-11 08:51:46 -05:00
liamwhite
02aed2c7e6
Merge pull request #413 from mdashlw/bluesky-update
Handle bluesky's recordWithMedia
2025-02-11 08:50:43 -05:00
liamwhite
ee9c6b8bd6
Merge pull request #410 from koloml/autocomplete-on-textareas
Support for textareas, added autocomplete to Complex Spoiler/Hide filter fields
2025-02-11 08:45:52 -05:00
liamwhite
4a173345d3
Merge pull request #411 from mdashlw/diff-color-space
Specify sRGB color space for overlay diff
2025-02-11 08:42:47 -05:00
mdashlw
0c2436a255
Broadcast image merges to firehose 2025-02-11 13:18:13 +00:00
KoloMl
9a9f2de402 Removed unnecessary variable for line offset 2025-02-11 12:24:24 +04:00
KoloMl
63a9f0317f Run active line search unconditionally 2025-02-11 12:23:00 +04:00
mdashlw
b768e75cf6 Handle bluesky's recordWithMedia 2025-02-11 08:13:06 +00:00
mdashlw
45fb02b255 Specify sRGB color space for overlay diff 2025-02-11 03:59:27 +00:00
KoloMl
4f772c5c69 Extracted formatting function and added aliases support 2025-02-10 06:01:32 +04:00
liamwhite
10616da04f
Merge pull request #407 from philomena-dev/reindex-after-update
Add reindex_after_update helper to comments, images, tags contexts
2025-02-09 14:02:05 -05:00
KoloMl
0b04fba4b4 Including the autocomplete to complex filter fields 2025-02-08 05:30:19 +04:00
KoloMl
fefa7b51d7 Finding the active line in textarea, treating each line as different queries 2025-02-08 05:30:01 +04:00
KoloMl
9ec847e1c9 Support calling autocomplete on textarea 2025-02-08 05:28:54 +04:00
Liam
4ceb3beb35 Add reindex_after_update helper to comments, images, tags contexts 2025-02-06 22:44:40 -05:00
liamwhite
d6e360a3a5
Merge pull request #406 from philomena-dev/docs
Add doc comments to context modules
2025-02-06 22:03:01 -05:00
Liam
8d5bb25788 Add doc comments to context modules 2025-02-06 21:56:12 -05:00
liamwhite
6cb0d4719e
Merge pull request #405 from philomena-dev/batch
Use PhilomenaQuery.Batch for UserWipe
2025-02-06 21:31:18 -05:00
Liam
360cafece6 Fixup 2025-02-06 19:09:36 -05:00
Liam
e6de5fdaed Update vitest 2025-02-06 19:08:22 -05:00
Liam
ecd0cb8958 Use PhilomenaQuery.Batch for UserWipe 2025-02-05 14:01:25 -05:00
liamwhite
bba88626f6
Merge pull request #404 from koloml/undo-upload-submit-disabling-from-back-forward-cache
Upload Form: Undo submit button disabling from back/forward cache
2025-02-03 18:26:41 -05:00
KoloMl
3ecc59896e Moved oncePersistedPageShown to events, added tests 2025-02-04 01:15:16 +04:00
KoloMl
77352a3c77 Detect when page is loaded from back-forward-cache and undo the disabling 2025-02-03 23:21:06 +04:00
KoloMl
47ba4747b3 Bail out early if submit button isn't present 2025-02-03 23:20:20 +04:00
Liam
b24a252cb8 Update aspect ratio on dimension change 2025-01-27 20:12:01 -05:00
liamwhite
8e6e45d540
Merge pull request #403 from philomena-dev/cant-help-myself
Further optimize clientside autocomplete execution
2025-01-26 11:49:46 -05:00
Liam
a134d65b17 Further optimize clientside autocomplete execution 2025-01-25 15:38:42 -05:00
Liam
e3e58d90e4 Fix lint 2025-01-25 15:38:33 -05:00
Liam
39d1eb6dee Escape more characters for markdown 2025-01-25 12:09:33 -05:00
Liam
3c7c1e1ec1 Fix local settings page for anonymous users 2025-01-24 20:05:36 -05:00
Liam
f1a5f7739d Update vite 2025-01-21 23:06:11 -05:00
Liam
4381bd33cf Fix wrong thumbnail path in embed options 2025-01-21 21:55:41 -05:00
liamwhite
4db83d5a27
Merge pull request #400 from philomena-dev/indexing-cli
Add reindexing command line with rate and time estimate
2025-01-18 12:13:08 -05:00
liamwhite
28b9f266a7
Merge pull request #398 from philomena-dev/css-improvements
CSS improvements
2025-01-18 12:05:32 -05:00
Liam
7c7c628fca Fix table > thead rule nesting 2025-01-12 09:21:30 -05:00