387 Commits

Author SHA1 Message Date
8d80cabba0 fix (form): enhance form app 2025-09-01 21:50:36 +10:00
2babd4205b feature (psql): psql backend improvements 2025-09-01 14:18:38 +10:00
cd45d2baad fix (psql): psql storage issues 2025-08-29 22:53:34 +10:00
a83aed5a4c fix (plg_backend_psql): caching issue 2025-08-29 18:06:44 +10:00
d1b993a028 fix (plg_backend_psql): caching issue 2025-08-29 17:43:30 +10:00
2da5a67e82 feature (plg_backend_psql): psql as a storage 2025-08-29 17:09:44 +10:00
e4c46aa750 feature (plg_backend_psql): storage connector for postgres 2025-08-28 13:12:27 +10:00
fa3cc86fed chore (maintenance): license info 2025-08-28 12:21:05 +10:00
a90a9881b5 chore (maintenance): plg_application_docxjs css 2025-08-28 10:48:36 +10:00
1c3736e6f2 feature (license): mechanism to override default license 2025-08-28 10:47:31 +10:00
9051221e0c feature (tagging): initial release for tagging 2025-08-26 14:04:45 +10:00
ff17bc2732 feature (plg_application_docx): another docx reader 2025-08-26 13:30:56 +10:00
da731c17e8 chore (maintenance): thumbnailing for webp 2025-08-22 16:24:58 +10:00
bddc77960f fix (plg_search_sqlitefts): improve indexing 2025-08-17 20:19:29 +10:00
7af5da9622 chore (plg_search_sqlitefts): remove unused code 2025-08-17 18:46:42 +10:00
3d5f307139 fix (plg_search_sqlitefts): exclusion field 2025-08-17 17:31:32 +10:00
3bf3c71d8c feature (session): enable plugin to handle auth response 2025-08-13 18:11:47 +10:00
e397c56544 fix (plg_security_scanner): broken scanner 2025-08-08 14:39:30 +10:00
dee4108fbc feature (license): update from agpl license 2025-08-08 14:13:29 +10:00
cc031163d9 fix (zip): handle offline edge case 2025-08-04 23:26:38 +10:00
5e7c5094b6 fix (admin): multi tabs issues 2025-08-04 13:14:39 +10:00
d4f5cb9ecf feature (plg_authenticate_local): revamp UX of the auth plugin 2025-08-04 12:50:23 +10:00
28ac33d2b5 fix (plugin): list of plugin by default 2025-07-25 11:34:15 +10:00
8a36ba943a feature (plg_application_office): libreoffice lowa 2025-07-18 20:29:17 +10:00
2e7247ec7c feature (plg_authentication_htpasswd): bcrypt support 2025-07-10 00:26:13 +10:00
b59707c111 Merge branch 'master' of ssh://github.com/mickael-kerjean/filestash 2025-06-30 12:18:47 +10:00
45432e1f32 fix (htpasswd): hash acceptance rules - #821
For htpasswd entries where hash is an actual valid hash (SHA etc.), the hash
itself should not be accepted as password. Otherwise, obtaining the htpasswd
file gives an attacker access to all accounts withoutneeding to crack/reverse
hashes.

This commit tries to ensure that hash==password is only accepted if hash is
not a valid hash (plaintext password fallback).
2025-06-30 12:18:37 +10:00
72312435cf chore (refactoring): cleanup plugin 2025-06-30 12:11:42 +10:00
9f2728c8b2 chore (refactoring): replace ioutil with io - #847 2025-06-18 10:07:11 +10:00
1cda6505ba fix (language): wopi language - #845
According to the UI default language, the UI language of collabora/code must be explicitly specified within the URL( &lang=pt-BR ); otherwise, the UI language will always default to English (en).
2025-06-18 10:04:45 +10:00
a54fa5da00 fix (s3): default region for s3 2025-06-12 00:54:22 +10:00
2616c078b5 feature (s3): add timeout option for very large buckets 2025-06-10 21:42:17 +10:00
f4a99c4ad6 chore (plugin): revamp frontend plugin 2025-06-09 15:38:37 +10:00
fb29c7b6c2 feature (offline): handle offline files 2025-06-05 12:58:09 +10:00
c1834faa23 feature (thumbnail): revamp thumbnail plugin
We revamped the plugin so it doesn't have extra dependencies. The issue
is when images have external dependencies, forcing users to use
something like docker to satisfy those but as we see these days, we can
ship the viewer for heic as a wasm plugin existing client side and can
focus on building a smaller footprint server
2025-05-26 15:34:38 +10:00
ad14ad658a chore (maintenance): image thumbnail
the issue of plg_image_c is its reliance on shared libraries like libraw
which depends on lcms2 and libheif which depends on a whole bunch of
other stuff. That make releasing a fat binary that just work of
Filestash tricky

if someone ever read this, I would gladly get help to integrate the
whole build of those things within CI without prolonging the build time
by 2 hours.
2025-05-22 02:23:28 +10:00
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
73bab4a2e3 feature (3d): handle mesh files 2025-04-29 13:51:56 +10:00
3b6253cfbd feature (plg_application_3d): revamp support for 3d files 2025-04-23 00:36:38 +10:00
6277d00250 chore (readme): plugin doc 2025-04-15 21:39:38 +10:00
bf69108c54 feature (plg_override_actiondelete): delete icon on file 2025-04-09 21:02:04 +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
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
7821bc8681 feature (mcp): mcp server 2025-04-01 11:00:41 +11:00
eb7e30424e fix (capitalisation): disable android capit. 2025-03-18 20:57:34 +11:00
ba3ed7b945 fix (plg_search_sqlitefs): context issue 2025-03-14 16:04:53 +11:00
21c8a7f597 fix (s3): assume role on ecs 2025-02-21 17:26:00 +11:00
849f206408 feature (plg_backend_url): url storage backend
usefull for open directory kind of scenarios.
cool example at play: https://locker.phinugamma.org/swf/
2025-02-05 01:57:16 +11:00