Trenton Holmes
|
4fcaa72886
|
Adds more options for the filename formatting
|
2022-11-01 08:44:30 -07:00 |
|
Markus
|
69ef26dab0
|
Feature: Dynamic document storage pathes (#916)
* Added devcontainer
* Add feature storage pathes
* Exclude tests and add versioning
* Check escaping
* Check escaping
* Check quoting
* Echo
* Escape
* Escape :
* Double escape \
* Escaping
* Remove if
* Escape colon
* Missing \
* Esacpe :
* Escape all
* test
* Remove sed
* Fix exclude
* Remove SED command
* Add LD_LIBRARY_PATH
* Adjusted to v1.7
* Updated test-cases
* Remove devcontainer
* Removed internal build-file
* Run pre-commit
* Corrected flak8 error
* Adjusted to v1.7
* Updated test-cases
* Corrected flak8 error
* Adjusted to new plural translations
* Small adjustments due to code-review backend
* Adjusted line-break
* Removed PAPERLESS prefix from settings variables
* Corrected style change due to search+replace
* First documentation draft
* Revert changes to Pipfile
* Add sphinx-autobuild with keep-outdated
* Revert merge error that results in wrong storage path is evaluated
* Adjust styles of generated files ...
* Adds additional testing to cover dynamic storage path functionality
* Remove unnecessary condition
* Add hint to edit storage path dialog
* Correct spelling of pathes to paths
* Minor documentation tweaks
* Minor typo
* improving wrapping of filter editor buttons with new storage path button
* Update .gitignore
* Fix select border radius in non input-groups
* Better storage path edit hint
* Add note to edit storage path dialog re document_renamer
* Add note to bulk edit storage path re document_renamer
* Rename FILTER_STORAGE_DIRECTORY to PATH
* Fix broken filter rule parsing
* Show default storage if unspecified
* Remove note re storage path on bulk edit
* Add basic validation of filename variables
Co-authored-by: Markus Kling <markus@markus-kling.net>
Co-authored-by: Trenton Holmes <holmes.trenton@gmail.com>
Co-authored-by: Michael Shamoon <4887959+shamoon@users.noreply.github.com>
Co-authored-by: Quinn Casey <quinn@quinncasey.com>
|
2022-05-19 14:42:25 -07:00 |
|
Trenton Holmes
|
3003bdd507
|
Runs pyupgrade to Python 3.8+ and adds a hook for it
|
2022-05-06 09:04:08 -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 |
|
Felix Eckhofer
|
f9bbb9a8c3
|
Remove stray newline
|
2022-02-20 14:17:06 +01:00 |
|
Felix Eckhofer
|
64304c5121
|
Add PAPERLESS_TRASH_DIR
When set, original files are moved here instead of being permanently
removed when a document is deleted.
|
2021-08-24 12:50:13 +02:00 |
|
jonaswinkler
|
4211153527
|
update file renaming logic
|
2021-02-11 13:47:17 +01:00 |
|
jonaswinkler
|
2f85461109
|
added some test cases that I still need to address
|
2021-02-10 23:53:48 +01:00 |
|
jonaswinkler
|
1d002149dc
|
added ASN to filename format #519
|
2021-02-09 23:03:07 +01:00 |
|
jonaswinkler
|
d13e86a892
|
update all test cases to address the archive filename changes
|
2021-02-09 19:51:16 +01:00 |
|
jonaswinkler
|
e05735bc0f
|
fix some test cases
|
2021-02-09 00:00:46 +01:00 |
|
jonaswinkler
|
57a5a4147b
|
test case
|
2020-12-19 14:48:42 +01:00 |
|
jonaswinkler
|
8bd82f5c69
|
fixing some test case warnings, case insensitive sorting for tags, correspondents and types.
|
2020-12-16 13:49:48 +01:00 |
|
jonaswinkler
|
8cc0336338
|
prevent usage of {tags} directly.
|
2020-12-14 03:01:50 +01:00 |
|
jonaswinkler
|
bad7caa8b9
|
fixes #117
|
2020-12-14 02:46:46 +01:00 |
|
jonaswinkler
|
251fc582e9
|
fixes #130
|
2020-12-14 02:19:53 +01:00 |
|
jonaswinkler
|
20c46278dc
|
removed a janky test case that caused other test cases to fail
|
2020-12-09 22:18:03 +01:00 |
|
jonaswinkler
|
550a74347c
|
a test that "verifies" that the file renaming lock works and no inconsistencies are created.
|
2020-12-08 21:08:44 +01:00 |
|
jonaswinkler
|
9da11f29c7
|
fixes #90
|
2020-12-08 13:54:49 +01:00 |
|
jonaswinkler
|
a079c310b4
|
changes to filename generation, partially addresses #90
|
2020-12-06 16:13:37 +01:00 |
|
jonaswinkler
|
fd3df1ec58
|
some more tests.
|
2020-12-01 14:15:43 +01:00 |
|
jonaswinkler
|
8a5c782425
|
filename handling for archive files.
|
2020-11-30 21:38:42 +01:00 |
|
jonaswinkler
|
023aeea7ea
|
test cases for #67
|
2020-11-29 15:47:56 +01:00 |
|
Jonas Winkler
|
41650f20f4
|
mime type handling
|
2020-11-20 13:31:03 +01:00 |
|
Jonas Winkler
|
82168e1a51
|
add exception handler for invalid filename formats.
|
2020-11-13 20:31:51 +01:00 |
|
Jonas Winkler
|
2e04ba1c04
|
code style fixes
|
2020-11-12 21:09:45 +01:00 |
|
Jonas Winkler
|
312b0034bd
|
test database errors.
|
2020-11-11 14:38:41 +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 |
|
Jonas Winkler
|
9067a4f288
|
added the filename handling back into the code
|
2020-11-08 13:00:45 +01:00 |
|
Jonas Winkler
|
c596fe6782
|
unified data folders
|
2020-10-26 00:35:24 +01:00 |
|
Wolf-Bastian Poettner
|
ea8dd2c1d9
|
Add: ensure original directory is created and removed for each test case
|
2020-04-15 20:17:58 +00:00 |
|
Wolf-Bastian Poettner
|
dfd6ca2b56
|
Fix: testcase left unaccessible directory
|
2020-04-15 20:16:25 +00:00 |
|
Wolf-Bastian Poettner
|
4772480c83
|
Add: more tests
|
2020-04-13 13:32:13 +00:00 |
|
Wolf-Bastian Poettner
|
af3f421579
|
Add: make unit test add their temporary directory to the deletion list
|
2020-04-13 07:13:54 +00:00 |
|
Wolf-Bastian Poettner
|
6e3e066116
|
Removed MEDIA_ROOT setting override for test that did not require it
|
2020-04-13 07:13:28 +00:00 |
|
Wolf-Bastian Poettner
|
db6f423ca7
|
Add: Ability to specifically remove temporary directories that have been used by a unit test
|
2020-04-13 07:12:48 +00:00 |
|
Wolf-Bastian Poettner
|
ab908fee43
|
Remove temporary directories after failed tests
|
2020-04-10 13:12:17 +00:00 |
|
Wolf-Bastian Poettner
|
f64b5bf737
|
Recover from accidentally renamed files
|
2020-04-10 12:54:07 +00:00 |
|
Wolf-Bastian Poettner
|
07bb9aa723
|
Allow filename to use tags[KEY] and tags[INDEX]
|
2020-03-28 21:06:17 +00:00 |
|
Wolf-Bastian Poettner
|
845313db52
|
Ensure, that document root is not deleted
|
2020-03-28 21:04:07 +00:00 |
|
Wolf-Bastian Poettner
|
7f1e1052fe
|
Get rid of fill_list and rather use defaultdict
|
2020-03-28 21:04:04 +00:00 |
|
Wolf-Bastian Poettner
|
1ce94348d8
|
Ensure filling in "none" when a tag has not been found
|
2020-02-17 21:05:34 +00:00 |
|
Wolf-Bastian Poettner
|
1e102efaf8
|
Prevent index out of bounds for tag lists
|
2020-02-17 21:05:31 +00:00 |
|
Wolf-Bastian Poettner
|
0ac93e8891
|
Ensure documents directory still exists after nested deletion
|
2020-02-17 19:49:47 +00:00 |
|
Wolf-Bastian Poettner
|
d8fda64cd0
|
Tags in filenames can now either be found by key (in case - or _ are
used as delimeter) or by index. Added some more tests.
|
2020-02-01 20:58:44 +00:00 |
|
Wolf-Bastian Poettner
|
6a671ebd22
|
Unified PAPERLESS_DIRECTORY_FORMAT and PAPERLESS_FILENAME_FORMAT into
one configuration setting
|
2020-02-01 20:09:36 +00:00 |
|
Wolf-Bastian Poettner
|
86a51c6fa5
|
Refactored delete_empty_directory into try_delete_empty_directories and
implemented feature to ensure, that all created and now empty
directories are really deleted
|
2020-02-01 20:03:20 +00:00 |
|
Wolf-Bastian Poettner
|
bcff75433c
|
Refactored source_filename_new into generate_source_filename and
create_source_directory
|
2020-02-01 13:52:27 +00:00 |
|
Wolf-Bastian Poettner
|
1ce6c6e2c5
|
Add unit tests for filename feature
|
2019-12-27 14:25:38 +00:00 |
|