Commit graph

296 commits

Author SHA1 Message Date
add8371776
send cache-control (immutable, 31) for /raw/{hash} 2022-02-15 01:21:04 +01:00
0ef7ea5b3a
also impl From<f64> and From<Address> 2022-02-13 12:56:29 +01:00
b417dad0ec
impl From<AsRef<str>> for EntryValue, replace where appropriate 2022-02-13 12:56:29 +01:00
e81d520993
fix empty string value handling 2022-02-13 12:56:29 +01:00
75f9282ea2
don't label newly created uuids 2022-02-12 22:22:08 +01:00
a74e86e70d
allow uuid generation by server 2022-02-12 21:48:29 +01:00
ebf48c0e5f
allow inserting multiple entries (in transaction) in /api/obj 2022-02-12 14:55:54 +01:00
038e4fd7d2
move InEntry/InAddress to routes 2022-02-12 14:51:28 +01:00
471c60c19e
fix entry PUTting 2022-02-12 13:56:41 +01:00
689350aed5
only return in progress jobs by default on /api/jobs 2022-02-10 15:20:15 +01:00
7c38406b16
thumbnail creation as jobs 2022-02-10 15:11:38 +01:00
0dd5616e9c
allow overriding mime for thumbs 2022-02-10 14:58:00 +01:00
423e039d0a
forgotten debug prints 2022-02-10 11:39:04 +01:00
674663028d
add metadata to urls on insert 2022-02-10 11:38:45 +01:00
bbc871ccf6
typeless jobs 2022-02-10 10:47:10 +01:00
5ad64a6591
make a PUT to /api/obj also insert bare addresses and prepare metadata; bunch of tidying up
/api/obj returns [entry_addr, entity_addr]
ADDED_ATTR is a const
impl TryInto<Address > for InAddress
2022-02-09 20:37:20 +01:00
b5a90ce57c
support denoting entry entities in decomposed format (adding URLs) 2022-02-07 21:59:30 +01:00
686020e579
include decoded address in /api/obj 2022-02-07 20:54:14 +01:00
25bc14e3b4
allow searching in entities (URLs, attrs) 2022-02-07 18:33:57 +01:00
0f2fa6836f
refactor TryFrom<Entry, ImmutableEntry> 2022-02-07 18:27:02 +01:00
2c36373d85
fix redirect to "/" in /api/thumb 2022-02-07 10:25:38 +01:00
34e737d457
"application/x-riff" == WAV audio 2022-02-07 00:01:38 +01:00
a83149e746
switch from GET /api/obj?query endpoint to POST /api/query endpoint
also switch from useSWR shim taking `() => SWRKey` as param
2022-02-06 22:25:33 +01:00
6b9e534270
ALIAS points to LBL, not directly to value (!) 2022-02-06 12:54:51 +01:00
2f664ce820
clear lexpr options just to be safe (no keywords) 2022-02-04 23:01:44 +01:00
172404a2d9
logging, formatting in previews/mod.rs 2022-02-04 20:34:25 +01:00
8d51529f38
retireve_file takes reference 2022-02-04 20:33:07 +01:00
2337cd54c1
only run full rescan on new db, not init scan 2022-02-04 20:32:10 +01:00
f8a0410282
hide desktop features when desktop is disabled 2022-02-04 12:11:00 +01:00
b215cf8e0d
cosmetics 2022-02-04 12:11:00 +01:00
20a6fa0de7
add audio waveform thumbnails 2022-02-03 18:40:19 +01:00
7540b31ab8
add play button to video thumbnails 2022-02-03 18:13:09 +01:00
b80d547689
static dirs are handled for both debug and release 2022-02-03 17:48:24 +01:00
97198848c4
enable mkv previews 2022-02-03 16:54:39 +01:00
6b70d706fa
change video preview format to webp 2022-02-03 16:54:39 +01:00
faed70fe03
content disposition tweaks (attachment by default, ui target=_blank) 2022-02-03 16:54:37 +01:00
2173ca5b51
add a --clean param 2022-02-03 16:54:36 +01:00
dc72b0a34c
only insert ADDED on first add 2022-02-03 10:12:26 +01:00
3cd3df27c0
"ADDED" entry for files 2022-02-03 09:54:51 +01:00
a5912ae3d2
move preview generation off the route thread 2022-02-03 00:11:35 +01:00
f20928ddfe
rustfmt 2022-02-02 17:13:23 +01:00
6aa804584d
add (some) lang tests, implement "in" logic 2022-02-02 17:13:11 +01:00
cb22756a47
separate endpoint for attr overwrites, implement AttributeUpdate 2022-02-02 00:45:05 +01:00
9c940e7c23 add explicit quick_check/disable_synchronous flags, ?full param to rescan endpoint 2022-01-31 17:26:31 +01:00
466f870d6f add Meta queries, check db version on start 2022-01-31 15:57:35 +01:00
768a608b02 add "built" crate 2022-01-31 15:19:48 +01:00
34847f3321
fix search ("contains" query, UpObject params bug) 2022-01-30 16:20:02 +01:00
fa5626af4f
allow only one job of a type to be in progress at once 2022-01-30 16:00:29 +01:00
3a64adc935
containers -> groups 2022-01-28 23:32:13 +01:00
8c8d58847a
separate value_string and value_number columns
to be able to utilize SQL queries better for ranges, comparisons, etc.
2022-01-28 18:17:14 +01:00
8b9947c2e4
fix no-default-features build 2022-01-28 14:21:07 +01:00
ddfe103e7a
add LBLs to base types 2022-01-27 17:42:59 +01:00
19b25666c6
show PDFs in BlobPreview, add ?inline query param to /raw/ 2022-01-27 15:55:48 +01:00
538ccc27ec
refactor address tests to use results 2022-01-27 10:53:19 +01:00
01029053c9
add url address type 2022-01-27 10:51:26 +01:00
b095f900f6
test addresses encoding/decoding on equivalence and not just representation 2022-01-26 17:07:58 +01:00
fa957794e5
encode/decode -> b58_encode/decode 2022-01-26 16:55:23 +01:00
4a02921bbd send a http 303 if thumbnail isn't applicable 2022-01-24 18:26:53 +01:00
d508cd0a74 add image previews 2022-01-24 17:04:27 +01:00
1f058670f8
don't duplicate file if it already exists 2022-01-23 15:01:14 +01:00
3cc0dcff45
also LBL uploaded file 2022-01-23 14:55:49 +01:00
c1698061d5
file fns return addresses 2022-01-23 14:55:40 +01:00
dd16a96125
canonicalize paths before normalization, fix symlink bug 2022-01-23 14:51:54 +01:00
893a87a094
unify adding files via rescans and ui 2022-01-23 14:50:37 +01:00
ef59090859
separate adding file into its own fn, refactor private fn names 2022-01-23 13:03:27 +01:00
a4caf9b8b3
fix insert_entry retval 2022-01-22 17:45:46 +01:00
0920fec0ce add immutable entries for size, etc (does nothing for now) 2022-01-21 17:59:53 +01:00
a91711adc8 only disable sqlite synchronous mode on initial update 2022-01-21 17:57:51 +01:00
ecaea693c6 reformat (?) 2022-01-21 17:03:50 +01:00
b4b41e45e3
desktop enables are actually disabled 2022-01-19 20:42:36 +01:00
e489fd7b5a
--no-desktop implies --no-browser 2022-01-19 20:36:02 +01:00
7def06e153 copy & remove instead of persist/rename 2022-01-18 22:43:55 +01:00
d46f449e4b
file upload
todo:
  - don't return file hash in ListingResult, solve this marking problem in general?
  - work around persisterror across filesystems
  - add proper BLOB metadata
