Commit Graph

1726 Commits (main)

Author SHA1 Message Date
Tomáš Mládek 915203ac8d npm update 2021-04-04 17:45:19 +02:00
Tomáš Mládek cae895fa01 npm audit fix 2021-04-04 12:34:20 +02:00
Tomáš Mládek 7056bec8e5 separate File view with previews 2021-04-04 12:34:03 +02:00
Tomáš Mládek 69ff2eb707 fix reactivity in lib/entity.ts 2021-04-04 11:58:23 +02:00
Tomáš Mládek b8fdf66cb3 separate entity code into its own composable function 2021-04-04 10:52:36 +02:00
Tomáš Mládek f4b9e7fdf3 identified addresses are no longer monospace 2021-03-28 22:34:19 +02:00
Tomáš Mládek 215a4e3d10 only load address ids if they're visible 2021-03-28 22:19:58 +02:00
Tomáš Mládek f920989d7f add Inter to web ui 2021-03-25 21:43:57 +01:00
Tomáš Mládek da4d7e6758 attach mime entry directly to file hash; add mtime & size 2021-03-25 21:29:49 +01:00
Tomáš Mládek faeda7a5de fix sort crash if Value is not string 2021-03-25 21:29:15 +01:00
Tomáš Mládek 957ffea74e npm audit fix 2021-03-24 21:23:39 +01:00
Tomáš Mládek 1b5bd44c6f show latest added files 2021-03-24 21:23:22 +01:00
Tomáš Mládek 5bba7109f3 autoformat 2021-03-24 21:03:10 +01:00
Tomáš Mládek 54bfd6b890 rework ui app "skeleton", split header, search everywhere 2021-03-24 20:38:36 +01:00
Tomáš Mládek a4d70273ba fix v-sl-model crash 2021-03-24 20:38:04 +01:00
Tomáš Mládek 54c1ea711d do not log requests to /api/jobs 2021-03-24 20:37:42 +01:00
Tomáš Mládek c422f89d18 add mime type to filesystem update step 2021-03-22 23:07:39 +01:00
Tomáš Mládek fc08a6578c add mouseover title to hashbadge 2021-03-22 23:07:19 +01:00
Tomáš Mládek 5d656bc2f7 fix hashbadge alignment slightly 2021-03-21 23:32:06 +01:00
Tomáš Mládek 97b7ed1634 add hash badge component 2021-03-21 22:42:02 +01:00
Tomáš Mládek fef616a92f fetch identification in Address.vue 2021-03-21 22:42:02 +01:00
Tomáš Mládek b051529da6 better logging in rescan_vault() 2021-03-20 16:49:01 +01:00
Tomáš Mládek b773dbc49c TYPE_ID attr, type of TYPE
(todo: clean up, deduplicate code...)
2021-03-19 00:03:34 +01:00
Tomáš Mládek 0f006ea32c fix invariant calculation/insertion 2021-03-18 22:42:03 +01:00
Tomáš Mládek c6283b5bc1 missing key in Inspect.vue 2021-03-18 22:15:35 +01:00
Tomáš Mládek 2a8c379ded dark mode, kind of 2021-03-18 22:15:01 +01:00
Tomáš Mládek d08664cea5 enable CI cache 2021-03-15 22:43:14 +01:00
Tomáš Mládek e38bab5957 remove ensure_invariant now that it's unnecessary 2021-03-15 22:37:09 +01:00
Tomáš Mládek 2ffbd4934b refer to types via address, not identifier
also rework invariant entries, add addressable trait
2021-03-15 22:32:04 +01:00
Tomáš Mládek 2c5a824d4a also rename t/k/v to e/a/v in ui 2021-03-15 22:31:18 +01:00
Tomáš Mládek ce36c97f2a add basic types 2021-03-14 22:16:28 +01:00
Tomáš Mládek 6f31ef5e15 Address can also refer to an Attribute (String) 2021-03-14 12:41:38 +01:00
Tomáš Mládek 21e7ee7538 finish renaming target/key/value to entity/attribute/value 2021-03-14 10:44:13 +01:00
Tomáš Mládek 6e7cdd9887 rename reimport_directory to rescan_vault 2021-03-06 22:14:17 +01:00
Tomáš Mládek 05d0fa7a87 ignore UniqueViolation errors in inserts 2021-03-06 18:23:31 +01:00
Tomáš Mládek 8751e57433 add latest_files endpoint 2021-02-21 19:51:23 +01:00
Tomáš Mládek 61a470dfe3 models::File uses Hash instead of plain Vec<u8> 2021-02-21 19:43:28 +01:00
Tomáš Mládek 105a9c7e0b fix http error code for PUT /obj 2021-02-21 17:49:34 +01:00
Tomáš Mládek 9261aac086 add possibility to add attributes to an object 2021-02-21 17:48:15 +01:00
Tomáš Mládek 367698bfbe add button to delete attribute in Inspect.vue 2021-02-21 17:38:56 +01:00
Tomáš Mládek dc05b05873 fix object deletion, identity attr insertion 2021-02-21 17:36:41 +01:00
Tomáš Mládek e462801823 fix entry addresses for /api/obj 2021-02-21 17:08:33 +01:00
Tomáš Mládek 3a8aa21692 link to / 2021-02-21 12:32:00 +01:00
Tomáš Mládek b0d6b34ecd longer query period on jobs 2021-02-21 12:30:41 +01:00
Tomáš Mládek f9f6d2bca6 improve search, fix types 2021-02-21 12:30:33 +01:00
Tomáš Mládek 302f435c5d /query returns map with hashes 2021-02-21 12:30:17 +01:00
Tomáš Mládek c0c240256a show active jobs in web ui; node-sass -> sass 2021-02-21 10:47:28 +01:00
Tomáš Mládek 550e8d5c0f fix http error code for /query 2021-02-21 10:38:31 +01:00
Tomáš Mládek ed5ea08335 add "jobs", endpoint to query vault update progress 2021-02-20 17:36:19 +01:00
Tomáš Mládek 5096e1eece refactoring: remove query_entries(), from_sexp into TryFrom, query_to_sqlite is a method 2021-02-20 12:39:19 +01:00