5509 Commits

Author SHA1 Message Date
Quinn Casey
c5e03c7f28 Merge pull request #987 from paperless-ngx/canon-mfp-new-config
Docs: Add link to new config option in scanners.rst
2022-05-18 14:48:30 -07:00
Quinn Casey
f89bacdfa9 Merge pull request #986 from paperless-ngx/fix-npm-optional-flag
Change npm --no-optional to --omit=optional
2022-05-18 14:42:08 -07:00
Quinn Casey
f21656f41f Add link to new config option 2022-05-18 14:30:33 -07:00
Quinn Casey
de4b9bf627 Fix formatting 2022-05-18 14:30:16 -07:00
Quinn Casey
425b507489 Merge branch 'main' into dev 2022-05-18 14:26:36 -07:00
Quinn Casey
1cb713ca71 Merge pull request #985 from paperless-ngx/fix-changelog-links
Fix links in changelog
2022-05-18 14:25:56 -07:00
Quinn Casey
6bdf4cb1fc Merge pull request #984 from eingemaischt/canon-maxify-mb5350
Added Maxify MB5350 Documentation
2022-05-18 14:25:18 -07:00
Quinn Casey
e21b970e40 Link to configuration values for Canon MFP 2022-05-18 14:03:43 -07:00
Michael Shamoon
87ee185c54 Change npm --no-optional to --omit=optional 2022-05-18 14:01:19 -07:00
Quinn Casey
20ef22e142 Fix formatting, typo 2022-05-18 13:53:03 -07:00
Michael Shamoon
45b0fda50f Update .gitignore
[ci skip]
2022-05-18 13:52:31 -07:00
Michael Shamoon
8bc1257e7c Update changelog.md 2022-05-18 13:38:56 -07:00
Philipp
88d93b33b5 Added Maxify MB5350 Documentation 2022-05-18 20:59:10 +02:00
Michael Shamoon
878afbdc27 Update custom.css
[ci skip]
2022-05-18 11:41:36 -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
6f8a9a0729 Merge pull request #982 from qcasey/changelog-to-md
Add `myst-parser` to fix readthedocs
2022-05-18 11:01:59 -07:00
Quinn Casey
91401d3f4f Add myst-parser 2022-05-18 07:48:24 -07:00
Quinn Casey
679ee839c2 Merge pull request #878 from dabenzel/patch-1
[documentation] added iOS Shortcut Link for Uploading PDF to paperless
2022-05-18 07:00:28 -07:00
shamoon
6dc8b3ecf4 Update shortcut link 2022-05-18 03:19:41 -07:00
Philipp
87866bcab0 Add "Created" as additional (optional) parameter for post_documents (#965)
* Added "created" as optional parameter for post_documents.

* Fixed Conflict

* After Black Reformatting

* Run "add-trailing-comma"

* The right order between black and trailing comma is important....

* Added required=False

* Adds unit test for optional created in document api POST

* Fixes adding of settings override

* And a mis-added print, sigh

Co-authored-by: Philipp <philipp@invalid.invalid>
Co-authored-by: Trenton Holmes <holmes.trenton@gmail.com>
2022-05-18 02:56:32 -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
28a1c3e249 Update settings e2e fixture 2022-05-17 11:14:21 -07:00
Michael Shamoon
6852f24c8f Correct translation string locations 2022-05-17 11:14:21 -07:00
Michael Shamoon
099fc21764 Add ui_settings to exporter 2022-05-17 11:13:58 -07:00
Trenton Holmes
cb65c5e6d5 Removes accidental printing left in testing 2022-05-17 11:13:58 -07:00
Trenton Holmes
78b721a817 Makes minor improvements to ui_settings API testing 2022-05-17 11:13:58 -07:00
Michael Shamoon
b7b44bfb4e Code suggestions
Co-Authored-By: Trenton Holmes <797416+stumpylog@users.noreply.github.com>
2022-05-17 11:13:58 -07:00
Michael Shamoon
6f402376ce Note JSON1 extension requirement on bare metal installs 2022-05-17 11:13:58 -07:00
Michael Shamoon
ec317941de Update frontend strings 2022-05-17 11:13:58 -07:00
Michael Shamoon
8cda57588d basic python tests 2022-05-17 11:13:19 -07:00
Michael Shamoon
e8ead471a9 Remove post_save receiver 2022-05-17 11:13:19 -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
ed96373eb2 update e2e tests for settings initialization 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
798c827b0f fix key constraint error 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
fd59b14d88 skeleton frontend_settings api endpoint 2022-05-17 11:11:38 -07:00
Michael Shamoon
e0efcdaa01 frontend settings db migration 2022-05-17 11:11:38 -07:00
Michael Shamoon
3fc5802094 Update settings.service.ts 2022-05-17 11:11:38 -07:00
shamoon
72d0bb08d9 Merge pull request #956 from paperless-ngx/fix-warn-max-open-docs
Fix: warn when closing a document with unsaved changes due to max open docs
2022-05-17 10:43:10 -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
Trenton Holmes
7f6edda761 Merge pull request #953 from paperless-ngx/bugfix-intoify-debounce
Bugfix: Adds configurable intoify debounce time
2022-05-17 09:25:29 -07:00
Michael Shamoon
6b4a2b6ca8 close button color with light primary only for toasts 2022-05-17 09:09:38 -07:00