Daniel Quinn
55dcbcc47f
Forgot a slash
2016-03-03 18:18:38 +00:00
Daniel Quinn
b8be20b565
Preparing for a proper UI
2016-03-03 18:09:10 +00:00
Daniel Quinn
66d4407565
#68 : Using dotenv for a proper unix config file
2016-03-03 18:01:02 +00:00
Daniel Quinn
0aead1fbe6
#68 : Using dotenv for a proper unix config file
2016-03-03 17:59:27 +00:00
Daniel Quinn
4d685ee424
Merge branch 'master' of github.com:danielquinn/paperless
2016-03-03 11:00:58 +00:00
Daniel Quinn
dd3bdcb956
Updated the Vagrant tools to use environment variables
2016-03-03 11:00:46 +00:00
Daniel Quinn
97bdd6e17e
Merge pull request #65 from pitkley/fix/issue-44-docker
...
Update env-var in Dockerfile, fix volume names
2016-03-02 08:49:07 +00:00
Pit Kleyersburg
21cd4e9f14
Update env-var in Dockerfile, fix volume names
2016-03-02 09:10:52 +01:00
Daniel Quinn
857c7ac654
#44 : Harmonise environment variables with constant names
2016-03-01 22:39:40 +00:00
Daniel Quinn
26c3781350
#44 : Harmonise environment variables with constant names
2016-03-01 22:37:42 +00:00
Daniel Quinn
7d1aa1175f
pep8
2016-03-01 19:03:28 +00:00
Daniel Quinn
26fc27da9b
Setting appropriate permissions
2016-03-01 18:57:12 +00:00
Daniel Quinn
85f5963851
Fixt capitalisation
2016-02-28 15:02:18 +00:00
Daniel Quinn
439b60ce5c
Merged new logging system
2016-02-28 15:01:19 +00:00
Daniel Quinn
9379e95446
Added a test for the new by_group() feature
2016-02-28 00:53:18 +00:00
Daniel Quinn
8687892332
Don't print to standard out during a test
2016-02-28 00:52:44 +00:00
Daniel Quinn
5a8e75112f
Added a custom manager for groupped logs
2016-02-28 00:41:03 +00:00
Daniel Quinn
d686aba9ae
Reset the group id for every pull
2016-02-28 00:40:08 +00:00
Daniel Quinn
631aa99d92
No need to pass verbosity around anymore
2016-02-28 00:39:40 +00:00
Daniel Quinn
a4d89ed124
Fixt the test to ignore verbosity
2016-02-27 20:50:48 +00:00
Daniel Quinn
1bfd5bcc2f
Merge branch 'master' of https://github.com/danielquinn/paperless
2016-02-27 20:19:32 +00:00
Daniel Quinn
51173d80cf
License clarification
2016-02-27 20:19:09 +00:00
Daniel Quinn
2fe9b0cbc1
New logging appears to work
2016-02-27 20:18:50 +00:00
Daniel Quinn
7b9e55d208
Software updates
2016-02-26 11:21:24 +00:00
Daniel Quinn
df1741e1fa
Added a time to the logger admin
2016-02-26 11:21:14 +00:00
Daniel Quinn
e149baec4e
Update for #53
2016-02-23 20:30:33 +00:00
Daniel Quinn
966d5cdd08
Merge pull request #62 from danielquinn/issue/53
...
Compensate for case and format of jpg vs. jpeg
2016-02-23 20:24:39 +00:00
Daniel Quinn
1aecb1e63a
Compensate for case and format of jpg vs. jpeg
2016-02-23 20:15:13 +00:00
Daniel Quinn
b400c24dc8
Adding travis badge
2016-02-21 02:32:47 +00:00
Daniel Quinn
312cb523d8
/tmp is probably better than /tmp/paperless/consume
2016-02-21 02:30:39 +00:00
Daniel Quinn
3a7923e32d
Moved pyocr.get_available_tools() into a method
2016-02-21 02:24:05 +00:00
Daniel Quinn
5f0962bc3e
Travis integration: take 6
2016-02-21 01:58:09 +00:00
Daniel Quinn
300dc97e83
Travis integration: take 5
2016-02-21 01:53:10 +00:00
Daniel Quinn
e0b2d27e01
Travis integration: take 4
2016-02-21 01:50:04 +00:00
Daniel Quinn
6f7169d2d6
Travis integration: take 3
2016-02-21 01:46:49 +00:00
Daniel Quinn
55a7dc2444
pep8
2016-02-21 01:43:48 +00:00
Daniel Quinn
c7787bc076
Let's see if I can get Travis CI working on the first try
2016-02-21 01:37:57 +00:00
Daniel Quinn
0d46643026
Version bump
2016-02-21 01:24:30 +00:00
Daniel Quinn
17d3a44952
A crude API is in place
2016-02-21 00:55:38 +00:00
Daniel Quinn
809fb8fa1f
Moved the default GNUPG home to /tmp for tox-friendliness
2016-02-21 00:29:59 +00:00
Daniel Quinn
440614eddc
Got tox working
2016-02-21 00:29:21 +00:00
Daniel Quinn
422ae9303a
pep8
2016-02-21 00:14:50 +00:00
Daniel Quinn
a5124cade6
Merge branch 'master' into feature/api
2016-02-20 22:55:42 +00:00
Daniel Quinn
224f4acdc3
Merge branch 'master' of github.com:danielquinn/paperless
2016-02-20 22:50:58 +00:00
Daniel Quinn
51b19f4c19
Issue #57
2016-02-20 22:30:01 +00:00
Daniel Quinn
5c6aa201be
Merge pull request #50 from tikitu/docker-tweaks
...
Some small tweaks to the Docker setup and documentation
2016-02-20 00:06:12 +00:00
Tikitu de Jager
438b161a25
Move docker-compose.env
to docker-compose.env.example
& adjust docs
...
This file, like `docker-compose.yml`, should be edited by the user. To
avoid merge conflicts when pulling updates, the edited version should
not be committed to the repository.
2016-02-19 22:51:49 +02:00
Tikitu de Jager
147f8f72a2
Simplify instructions for exporting with docker
...
The export workflow reusing the `/consume` volume is complex and error-
prone, and not at all necessary if the `docker-compose.yml` file has a
volume for `/export` from the beginning.
2016-02-19 22:27:48 +02:00
Daniel Quinn
3a8755e4c8
Document the retagger
...
Fixes #54
2016-02-19 17:26:40 +00:00
Daniel Quinn
d9602312b1
Merge pull request #52 from pitkley/fix/detect-orientation-errors
...
Ignore error if orientation detection fails
2016-02-19 09:13:14 +00:00