623 Commits

Author SHA1 Message Date
Trenton Holmes
d4dcd0d5b2 Bumps version to 1.14.3 2023-05-03 06:54:37 -07:00
shamoon
da957f68ea Merge pull request #3218 from ikaruswill/fix/issue-3214
Fix: ALLOWED_HOSTS logic being overwritten when * is set
2023-04-27 13:24:35 -07:00
Will Ho
81e6d267ea Fix appends to ALLOWED_HOSTS should be string instead of list 2023-04-28 03:28:19 +08:00
Will Ho
153b76a4b8 Fix ALLOWED_HOSTS logic being overwritten when * is set 2023-04-28 02:08:55 +08:00
shamoon
e3b881e913 v1.14.2 2023-04-27 10:57:03 -07:00
shamoon
43b7326859 Add Finnish translation 2023-04-27 10:12:35 -07:00
Trenton H
a634e336b8 Bumps version to 1.14.1 2023-04-27 07:12:44 -07:00
Trenton H
aabcc9a1c4 Upgrades black to v23, upgrades ruff 2023-04-26 09:35:27 -07:00
Trenton H
30655f1b73 Fixes ruff not running isort against the codebase 2023-04-26 09:35:27 -07:00
shamoon
63a6be128a Increment API version for 1.14.1+ 2023-04-25 23:44:36 -07:00
shamoon
6bb72deb6a Specify backend for auto-login 2023-04-25 22:15:21 -07:00
shamoon
8c39514aab Merge branch 'main' into dev 2023-04-24 13:10:18 -07:00
shamoon
f35d51866d Add Catalan translation 2023-04-22 09:34:33 -07:00
shamoon
9ff50f8d79 Add Catalan translation 2023-04-22 09:32:29 -07:00
Trenton H
03c16d314e Allows users to set some additional Django settings for proxy configuration 2023-04-20 18:32:17 -07:00
David Cavallucci
f033f0e6b8 Changed consumer ignore files pattern for .DS_STORE, .DS_Store 2023-04-18 19:10:03 -07:00
shamoon
4a69d4c681 Update version strings 2023-04-01 21:12:08 -07:00
Trenton H
d2c02b9102 Configures ruff as the one stop linter and resolves warnings it raised 2023-04-01 17:03:52 -07:00
Trenton H
899f3ba9fc Merge remote-tracking branch 'origin/dev' into feature-multiple-barcode-scanners 2023-03-29 09:40:10 -07:00
shamoon
0f824494c2 Merge pull request #2949 from paperless-ngx/feature-test-mailaccount
Feature: test mail account
2023-03-25 23:38:01 -07:00
Trenton Holmes
84d242a4ab Configures logging to capture celery and kombu debugging to library 2023-03-25 19:17:02 -07:00
shamoon
f6cd40f9f2 Add test mail account 2023-03-24 15:14:02 -07:00
Trenton H
d12a5b36af Unlock channels_redis and implement the workaround from the issue to use pub/sub instead 2023-03-23 19:54:19 -07:00
Marvin Gaube
b65e587633 feat: add tests for barcode scanner value checks 2023-03-20 20:31:50 +01:00
Marvin Gaube
c66a0ec82e feature: Add support for zxing as barcode scanning lib 2023-03-19 13:48:35 +01:00
Markus Ongyerth
d4937c8cca Allow psql client certificate authentication 2023-03-18 07:43:18 -07:00
Trenton H
995154a70b Changes the celery serializer to use pickle over json 2023-03-12 20:53:53 -07:00
Trenton H
7b97d77f82 Handle the possilbe case of splitting on an empty string returning a list with an empty string 2023-03-08 07:32:17 -08:00
Trenton Holmes
cb3ee7b573 Adds a utility for the settings to parse out a list, seperated by something, from an environment key 2023-03-08 07:32:17 -08:00
Trenton H
ec2b0eb308 Changes out the settings and a decent amount of test code to be pathlib compatible 2023-03-06 09:16:07 -08:00
shamoon
55fd656f47 Make user_permissions not required 2023-03-01 00:33:01 -08:00
Brandon Rothweiler
a04f5e7bae Add tests for checks.py 2023-02-24 11:27:40 -05:00
Brandon Rothweiler
ebbe84d227 Fix typo in deprecation log message 2023-02-23 22:52:31 -05:00
Brandon Rothweiler
7d950d9e87 Add PAPERLESS_OCR_SKIP_ARCHIVE_FILE config setting 2023-02-23 22:42:57 -05:00
Brandon Rothweiler
d49e7d6693 Revert "Merge pull request #2732 from bdr99/skip_neverarchive"
This reverts commit 77b23d3acb573232e4e307b63a83f8ff557c0e7e, reversing
changes made to 5d8aa278315dcf92bfa1abe9e1fbd4911f8ed258.
2023-02-23 21:26:53 -05:00
Brandon Rothweiler
955546d2ef Add a setting to disable creating an archive file 2023-02-22 15:27:17 -05:00
Trenton H
944145a3e8 Adds some quick testing of the IP logging during a failed login 2023-02-18 15:26:09 -08:00
Michael Shamoon
fcba4fba5a Log failed login attempts 2023-02-17 08:12:27 -08:00
shamoon
c9ea57a142 Merge branch 'dev' into feature-permissions 2023-02-16 20:44:51 -08:00
shamoon
8ea4573d6b Bumps version to 1.13.0 2023-02-16 20:10:35 -08:00
Trenton H
a9c77216b2 Updates ignore path filtering so files in a folder in an ignored folder will be ignored correctly 2023-02-16 09:05:11 -08:00
shamoon
e46cb85965 Merge branch 'dev' into feature-permissions 2023-02-14 11:35:48 -08:00
shamoon
1332d9a389 Merge branch 'dev' into feature-permissions 2023-02-14 11:32:37 -08:00
Trenton H
52232a99d5 Changes the default setting for compression to enabled 2023-02-12 14:45:51 -08:00
Trenton H
e6681ad450 Adds option to enable compression of webserver responses 2023-02-12 14:45:51 -08:00
Trenton H
194e5bb9de Fixes the test for expiration 2023-02-08 09:47:56 -08:00
Trenton H
8341218f3e Fixes expiration of the weekly task 2023-02-08 09:33:46 -08:00
Trenton H
f345de8f3c Expire the scheduled tasks shortly a new one will be added to the queue by default 2023-02-08 08:18:11 -08:00
Trenton H
09ac404148 Adding more test coverage, in particular around Tika and its parser 2023-02-05 11:01:55 -08:00
shamoon
e6d6efa903 Merge branch 'dev' into feature-permissions 2023-02-03 14:23:50 -08:00