251 Commits

Author SHA1 Message Date
Michael Shamoon
b6ac11f80c Basic tasks frontend view
Update app-frame.component.ts
2022-05-26 21:09:11 -07:00
Michael Shamoon
1f50f3c46f Task results popover 2022-05-26 21:09:08 -07:00
Michael Shamoon
61eb459e9e Update frontend for reworked tasks api endpoint 2022-05-26 21:09:05 -07:00
Michael Shamoon
635fee08ef acknowledge_tasks endpoint & basic UI
Update tasks.service.ts
2022-05-26 21:09:04 -07:00
Michael Shamoon
0ae6da20a9 Toggle functionality for tasks list 2022-05-26 21:09:01 -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
5267fecc9e Refactor query params service 2022-05-20 23:18:18 -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
083290e798 PaperlessUiSettings data object 2022-05-17 11:13:19 -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
88c3a2c693 Use explicit plural strings on management pages 2022-05-12 20:34:32 -07:00
Quinn Casey
dfeb74ebd5 Merge pull request #881 from paperless-ngx/feature-fix-saved-view-query-params
Feature / fix saved view & sort field query params
2022-05-06 12:45:22 -07:00
Michael Shamoon
f9fb62b04a support sort fields & some refactoring 2022-05-05 08:36:18 -07:00
Michael Shamoon
84c2b8ee77 Refactor query param handling to service 2022-05-05 00:23:06 -07:00
Michael Shamoon
879b16ce7b Mobile friendly management tables 2022-05-03 13:00:42 -07:00
Michael Shamoon
5995b97f39 fix settings mobile display bugs 2022-04-17 00:36:47 -07:00
Michael Shamoon
8565a2c3ed Unify management lists with single template 2022-03-23 13:31:00 -07:00
Frank Strieter
4377d15599 test: remove most of the boilerplate tests 2022-03-23 09:24:07 +01:00
Michael Shamoon
f74188f564 Add bottom pagination for management lists 2022-03-15 10:17:19 -07:00
Michael Shamoon
bd4a705769 Prettier code cleanup for .ts files
See #182
2022-03-11 11:58:19 -08:00
shamoon
37030f89ee Merge pull request #243 from paperless-ngx/css-variables
Custom color theming
2022-03-10 19:26:15 -08:00
Michael Shamoon
9aa652661f Fix changing theme incorrectly affects dark mode settings 2022-03-10 13:56:22 -08:00
Michael Shamoon
96ce67c443 Component methods arent really private 2022-03-09 15:43:06 -08:00
Michael Shamoon
964f67c36c Prevent overriding other settings 2022-03-09 15:40:04 -08:00
Michael Shamoon
1658d1aa85 Working conversion 2022-03-09 15:34:26 -08:00
Michael Shamoon
c0fac27576 Converting colors experiment 2022-03-09 15:19:42 -08:00
Michael Shamoon
ac435f17a1 Skeleton implementation of color setting 2022-03-09 14:12:28 -08:00
Michael Shamoon
541ab12e3a fix some buttons, focus shadow 2022-03-08 15:22:17 -08:00
Michael Shamoon
4717057a16 Allow esc key clearing, autofocus on management lists 2022-03-07 09:45:58 -08:00
Michael Shamoon
92a1b9d7f9 Page parameter breaks filtering on mangement pages
Closes #225
2022-03-07 09:45:39 -08:00
Michael Shamoon
81ccdb4ead Fix bs5 selects 2022-03-01 12:25:22 -08:00
Michael Shamoon
4693f1b026 fix layout columns in settings saved views 2022-02-20 01:32:24 -08:00
Michael Shamoon
c577e21abc bs5: fix correspondent / tag / doctype management list display 2022-02-19 23:48:49 -08:00
Michael Shamoon
268f2c18ec bs5: fix settings display 2022-02-19 23:34:32 -08:00
Michael Shamoon
5fbec1eaaf fix missing darkModeInvertThumbs form control 2022-02-19 23:14:39 -08:00
Yannic Schroeder
39a4fcbf46 Migrate Bootstrap close buttons to v5
https://getbootstrap.com/docs/5.0/migration/#close-button
2022-02-20 01:43:31 +01:00
Yannic Schroeder
0aaf553acc Migrate Bootstrap utilities to v5
Names of utility classes have changed:
https://getbootstrap.com/docs/5.0/migration/#utilities
2022-02-20 01:25:57 +01:00
shamoon
6e866a4594 Merge pull request #10 from shamoon/feature/any-all-filtering
Feature: any / all filtering with tags
2022-02-19 14:52:55 -08:00
Michael Shamoon
60f63ad75f Merge branch 'dev' into feature/unsaved-changes 2022-02-15 11:20:05 -08:00
Michael Shamoon
bb5ac02289 Merge branch 'dev' into feature/any-all-filtering 2022-02-14 22:23:31 -08:00
Michael Lynch
96738277d9 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
Michael Shamoon
2728f8eb9f Redundant call to scroll 2021-03-16 03:08:48 -07:00
Michael Shamoon
0b5be965a6 Don’t remove OnInit 2021-03-16 03:06:20 -07:00
Michael Shamoon
7d56b302a7 Automatically scroll log ouput 2021-03-15 09:56:17 -07:00
Michael Shamoon
2bbcf600da Revert "Reverse log order"
This reverts commit 2e21fbf61991a66be247f73fa2051d7f02206724.
2021-03-15 08:45:33 -07:00
Michael Shamoon
5839a84038 Revert "Side effecting"
This reverts commit 316a2469b82bc9311e9a56a0b30717a045e63584.
2021-03-15 08:45:30 -07:00
Michael Shamoon
9b0c3e1d93 Side effecting 2021-03-15 08:42:10 -07:00
Michael Shamoon
0659a6c93b Reverse log order 2021-03-15 08:38:55 -07:00