koniu
c3151abc2b
enable global configuration of path rewrites ( fixes #78 )
2020-07-21 12:48:51 +01:00
koniu
4e748d6544
restore open local file function ( closes #54 )
...
Signed-off-by: koniu <koniu@riseup.net>
2016-09-19 23:52:55 +01:00
koniu
cfb65646f4
Expand tilde in topdirs ( fixes #50 )
...
Topdirs in recoll.conf starting with ~ wouldn't show in 'Folder' dropdown
because glob.glob() doesn't do tilde expansion. Explicit os.path.expanduser()
added.
2016-05-23 13:17:41 +01:00
Jean-Francois Dockes
66321af8a3
Let the user choose the fields included for CSV extraction
2016-05-06 15:35:19 +01:00
Yves Fischer
451f600159
Set Content-Length header in /download
2015-03-23 07:37:18 +00:00
Jean-Francois Dockes
3504092c20
Changed the value of set_cookie() 'expires' from 3x10**9 3x10**8 (10 years)
...
The initial value was triggering 2038 issues or some platforms (or pure
integer overflows, did not check). Also admit long as param type inside
set_cookie() as there does not seem to be any reason not to.
2015-01-01 08:56:24 +01:00
dsheyp
38f2a84e8e
set expires-attribute for cookies
...
Internet Explorer needs the expires-attribute to be present in order to make the cookies persistent.
2014-10-21 16:38:06 +02:00
koniu
15389e8f3b
py: fix error when search folder utf-8
2014-07-10 14:48:37 +01:00
koniu
f26a04e059
Merge pull request #27 from jobe451/master
...
Headless setup under apache2 / ubuntu 12.04
2014-07-09 10:43:42 +01:00
Jean-Francois Dockes
600545454c
Guard against empty doc fmtime field
2014-07-08 15:12:11 +02:00
jobe451
98d08b165f
Update webui.py
2014-04-01 00:32:11 +02:00
Jean-Francois Dockes
6f8d1b6ecc
When computing dirs for filtering, need to limit the replacement of the top_path to 1, else for, e.g. /mnt, we end up replacing all / characters...
2014-01-23 09:45:25 +01:00
Jean-Francois Dockes
10d4c62cc5
Use recoll highlighter instead of local one to properly handle stemming
2013-10-29 09:42:57 +01:00
koniu
3e79c00d71
py: use stemming lang from rclconfig, should fix #2
2013-10-25 14:51:56 +02:00
koniu
37cd4d1f5a
py: import rclconfig and use it
2013-10-24 13:42:40 +02:00
koniu
7da8ea858b
py: fix setting of cwd again
2013-10-08 12:55:09 +02:00
koniu
8e9177a465
py: clean spurious whitespace
2013-10-07 23:12:53 +02:00
koniu
59c917c9d9
py: fix #5 by chdir'ing to recoll-webui directory
2013-10-07 23:07:03 +02:00
koniu
82dad9d486
py, tpl: rename "open/dl" link to "dl" to avoid confusion
2013-10-07 22:56:13 +02:00
koniu
75708e3a1d
fix #15 download - filenames with spaces truncated
2013-09-16 01:39:17 +02:00
koniu
7ce211ff78
fix #16 cannot download files with special chars
2013-09-15 18:54:22 +02:00
Jean-Francois Dockes
a1e79dc48c
chose appropriate file name extension for downloading a subdocument
2013-09-14 20:04:04 +02:00
Laurent Defert
f74d7ea7d3
Sort by relevancy by default
2013-08-25 12:24:10 +02:00
Laurent Defert
10809d70c5
Add an 'Add to browser' option
2013-08-25 12:24:10 +02:00
Jean-Francois Dockes
248b293ddd
Use content-disposition header to set file name for Open/Download
2013-07-10 07:52:57 +02:00
Jean-Francois Dockes
933529b479
added preview and open links using rclextract when available
2013-07-09 18:20:39 +02:00
Jean-Francois Dockes
1f91a59af6
recoll 1.19 compatibility changes
2013-07-09 18:19:35 +02:00
koniu
740f507c0e
py/tpl: fix #4 ('..' breaks WSGI, use './' instead)
...
Thanks to nberelidze@github for spotting and providing solution.
2013-03-03 23:51:09 +00:00
koniu
8acc728085
py: fix parsing of multiline values in recoll.conf. fixes #1
2013-01-20 09:50:26 +00:00
koniu
375800bbf6
py: disable pagination for json/csv
2012-12-23 10:08:10 +00:00
koniu
7c5667b778
py: split off and reshuffle recoll_get_config
2012-12-22 20:17:16 +00:00
koniu
4fc7195250
py: use paths for config dir rather than file
2012-12-22 19:58:36 +00:00
koniu
c588606aed
py: fix settings type-casting from defaults
2012-12-22 13:38:32 +00:00
koniu
745e6d3dad
py: do not limit num of results by default
2012-12-22 12:01:44 +00:00
koniu
86102a205c
add paging of results
2012-12-22 11:57:08 +00:00
koniu
807e1fca43
py: simplify type casting
2012-12-21 16:58:21 +00:00
koniu
b9b91f729f
py: allow limiting the number of results
2012-12-21 14:44:22 +00:00
koniu
56453c4503
py: /etc/recoll.conf is wrong
2012-12-21 13:34:57 +00:00
koniu
944fa2f9ae
prune some redundant variables
2012-12-19 11:15:37 +00:00
koniu
68ca48cf80
add a setting for local access url paths
2012-12-19 11:02:56 +00:00
koniu
8fe7918ff6
fix abstract parameters
2012-12-19 06:43:42 +00:00
koniu
3a1892161e
use positional args where possible
2012-12-18 12:22:37 +00:00
koniu
bddbc00900
make 'maxchars' configurable
2012-12-18 12:18:44 +00:00
koniu
43500e5e61
remove a stray pprint
2012-12-18 09:43:45 +00:00
koniu
70ad857091
import
2012-12-18 09:06:34 +00:00