Daniel Quinn
e7fefc40fe
Merge branch 'master' into mcronce-disable_encryption
2018-06-17 16:32:51 +01:00
Daniel Quinn
26a471f5e0
Merge branch 'inotify' of git://github.com/erikarvstedt/paperless into erikarvstedt-inotify
2018-05-28 13:03:06 +01:00
Daniel Quinn
4576541c28
Add script to (de|en)crypt all documents
2018-05-28 12:58:28 +01:00
Daniel Quinn
a9382ffd1a
Drop STORAGE_TYPE in favour of just using PAPERLESS_PASSPHRASE
2018-05-28 12:58:28 +01:00
Daniel Quinn
27b541c330
Remove checks we weren't using
2018-05-28 12:58:28 +01:00
Daniel Quinn
3db9544c7f
Move the encrypt/decrypt decision out of db and into the view
2018-05-28 12:58:28 +01:00
Daniel Quinn
2309076038
Set STORAGE_TYPE instead of ENABLE_ENCRYPTION boolean
...
This allows for future decisions around the types of encryption used (if any). Ideally, I want to replace GPG one day with something elegant out of the cryptography module.
2018-05-28 12:58:28 +01:00
Daniel Quinn
4925ecd1da
Try to be more pep8 in the settings file
2018-05-28 12:58:28 +01:00
Mike Cronce
24e56c0899
src/paperless/db.py: If encryption is disabled, just directly read the file contents
2018-05-28 12:58:28 +01:00
Mike Cronce
8df12400b3
src/paperless/settings.py: Added DISABLE_ENCRYPTION environment variable
2018-05-28 12:58:28 +01:00
Daniel Quinn
a808d5b483
Fix redirect for subpaths (hopefully)
2018-05-28 12:56:20 +01:00
Daniel Quinn
dac59af437
Code clean up
2018-05-28 12:56:06 +01:00
Erik Arvstedt
3db175dfe2
Add inotify support
2018-05-11 14:14:50 +02:00
Daniel Quinn
56e3bcefb2
Revert root redirection
2018-04-16 09:53:31 +01:00
Daniel Quinn
199ff5866a
Allow STATIC_URL and MEDIA_URL to be configurable via env
2018-04-13 20:18:00 +01:00
Daniel Quinn
e12636f7d2
Use a named URL for the LOGIN_URL value
2018-04-13 20:17:31 +01:00
Daniel Quinn
8f229fa98b
Use a URL name for the redirect instead of a hard-coding
2018-04-13 19:45:14 +01:00
Martin Arendtsen
79d2152ce1
Added support for paperless.conf in /usr/local/etc
2018-03-04 21:37:04 +01:00
Daniel Quinn
e1894aeeeb
Update for 1.3.0
2018-02-25 11:47:39 +00:00
Matt
98034ad6c5
Rejiggering for more pycodestyle issues...
2018-02-08 09:01:10 -05:00
Matt
1ca62e5fa1
Moving auto-auth logic to more Django-flavored locations and correcting some readability/stylistic considerations requested by the upstream maintainer
2018-02-08 08:46:33 -05:00
Matt
21f786a46e
Merge branch 'master' of https://github.com/danielquinn/paperless into disable_login
2018-02-05 11:48:15 -05:00
Wolf-Bastian Pöttner
73d261484a
Merge branch 'master' of https://github.com/danielquinn/paperless into feature/heuristically-extract-date-from-document-text
2018-02-02 22:44:03 +01:00
Wolf-Bastian Pöttner
3dc730808e
Add support for using pre-existing text from PDFs
2018-02-02 22:37:58 +01:00
Matt
d0427cd4f1
Rejiggering code style to make upstream pycodestyle checks happy
2018-02-02 09:50:43 -05:00
Matt
c059804a87
Fixing formatting to be compatible with upstream repo for login disabling patch
2018-02-01 17:32:08 -05:00
Matt Meno
8fb0cd0cdd
Updating changes to allow for disabling login
2018-02-01 17:28:19 -05:00
Matt
550d99f1b4
Testing auth disabling mods
2018-02-01 17:28:04 -05:00
Daniel Quinn
c20ea417ee
Merge branch 'master' of github.com:danielquinn/paperless
2018-02-01 12:37:29 +00:00
Daniel Quinn
79ef7779da
Version bump in anticipation of release later this week
2018-02-01 12:37:21 +00:00
Daniel Quinn
269c32ce6a
Add support for using pre-existing text from PDFs
2018-01-30 20:13:35 +00:00
Wolf-Bastian Pöttner
21fc51c09a
Add support for a heuristic that extracts the document date from its text
2018-01-28 19:37:10 +01:00
Daniel Quinn
c16c9a1325
Update changelog & version bump
2018-01-21 17:39:00 +00:00
Daniel Quinn
80ec72731e
Fix redirect bug #283
2018-01-21 17:33:04 +00:00
Daniel Quinn
24ddc681cd
Merge pull request #256 from ddddavidmartin/add_financial_year_filter
...
Add financial year documents filter
2018-01-21 18:23:45 +01:00
Daniel Quinn
8932c29d5e
Bump to v1.0.0!
2018-01-06 19:25:33 +00:00
Daniel Quinn
1af7152fa8
Add catch-all redirect for /admin/
2018-01-06 18:51:16 +00:00
Daniel Quinn
276d2965af
isort
2018-01-06 18:51:10 +00:00
David Martin
a82fb87e82
Add config settings to set the start and the end of the financial year.
...
Now we allow to filter for any financial year dates. Note that we also
only show the financial year filter if the dates are actually set.
2017-08-24 20:51:09 +10:00
maphy-psd
e9167e5187
getenv has "None" as default
...
@MasterofJOKers in PR#255
2017-08-20 14:13:23 +02:00
maphy-psd
da23ee93f5
add FORCE_SCRIPT_NAME setting
2017-08-19 12:39:25 +02:00
Daniel Quinn
215e4b4556
Remove debugging info
2017-06-19 09:22:26 +01:00
Daniel Quinn
2d83a2f013
Drop SHARED_SECRET in favour of EMAIL_SECRET
...
Originally we used SHARED secret both for email and for the API. That
was a bad idea, and now that we're only using this value for one case,
I've renamed it to reflect its actual use.
2017-06-18 22:08:42 +01:00
Daniel Quinn
14c3e9d509
Fix HTTP POST of documents
...
After tinkering with this for about 2 hours, I'm reasonably sure this
ever worked. This feature was added by me in haste and poked by by the
occasional contributor, and it suffered from neglect.
* Removed the requirement for signature generation in favour of simply
requiring BasicAuth or a valid session id.
* Fixed a number of bugs in the form itself that would have ensured that
the form never accepted anything.
* Documented it all properly so now (hopefully) people will have less
trouble figuring it out in the future.
2017-06-11 01:23:37 +01:00
Daniel Quinn
5509918524
Remove unused imports & comments
2017-06-11 01:23:08 +01:00
Lucas Kolstad
45d564e527
Add django_filters to INSTALLED_APPS
2017-05-30 15:05:34 -07:00
Daniel Quinn
1e958fa6f6
Preparing for 0.5.0
...
I hadn't realised that I hadn't released 0.5.0 yet, so I've amended the version numbers
2017-05-27 13:23:25 +01:00
Daniel Quinn
770d8ef2ee
Update changelog for 0.5.1
2017-05-27 13:21:04 +01:00
Daniel Quinn
becf316e8e
Merge pull request #228 from ddddavidmartin/extend_email_handling
...
Set email inbox in config file, fetch email at consumer startup and bring documentation up to date
2017-05-27 13:07:17 +01:00
David Martin
85564483ad
Update version of remaining weblinks to Django documentation.
...
We are using Django 1.10 as per requirements.txt and should refer to its
documentation as well.
2017-05-27 08:49:03 +10:00