Jonas Winkler
2e04ba1c04
code style fixes
2020-11-12 21:09:45 +01:00
Jonas Winkler
68df1cf4ee
replaced usages of .id with .pk, fixed filename issue in exporter
2020-11-03 12:37:37 +01:00
Jonas Winkler
94ede7389d
Merge remote-tracking branch 'upstream/master'
2018-09-25 14:47:12 +02:00
Daniel Quinn
090565d84c
Tweak the import/export system to handle encryption choices better
...
Now when you export a document, the `storage_type` value is always
`unencrypted` (since that's what it is when it's exported anyway), and
the flag is set by the importing script instead, based on the existence
of a `PAPERLESS_PASSPHRASE` environment variable, indicating that
encryption is enabled.
2018-09-23 13:58:40 +01:00
Jonas Winkler
11adc94e5e
mode change
2018-09-06 12:00:01 +02:00
Jonas Winkler
68652c8c37
Document Type exporting
2018-09-04 14:55:29 +02:00
Daniel Quinn
988adf963a
Update import & export to handle encryption toggle
2018-06-17 17:06:22 +01:00
pzl
0256e2dfbb
small typo in exporter thumbnail filename
2018-01-19 14:28:46 -05:00
CkuT
22c8049bed
Use relatives paths instead of absolutes paths for document export/import
2017-05-08 15:23:35 +02:00
CkuT
3f1392769d
Refactor to get the document time once
2017-05-08 15:02:59 +02:00
CkuT
da71eab0ae
Use constants for manifest
2017-05-08 14:54:48 +02:00
CkuT
2e0e6bb8d2
Add thumbnail export
2017-05-06 15:14:36 +02:00
Daniel Quinn
0aa0513004
Modifications for support for dates
2016-03-24 19:18:33 +00:00
Daniel Quinn
5d4587ef8b
Accounted for .sender in a few places
2016-03-04 09:14:50 +00:00
Daniel Quinn
070463b85a
s/Sender/Correspondent & reworked the (im|ex)porter
2016-03-03 20:52:42 +00:00
Daniel Quinn
2f0da8ab25
Added download_url to the Document model
2016-02-15 22:38:18 +00:00
Daniel Quinn
7843ea5037
Added and implemented a rudimentary logger
2016-02-14 16:09:52 +00:00
Daniel Quinn
7aadab23cc
Added the Renderable mixin because DRY
2016-02-11 22:05:38 +00:00
Daniel Quinn
a70b40f618
Broke the consumer script into separate files and started on a mail consumer
2016-01-30 01:18:52 +00:00
Daniel Quinn
0eb0c88d3d
Now the exporter sets the proper dates
2016-01-23 03:22:15 +00:00
Daniel Quinn
d69df37fb6
The exporter now re-dates the files
2016-01-23 02:57:29 +00:00
Daniel Quinn
17615d43cb
Fixed a few consumer bugs and added an exporter
...
Rename exporter to export and fixt some debugging
Account for files not matching the sender/title pattern
Added a safety note
Wrong regex on the name parser
Renamed the command to something slightly less ambiguous
2016-01-15 18:14:42 +00:00