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
Michael Shamoon
96f86adfb8
PaperlessUiSettings data object
2022-05-17 11:13:19 -07:00
Michael Shamoon
48637188a7
Handle all ASN filtering rules
2022-05-11 14:44:02 -07:00
Michael Shamoon
f34202a82a
Prettier code cleanup for .ts files
...
See #182
2022-03-11 11:58:19 -08:00
Michael Shamoon
da361e9d64
Update filter-rule-type.ts
2022-02-14 22:23:39 -08:00
Michael Shamoon
f75d4ccc89
Merge branch 'dev' into feature/any-all-filtering
2022-02-14 22:23:31 -08:00
Michael Lynch
372ac3a40c
Normalize whitespace in source files
...
Ensure that no source files have trailing whitespace at end of lines and ensure that all files end with a single trailing newline.
This also adds Github Actions to enforce whitespace conventions.
2021-06-13 10:57:40 -04:00
jonaswinkler
96f4924911
frontend support for fulltext sorting
2021-05-15 18:48:39 +02:00
jonaswinkler
b6ff88645b
lots of changes for the new unified search
2021-03-17 22:25:22 +01:00
jonaswinkler
efa7b7b0b5
filter by title or title+content fixes #636
2021-02-28 16:19:41 +01:00
jonaswinkler
33ed2c8851
adjust frontend to use the new tag color api
2021-02-25 11:32:22 +01:00
jonaswinkler
7233695824
Merge branch 'dev' into feature-autocolor
2021-02-24 23:10:59 +01:00
jonaswinkler
9993381cda
rework of the log viewer
2021-02-06 17:07:25 +01:00
jonaswinkler
46ea86a6d2
Merge branch 'dev' into feature-websockets-status
2021-01-30 16:08:50 +01:00
jonaswinkler
d22d9a023c
frontend support for suggestions #264
2021-01-29 16:48:51 +01:00
jonaswinkler
ede3bd1391
rework of the front end components
2021-01-26 00:51:45 +01:00
Michael Shamoon
861b2efb1d
Add support for 'any' ('OR') of tags when filtering
2021-01-20 15:21:41 -08:00
jonaswinkler
d45993c905
remove unused code
2021-01-12 17:00:53 +01:00
jonaswinkler
111ed38cce
fixes #121
2021-01-04 00:38:29 +01:00
jonaswinkler
52aa78acab
fix some messages
2021-01-02 00:10:22 +01:00
jonaswinkler
c4367818b7
better matching algorithm descriptions
2021-01-01 23:08:02 +01:00
jonaswinkler
b2327d6fde
more settings
2020-12-29 17:09:07 +01:00
jonaswinkler
4b9a8f3409
move document count into matching model
2020-12-27 13:07:58 +01:00
jonaswinkler
b9cf517cd1
front end client support for filtering for no correspondent/document type
2020-12-25 19:06:12 +01:00
jonaswinkler
eec9716ffa
more translation markers
2020-12-23 22:34:30 +01:00
jonaswinkler
95c4e77ae4
added many localization markers to the front end #123
2020-12-23 15:09:39 +01:00
jonaswinkler
5892941d8a
updated tag coloring for easier readability
2020-12-21 18:17:21 +01:00
jonaswinkler
cf619d9d31
typing
2020-12-14 22:20:28 +01:00
jonaswinkler
13d934dc6e
new saved view service replaces old local storage based service
2020-12-14 18:46:11 +01:00
Michael Shamoon
a12ec00827
Remove unused displayName
2020-12-13 20:16:15 -08:00
Michael Shamoon
ed480f62e3
filter-rule-type displayName property
2020-12-11 00:08:06 -08:00
Michael Shamoon
db02d68a5a
Refactored dropdowns to separate component
2020-12-10 14:41:37 -08:00
jonaswinkler
ad527fe97c
reading and displaying PDF metadata
2020-12-08 15:45:02 +01:00
jonaswinkler
9e46afafd7
fixes #102
2020-12-07 15:25:06 +01:00
jayme-github
26784a5325
Add automatic coloring of tags
...
Please see this as proposal on how to implement automatic/random colors
for tags while keeping the current set of hard coded colors in place (at
least in the frontend).
Bear with me as I have even less Angular knowledge than Django and just
tried to get away with as few changes as possible. :-) AIUI you want to
change to a color picking system anyways in the future, which could also
play well with this.
fixes #51
2020-12-04 10:05:47 +01:00
jonaswinkler
34f353f399
document service adds observables for linked data to its results
2020-12-04 01:24:07 +01:00
jonaswinkler
982ea84906
adjustments of the front end for API changes.
2020-12-03 20:28:17 +01:00
jonaswinkler
aaa6599283
Merge branch 'dev' into feature-ocrmypdf
2020-11-30 16:48:09 +01:00
jonaswinkler
1ef12d2cbc
searching for tags, spelling corrections fixes #74
2020-11-30 15:14:23 +01:00
jonaswinkler
fdaf419a7e
Merge branch 'dev' into feature-ocrmypdf
2020-11-29 01:35:37 +01:00
jonaswinkler
562d81e246
clickable tags and correspondents fixes #54
2020-11-28 21:28:07 +01:00
Jonas Winkler
fe7aa10d2c
frontend support for downloading originals
2020-11-25 18:01:43 +01:00
Jonas Winkler
d3b1a20a99
current view persists during session, code cleanup
2020-11-08 00:07:31 +01:00
Jonas Winkler
ed5a4a2d3e
adjustable page size fixes #8
2020-11-04 19:28:08 +01:00
Jonas Winkler
7b561af7a1
documents now remain open fixes #16
2020-11-04 01:42:23 +01:00
Jonas Winkler
965e874740
fixes #17
...
search for multiple tags
2020-11-04 00:01:08 +01:00
Jonas Winkler
a2627aa520
log filtering
2020-11-02 15:56:14 +01:00
Jonas Winkler
65fa6cc542
infinite scroll for search results
2020-11-02 12:25:02 +01:00
Jonas Winkler
323e0fa348
add a simple log viewer to the front end
2020-11-02 01:26:21 +01:00
Jonas Winkler
a1c3645a4b
refactored document rest api
2020-10-30 23:43:19 +01:00