1007 Commits

Author SHA1 Message Date
shamoon
720e89ec9a Merge branch 'dev' into feature-redo-ocr 2022-07-02 08:41:18 -07:00
Michael Shamoon
2eee52240d Frontend UI for redo OCR 2022-07-02 08:39:09 -07:00
shamoon
4e9528c531 Merge pull request #1122 from paperless-ngx/feature-quick-toggleable-filters
Feature / fix quick toggleable filters
2022-07-02 08:26:42 -07:00
Michael Shamoon
021b8d4f91 Update ngbRadioGroups to native buttons 2022-07-02 00:55:18 -07:00
Michael Shamoon
898830e81d Quick toggle for tags / doctypes etc on doc view 2022-06-09 08:37:40 -07:00
Michael Shamoon
0b43362961 Fix vertical margins between pages of pdf viewer 2022-06-02 11:03:54 -07:00
Quinn Casey
d49dde56b6 Merge pull request #1007 from paperless-ngx/improve-date-paste-input
Feature: better date pasting
2022-05-26 08:50:08 -07:00
Quinn Casey
7270253c48 Merge pull request #1017 from paperless-ngx/alphabetize-tags
Enhancement: Alphabetize tags by default
2022-05-26 08:42:55 -07:00
Quinn Casey
b4708ba238 Merge pull request #1000 from paperless-ngx/rework-query-params-logic
Fix: Rework query params logic
2022-05-26 08:18:43 -07:00
Michael Shamoon
2966c4a102 Show note on language change and offer reload 2022-05-25 16:06:59 -07:00
Michael Shamoon
1b868d5e8d Alphabetize tags by default 2022-05-23 20:25:26 -07:00
Michael Shamoon
2ea432698a Better handle long tag names 2022-05-23 11:24:13 -07:00
Michael Shamoon
0c641d5f07 Update saved-view-widget.component.ts
[ci skip]
2022-05-23 01:54:21 -07:00
Michael Shamoon
a49d0280a9 Use NgbDateParserFormatter 2022-05-22 14:38:15 -07:00
Michael Shamoon
921907777a Strip some characters from pasted date input 2022-05-22 09:03:26 -07:00
Michael Shamoon
661886f2dd Fix conflicting rule type 22 2022-05-21 00:22:36 -07:00
Michael Shamoon
2a819e8fd1 minor refactor query params utils 2022-05-21 00:22:36 -07:00
Michael Shamoon
bcbaa79311 Use 1/0 instead of true/false 2022-05-21 00:22:35 -07:00
Michael Shamoon
3d1a0b49a8 fix documents list without query params 2022-05-20 23:18:18 -07:00
Michael Shamoon
5267fecc9e Refactor query params service 2022-05-20 23:18:18 -07:00
Michael Shamoon
d8b14697a3 Mark various tooltips for translation 2022-05-19 23:50:57 -07:00
Markus
dd3b5c129c 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
shamoon
0c8889a1fc Merge pull request #919 from paperless-ngx/feature-settings-saved-to-db
Feature: frontend settings saved to database
2022-05-18 11:33:17 -07:00
shamoon
7b4e3092c6 Merge pull request #979 from paperless-ngx/fix-978
Fix: Title is changed after switching doc quickly
2022-05-18 02:55:24 -07:00
Michael Shamoon
51b552168a pull frontend lang setting from db if set 2022-05-18 02:41:15 -07:00
Michael Shamoon
097795bf0c tap ui settings get to avoid dup 2022-05-17 16:12:59 -07:00
Michael Shamoon
c12e55f54c Properly get username & display name 2022-05-17 11:13:19 -07:00
Michael Shamoon
083290e798 PaperlessUiSettings data object 2022-05-17 11:13:19 -07:00
Michael Shamoon
67b3473365 Refactor to UiSettings 2022-05-17 11:11:39 -07:00
Michael Shamoon
ca14b228aa include language in db settings 2022-05-17 11:11:39 -07:00
Michael Shamoon
06490aff24 Automatic migration to database 2022-05-17 11:11:39 -07:00
Michael Shamoon
000a3ec164 Use app initializer to wait on settings 2022-05-17 11:11:38 -07:00
Michael Shamoon
7fbd2076c3 Basic frontend settings retrieval 2022-05-17 11:11:38 -07:00
Michael Shamoon
3fc5802094 Update settings.service.ts 2022-05-17 11:11:38 -07:00
Michael Shamoon
55db5b9e0f Manually dirty check title on doc change 2022-05-17 10:36:43 -07:00
Michael Shamoon
356a667f2d Fix title subscription fires even after doc change 2022-05-17 09:59:14 -07:00
Michael Shamoon
c1fb277f25 let OpenDocumentsService handle nav 2022-05-15 23:44:29 -07:00
Michael Shamoon
dc75035bdc Warn on closing edited doc due to max open docs 2022-05-15 22:55:25 -07:00
Michael Shamoon
70b9a9bbd3 Update date.ts
[ci skip]
2022-05-13 11:52:05 -07:00
Quinn Casey
e24b00686c Merge pull request #939 from paperless-ngx/fix-management-pages-plurals
Fix: management pages plurals incorrect in other languages
2022-05-13 07:45:41 -07:00
Quinn Casey
36108fa1f8 Merge pull request #933 from paperless-ngx/1.7.1-frontend-css-tweaks
Fix: v1.7.1 frontend visual fixes
2022-05-13 07:44:28 -07:00
Michael Shamoon
88c3a2c693 Use explicit plural strings on management pages 2022-05-12 20:34:32 -07:00
Michael Shamoon
03d2e71587 Hide text on large cards on tiny screens 2022-05-12 20:22:40 -07:00
Quinn Casey
2841f9d4be Merge pull request #920 from paperless-ngx/frontend-asn-empty
Feature: allow all ASN filtering functions
2022-05-12 10:28:10 -07:00
Michael Shamoon
a201eb373f Improve mobile filter editor layout with long languages 2022-05-11 23:20:21 -07:00
Michael Shamoon
c245a7c2dc Fix unassigned query params ignored 2022-05-11 15:15:06 -07:00
Michael Shamoon
336ce0e419 Handle all ASN filtering rules 2022-05-11 14:44:02 -07:00
Michael Shamoon
978c26faef allow commas in non-multi rules query params 2022-05-11 10:26:17 -07:00
Oliver Lippert
77e8cea173 fix typo in update notification popup
seems like appRemoteVersion.version brings it's own "v"
2022-05-11 08:26:24 +02:00
Michael Shamoon
751e46c44f ASN 'is null' from frontend 2022-05-10 21:51:29 -07:00