- 02 Oct, 2019 2 commits
-
-
Jean-Francois Dockes authored
Merged from https://github.com/koniu/recoll-webui/pull/55 Add a sample systemd script in examples and a README describing how to integrate the standalone WebUI app with systemd. Author: Rob Fair <fair.rob@gmail.com>
-
Jean-Francois Dockes authored
Merge from https://github.com/koniu/recoll-webui/pull/61 - Changed JSON endpoint to allow paged json, use without page parameter (or page=0) to get unpaged result - Added snippets and highlight parameters to search url, use highlight=0 to disable search term highlighting, snippets=0 to disable snippet generation. - Added optional usjon module support
-
- 30 Sep, 2019 2 commits
-
-
Jean-Francois Dockes authored
-
Jean-Francois Dockes authored
-
- 20 Mar, 2019 3 commits
-
-
Jean-Francois Dockes authored
-
Jean-Francois Dockes authored
These are retrieved from the wsgi environ (through the bottle request variable), and, for example, can be set with an apache SetEnv directive.
-
Jean-Francois Dockes authored
Simplify things a bit by getting rid of the hasrclextract variable, dropping support for pre-1.19 recoll
-
- 14 Mar, 2019 6 commits
-
-
Jean-Francois Dockes authored
-
Jean-Francois Dockes authored
-
Jean-Francois Dockes authored
-
Jean-Francois Dockes authored
-
Jean-Francois Dockes authored
-
Jean-Francois Dockes authored
-
- 06 Jun, 2018 1 commit
-
-
Jean-Francois Dockes authored
Adapt to recoll api change: fetchone and fetchmany dont raise exceptions at the end of the list any more, but return none/empty (be more like pep249)
-
- 02 Jun, 2018 5 commits
-
-
Jean-Francois Dockes authored
-
Jean-Francois Dockes authored
-
Jean-Francois Dockes authored
-
Jean-Francois Dockes authored
-
Jean-Francois Dockes authored
- Updated bottle module to 0.12.13. - bottle: include header ... -> include('header', ...) - Imported up to date version of rclconfig.py (+ conftree.py) - Adapt urllib imports - Needed explicit integer division in places (//) - Recoll result records contain utf-8 bytes: can't mix with 'xx' need b'xx' - has_key -> in - StringIO -> io.StringIO
-
- 10 Dec, 2017 1 commit
-
-
Jean-Francois Dockes authored
-
- 07 Sep, 2017 1 commit
-
-
Jean-Francois Dockes authored
Use idoctofile in all cases (no direct file:// urls, this was wrong for compressed files). Needs recoll 1.23.3
-
- 29 May, 2017 1 commit
-
-
Jean-Francois Dockes authored
-
- 04 Dec, 2016 1 commit
-
-
Jean-Francois Dockes authored
Use global admin config variables from recoll config file: webui_nojsoncsv, webui_nosettings, webui_maxperpage
-
- 19 Sep, 2016 1 commit
-
-
koniu authored
Signed-off-by:
koniu <koniu@riseup.net>
-
- 23 May, 2016 1 commit
-
-
koniu authored
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.
-
- 06 May, 2016 1 commit
-
-
Jean-Francois Dockes authored
-
- 23 Mar, 2015 3 commits
-
-
Yves Fischer authored
-
Yves Fischer authored
-
Yves Fischer authored
-
- 02 Mar, 2015 1 commit
-
-
koniu authored
Changed the value of set_cookie() 'expires' from 3x10**9 3x10**8 (10 years)
-
- 01 Jan, 2015 1 commit
-
-
Jean-Francois Dockes authored
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.
-
- 22 Oct, 2014 1 commit
-
-
koniu authored
set expires-attribute for cookies
-
- 21 Oct, 2014 1 commit
-
-
dsheyp authored
Internet Explorer needs the expires-attribute to be present in order to make the cookies persistent.
-
- 10 Jul, 2014 1 commit
-
-
koniu authored
-
- 09 Jul, 2014 2 commits
- 08 Jul, 2014 2 commits
-
-
Jean-Francois Dockes authored
Compute directory url using path manip, not filename substraction. Filename can be empty or inadequate
-
Jean-Francois Dockes authored
-
- 31 Mar, 2014 2 commits