51 Commits

Author SHA1 Message Date
8ff5b47f06 feature (tag): support for tagging 2025-08-07 23:05:44 +10:00
a96a192f2e chore (mime): update mime list 2025-06-28 01:17:57 +10:00
a5c4af5cbc feature (ux): small ux improvements 2025-06-12 13:56:30 +10:00
efa62c092b fix (linter): js lint and check 2025-04-09 11:51:33 +10:00
a1d1e950e5 chore (maintenance): lint + tscheck 2025-03-21 15:12:15 +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
3d0753c29b fix (search): improve ux for search 2025-03-13 21:28:59 +11:00
67d4eb9cc1 fix (selection): edge case for selection
if selecting something and deselecting it, we'd
see the selection to be 0 which is a bit meh ...

while fixing it, we've share the cost of the selection length as it can
be potentially expensive to calculate if the user has selected tons of
stuff manually + shift selection + ctrl, etc...
2025-02-06 16:58:40 +11:00
eedbfd42af fix (download): download in new page
whenever clicking on the download link, there were issue with
target=_blank + the download attribute. Effectively the download
attribute remove the effect of target blank, hence this workaround to
make sure the files that are downloaded are correctly named + open up in
a new tab. The issue without target blank is if the user starts the
download, he doesn't see a direct feedback telling him that something is
working under the hood, hence the target blank
2025-02-06 15:03:25 +11:00
c5ee4e0632 chore (refactoring): remove config global variable 2025-02-04 00:18:17 +11:00
fd839808b7 feature (feedback): suggestion from a redditor 2025-01-13 17:41:29 +11:00
71b14e6eaf feature (3d): embed 3d viewer anywhere
This contains a bunch of things packaged in 1:

1) UI improvements for the 3D viewer to support all sort of file types
   and create a nice rendering in a clean way with all sort of options

2) enable people to use Filestash as an SDK so we can embed the 3d viewer
   elsewhere
2024-12-23 18:50:23 +11:00
5eab8c68ba fix (canary): download button with shared links 2024-12-19 14:40:16 +11:00
69529b2bec fix (lint): linter and ts check 2024-11-20 16:06:43 +11:00
66cc697b25 feature (tag): tag feature behind canary flag 2024-11-19 14:54:38 +11:00
809423c710 chore (menu): prepare for release 2024-09-08 23:02:28 +10:00
d6613c4452 chore (maintenance): tsconfig setup 2024-08-14 08:33:02 +10:00
21b31c774a fix (zip): generate link for zip generation 2024-07-28 23:57:19 +10:00
9a45dc000a chore (tsc): tsc checks 2024-07-19 01:30:36 +10:00
8332752838 fix (eslint): fix eslint 2024-07-18 21:24:47 +10:00
b61522995b chore (rewrite): update design 2024-07-12 01:36:12 +10:00
070d52692e chore (rewrite): bugfix on canary release 2024-07-03 17:33:56 +10:00
d0e856fe90 chore (rewrite): persistence of settings and modal handling 2024-07-01 18:20:24 +10:00
87c41adfe7 chore (rewrite): upload component 2024-06-13 02:10:50 +10:00
b142392307 chore (rewrite): frontend rewrite 2024-06-04 00:03:46 +10:00
76b44f3c18 chore (rewrite): cache handling in fs 2024-05-28 00:39:14 +10:00
422856343c chore (rewrite): translation engine 2024-05-28 00:33:56 +10:00
8b905d918f chore (rewrite): add caching layer 2024-05-26 23:09:44 +10:00
bc40bb6bc9 chore (rewrite): frontend revamp of the filesystem 2024-05-23 02:29:10 +10:00
59a1f96c63 chore (frontend): rewrite of the filesystem 2024-05-21 00:08:36 +10:00
c1940edeba chore (rewrite): filesystem 2024-05-16 21:27:13 +10:00
06280df3f5 chore (rewrite): filesystem pages 2024-05-15 12:02:09 +10:00
16f8150c1c chore (rewrite): rewrite of the filesystem frontend 2024-05-13 08:53:58 +10:00
34cb374202 chore (rewrite): filesystem elements 2024-05-10 01:53:35 +10:00
a9a124eadf chore (rewrite): rework filesystem page 2024-05-09 02:15:46 +10:00
60f93f1cd8 chore (rewrite): frontend rewrite filesystem 2024-05-08 00:47:37 +10:00
e8b807ff5c chore (frontend): rewrite filesystem menu 2024-05-06 21:13:50 +10:00
13e065beb6 chore (frontend): rewrite project - filespage 2024-05-03 02:12:27 +10:00
2e3cea9312 chore (frontend): advance on frontend rewrite 2024-05-02 01:42:17 +10:00
7e4480981d chore (rewrite): frontend rewrite of filesystem 2024-04-28 23:43:33 +10:00
f5753e8de7 fix (plg_editor_onlyoffice): broken plugin after migration 2024-04-22 01:54:27 +10:00
07398c21c3 chore (rewrite): scaffold for menubar action button 2024-04-10 08:26:44 +10:00
eb2118c517 chore (rewrite): refactoring of the filepage action bar 2024-04-09 07:29:14 +10:00
9e5d97800a feature (redesign): file manager menu buttons after rewrite 2024-03-11 19:39:29 +11:00
d5b0abb2d9 fix (public): linter in frontend rewrite 2024-02-26 00:23:39 +11:00
21bf973ba9 feature (viewerpage): rewrite of the viewers 2023-12-21 02:06:44 +11:00
4e49d9054a chore (rewrite): rebuild filepage / viewerpage 2023-12-12 00:16:36 +11:00
1440febe42 chore (front): start of filepage and viewerpage 2023-12-11 00:24:43 +11:00
593a7b6732 chore (migrate): filepage design 2023-12-09 00:07:16 +11:00