265 Commits

Author SHA1 Message Date
Michael Shamoon
3206ac1a41 Hide order parameter, fix imap port 2022-12-03 09:31:23 -08:00
Michael Shamoon
d3d80b214f API mail rule & account tests
and fix use of assign_tags
2022-12-03 09:31:23 -08:00
Michael Shamoon
ea2a680ab8 Mail form tweaks
Include add button

Include add button
2022-12-03 09:31:23 -08:00
Michael Shamoon
f020d1169e Working mail rule & account edit 2022-12-03 09:31:23 -08:00
Michael Shamoon
5f87979d5b Update deprecated edit-dialog rxjs 2022-12-03 09:31:22 -08:00
Michael Shamoon
fe3bbdb183 Mail rule edit dialog 2022-12-03 09:31:22 -08:00
Michael Shamoon
d6beeb18bb Mail account edit dialog 2022-12-03 09:31:22 -08:00
Michael Shamoon
36fb9b12e3 remove unused toastService from edit dialogs and add confirmation 2022-12-03 09:31:22 -08:00
Michael Shamoon
7c55144b31 Fix docs references 2022-12-03 02:04:30 -08:00
Michael Shamoon
f7eabfb873 Inherited permissions 2022-11-15 20:54:57 -08:00
Michael Shamoon
12e80dc487 implement superuser select-permissions disable 2022-11-15 01:06:12 -08:00
Michael Shamoon
277402a26d frontend permissions dialogs 2022-11-15 00:44:32 -08:00
Michael Shamoon
def5c1a6cb skeleton user / group admin dialogs [WIP] 2022-11-13 09:06:56 -08:00
shamoon
73346c0c17 Merge pull request #1886 from paperless-ngx/1.9.2-ui-tweaks
Feature: 1.9.2 UI tweaks
2022-10-31 12:42:13 -07:00
shamoon
db811c0b6c Merge pull request #1868 from paperless-ngx/fix/issue-1866
Fix: independent control of saved views
2022-10-29 23:15:28 -07:00
Michael Shamoon
e171b3b50a Implement warning on close unsaved view 2022-10-29 23:14:33 -07:00
Michael Shamoon
5efe90ff27 better positioning in clearable badges 2022-10-29 15:29:50 -07:00
Michael Shamoon
fc3000cc48 Add "clearable" badge 2022-10-29 15:03:27 -07:00
Michael Shamoon
034f4974ff Use check badge for dropdowns 2022-10-29 14:07:45 -07:00
Michael Shamoon
9214db0db5 Remove relative date query strings from dropdown 2022-10-25 13:34:36 -07:00
Michael Shamoon
1967c5905c Implement relative date querying 2022-10-25 12:45:15 -07:00
shamoon
48452c4a8b Merge pull request #1754 from NiFNi/feature/change-default-matching-algo
change default matching algo to auto and move to constant
2022-10-08 09:35:30 -07:00
Michael Shamoon
08a2be98c6 Fix code style 2022-10-07 06:29:31 -07:00
Michael Shamoon
4eaeac3610 Frontend update checking settings 2022-09-30 12:30:23 -07:00
shamoon
df2d048644 Merge pull request #1367 from Eckii24/feat/date-suggestions
Adding date suggestions to the documents details view
2022-08-25 11:47:37 -07:00
Michael Shamoon
5a98dec99e Fix some date pasting cases 2022-08-07 08:44:39 -07:00
Michael Shamoon
b9df858775 Make date suggestions timezone-unaware 2022-08-07 08:37:18 -07:00
Michael Shamoon
61fe994f90 simplify date value format 2022-08-06 21:19:06 -07:00
Matthias Eck
1cc1ee36c6 feat(date.component): adding suggestions to frontend 2022-08-06 13:03:20 +02:00
Nico Fricke
b141a9d380 change default matching algo to auto and move to constant 2022-08-01 09:22:13 +02:00
Michael Shamoon
021b8d4f91 Update ngbRadioGroups to native buttons 2022-07-02 00:55:18 -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
Michael Shamoon
2966c4a102 Show note on language change and offer reload 2022-05-25 16:06:59 -07:00
Michael Shamoon
2ea432698a Better handle long tag names 2022-05-23 11:24:13 -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
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
Michael Shamoon
b90e339d10 Remove unneeded imports since change to css vars 2022-04-13 08:43:35 -07:00
Michael Shamoon
f173f59ec7 fix some broken css vars 2022-04-07 14:27:49 -07:00
Michael Shamoon
2ab1c1a238 Fix broken toast animations & DOM removal 2022-04-05 13:16:13 -07:00
Michael Shamoon
22a90363f6 Allow filtering by document metadata 2022-03-27 00:08:08 -07:00
Michael Shamoon
8565a2c3ed Unify management lists with single template 2022-03-23 13:31:00 -07:00
shamoon
6790532d8f Merge pull request #454 from schnuffle/pre-commit
Corrections to pass pre-commit hooks
2022-03-23 11:58:02 -07:00
Frank Strieter
5ba5b8c2ee fix code style issues
solve merge conflicts

format code

format code

format code
2022-03-23 09:39:55 +01:00
Frank Strieter
4377d15599 test: remove most of the boilerplate tests 2022-03-23 09:24:07 +01:00
Schnuffle
81c16f6bc0 Corrections to pass pre-commit hooks 2022-03-20 15:58:37 +01:00
Michael Shamoon
7fc11fffe6 Use progress bar for button delay 2022-03-17 14:37:21 -07:00
Michael Shamoon
882709ee20 Fix filterable dropdown buttons arent translated 2022-03-14 22:40:45 -07:00
Michael Shamoon
552114cd2c rxjs7 compatibility 2022-03-14 16:23:14 -07:00
Michael Shamoon
bd4a705769 Prettier code cleanup for .ts files
See #182
2022-03-11 11:58:19 -08:00