Daniel Quinn

Results 57 comments of Daniel Quinn

The blocker/solution appears to be #353, as it's *most* of the way there, but there's still a problem with the handling of static files. I'm afraid I have no idea...

This is a great idea. Of course, when I started Paperless, it never occurred to me that there would be such community interest so I didn't bother making the interface...

Hey any and all pull-requests are always welcome! Truth be told, as Paperless relies almost entirely on the Django admin, you probably get a lot simply by setting `LANGUAGE_CODE` in...

It's funny, when I go to `/admin/documents/document/335/change/`, the date format used is dd/mm/yyyy. Are you doing anything creative in your `settings.py` and/or your `paperless.conf`? Localisation in Django is a funny...

[TileTabs](https://addons.mozilla.org/en-US/firefox/addon/tile-tabs/) conflicts with TabCenter by b0rking the re-ordering of your tabs. See #790 for more information.

If I could make on addendum to this solution: ``` css /* override table width restrictions */ @media screen and (min-width: 767px) { .wy-table-responsive table td { /* !important prevents...

python-gowalla had what appears to be a typo in the original version that didn't have an "X" in the header. I've fixt it and issued a pull request.

Encryption is done synchronously with a password (this isn't public/private key crypto), and the password is configured as a settings value at server start time, so probably not, sorry. It's...

That's definitely a limitation with the current implementation. However the time I have available for work on this library is limited, so it's not something I'm going to do in...

Cool beans! If it helps at all, [here's some code I wrote for another project](https://gitlab.com/danielquinn/aletheia-python/blob/master/aletheia/file_types/base.py#L307-367) for use in hashing large files. I don't know if the methodology would be the...