Commit Graph

417 Commits

Author SHA1 Message Date
Erich Mauerböck 45e00ac93d
add explicit binding (#735)
* add explicit binding

* fixup building on windows

* reactivate unit test

---------

Co-authored-by: Enrice <erich.mauerboeck@ergo-versicherung.at>
2023-11-10 20:58:11 +01:00
Julien Kirch 04c43ebf7b
Specify document search parameter as HTTP params (#722) 2023-10-19 18:34:04 +02:00
Julien Kirch f9b5a5212d
Allow to specify a pool size (#727) 2023-10-09 14:05:13 +02:00
Julien Kirch 0351f94761
Upgrade Hibernate version (#726) 2023-10-09 12:36:53 +02:00
Julien Kirch a89543b555
Make search for documents faster for large dataset (#698) 2023-10-08 22:07:01 +02:00
Orland Karamani 1b382004cb
Albanian Language Support (#719)
Co-authored-by: Orlando Karamani <orlandothemover@gmail.com>
2023-09-14 16:51:11 +02:00
Julien Kirch ab7ff25929
Store file size in DB (#704) 2023-09-14 16:50:39 +02:00
bgamard 95e0b870f6 Merge remote-tracking branch 'origin/master' 2023-06-29 21:33:12 +02:00
bgamard 2bdb2dc34f #678: reopen ldap connection for each login 2023-06-29 21:33:05 +02:00
Julien Kirch 22a44d0c8d
Finding several documents by their title in a single query (#696) 2023-06-06 21:31:01 +02:00
Mario Voigt bd0cde7e87
Add support for STARTTLS for Inbox Scanning (#682) 2023-04-25 18:27:46 +02:00
bgamard dd36e08d7d #680: warning when using H2 database 2023-04-22 00:47:01 +02:00
bgamard 1974a8bb8d #668: cleanup hibernate dependencies 2023-04-12 17:58:51 +02:00
bgamard e9a6609593 #668: jetty 11 deployment 2023-04-12 13:35:54 +02:00
bgamard b20577026e Closes #668: upgrade jetty/servlet-api/jersey 2023-04-09 21:31:53 +02:00
Mario Voigt 430ebbd1c5
support ldaps (#670) 2023-03-21 21:56:14 +01:00
bgamard 1aa21c3762 bump dependencies 2023-03-19 14:28:22 +01:00
bgamard c8a67177d8 next dev iteration 2023-03-12 14:11:52 +01:00
bgamard 59597e962d 1.11 2023-03-12 13:58:03 +01:00
bgamard 5e7f06070e keep filename in temporary file 2022-05-16 19:22:54 +02:00
bgamard 1f7c0afc1e Closes #639: rework mime type resolution using java api 2022-05-16 18:44:26 +02:00
bgamard e6cfd899e5 Closes #632: validate POST /app/config_inbox and update documentation 2022-04-17 13:23:22 +02:00
Julien Kirch bd23f14792
Add doc for search syntax (#634) 2022-04-17 13:10:01 +02:00
Julien Kirch 46f6b9e537
Download zip of files not in same document (#591) 2022-04-15 10:18:39 +02:00
Julien Kirch d5832c48e1
Small code cleaning 2022-03-21 11:36:25 +01:00
Julien Kirch 64ec0f63ca
Add parameter to return the files when searching for a document (#582) 2022-03-20 11:36:28 +01:00
Ben Grabham 0b7c42e814
Check if environment variables are not empty strings as well as not null (#623) 2022-02-20 15:48:37 +01:00
StaryVena af3263d471
Add OCR support for Czech language (#613)
Co-authored-by: Vaclav Uher <vaclav.uher@bruker.com>
2022-01-26 15:27:14 +01:00
bgamard 3637b832e5 test the new mime type detection 2022-01-17 14:37:22 +01:00
Joost Timmerman ee56cfe2b4
Support audio mime (#574) 2022-01-17 14:24:50 +01:00
bgamard b19145160e release 1.10 2022-01-02 15:39:00 +01:00
Julien Kirch d98c1bddec
Add custom parameter for exact search by title 2021-10-12 13:50:32 +02:00
Hung Nguyen 4ae8475f5e
Add Vietnamese language support (#549) 2021-06-21 10:51:31 +02:00
bgamard 6fcd8771a5 upgrade to java 11 + upgrade libraries 2021-01-25 22:40:58 +01:00
bgamard 1fef4c3d2e next dev iteration + cleanup stress project 2021-01-25 21:31:14 +01:00
bgamard ee6ed2bf0b v1.9 2021-01-25 21:27:22 +01:00
bgamard bcb4c6d7b0 Merge remote-tracking branch 'origin/master' 2021-01-21 17:39:23 +01:00
bgamard ea1d5907c1 #497: fix npe in unauthenticated cases 2021-01-21 17:39:01 +01:00
Vegard Hoff Walmsness 05bac38fc3
Norwegian language support 2021-01-14 20:20:16 +01:00
Vec7or ff3db531e5
Configure bcrypt work 2021-01-05 18:59:18 +01:00
Vec7or af15116bf9
Upgrade bcrypt library + explain env variables 2020-12-31 07:46:00 +01:00
Evil McJerkface 1346dd3616
Add option to specify a particular IMAP folder (aka "label" in Gmail) (#477) 2020-11-22 13:39:39 +01:00
Evil McJerkface b6ec5e108b
Added support for TLS & STARTTLS for SMTP connections. If port 465 is configured, TLS will be assumed. If port 587 is used, STARTTLS is assumed. (#478)
Closes #353: Added support for TLS & STARTTLS for SMTP connections
2020-11-19 10:15:40 +01:00
bgamard 66acb380ab Closes #451: convert lob content to text for pgsql 2020-10-31 20:14:06 +01:00
bgamard 087184b598 Closes #466: remove duplicate translation resources 2020-10-16 13:53:12 +02:00
marcin 69905cdc55 Merge with last changes in master branch
Fix polish translation
2020-10-14 22:42:59 +02:00
marcin 1897f5567b Initial commit 2020-10-14 10:49:08 +02:00
bgamard 44f5db993a #451: remove @Lob on file content 2020-09-13 17:58:28 +02:00
bgamard 5e2a18f819 #451: update the file content with an Hibernate query instead of a native query 2020-09-10 20:42:51 +02:00
bgamard 3ad0554a7d use org.apache.directory.api for LDAP instead of apacheds 2020-08-29 19:10:14 +02:00