Daniel Quinn
01da48693e
Merge pull request #190 from danielquinn/feature/new-look
...
A nicer look for the documents listing
0.3.5
2017-02-12 18:07:41 +00:00
Daniel Quinn
499abd38f6
A nicer look for the documents listing
...
This change includes a filthy hack around how Django handles
change_list_results.html -- I'm not thrilled with it, but it's as
elegant as I could come up with. I'm happy to field alternative ideas.
More details can be found in `documents/templatetags/hacks.py`
Specifically, this merge includes a significant facelift to the
documents listing page, moving away from the tabular layout and toward a
tileset look. I tried fiddling with the colours, but I just don't have
any skills in that area, so we're all stuck with Django'd default
colours until someone with an eye for colour can submit a better CSS.
2017-02-12 17:52:01 +00:00
Daniel Quinn
ca2a556259
Merge pull request #186 from rhaamo/specify_static_dir_using_conf_file
...
Be able to override static root using config file
2017-02-01 09:25:19 +00:00
Dashie
7699a881d0
Add check for PAPERLESS_MEDIADIR
2017-02-01 00:28:37 +01:00
Dashie
425f87618a
Add config option to override STATIC_ROOT
2017-02-01 00:22:32 +01:00
Daniel Quinn
701ef2f919
Merge pull request #184 from elohmeier/master
...
Include responsive/mobile UI
2017-01-28 12:22:08 +00:00
Enno Lohmeier
ce5c5f0837
include flat responsive theme
2017-01-23 08:26:47 +01:00
Daniel Quinn
75884285cf
Added checks for expected binaries in the PATH
...
Fixes #112
2017-01-14 18:04:15 +00:00
Daniel Quinn
d7d9c1edc0
Moved the dotenv loading above everything else
2017-01-14 18:03:42 +00:00
Daniel Quinn
92db3fec2e
Allow users to set their own SECRET_KEY value
...
Fixes #171
Negates #174
2017-01-14 17:21:43 +00:00
Daniel Quinn
69ea039e31
Adds the ability for the user to configure the number of items per page.
...
Specifically requested by @ekw here:
https://github.com/danielquinn/paperless/issues/180#issuecomment-271665682
2017-01-14 17:09:48 +00:00
Daniel Quinn
f640bef5fc
Added changes for 0.3.4
2017-01-10 18:06:04 +00:00
Daniel Quinn
88f9fb6fc8
Merge pull request #181 from ekw/master
...
Remove django-suit
0.3.4
2017-01-10 17:40:11 +00:00
Eric Wong
855e9f6c83
Remove django-suit
2017-01-09 23:31:56 -08:00
Daniel Quinn
e63e9e389e
Shrinking the size of the thumbnails as they were huge even on my hidpi screen
2017-01-08 19:43:17 +00:00
Daniel Quinn
c646cd4977
Update for 0.3.4
2017-01-08 19:40:50 +00:00
Daniel Quinn
6b53c0dc27
Merge pull request #179 from thomasbrueggemann/master
...
The /fetch endpoint can be authenticated via session or via HTTP basic
2017-01-08 19:40:24 +00:00
Thomas Brüggemann
afb4e317f0
Another indentation fix
2017-01-08 20:36:51 +01:00
Thomas Brüggemann
a698c69b4d
Fix pep8 style
2017-01-08 20:33:33 +01:00
Daniel Quinn
4121876116
Update for version 0.3.3
0.3.3
2017-01-08 19:13:52 +00:00
Thomas Brüggemann
060d3011f7
The /fetch endpoint can be authenticated via session or via HTTP basic now.
2017-01-08 20:09:51 +01:00
Daniel Quinn
1f0fea2937
Merge branch 'ekw-master'
...
Thanks @ekw for the facelift!
2017-01-08 19:05:41 +00:00
Daniel Quinn
92e178cc59
Fixing some style bits for my own OCD
2017-01-08 19:05:31 +00:00
Daniel Quinn
dc222cefd4
Merge branch 'master' of https://github.com/ekw/paperless into ekw-master
2017-01-08 18:58:59 +00:00
Daniel Quinn
0defa9d0ba
Fix line length
2017-01-08 18:58:48 +00:00
Eric Wong
e3edb02090
Change default timezone value in conf file
2017-01-08 10:21:45 -08:00
Eric Wong
a32625ca04
Make OCR_LANGUAGE configurable ( Fix #176 )
2017-01-07 23:27:10 -08:00
Eric Wong
3c08fa9b33
Make number of list items per page configurable
2017-01-07 23:15:59 -08:00
Eric Wong
e6526d3fd4
Make timezone configurable
2017-01-07 15:12:45 -08:00
Eric Wong
bee0867a2a
Add document thumbnail images; use django-suit theme for admin
2017-01-07 14:57:25 -08:00
Daniel Quinn
1711030cb5
Not xss, but host header
2017-01-04 11:37:26 +00:00
Daniel Quinn
7b586e6857
Fixes #172
...
Introduce some creative code around setting of ALLOWED_HOSTS that defaults to ['*']. Also added PAPERLESS_ALLOWED_HOSTS to paperless.conf.example with an explanation as to what it's for
2017-01-03 09:57:27 +00:00
Daniel Quinn
350d2fb747
Version bump for convert binary fix
0.3.1
2017-01-01 22:46:29 +00:00
Daniel Quinn
5b53cc2139
Add a default value for CONVERT_BINARY
2017-01-01 22:44:04 +00:00
Daniel Quinn
0ca5373f6d
Version 0.3.0!
0.3.0
2017-01-01 18:41:23 +00:00
Daniel Quinn
23bd887f16
Consumer loop time is now configurable
2017-01-01 18:41:06 +00:00
Daniel Quinn
db7810a9d2
Fixed bad indentation
2017-01-01 18:40:23 +00:00
Daniel Quinn
30be13ae33
Added system checks to warn people of misconfigurations
2017-01-01 18:39:34 +00:00
Daniel Quinn
8fc3d8a27e
Minor text edits.
2017-01-01 18:37:44 +00:00
Daniel Quinn
fddd330e75
Fixed reference to wrong file
2017-01-01 16:40:29 +00:00
Daniel Quinn
294b8abc3f
Fixes #164
...
There appears to be quite the mess out there with regard to how DRF
handles filtering. DRF has its own built-in stuff, but recommends
django_filter for the advanced stuff, which has its own overriding
module that explodes with this message when used as per the
documentation:
AttributeError: 'NoneType' object has no attribute 'DjangoFilterBackend'
Then there's djangorestframework-filter, another package that claims to
do the same thing, that does everything just differently enough that
nothing worked while I had it enabled.
I ended up using django_filter, but doing so importing each element
explicitly, rather than just using the recommended (and broken, at least
in this project) method of:
import django_filter.restframework as fitlers
Anyway, this should bring the dependencies up to date, and strips out a
lot of redundant code.
2017-01-01 16:36:42 +00:00
Daniel Quinn
9ea39aeecb
Give to the UNHCR
2016-12-26 13:08:18 +02:00
Daniel Quinn
50896f48db
Merge pull request #165 from danielquinn/fix/154
...
Fix for #154
2016-11-27 15:12:32 +00:00
Daniel Quinn
6183e1ce5f
pep8
2016-11-27 15:10:07 +00:00
Daniel Quinn
18495ce9da
Fix for #154
...
* Added a test with a faked pyocr and tesseract
* Added a catch for pyocr's *other* TesseractError
2016-11-27 15:06:45 +00:00
Daniel Quinn
b88e0fd902
django-filter upgraded and broke things
2016-11-25 15:42:25 +00:00
Daniel Quinn
110cd47e43
Temporary fix for #164
2016-11-21 13:26:28 +00:00
Daniel Quinn
6b2469dfbc
Security update
2016-11-02 15:11:10 +00:00
Daniel Quinn
8cb5cabc85
More test stuff
2016-10-26 10:11:38 +00:00
Daniel Quinn
6d310f006c
Merge branch 'CkuT-case_sensitive_matches'
2016-10-26 10:08:42 +00:00