Quinn Casey
3baf29a6b7
Use currently... importing... instead of "vs"
2022-05-10 17:41:09 -07:00
Trenton Holmes
c907d690b7
Improves the output to the user
2022-05-05 09:17:51 -07:00
Trenton Holmes
dd4d903f69
Uses the correct styling for output messages
2022-05-05 07:30:02 -07:00
Trenton Holmes
a823b8f70c
Includes a version.json file with the current version in export. On import, catch certain errors and check the version if possible
2022-05-05 07:30:02 -07:00
Trenton Holmes
1771d18a21
Runs the pre-commit hooks over all the Python files
2022-03-11 11:34:28 -08:00
kpj
fc695896dd
Format Python code with black
2022-02-27 15:26:41 +01:00
Stéphane Brunner
dc26c9b7cc
Add --no-progress-bar option to commands
2021-04-18 16:16:11 +02:00
jonaswinkler
a9f1766d1c
todo note
2021-02-09 19:46:32 +01:00
jonaswinkler
0d3ab3aaf7
remove lots of unused code
2021-02-04 23:40:53 +01:00
jonaswinkler
a68b858733
new exporter that updates the export in place, fixes #376 #343 #166
2021-01-18 01:15:39 +01:00
jonaswinkler
0fa3c3188d
update index after import
2020-12-22 15:53:04 +01:00
jonaswinkler
ebcb2cf694
progress bar for the document importer
2020-12-22 15:50:27 +01:00
jonaswinkler
e75534c0f2
fixes #165
2020-12-21 17:35:05 +01:00
jonaswinkler
9da11f29c7
fixes #90
2020-12-08 13:54:49 +01:00
jonaswinkler
f7e554a3c1
Adjusted the exporter and importer so that they take archived documents into account.
2020-11-28 11:24:59 +01:00
Jonas Winkler
ef15de18a9
Paperless will continue to operate with encrypted files, however, all new files will be stored unencrypted.
2020-11-25 21:03:06 +01:00
Jonas Winkler
b44f8383e4
code cleanup
2020-11-21 14:03:45 +01:00
Jonas Winkler
2e04ba1c04
code style fixes
2020-11-12 21:09:45 +01:00
Jonas Winkler
734da28b69
fixed the file handling implementation. The feature is cool, but the original implementation had so many small flaws it wasn't even funny.
2020-11-11 14:21:33 +01: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
Daniel Quinn
988adf963a
Update import & export to handle encryption toggle
2018-06-17 17:06:22 +01: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
CkuT
1f145c6cba
Fix the source file checking
2017-05-06 15:04:47 +02:00
Daniel Quinn
ba7878b9aa
Added some tests for the importer
2016-03-03 21:25:08 +00:00
Daniel Quinn
070463b85a
s/Sender/Correspondent & reworked the (im|ex)porter
2016-03-03 20:52:42 +00:00