Commit Graph

369 Commits

Author SHA1 Message Date
simon987
c18557e360 Fix thumbnail copying for incremental index, fix incremental index when there are no new updates, add option for JSON logs output 2022-11-23 20:45:47 -05:00
simon987
38fba363f2 Upgrade to mongoose 7.7 2022-05-22 10:25:40 -04:00
simon987
c7b3d11a6d Version bump, fix mime serve for files with no extensions 2022-04-27 22:01:30 -04:00
simon987
f87de89275 Version bump 2022-04-23 10:29:50 -04:00
simon987
1205981a11 CURL error handling, fix ES version handling, support for ES8, add --es-insecure-ssl argument 2022-04-23 10:29:31 -04:00
simon987
09613eaaf9 import magic database as a blob as last resort to make it work 2022-04-18 12:55:22 -04:00
simon987
730e495bde Enable highlight in document info modal, remove /d/ endpoint 2022-04-16 16:11:17 -04:00
simon987
a75675ecea Fix thumbnail copy bug, update tests 2022-04-16 11:48:43 -04:00
simon987
901035da15 Build libmobi with cmake, update to 0.10 2022-04-15 16:01:40 -04:00
simon987
779303a2f7 Print body response when task id cannot be read 2022-04-14 16:24:56 -04:00
simon987
23aee14c07 Fix exec-script & fix memory leak in exec_args_validate 2022-04-14 15:43:24 -04:00
simon987
125c85d9bb localize tag filter bar 2022-03-18 09:15:07 -04:00
simon987
474eb95aff Update antiword 2022-03-17 15:08:55 -04:00
simon987
9a949d2694 Use TRUE rather than 1 2022-03-17 09:13:19 -04:00
simon987
dbdc75dcb8 Add filter bar in tag picker 2022-03-17 09:12:43 -04:00
simon987
0bf4244683 Do blank search on page reload when media tab auto-reload is disabled 2022-03-05 20:56:02 -05:00
simon987
eea5ce75f3 Fix query args updating outside of the search page 2022-03-05 20:42:13 -05:00
simon987
9b81856353 Fix some errors in keyboard handler 2022-03-05 20:33:45 -05:00
simon987
a10d6952ba Fix segfault in print_errors() 2022-03-05 20:33:21 -05:00
simon987
2b639bd4ac Error handling in get_es_version() 2022-03-05 14:59:37 -05:00
simon987
cb37a6e6c1 Fix thumbnail bug in serve 2022-03-05 11:18:07 -05:00
simon987
b82c26f0fb Add mt_ int_ prefixes in InfoTable 2022-03-05 11:18:06 -05:00
simon987
16a4fb4874 Rework document IDs 2022-03-05 11:18:06 -05:00
simon987
cdc4c0ad3d Cap maximum thumbnail count to 1000 2022-03-05 11:18:06 -05:00
simon987
d034851ecb Setup keyboard shortcuts for Lightbox, add option to disable animations 2022-03-05 11:18:06 -05:00
simon987
ea7dfe7c84 Update to mongoose 7.6 2022-03-05 11:18:05 -05:00
Yatao Li
4fac81ca6a fix #261: new index ids generated for incremental scan 2022-02-27 00:25:23 +08:00
simon987
329afcbe4f Update docs & UI stuff 2022-02-20 09:13:19 -05:00
simon987
8ad9fc9e32 Fix caption path 2022-02-19 14:11:40 -05:00
simon987
f075b542fe Tweak mem-throttle option 2022-02-19 14:05:50 -05:00
simon987
3d4331b27d Add thumbnail-count option 2022-02-19 13:45:31 -05:00
simon987
a0db49e7d8 Add file page endpoint 2022-02-19 13:43:44 -05:00
Yatao Li
9a6e7c7c47 reset throttle timer for each work item 2022-02-13 18:43:25 +08:00
Yatao Li
68252b4e80 query page size on tpool creation 2022-02-13 18:43:25 +08:00
Yatao Li
d1f13f2c84 stop scanning gracefully if memory limit target cannot be met 2022-02-13 18:43:25 +08:00
Yatao Li
6075c21a3a do not throttle writer/index thread pools 2022-02-13 18:43:23 +08:00
Yatao Li
f3674ffa02 stop threadpool when the memory limit is too low for any worker thread to proceed 2022-02-13 18:42:54 +08:00
Yatao Li
de187eff1c minor fix 2022-02-13 18:42:54 +08:00
Yatao Li
8e96174e1f scan memory threshold 2022-02-13 18:42:54 +08:00
simon987
8fa34da02f Fix some memory leaks, fix tests, fix --print regression 2022-02-11 11:09:29 -05:00
simon987
37919932de Merge pull request #238 from yatli/dev
incremental scan: build delete index. only load from main & original; incremental indexing;
2022-02-11 10:13:26 -05:00
simon987
c6820b6cc6 Fix CSS border & checkbox bug of index picker 2022-02-10 21:17:32 -05:00
Yatao Li
bb5c17ec78 do not log arg script if null 2022-02-08 04:24:56 +08:00
Yatao Li
501064da10 parse: fix full scan regression 2022-01-25 19:03:25 +08:00
Yatao Li
8f7edf3190 incremental_delete: read from index file so that we have parent info 2022-01-25 19:03:25 +08:00
Yatao Li
e65905a165 only add new entries into new_table to save memory 2022-01-25 19:03:25 +08:00
Yatao Li
2cb57f3634 index: bulk delete 2022-01-25 19:03:25 +08:00
Yatao Li
679e12f786 unify READ_INDICES to reduce clutter 2022-01-25 19:03:25 +08:00
Yatao Li
291d307689 index: incremental indexing, add stub for index entries removal 2022-01-25 19:03:25 +08:00
Yatao Li
7d40b9e959 incremental scan: build delete index. only load from main & original. 2022-01-25 19:03:25 +08:00