Commit graph

175 commits

Author SHA1 Message Date
ff457faca3 hierarchy listing endpoint, fix trailing slash upath parsing 2020-09-13 20:10:18 +02:00
2b92a1ad67 validate path on string parse 2020-09-13 19:20:32 +02:00
d505653866 reorganize code in database.rs 2020-09-13 16:30:01 +02:00
267bca92bf /raw/ endpoint does not take plain hash but an encode, add Entry.as_json() 2020-09-13 14:28:58 +02:00
b245b50e15 fix retrieveobject 2020-09-13 13:24:35 +02:00
0464d2712e remove encode() where unnecessary, add /get/{object} route 2020-09-13 13:22:18 +02:00
3cf3343326 files are separate objects 2020-09-12 23:07:50 +02:00
762a7914a1 first somewhat working version of import! 2020-09-12 22:50:14 +02:00
fc7635bf70 --reinitialize param, logging 2020-09-12 15:02:03 +02:00
6895b076be display methods 2020-09-12 14:43:42 +02:00
1d952b34dd various fixes, fleshing out, directory retrieval / creation 2020-09-12 14:31:53 +02:00
e49d4c9ff5 implement entity system, first step 2020-09-07 21:21:54 +02:00
add9dd012f update models, fix build, add chrono 2020-09-06 12:32:17 +02:00
d7bbb5396c first database draft 2020-09-06 12:02:55 +02:00
c27abd6cac rudimentary makefile, first "self-serving" version, enable NO_BROWSER flag 2020-08-30 23:13:09 +02:00
7faa12a44f fix according to cargo clippy 2020-08-30 22:14:24 +02:00
6b32235896 fix "new" db detection, add initial update 2020-08-30 22:11:32 +02:00
ec0f4f5ec6 return a struct on database open 2020-08-30 17:13:46 +02:00
59da75eeef open browser to web UI on start 2020-08-30 16:45:42 +02:00
0b24990436 filter only to valid files 2020-08-27 01:30:55 +02:00
a67b970cd1 add lookup endpoint, index on path and valid 2020-08-27 01:30:53 +02:00
96b666ab41 put routes into routes.rs 2020-08-27 01:07:25 +02:00
c18625285b clippy improvements 2020-08-28 13:51:22 +02:00
f1c5a59073 log migrations to logger, not to stdout directly 2020-08-27 01:02:28 +02:00
48cf5889e7 initial commit 2020-08-27 00:11:50 +02:00