Commit graph

1624 commits

Author SHA1 Message Date
d671640c04 chore: fix vault/db path semantics, previews in db path, --clean param 2022-09-16 16:49:25 +02:00
5704be7975 fix: restore store stats functionality somewhat 2022-09-16 16:26:58 +02:00
7ce7615b3a perf: SQLite NORMAL mode on fs vault connections 2022-09-16 15:34:22 +02:00
fc27936acc perf: remove valid index on files 2022-09-16 15:34:07 +02:00
b7d2cbb816 Merge branch 'feat/vaults' into develop 2022-09-15 20:55:30 +02:00
7f519d9de8 perf: implement speed-ups for vault db
have a pool; WAL journal mode; PRAGMA SYNCHRONOUS
2022-09-15 20:27:06 +02:00
0b0c6f2ec3 fix: reenable initial quick vault scan 2022-09-15 20:22:06 +02:00
e17431bb3f fix: reenable locks 2022-09-15 19:25:08 +02:00
5152675bad refactor: use trait objects instead of FsStore directly
also fix most clippy hints
2022-09-15 19:25:08 +02:00
4a988acdad chore: no default debug output in tests 2022-09-15 19:24:19 +02:00
7c9d0717c2 feat!: multiple vaults
incomplete, but passes tests
2022-09-15 19:24:19 +02:00
ebd11657ac feat!: switch from k12 to sha256, use proper multihash /base impl 2022-09-13 16:44:18 +02:00
327b87a18a perf: correct ffmpeg params for efficient video previews
-ss before -i ("When used as an output option (before an output url), decodes but discards input until the timestamps reach position. ")
discard all non-keyframes
turn off accurate seek
2022-09-11 20:33:41 +02:00
e48e007617 fix: VideoViewer vertical thumbnails 2022-09-11 16:18:17 +02:00
f98f3b2fdb perf: lower seek time for thumbnails 2022-09-11 16:18:08 +02:00
160cf59d4a perf: first check for files in /raw/ 2022-09-11 13:03:07 +02:00
da5d3ad0c2 fix: consistent font sizing of timecode 2022-09-08 22:22:24 +02:00
5f9eb24c76 chore: allow CORS from localhost 2022-09-08 21:41:18 +02:00
136d38faac chore: extract all API URLs into a global variable 2022-09-08 19:32:36 +02:00
1e970bcba8 fix: lint due to NodeJS types 2022-09-08 19:23:46 +02:00
8566bb70d0 feat: add timecode display to VideoViewer during previewing 2022-09-08 08:15:22 +02:00
e0a9ee1c96 fix: limit thumbnail generation to 1 thread per image 2022-09-07 22:28:14 +02:00
457242c9a9 fix: VIdeoViewer size in detail 2022-09-06 00:12:20 +02:00
1608c3db3d chore: fix svelte warnings 2022-09-06 00:10:24 +02:00
5fff81db85 fix: VIdeoViewer play after click 2022-09-06 00:06:15 +02:00
e9f30c3904 chore: VideoViewer preview optimization 2022-09-05 23:50:05 +02:00
423ec7b03a fix: .avi previews as video 2022-09-05 23:50:05 +02:00
86b36d6619 fix: HashBadge display in Chrome* 2022-09-05 23:05:04 +02:00
3bb2d7e3e1 fix: video loading state in VideoViewer 2022-09-05 23:00:16 +02:00
91596b284d fix: only get() connection in UpEndConnection when necessary
makes the interface actually respond during rescans, helps improve throughput in general
2022-09-05 21:51:44 +02:00
4018cae840 fix: remember atttributeview state in search 2022-09-05 00:07:23 +02:00
ce3420007d fix: use Gallery in Search, order by match order 2022-09-05 00:04:44 +02:00
7bfb4f86ca chore: refactor widgets + gallery 2022-09-04 23:29:41 +02:00
49b21cfd7a chore: note to self about detail animations 2022-09-04 22:53:23 +02:00
0ec87126da fix: do not needlessly trigger drop handler UI 2022-08-07 17:03:23 +02:00
bc77c993a9 hotfix: disable transactions for now 2022-08-07 14:16:07 +02:00
600918a27e chore: log failed path updates immediately 2022-08-07 12:35:49 +02:00
3f6d239686 chore: switch from log to tracing 2022-08-07 12:13:12 +02:00
6eecf1cde0 chore: missing types, fix (some) Svelte check warnings 2022-08-04 20:14:02 +02:00
c95b6d2353 ci: update Makefile for new webui build also 2022-08-01 22:18:28 +02:00
311d6064bf chore: fix frontend lint 2022-08-01 22:08:47 +02:00
48140c6daa build: switch from Rollup to Vite, upgrade Svelte 2022-08-01 21:08:34 +02:00
41d0e55ca7 fix: add global locks to db, fix sqlite errors (?) 2022-07-31 22:53:24 +02:00
38e6d6b6df chore: add logging to fs tests 2022-07-31 22:53:18 +02:00
afbd3b97ef fix: update project url, fix tests
:)
2022-07-31 22:53:12 +02:00
5d1e31fcf8 feat: use match-sorter instead of just levenshtein distance 2022-07-20 19:25:18 +02:00
1feaf0e82f feat: levenshtein sort entries in Selector 2022-07-09 13:35:16 +02:00
eb618e0ccd
[ui] video viewer improvements
fix layout before thumb loads
fix vertical overflow
don't start video on thumb click
2022-04-30 20:33:23 +02:00
6fdc3e2f48
add join queries to the language (fixes #3) 2022-04-16 00:55:09 +02:00
459eede174
...
reformat
2022-04-15 22:43:40 +02:00