Commit Graph

151 Commits

Author SHA1 Message Date
Uwe Steinmann
5b37300aa8 add various test shell scripts 2023-01-20 15:21:01 +01:00
Uwe Steinmann
ed9c01e05a log data send to put_document 2023-01-17 16:31:59 +01:00
Uwe Steinmann
bfc6d044e8 more info on restrictions when using SeedDMS as a paperless server 2023-01-17 16:31:30 +01:00
Uwe Steinmann
526b157f11 shorten title and better description 2023-01-17 13:11:51 +01:00
Uwe Steinmann
321f80f974 field for autocompletion can be set 2023-01-16 16:03:10 +01:00
Uwe Steinmann
9f0df3cabe set search for categories ot '*' if parameter is_tagged is set 2023-01-12 09:17:50 +01:00
Uwe Steinmann
697602c67d eval paramter truncate_content, fix handling of parameter page if not set 2023-01-12 09:17:35 +01:00
Uwe Steinmann
4e5aecde19 parse created__date__* 2023-01-10 20:40:19 +01:00
Uwe Steinmann
f0c66b737f support combinded search with date and query string 2023-01-10 18:16:14 +01:00
Uwe Steinmann
5c3eb35aec longer description 2023-01-09 16:23:02 +01:00
Uwe Steinmann
1a7a77d003 new icon 2023-01-09 16:22:53 +01:00
Uwe Steinmann
d91bae4692 add upload folder 2023-01-09 10:05:22 +01:00
Uwe Steinmann
2ed11ce519 update release date, php dependency 2023-01-05 10:28:46 +01:00
Uwe Steinmann
1aafda54b2 support search query 'created:' 2023-01-05 10:28:01 +01:00
Uwe Steinmann
c01cfb8491 use text previewer to get content of document 2023-01-05 10:27:51 +01:00
Uwe Steinmann
b1e64e8d66 return first 3000 chars as content 2022-12-20 21:30:01 +01:00
Uwe Steinmann
dec9467f8c switch 'desc' and 'asc' sorting, a leading '-' means desc 2022-12-20 21:28:06 +01:00
Uwe Steinmann
cf4dc1ad3e add query format 'added:[xx to yy]' 2022-12-18 13:41:06 +01:00
Uwe Steinmann
6fb4f4f85e remove echo 2022-12-14 20:26:48 +01:00
Uwe Steinmann
400e9c09db rename file 2022-12-14 18:10:07 +01:00
Uwe Steinmann
25e3a45311 add sql statements for sqlite 2022-12-14 18:09:38 +01:00
Uwe Steinmann
c75e980c0a fix priority of many log messages 2022-12-14 18:09:16 +01:00
Uwe Steinmann
c1125b2c97 document_download returns orig file, document_preview returns pdf 2022-12-14 14:52:45 +01:00
Uwe Steinmann
75783e48e0 add calls to post, list, delete saved views 2022-12-14 14:52:20 +01:00
Uwe Steinmann
eab8eb7133 add database table and class to access it for saved views 2022-12-14 14:50:44 +01:00
Uwe Steinmann
f945931298 deletion of document return status code 204 2022-12-13 16:28:45 +01:00
Uwe Steinmann
fbecd128ce download of document will alwasy return a pdf 2022-12-13 16:28:28 +01:00
Uwe Steinmann
51ff1e6c7c search if title_content or title__icontains is passed 2022-12-13 16:27:34 +01:00
Uwe Steinmann
12c5cbe6ba do not log user credentials 2022-12-13 16:27:03 +01:00
Uwe Steinmann
a327d9fcaa use translated message when token has expired 2022-12-13 11:59:17 +01:00
Uwe Steinmann
0b7181b44d add pagination of search result 2022-12-13 11:59:05 +01:00
Uwe Steinmann
d20b697961 take all tags into account when searching 2022-12-13 11:58:28 +01:00
Uwe Steinmann
b286b52791 list of tags contains if tag is inbox tag 2022-12-13 11:57:13 +01:00
Uwe Steinmann
e87d14ded0 add missing translations 2022-12-12 19:04:25 +01:00
Uwe Steinmann
2349c18800 add conf var tokenlivetime, allow multiple inbox tags 2022-12-12 19:04:00 +01:00
Uwe Steinmann
5a57974460 fix getting homefolder 2022-12-12 19:03:25 +01:00
Uwe Steinmann
5deadcfd1c add route statstotal 2022-12-12 19:02:22 +01:00
Uwe Steinmann
9bff27abfc set live time of token from settings 2022-12-12 19:01:31 +01:00
Uwe Steinmann
58e864f0b6 pass inbox tags to __getCategoryData() 2022-12-12 19:00:52 +01:00
Uwe Steinmann
af76aa6ee8 return http code 204 when deletion was successful 2022-12-11 16:18:33 +01:00
Uwe Steinmann
764b242ee0 add missing translations 2022-12-11 15:23:11 +01:00
Uwe Steinmann
2276987b2e send notification after document was deleted 2022-12-11 15:23:05 +01:00
Uwe Steinmann
85f417a8c7 log if upload failed/succeeded 2022-12-11 15:22:25 +01:00
Uwe Steinmann
77e364578b set mandatory reviewers, approvers, workflow 2022-12-11 15:21:49 +01:00
Uwe Steinmann
bbc94a90bb log if doc has duplicate name 2022-12-11 15:20:45 +01:00
Uwe Steinmann
26b7ec2d69 check for max filesize 2022-12-11 15:02:07 +01:00
Uwe Steinmann
e6daae9b92 complete metadata 2022-12-11 15:01:31 +01:00
Uwe Steinmann
a5337f0bcd set start date +1day 2022-12-11 15:01:09 +01:00
Uwe Steinmann
f2df0502ee do not pass order to search when getting tags 2022-12-11 14:49:42 +01:00
Uwe Steinmann
52e9b79f17 some more documentation 2022-12-10 15:00:41 +01:00