Leo Vasanko LeoVasanko
  • Joined on 2023-10-15
LeoVasanko pushed to plaintable at Vasanko/cista-storage 2023-11-02 17:40:31 +00:00
3479a0da57 Remove node_modules
LeoVasanko pushed to plaintable at Vasanko/cista-storage 2023-11-02 17:38:56 +00:00
f99d92b217 Add support for actual renaming of files, and UI on plain tree.
LeoVasanko created branch plaintable in Vasanko/cista-storage 2023-11-02 15:34:49 +00:00
LeoVasanko pushed to plaintable at Vasanko/cista-storage 2023-11-02 15:34:49 +00:00
68a701538b Prototyping plain table for files list
LeoVasanko pushed to frontend at Vasanko/cista-storage 2023-11-01 23:07:16 +00:00
05a16e3037 New build, typing ignores...
52ecbc3d36 Search filtering
042f1b7f42 cista.util submodule
d27cb2133a Rewrite folder selection. Needs better error handling still.
Compare 4 commits »
LeoVasanko pushed to frontend at Vasanko/cista-storage 2023-11-01 21:12:53 +00:00
a8ea43194d Add settings to use npm run dev server with cista -l :8000 backend
LeoVasanko pushed to frontend at Vasanko/cista-storage 2023-11-01 20:16:49 +00:00
07fe7448cc Update front build.
LeoVasanko pushed to frontend at Vasanko/cista-storage 2023-11-01 20:03:18 +00:00
783af44e26 Ruff
LeoVasanko pushed to frontend at Vasanko/cista-storage 2023-11-01 17:32:52 +00:00
0d6180e8a4 Add charset=UTF-8
LeoVasanko pushed to frontend at Vasanko/cista-storage 2023-11-01 17:08:12 +00:00
bdc0bbd44f Implemented HTTP caching and updates on wwwroot, much faster page loads.
LeoVasanko pushed to frontend at Vasanko/cista-storage 2023-11-01 14:58:19 +00:00
ba36eaec1b Allow multiple commands on control socket without disconnecting.
a435a30c88 Realtime updates of wwwroot files when --dev is used.
742b05ed66 Faster wwwroot serving, uses RAM cache of brotli compressed data for all assets.
a26dc42d88 Fix control message decoding.
9002afbc7e Merged something
Compare 5 commits »
LeoVasanko pushed to frontend at Vasanko/cista-storage 2023-10-28 21:23:24 +01:00
acdd776b92 Formatting and fix Internal Server Error on upload
LeoVasanko pushed to frontend at Vasanko/cista-storage 2023-10-27 06:28:09 +01:00
8cc3ed1a04 Human-readable sizes
0d186726b5 Prettier file listing, using browser instead of viewer for file display (for now), sorting improved, modified timestamps improved.
63bbe84859 Provide file/dir id from server. The value will stay the same if the file is renamed/moved, but will change if a file is replaced by another with the same name.
202f28ff15 Add esbuild dependency
Compare 4 commits »
LeoVasanko pushed to main at Vasanko/cista-storage 2023-10-26 16:59:38 +01:00
4a53d0b8e2 Formatting and fix Internal Server Error on upload
LeoVasanko pushed to main at Vasanko/cista-storage 2023-10-26 15:20:42 +01:00
d698019c69 Formatting and fix Internal Server Error on upload
LeoVasanko created pull request Vasanko/sanic#1 2023-10-25 08:23:16 +01:00
ruff-only
LeoVasanko pushed to main at Vasanko/cista-storage 2023-10-24 13:34:56 +01:00
444f0226e6 Make sessions last a year
9428cc2d9c Fix field name in session cookie; prevented logged in useds authenticating.
4a13f642b2 Watcher cleanup. Restart server on config changes and if frontend is modified.
5d3f419508 /api/watch also continuously reports disk usage
4852212347 Cleanup, bugfixes. Added access control on files and API.
Compare 27 commits »
LeoVasanko pushed to main at Vasanko/cista-storage 2023-10-24 13:30:05 +01:00
f1fd109cd4 Update README.md
LeoVasanko created branch main in Vasanko/cista-storage 2023-10-24 13:00:31 +01:00
LeoVasanko pushed to main at Vasanko/cista-storage 2023-10-24 13:00:31 +01:00
25749e4141 Add README.md