10079 Commits

Author SHA1 Message Date
Daniel Quinn
48bca7ea57 Added docs for pre-consume hook 2016-07-01 14:47:17 -07:00
Daniel Quinn
8d992335f3 Merge pull request #129 from phryneas/patch-1
wait until file is completely transmitted
2016-06-26 08:33:30 -07:00
Lenz Weber
018efc576b wait until file is completely transmitted
negation was missing for feature to be active, see #128
2016-06-26 10:18:58 +02:00
Daniel Quinn
c1ed4e8238 Allow for upgrades of most of the dependencies 2016-06-25 09:02:32 -07:00
Daniel Quinn
5ed359f3ea Merge pull request #127 from phryneas/master
add pre-consume hook
2016-06-24 08:41:11 -07:00
Lenz Weber
e7566d2b1c style changes, variable renames
* PEP8 conformity
* rename run_post_consume_external_script to run_post_consume_script
* rename run_pre_consume_external_script to run_pre_consume_script
* change order of declaration and use from post...pre to pre...post
2016-06-24 16:53:55 +02:00
Lenz Weber
c728b1dd21 add pre-consume hook
a script hook can be defined in /etc/paperless.conf as
PAPERLESS_PRE_CONSUME_SCRIPT
2016-06-23 21:57:17 +02:00
Daniel Quinn
7b88cea07b Merge pull request #124 from bmartin5692/master
Added a density setting
2016-05-16 10:27:20 +01:00
Brian Martin
9c062206e4 Sample Config Update
Update Sample Config to show 300 density as default.
2016-05-15 21:56:41 -04:00
Brian Martin
b6ae129ad1 Sample Config and Bug Fix
Update sample config to reflect new setting variable.
Change consumer to handle density setting as str instead of int.
2016-05-13 23:23:58 -04:00
Brian Martin
52c5aafb3f Convert Density
Add settings variable for the convert density setting.
If no variable is set, default to 300.
2016-05-13 22:47:40 -04:00
Daniel Quinn
a0d268ebbc Addresses #118 2016-04-30 13:57:31 +01:00
Daniel Quinn
3c79b55ae6 Allow USE_SSL to be set via an environment var. 2016-04-28 06:03:39 +01:00
Daniel Quinn
364c3ed273 Merge pull request #116 from issmirnov/issmirnov-baremetal-docs
Update setup flow for bare metal with systemd
2016-04-28 05:47:36 +01:00
Ivan Smirnov
d4b2fa43e4 Incorporated feedback from upstream PR
Resolved comments in danielquinn/paperless#116
2016-04-27 21:43:09 -07:00
Daniel Quinn
674d54ec38 Added reference to Mayan EDMS 2016-04-19 15:54:39 +01:00
Daniel Quinn
c51d663731 Merge branch 'evils-master' 2016-04-17 14:40:02 +01:00
Daniel Quinn
5a07c72f1e removing duplicate code 2016-04-17 14:39:49 +01:00
Daniel Quinn
859440d8bd Merging the duplicate code for tests 2016-04-17 14:39:36 +01:00
Florian Harr
9ff4b6c6bc UnitTests for inline attachment email 2016-04-14 13:01:03 -04:00
Florian Harr
93d75fc6a2 line length 2016-04-14 13:00:00 -04:00
Ivan Smirnov
715f4fcc97 Update setup flow for bare metal with systemd
The default files assume a specific path on the target system. Added a note letting people know they need to edit the files. Also fixed a bug with enabling the service - it caused odd errors on my system. Tested on Centos 7.
2016-04-13 22:26:57 -07:00
Florian Harr
f1427a9245 catch inline attachments 2016-04-13 00:00:01 -04:00
Daniel Quinn
e96c7448bc Fix for #107 2016-04-11 23:28:12 +01:00
Daniel Quinn
90939be6af @Pitkley made a good suggestion in #98 2016-04-10 17:39:49 +01:00
Daniel Quinn
b4474c296c Added checksum to the documents api 2016-04-04 22:09:32 +01:00
Daniel Quinn
e0ce2a7656 The consumer hook shouldn't contain the passphrase. That was a bad idea 2016-04-03 19:35:17 +01:00
Daniel Quinn
263d60858f Fixed up the consumer hook example 2016-04-03 19:28:24 +01:00
Daniel Quinn
96b8dd6d56 Added the passphrase to the consume hook and fixed the docs for it 2016-04-03 18:47:49 +01:00
Daniel Quinn
dea42f6cf7 Merge pull request #104 from danielquinn/issue/97
Issue/97
2016-04-03 18:47:17 +01:00
Daniel Quinn
64b72d4337 Added test for duplicates 2016-04-03 18:44:00 +01:00
Daniel Quinn
2853545b9d Added a checksum property and a couple indexes 2016-04-03 16:34:09 +01:00
Daniel Quinn
12e2a96f13 Added a new working script for nuking my environment 2016-04-03 16:33:10 +01:00
Daniel Quinn
523b513042 Merge pull request #103 from pitkley/fix/failing-permissions
Don't fail on setting consumption-dir permissions
2016-03-30 14:56:18 +01:00
Pit Kleyersburg
f88ec987a3 Don't fail on setting consumption-dir permissions
Changing the group or permissions on the consumption directory can fail,
especially on network-mounted directories. If it fails, don't exit the
consumer, but rather output a warning on what the user has to do.

This is related to (and should close) issue #102.
2016-03-30 15:49:56 +02:00
Daniel Quinn
f16aa33fd9 s/*Paperless*/Paperless/g 2016-03-28 20:01:01 +01:00
Daniel Quinn
62da1f49ae Added not about paperless.conf 2016-03-28 19:58:29 +01:00
Daniel Quinn
14375e19ef I'm not sure how this would have worked before 2016-03-28 19:56:17 +01:00
Daniel Quinn
3827c52194 Updated docs for new hook feature 2016-03-28 19:55:54 +01:00
Daniel Quinn
cb2df58b27 Everything appears to be working 2016-03-28 19:47:11 +01:00
Daniel Quinn
40b2ea02b7 Learn to spell, Daniel 2016-03-28 15:09:26 +01:00
Daniel Quinn
3d974bd6a0 Documented all of the guesswork Paperless does 2016-03-28 14:55:21 +01:00
Daniel Quinn
54443fa808 Documented all of the guesswork Paperless does 2016-03-28 14:54:09 +01:00
Daniel Quinn
bbe691f342 Merge pull request #101 from danielquinn/issue/89
Closes #89.
2016-03-28 14:25:56 +01:00
Daniel Quinn
aea9ea50e5 Better naming 2016-03-28 14:18:57 +01:00
Daniel Quinn
b4e648e1e3 Test All The Things 2016-03-28 14:16:26 +01:00
Daniel Quinn
b92e007e15 Removed log components and introduced signals for tags & correspondents 2016-03-28 11:11:15 +01:00
Daniel Quinn
66a81cf6ac Merge pull request #100 from danielquinn/issue/98
Issue/98
2016-03-27 20:32:44 +01:00
Daniel Quinn
49b56425e8 Merge branch 'master' into issue/81 2016-03-25 20:56:30 +00:00
Daniel Quinn
23aa79f307 Documented the new variables and updated the changelog 2016-03-25 20:51:22 +00:00