1819 Commits

Author SHA1 Message Date
d5628fd03d fix (s3): region issue on s3
for server like versitygw which as of today doesn't support
getBucketLocation, we'd be sending the wrong region through
2025-05-12 21:05:17 +10:00
790cf0d571 chore (refactoring): support for edge case 2025-05-09 13:43:44 +10:00
4762c1f1ea chore (mime): update mime list 2025-05-08 23:23:32 +10:00
ac95d9ea75 chore (image): revamp image viewer 2025-05-08 22:11:03 +10:00
844fd5d7bb fix (table): embed table 2025-05-01 12:10:55 +10:00
c6e7f39f67 fix (table): css issue from iframe 2025-05-01 11:17:40 +10:00
7858b29cf5 fix (embed): Filestash embedding issue
whenever embedding something with a locale setup, it would crash while
trying to download the translation. This was due to some
missunderstanding of how fetch work while in an iframe and all the
reports would get miss because of that same issue as it was sent not to
the origin server but the website embedding the frame
2025-04-30 17:23:20 +10:00
7f6a514b6e fix (table): better ux for error handling 2025-04-30 11:31:57 +10:00
95e9368d84 fix (mime): update mime list 2025-04-29 18:30:00 +10:00
73bab4a2e3 feature (3d): handle mesh files 2025-04-29 13:51:56 +10:00
aed0f414c8 chore (mimetype): update list of mimetype 2025-04-28 15:18:57 +10:00
c06e8f0a22 chore (mime): mimetype update 2025-04-25 18:17:03 +10:00
473a2c6caa chore (wasi): wasi API 2025-04-25 11:48:18 +10:00
c7c7113f52 chore (wasi): wasm bigint issue
ecmscripten has this flag "-sWASM_BIGINT=1" which make functions like
fd_pread and seek to have different signature where the uint64 offset
are represented as offset_lo and offset_hi. With this flag, the offset
become of type BigInt
2025-04-25 10:18:23 +10:00
e63ff46c6d feature (wasi): revamp wasi for wasm 2025-04-25 01:06:31 +10:00
db27a79313 chore (cat): refactor cat func 2025-04-23 00:54:23 +10:00
3b6253cfbd feature (plg_application_3d): revamp support for 3d files 2025-04-23 00:36:38 +10:00
e7c8ee3bc9 chore (viewerpage): refactor for plugins 2025-04-22 13:13:21 +10:00
2c09815c4e chore (mime): update mime list 2025-04-16 14:12:47 +10:00
6277d00250 chore (readme): plugin doc 2025-04-15 21:39:38 +10:00
9f80c341e7 fix (#629): responsive admin issue 2025-04-11 16:49:59 +10:00
55dfff7b00 fix (translation): zh-TW Traditional Chinese (#835) 2025-04-10 12:37:46 +10:00
bf69108c54 feature (plg_override_actiondelete): delete icon on file 2025-04-09 21:02:04 +10:00
75bc582055 chore (mime): update mimetype list 2025-04-09 18:32:26 +10:00
d6f4719549 fix (css): tweak css stuff 2025-04-09 18:27:42 +10:00
c43364eafa chore (plg_backend_local): better perm default 2025-04-09 14:43:06 +10:00
084bb33e83 fix (s3): handle cancellation 2025-04-09 14:42:21 +10:00
efa62c092b fix (linter): js lint and check 2025-04-09 11:51:33 +10:00
d930263401 fix (table): table viewer 2025-04-09 11:30:43 +10:00
b420f2eb1c fix (modal): center modal without js 2025-04-07 20:25:59 +10:00
396ea667c4 release (v0.6): new release 2025-04-05 13:55:23 +11:00
6b0f313959 fix (iframe): multiple iframe bug
whenever opening a page with multiple iframe pointing to Filestash,
sometime something wouldn't load properly, this was a nasty bug to hunt
down
2025-04-03 17:14:43 +11:00
a29ec2cda9 chore (doc): plg_handler_mcp doc 2025-04-02 03:00:57 +11:00
777200374d chore (mcp): refactor mcp stuff 2025-04-02 00:26:21 +11:00
c3d662739b chore (refactoring): harmonise icons 2025-04-01 16:59:43 +11:00
7821bc8681 feature (mcp): mcp server 2025-04-01 11:00:41 +11:00
f11d27382f fix (plugin): order of plugin init
Before this we couldn't have a Endpoint plugin relying on values coming
from the config as the config wasn't initialised yet. This fixes it
2025-04-01 10:34:23 +11:00
d81b47b2f5 fix (connect): redirection URL edge case 2025-03-28 01:13:25 +11:00
8e2feeb6c1 fix (firefox): reported error message
on firefox, whenever we were navigating away from the main page, it
would trigger the error handling code that would show the message: "Service unavailable, if the problem persist, contact your administrator" before the page change. This is only hapenning in Firefox but as a precautionary measure we're trying to detect those cases upfront so we wait instead of triggering the error handling
2025-03-21 15:13:00 +11:00
a1d1e950e5 chore (maintenance): lint + tscheck 2025-03-21 15:12:15 +11:00
35ed3d64fb fix (back): stuck loader when navigating 2025-03-20 16:51:28 +11:00
8e86fa1109 fix (boot): bootup issue when offline in PWA 2025-03-19 01:11:56 +11:00
eb7e30424e fix (capitalisation): disable android capit. 2025-03-18 20:57:34 +11:00
f4b09d39b2 fix (sort): issue on ios 2025-03-18 20:41:02 +11:00
e2cb56a264 feature (search): deep search in file list page 2025-03-18 16:37:10 +11:00
542ead9c25 fix (patch): bundle issue on plugin patch 2025-03-17 12:24:13 +11:00
299ff86b54 chore (refactoring): expose dom from modal 2025-03-17 03:41:55 +11:00
682d80179e fix (designsystem): css radio 2025-03-17 03:22:40 +11:00
ba3ed7b945 fix (plg_search_sqlitefs): context issue 2025-03-14 16:04:53 +11:00
afbceabad2 maintain (release): prepare new release 2025-03-14 13:08:02 +11:00