2022-01-18 17:05:45 +01:00
1521f25132
impl Hashable for Path, not just PathBuf 2022-01-18 16:59:59 +01:00
b3b6c2d2a8
raise global payload limit 2022-01-18 16:59:46 +01:00
a2b9ec4c75
move "?" out of upend macros 2022-01-18 16:59:32 +01:00
338be4be10
/raw/ queries of entries 2022-01-14 22:04:53 +01:00
2f6a265af8
alike value queries do not include addresses 2022-01-13 20:31:50 +01:00
8ceb310d9e
preparations for a separate attr update endpoint 2022-01-09 21:18:19 +01:00
952475b92b
fix missed reporting on path cleanups 2022-01-08 12:21:04 +01:00
368eb90d5b
fix compile with no default features 2022-01-07 00:52:09 +01:00
091a02d530
add endpoint to list all attributes 2022-01-06 23:23:35 +01:00
a43a9d6caf
thumbnails -> previews 2021-12-27 13:13:53 +01:00
d11d20f210
fix tests due to tempdir -> tempfile change 2021-12-27 12:36:38 +01:00
6b95e59acf
try next port if taken 2021-12-27 11:58:01 +01:00
3186b9ce6e
add video thumbnailing via ffmpeg 2021-12-26 18:16:37 +01:00
aa67b93e4e
improve mime & content-disposition for thumbnails 2021-12-26 17:40:47 +01:00
5f8182e9b7
switch from tree_magic to mini_tree_magic 2021-12-25 11:35:37 +01:00
a608659baa
thumbnails module, "text thumbnails" on backend 2021-12-23 23:45:46 +01:00
0f3dd88193
clippy fixes, no default feature compile fix 2021-12-23 11:18:04 +01:00
0058a9fcdd
test db open newness 2021-12-23 11:11:36 +01:00
ce9e552844
rewrite database module as a struct instead of bare fns 2021-12-23 11:10:16 +01:00
b2768cbad9
add warning on parent native open 2021-12-22 11:56:06 +01:00
2ccfce6058
remove some file-centric language 2021-12-21 23:16:10 +01:00
057ac8e35f
open dir instead of 403 on native executable 2021-12-21 17:43:29 +01:00
b52d664cd4
error logging in native open 2021-12-21 16:05:27 +01:00
7d0b23e955
impl fromstr for query 2021-12-21 12:01:40 +01:00
8e71e34a09
add not queries into uplang
somewhat awkwardly implemented as multiqueries, but hey
2021-12-21 11:50:46 +01:00
2d1a3b9ba7
better test of list_roots 2021-12-21 11:26:20 +01:00
7a1d0a5024 add native/default file open 2021-12-19 22:38:41 +01:00