1
0
Fork 0
mirror of https://github.com/koniu/recoll-webui.git synced 2025-10-03 01:39:22 +02:00
Commit graph

72 commits

Author SHA1 Message Date
Yves Fischer
1a249aa52f Change directory only if needed 2015-03-23 07:37:13 +00:00
koniu
ee915fda98 Merge pull request #40 from medoc92/master
Changed the value of set_cookie() 'expires' from 3x10**9  3x10**8 (10 years)
2015-03-02 19:07:22 +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
koniu
9ed8494ee7 Merge pull request #37 from dsheyp/patch-1
set expires-attribute for cookies
2014-10-22 21:15:19 +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
koniu
51aa2f67a8 Merge pull request #31 from medoc92/master
Remove some wrong assumptions about the  filename and fmtime fields
2014-07-09 10:43:34 +01:00
Jean-Francois Dockes
59bc9e1489 Compute directory url using path manip, not filename substraction. Filename can be empty or inadequate 2014-07-08 16:05:01 +02:00
Jean-Francois Dockes
600545454c Guard against empty doc fmtime field 2014-07-08 15:12:11 +02:00
jobe451
9590821ccc Formating improved 2014-04-01 01:03:24 +02:00
jobe451
a07b12e8c4 WSGI / Apache2 setup described 2014-04-01 01:01:22 +02:00
jobe451
95e93e4db2 removed link to file, download is default
download links to files directly (file://) are not supported anymore by most browsers. Basides, I have the application running anyhow on a different server. Network file path' on local machines are anyhow different.
2014-04-01 00:46:17 +02:00
jobe451
91ed38aa0d removed absolute path from download / preview
I run recoll-webui under a differnt path using WSGI and mod_proxy. So the application runs under /recoll/

The download link should therefore point to
/recoll/download (not) /download

This change fixes that
2014-04-01 00:39:55 +02:00
jobe451
98d08b165f Update webui.py 2014-04-01 00:32:11 +02:00
koniu
788061bdd8 Merge pull request #24 from medoc92/master
Fixes to the directory filter list
2014-02-03 14:31:14 -08:00
Jean-Francois Dockes
887c972521 Some browsers (chrome, ie) do not support margin-left style specs on <option> elements. Use multiple nbsps instead. Yes ugly... temp workaround while waiting for a master of style ? 2014-02-03 17:40:28 +01: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
koniu
8f470069d6 Merge pull request #22 from jronallo/master
add autodiscovery link tag for opensearch document
2014-01-05 08:38:04 -08:00
Jason Ronallo
7cb604b684 add autodiscovery link tag for opensearch document 2014-01-04 18:09:54 -05:00
koniu
a6318fae41 py: add cli options for bind address/port 2013-12-31 03:19:56 +01:00
koniu
699e7409c5 Merge pull request #19 from medoc92/master
Use recoll highlighter instead of local one to properly handle stemming
2013-12-29 12:40:14 -08: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
f038f3e034 tpl: move fade dive where it belongs
Signed-off-by: koniu <koniu@riseup.net>
2013-10-13 22:49:03 +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
ea2dc0fd54 css: show preview/dl links only when hovering 2013-10-07 22:07:50 +02:00
koniu
18ee521171 include download info in README 2013-10-07 22:01:53 +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
koniu
0817886f15 Merge pull request #13 from medoc92/master
Chose appropriate file name and extension for downloading a subdocument
2013-09-14 11:14:10 -07:00
Jean-Francois Dockes
a1e79dc48c chose appropriate file name extension for downloading a subdocument 2013-09-14 20:04:04 +02:00
koniu
c11608b668 update screenshot 2013-08-31 20:10:09 +02:00
koniu
30c33c89c9 Merge pull request #10 from biolds/master
'Add to browser' option, sort by relevancy by default
2013-08-31 04:28:54 -07: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
7824cd35d0 README: add a screenshot 2013-01-20 10:27:28 +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
753f35de80 add a preliminary README 2012-12-22 21:09:25 +00:00
koniu
901fa379ee examples: add opera-open.sh 2012-12-22 20:18:51 +00:00
koniu
7c5667b778 py: split off and reshuffle recoll_get_config 2012-12-22 20:17:16 +00:00