882 Commits

Author SHA1 Message Date
9e41d0c97f fix (cache): cache invalidation problem 2025-09-03 01:59:09 +10:00
11c4a74f97 fix (embed): migrate embed to fastboot 2025-09-02 23:52:30 +10:00
3d571b7a08 feature (boot): optimisation for faster boot 2025-09-02 20:54:13 +10:00
45bc001f5e feature (fastboot): leverage importmap for fast start 2025-09-02 16:41:02 +10:00
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
c6a3808957 fix (cache): improved caching 2025-09-01 11:51:53 +10:00
ba5846375f chore (maintenance): split up sidebar code 2025-09-01 07:46:13 +10:00
6a1a6507d9 fix (caching): obey to the no-cache http header 2025-08-30 01:57:17 +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
d6777e6c92 feature (tagging): frontend for tagging 2025-08-26 03:23:34 +10:00
da731c17e8 chore (maintenance): thumbnailing for webp 2025-08-22 16:24:58 +10:00
3fb8175b89 chore (maintain): cleanup main 2025-08-21 01:03:28 +10:00
e72cbe3c35 feature (fastboot): optimise boot sequence 2025-08-20 21:59:33 +10:00
6e0037bfa7 feature (loading): optimise loading time 2025-08-19 14:40:41 +10:00
fe324601d1 fix (log): additional logs 2025-08-17 20:40:54 +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
72cebf4d6d feature (speed): improve loading speed 2025-08-15 21:06:28 +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
06442df3ad chore (env): wrong env var 2025-08-08 14:13:57 +10:00
dee4108fbc feature (license): update from agpl license 2025-08-08 14:13:29 +10:00
8ff5b47f06 feature (tag): support for tagging 2025-08-07 23:05:44 +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
0e2a570594 fix (bundle): bundler assets path missmatch 2025-07-30 17:01:47 +10:00
b7e0b1ad25 feature (patch): static patches 2025-07-30 15:44:10 +10:00
76364ca079 chore (README): improve doc 2025-07-25 18:24:40 +10:00
28ac33d2b5 fix (plugin): list of plugin by default 2025-07-25 11:34:15 +10:00
471791c679 fix (boot): bootup sequence 2025-07-21 17:33:38 +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
34d0460278 feature (wizard): improve setup wizard 2025-06-30 13:42:51 +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
e2f3475bfc chore (about): revamp about page 2025-06-28 02:52:29 +10:00
9f2728c8b2 chore (refactoring): replace ioutil with io - #847 2025-06-18 10:07:11 +10:00