2820 Commits

Author SHA1 Message Date
Paperless-ngx Bot [bot]
ad5c0af767 New translations django.po (Portuguese)
[ci skip]
2023-10-31 15:45:13 -07:00
Paperless-ngx Bot [bot]
3be327b985 New translations django.po (Polish)
[ci skip]
2023-10-31 15:45:13 -07:00
Paperless-ngx Bot [bot]
825a8c42ae New translations django.po (Norwegian)
[ci skip]
2023-10-31 15:45:13 -07:00
Paperless-ngx Bot [bot]
69664bf62e New translations django.po (Italian)
[ci skip]
2023-10-31 15:45:13 -07:00
Paperless-ngx Bot [bot]
5d558835b2 New translations django.po (Hungarian)
[ci skip]
2023-10-31 15:45:13 -07:00
Paperless-ngx Bot [bot]
4b0c05b442 New translations django.po (Hebrew)
[ci skip]
2023-10-31 15:45:13 -07:00
Paperless-ngx Bot [bot]
a69c298424 New translations django.po (Finnish)
[ci skip]
2023-10-31 15:45:13 -07:00
Paperless-ngx Bot [bot]
6d2f722259 New translations django.po (Greek)
[ci skip]
2023-10-31 15:45:13 -07:00
Paperless-ngx Bot [bot]
9b4b1d9aee New translations django.po (Danish)
[ci skip]
2023-10-31 15:45:13 -07:00
Paperless-ngx Bot [bot]
ee9c44ba98 New translations django.po (Czech)
[ci skip]
2023-10-31 15:45:13 -07:00
Paperless-ngx Bot [bot]
0ec9b8df9d New translations django.po (Catalan)
[ci skip]
2023-10-31 15:45:13 -07:00
Paperless-ngx Bot [bot]
99cc8c8a9f New translations django.po (Belarusian)
[ci skip]
2023-10-31 15:45:13 -07:00
Paperless-ngx Bot [bot]
59fee78026 New translations django.po (Arabic)
[ci skip]
2023-10-31 15:45:13 -07:00
Paperless-ngx Bot [bot]
86deffca93 New translations django.po (Afrikaans)
[ci skip]
2023-10-31 15:45:13 -07:00
Paperless-ngx Bot [bot]
53152118ad New translations django.po (Spanish)
[ci skip]
2023-10-31 15:45:13 -07:00
Paperless-ngx Bot [bot]
6a0d77985f New translations django.po (Romanian)
[ci skip]
2023-10-31 15:45:13 -07:00
Paperless-ngx Bot [bot]
3c38417eb3 New translations django.po (French)
[ci skip]
2023-10-31 15:45:13 -07:00
Paperless-ngx Bot [bot]
f53ef7434b New translations django.po (German)
[ci skip]
2023-10-31 15:45:13 -07:00
Paperless-ngx Bot [bot]
1b53957d44 New translations django.po (Dutch)
[ci skip]
2023-10-31 15:45:13 -07:00
Paperless-ngx Bot [bot]
b6b586447a New translations django.po (Swedish)
[ci skip]
2023-10-31 15:45:13 -07:00
Paperless-ngx Bot [bot]
7a54c27eff New translations django.po (French)
[ci skip]
2023-10-31 15:45:13 -07:00
Paperless-ngx Bot [bot]
eb2a7d7c8a New translations django.po (French)
[ci skip]
2023-10-31 15:45:13 -07:00
Paperless-ngx Bot [bot]
c7ee93f2ae New translations django.po (Dutch)
[ci skip]
2023-10-31 15:45:13 -07:00
Paperless-ngx Bot [bot]
eab95fa7aa New translations django.po (Dutch)
[ci skip]
2023-10-31 15:45:13 -07:00
Paperless-ngx Bot [bot]
114e94252c New translations django.po (Dutch)
[ci skip]
2023-10-31 15:45:13 -07:00
Paperless-ngx Bot [bot]
c9a8d4fde5 New translations django.po (Swedish)
[ci skip]
2023-10-31 15:45:13 -07:00
shamoon
10929e9ac8
Fix: API statistics document_file_type_counts return type (#4464) 2023-10-30 16:35:42 -07:00
shamoon
89757609c2
Fix: Always return a list for audit log check (#4463) 2023-10-30 22:47:59 +00:00
shamoon
0f1dea67b7
Chore: upgrade python-ipware dependency (#4446) 2023-10-30 10:16:49 -07:00
nanokatz
38e035b95c
Feature: Audit Trail (#4425)
Adds new feature for optionally enabling change tracking for possible audit purposes
---------

Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
Co-authored-by: Trenton Holmes <797416+stumpylog@users.noreply.github.com>
2023-10-30 09:23:22 -07:00
Trenton H
dcc2cc5001
Only get or create a Correspondent if the email or attachment matches rule filters (#4431) 2023-10-26 00:34:52 +00:00
Trenton H
cb271deb8f
Fixes the returning of a set, change to a list instead (#4442) 2023-10-25 16:18:13 -07:00
Trenton H
d480e91196
Feature: Add ahead of time compression of the static files for x86_64 (#4390)
Compressed staticfiles. x86_64 only at this point
2023-10-20 16:22:05 -07:00
Trenton H
999ae678c2
Feature: Switches to a new client to handle communication with Gotenberg (#4391)
Switches to a new client to handle communication with Gotenberg for merging and generating PDFs
2023-10-20 00:27:29 +00:00
Sebastian Porombka
90db397ec6
barcode logic: strip non-numeric characters from detected ASN string (#4379)
* legacy barcodes exist which still contain characters after the number. the current logic did not truncate them. instead, int() was called from the remaining string. this does not work in this case. it is therefore sufficient to continue processing numeric characters.

* lint

---------

Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2023-10-17 03:44:22 +00:00
shamoon
99f260225a
Fix: update document modified time on note creation / deletion (#4374)
* Update document modified on add or delete notes

* Add document extra endpoints info to docs
2023-10-14 16:24:13 -07:00
Trenton H
b18b070622
Renames the email certificate so it doesn't get read during Docker startup (#4346) 2023-10-09 14:47:31 -07:00
Trenton H
ada67bd54e
Retry Tika parsing with PUT instead of form data in the event of a 500 error response (#4334) 2023-10-07 18:36:27 -07:00
shamoon
f7f5d0efa6
Fix: get highest ASN regardless of user (#4326) 2023-10-06 17:22:31 -07:00
dependabot[bot]
48f4f21d28
Bump postcss from 8.4.12 to 8.4.31 in /src/paperless_mail/templates (#4318)
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.12 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.12...8.4.31)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-05 07:37:59 +00:00
shamoon
be6506da08
Feature: password reset (#4289) 2023-09-30 18:17:42 -07:00
shamoon
6973691cce
Enhancement: dashboard improvements, drag-n-drop reorder dashboard views (#4252)
* Updated dashboard

* Make entire screen dropzone on dashboard too

* Floating upload widget status alerts

* Visual tweaks: spacing, borders

* Better empty view widget

* Support drag + drop reorder of dashboard saved views

* Update messages.xlf

* Disable dashbaord dnd if global dnd active

* Remove ngx-file-drop dep, rebuild file-drop & upload files widget

* Revert custom file drop implementation

* Try patch-package fix

* Simplify dropzone transitions to make more reliable

* Update messages.xlf

* Update dashboard.spec.ts

* Fix coverage
2023-09-28 10:18:12 -07:00
Trenton H
612e6341a3
Ensures all old connections are closed in certain longer running locations (#4265) 2023-09-25 12:52:22 -07:00
Trenton H
8d60506884
Standarizes the imports across all the files and modules (#4248) 2023-09-23 20:17:01 -07:00
shamoon
9712ac109d
Feature: consumption templates (#4196)
* Initial implementation of consumption templates

* Frontend implementation of consumption templates

Testing

* Support consumption template source

* order templates, automatically add permissions

* Support title assignment in consumption templates

* Refactoring, filters to and, show sources on list

Show sources on template list, update some translation strings

Make filters and

minor testing

* Update strings

* Only update django-multiselectfield

* Basic docs, document some methods

* Improve testing coverage, template multi-assignment merges
2023-09-22 16:53:13 -07:00
Trenton H
085e6da1f2
Handle when INotify fails to import but the polling is set to 0 still (#4230) 2023-09-20 14:04:42 -07:00
shamoon
b65e195c27 Update translation strings 2023-09-19 14:31:19 -07:00
shamoon
f5717cca1c
Enhancement: bulk edit object permissions (#4176)
* bulk_edit_object_perms API endpoint

* Frontend support for bulk object permissions edit
2023-09-19 13:40:21 -07:00
Trenton H
ec9ebd3026
Allow the user the specifiy the zip file name (#4189) 2023-09-15 16:33:28 -07:00
shamoon
5ee9ad3e4f Migrate frontend prefix to -pngx 2023-09-14 14:51:02 -07:00