6258 Commits

Author SHA1 Message Date
dependabot[bot]
1c2b4ece96 Bump pillow from 9.2.0 to 9.3.0
Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.2.0 to 9.3.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/9.2.0...9.3.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-01 08:04:25 -07:00
dependabot[bot]
cf780be1b3 Bump pytest from 7.1.3 to 7.2.0
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.3 to 7.2.0.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/7.1.3...7.2.0)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-31 19:00:17 -07:00
dependabot[bot]
8bc5da89a1 Bump tox from 3.26.0 to 3.27.0
Bumps [tox](https://github.com/tox-dev/tox) from 3.26.0 to 3.27.0.
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/master/docs/changelog.rst)
- [Commits](https://github.com/tox-dev/tox/compare/3.26.0...3.27.0)

---
updated-dependencies:
- dependency-name: tox
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-31 17:56:19 -07:00
Max Bachmann
4a061c38d7 directly use rapidfuzz 2022-10-31 13:17:10 -07:00
Trenton H
3f94f837d8 Fixes deleting images if the branch API returns an error code and makes the error code a failure 2022-10-31 12:46:25 -07: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
Michael Shamoon
ba95976aeb Update messages.xlf 2022-10-29 23:19:35 -07:00
shamoon
539b76171d Merge pull request #1860 from paperless-ngx/dependabot/pip/dev/zipp-3.10.0
Bump zipp from 3.9.0 to 3.10.0
2022-10-29 23:17:02 -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
d6003f248e support esc and x button for main search bar 2022-10-29 14:07:31 -07:00
Michael Shamoon
86e9def17a Support keyboard esc and X button for filter editor text field 2022-10-29 14:07:31 -07:00
Michael Shamoon
ea16c6430d fix filterable dropdown corner radius 2022-10-29 14:07:31 -07:00
shamoon
e39cec28d7 Merge pull request #1865 from paperless-ngx/fix-relative-dates
Fix: frontend relative date searches
2022-10-29 14:05:35 -07:00
Sblop
91a1d8f5ae Update settings.py
Comment too long.
2022-10-28 14:40:48 -07:00
Sblop
fcc9be619a Update settings.py 2022-10-28 14:40:48 -07:00
Sblop
a214b7a861 Update settings.py
Django gives a system error on MariaDB on VARCHARs longer than 255 chars. This was a limitation in older versions of mysql.
Meaning: You cannot run Paperless-NGX on older version were this limitation were present, meaning Django plays it extremely safe by giving an error.
This fixes this problem.
2022-10-28 14:40:48 -07:00
Trenton Holmes
db757bd746 Updates to the latest pre-commit hook versions 2022-10-27 13:50:08 -07:00
Trenton Holmes
550df7e866 Locks pipenv to the latest, last working version 2022-10-27 13:50:08 -07:00
Michael Shamoon
0122339286 Allow independent saved view control 2022-10-26 12:54:44 -07:00
Michael Shamoon
4c344a053d Retain saved view filters when changing a saved view 2022-10-26 10:39:09 -07:00
Michael Shamoon
393ee95d41 Fix switch from title_content search 2022-10-25 15:31:01 -07:00
Michael Shamoon
01e7b419c4 Fix losing search when adding relative date 2022-10-25 13:43:13 -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
dependabot[bot]
d00d2ec90a Bump pytest-env from 0.6.2 to 0.8.1
Bumps [pytest-env](https://github.com/pytest-dev/pytest-env) from 0.6.2 to 0.8.1.
- [Release notes](https://github.com/pytest-dev/pytest-env/releases)
- [Commits](https://github.com/pytest-dev/pytest-env/compare/0.6.2...0.8.1)

---
updated-dependencies:
- dependency-name: pytest-env
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-25 07:26:43 -07:00
shamoon
e08408d0b7 Merge pull request #1858 from paperless-ngx/fix/1850-barcode-password
Bugfix: Handle password protected PDFs during barcode detection
2022-10-24 23:17:48 -07:00
dependabot[bot]
bfc28ee59b Bump zipp from 3.9.0 to 3.10.0
Bumps [zipp](https://github.com/jaraco/zipp) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/jaraco/zipp/releases)
- [Changelog](https://github.com/jaraco/zipp/blob/main/CHANGES.rst)
- [Commits](https://github.com/jaraco/zipp/compare/v3.9.0...v3.10.0)

---
updated-dependencies:
- dependency-name: zipp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-24 20:34:44 +00:00
Trenton H
1e1f0347fa More smoothly handle the case of a password protected PDF for barcodes 2022-10-24 13:16:14 -07:00
Trenton H
6d2851c693 Allows using pdf2image instead of pikepdf if desired 2022-10-24 09:58:34 -07:00
Trenton H
5841df5dd9 Resolves the conflicts with a lock 2022-10-24 09:17:38 -07:00
Trenton H
28d50d5c36 Integrates an optional starting of Flower into the Docker image 2022-10-24 09:17:38 -07:00
Michael Shamoon
d3a2fe123d Fix frontend task name display 2022-10-24 09:10:10 -07:00
Trenton H
20b7287dc2 Connects up the celery signals to support pending, started and success/failure, without relying on django-celery-results 2022-10-24 09:10:10 -07:00
Michael Shamoon
b87757a0e2 Grammar error, updated frontend translation
https://crowdin.com/translate/paperless-ngx/16/en-it?filter=basic&value=0#
2022-10-23 22:11:24 -07:00
Michael Shamoon
a44dc23979 Update django.po
[ci skip]
2022-10-20 15:33:16 -07:00
Michael Shamoon
54e9e60dd3 rename backend Arabic translation file
[ci skip]
2022-10-20 15:31:28 -07:00
Michael Shamoon
54ce67c833 Merge branch 'dev' of github.com:paperless-ngx/paperless-ngx into dev 2022-10-20 15:28:15 -07:00
Michael Shamoon
bc9cfdcc47 rename Arabic translation file
[skip ci]
2022-10-20 15:28:10 -07:00
Trenton Holmes
1be8f39aa0 Reverts the change around skip_noarchive to align with how it is documented to work 2022-10-20 13:34:41 -07:00
dependabot[bot]
1acff69eb2 Bump sphinx from 5.2.3 to 5.3.0
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5.2.3 to 5.3.0.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES)
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v5.2.3...v5.3.0)

---
updated-dependencies:
- dependency-name: sphinx
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-20 13:10:14 -07:00
Trenton H
92a797341e Even more commenting 2022-10-20 12:42:40 -07:00
Trenton H
73ae9e9cc5 Corrects the script name 2022-10-20 12:42:40 -07:00
Trenton H
e17c915048 Simplifies the image tag cleanup into classes, fixes the library images caring about feature branches 2022-10-20 12:42:40 -07:00
Michael Shamoon
5c1ca4676d Remove legacy translation files
[ci ckip]
2022-10-19 21:44:47 -07:00
Michael Shamoon
dd493f1ed3 Fix button styles broken by bootstrap update 2022-10-18 14:30:31 -07:00
shamoon
be8573c55c Merge pull request #1792 from paperless-ngx/fix/issue-1791
Fix: missing loadViewConfig breaks loading saved view
2022-10-17 14:30:30 -07:00