Quinn Casey
e66f0c7fe4
Merge branch 'main' into beta
2022-04-13 08:13:32 -07:00
Quinn Casey
641770b820
Merge pull request #720 from alumpe/docs-typo-fixes
...
Corrects some spelling mistakes in docs
2022-04-13 07:11:36 -07:00
Adrian Lumpe
b8df886b3e
corrects some spelling mistakes in docs
2022-04-13 15:39:49 +02:00
shamoon
2a28a8415d
Update changelog.rst
...
[ci skip]
2022-04-13 03:14:43 -07:00
shamoon
3662e648aa
Merge pull request #270 from jonasc/dev
...
Allow setting more than one tag in mail rules
2022-04-13 03:11:38 -07:00
shamoon
33a22615c5
Merge pull request #705 from paperless-ngx/fix-startls
...
bugfix for imap using starttls
2022-04-12 18:51:46 -07:00
Quinn Casey
a4c89446b3
Merge pull request #715 from paperless-ngx/nginx-proxy-config-variable
...
Add required PAPERLESS_URL to nginx proxy docs
2022-04-12 15:17:22 -07:00
Quinn Casey
8a3dd906ab
Merge pull request #713 from paperless-ngx/fix-1.7.0-rc1-tags-input-color
...
Fix: v1.7.0-rc1 Tags input should use body color
2022-04-12 15:11:05 -07:00
Quinn Casey
379418f6ce
Add required PAPERLESS_URL to nginx proxy docs
2022-04-12 15:06:32 -07:00
Michael Shamoon
256df08222
Tags input should use body color
2022-04-12 14:45:47 -07:00
shamoon
4345ab8c50
Merge pull request #704 from paperless-ngx/breaking-changes-changelog
...
Chore: Add Breaking Changes to release notes
2022-04-12 10:19:15 -07:00
Quinn Casey
b06a4c52e3
Add Breaking Changes
2022-04-12 07:37:49 -07:00
Quinn Casey
404a2d1f02
Bump header level
2022-04-12 07:37:02 -07:00
shamoon
2f2b54b286
Update changelog.rst
...
[ci skip]
2022-04-12 07:30:16 -07:00
shamoon
fde6f424d7
Update changelog.rst
...
[ci skip]
2022-04-12 07:29:07 -07:00
shamoon
9d7a1bc05a
Merge pull request #700 from paperless-ngx/fix-healthcheck
...
add "localhost" to ALLOWED_HOSTS
2022-04-12 07:25:09 -07:00
Florian Brandes
a5e6e637be
fixes #697
...
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2022-04-12 15:54:18 +02:00
jonasc
64b4d5139b
reformat migration with black
2022-04-12 15:06:38 +02:00
Florian Brandes
007f3699a2
add "localhost" to ALLOWED_HOSTS
...
if PAPERLESS_URL is set and ALLOWED_HOSTS is NOT set
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2022-04-12 14:39:08 +02:00
jonasc
e242f18f20
merge migrations
2022-04-12 10:51:19 +02:00
jonasc
2dbae8c46f
Reset related_name (was set to prevent duplicate)
2022-04-12 10:45:56 +02:00
jonasc
261eddd21c
Add backwards data migration
...
The documents.tests.test_migration_mime_type test suite failes if no
backwards migration is provided. This simple backwards migration sets
the old assign_tag field with a tag if exactly one is set in
assign_tags.
2022-04-12 10:45:56 +02:00
jonasc
cf0d3b0615
Save MailRule and MailAccount objects in tests
...
This fixes the errors in the tests that the new many-to-many
assign_tags property cannot be accessed due to MailRule not having an
id. In one case it it necessary to give additional names to both objects
as several are created.
2022-04-12 10:45:52 +02:00
jonasc
00f0beb550
Allow setting more than one tag in mail rules
...
The three migrations do the following to preserve existing data in
assign_tag:
1. Add the new many-to-many field assign_tags.
2. Copy existing data from the assign_tag field to the assign_tags.
3. Delete the existing assign_tag field.
2022-04-12 10:41:08 +02:00
shamoon
f4979c8ab5
Merge branch 'main' into beta
2022-04-11 23:37:21 -07:00
Michael Shamoon
e2d4f76c00
Update .pre-commit-config.yaml
...
[ci skip]
2022-04-11 23:32:37 -07:00
Michael Shamoon
2d20dac536
Minor merge conflicts
...
[ci skip]
2022-04-11 23:31:20 -07:00
Michael Shamoon
aa38766c80
Update changelog.rst
...
[ci skip]
2022-04-11 23:05:16 -07:00
Michael Shamoon
abe520e928
Update changelog.rst
...
[ci skip]
2022-04-11 22:58:08 -07:00
Michael Shamoon
e9314805cc
Create release-drafter.yml
...
[ci skip]
2022-04-11 22:05:55 -07:00
Michael Shamoon
e70244237c
v1.7.0-rc1
2022-04-11 21:03:02 -07:00
Trenton Holmes
db169865a2
Merge pull request #691 from paperless-ngx/dependabot/pip/dev/django-4.0.4
...
Bump django from 4.0.3 to 4.0.4
2022-04-11 16:04:44 -07:00
Michael Shamoon
085704921c
tiny docs css fix
...
[ci skip]
2022-04-11 14:14:15 -07:00
shamoon
d8cfa3983f
Merge pull request #684 from paperless-ngx/docs-dark-mode
...
Documentation dark mode
2022-04-11 14:10:23 -07:00
dependabot[bot]
86d586c719
Bump django from 4.0.3 to 4.0.4
...
Bumps [django](https://github.com/django/django ) from 4.0.3 to 4.0.4.
- [Release notes](https://github.com/django/django/releases )
- [Commits](https://github.com/django/django/compare/4.0.3...4.0.4 )
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-04-11 20:37:09 +00:00
shamoon
500c9d6605
Merge pull request #690 from paperless-ngx/fix-scanners-table
...
Fix: scanners table
2022-04-11 12:56:45 -07:00
Quinn Casey
a1c02431d4
Fix name
2022-04-11 12:34:37 -07:00
Quinn Casey
eed1b532b9
Remove explicit "no" as was done in f303a1c
2022-04-11 12:32:32 -07:00
Quinn Casey
17bcd072ed
Add 994d502
2022-04-11 12:23:27 -07:00
Quinn Casey
2cb617313e
Add f303a1c
2022-04-11 12:21:52 -07:00
Quinn Casey
92ce13d6a4
Add f2f7b71
2022-04-11 12:17:44 -07:00
Quinn Casey
7de8866e2f
Reset table to b318c0a
2022-04-11 12:12:01 -07:00
shamoon
78d012dce9
Merge pull request #483 from stumpylog/check-if-file-busy
...
Adds wait for file before consuming
2022-04-11 11:56:05 -07:00
Quinn Casey
c51259d73f
Merge pull request #654 from paperless-ngx/fix-doc-detail-time
...
Fix: frontend document editing erases time data
2022-04-11 11:54:24 -07:00
Florian
a90d3bda14
Merge pull request #532 from paperless-ngx/feature-barcode-splitter
...
Feature barcode splitter
2022-04-11 08:51:48 +02:00
Trenton Holmes
dcc2e018ff
Adds additional checking for both inotify and polling around document still being busy before consuming it
2022-04-10 12:21:34 -07:00
shamoon
3505a08633
Merge pull request #550 from stumpylog/feature-mail-consume-improve-docs
...
Feature mail consume improve docs
2022-04-10 08:46:45 -07:00
shamoon
4fd933327b
Merge pull request #612 from stumpylog/bug-fix-filter-len
...
Increase length of SavedViewFilterRule
2022-04-10 08:46:25 -07:00
Michael Shamoon
44b068b9c2
dark mode toggle, css vars
2022-04-09 22:10:03 -07:00
Michael Shamoon
39f3c553f5
initial docs dark mode css
2022-04-08 22:49:45 -07:00