Daniel Quinn
40901a0734
Update version number & changelog
2018-10-01 20:40:32 +01:00
Daniel Quinn
4e8f41150a
Tweak settings.py to allow for TRUST-based PostgreSQL auth
2018-09-23 14:01:15 +01:00
Daniel Quinn
57b9add307
Conform code to standards
2018-09-23 12:41:28 +01:00
Jonas Winkler
7887892e4e
Added a bunch of new features:
...
- Debug mode is now configurable in the configuration file. This way, we don't have to edit versioned files to disable it on production systems.
- Recent correspondents filter (enable in configuration file)
- Document actions: Edit tags and correspondents on multiple documents at once
- Replaced month list filter with date drilldown
- Sortable document count columns on Tag and Correspondent admin
- Last correspondence column on Correspondent admin
- Save and edit next functionality for document editing
2018-09-13 15:19:25 +02:00
Daniel Quinn
16053bf832
Bump to 2.3.0
2018-09-09 21:51:44 +01:00
Daniel Quinn
6b9d6d354f
Streamline how we handle boolean values in settings.py
2018-09-09 21:22:07 +01:00
Daniel Quinn
b05079544f
Merge branch 'ENH_config_inline_or_attach' of git://github.com/jat255/paperless into jat255-ENH_config_inline_or_attach
2018-09-09 21:15:14 +01:00
Joshua Taillon
a8e53846b8
add INLINE_DOC to settings.py
2018-09-05 23:03:30 -04:00
Joshua Taillon
3f7a6f3966
Merge branch 'master' into ENH_text_consumer
2018-09-03 23:47:30 -04:00
Daniel Quinn
282aa0165f
Bump for 2.2.1
2018-09-03 00:27:40 +01:00
Daniel Quinn
8569e9d26e
Don't try to remove SessionAuthenticationMiddleware
...
It was remove entirely in Django 2.0
2018-09-03 00:25:10 +01:00
Daniel Quinn
dd3170b8c7
Updates for 2.2.0
2018-09-02 21:48:09 +01:00
Daniel Quinn
40e409e092
Drop django-flat-responsive
...
It's not necessary for Django 2.0+ as the new system is responsive by
default.
2018-09-02 21:25:30 +01:00
Joshua Taillon
3c074d9e36
first stab at text consumer
2018-08-30 23:32:41 -04:00
dadosch
7fb3204b3b
apply some patches from @brookst
2018-08-29 00:04:48 +02:00
dadosch
91eee0b84a
improved codestyle, go back to == in requirements
2018-08-24 21:52:27 +02:00
dadosch
218e43fdf8
django v2 compatible: tests needed
2018-08-24 21:31:43 +02:00
Solo
0a25fb34a2
Refs feedback - replace multiline logic with single line
2018-08-17 11:48:39 +08:00
Solo
770cc30f89
Refs feedback:
...
- fix requirements.txt
- change static CORS regex into configurable tuple list
2018-08-16 21:29:03 +08:00
Solo
a2fb4ef19c
Prepare Paperless for new front end
...
- enable CORS for localhost calls
- add Filter to allow API calls that can select Documents without any tag
2018-08-16 17:05:54 +08:00
Daniel Quinn
685ead8a25
Set the correct version number
2018-07-08 16:07:19 +01:00
Daniel Quinn
446a686f10
Code cleanup
2018-07-08 16:07:10 +01:00
Daniel Quinn
52f1859455
Support css & js overrides
2018-07-08 16:06:57 +01:00
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