Antoine Mérino
|
733a9674d6
|
Fix: prevent duplicate cachalot app in Django settings (#10300)
---------
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
|
2025-07-01 09:11:58 -07:00 |
|
Antoine Mérino
|
6591d5da63
|
Performance: Add support for configuring date parser languages (#10181)
---------
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
|
2025-07-01 05:57:38 +00:00 |
|
Antoine Mérino
|
1671d49d44
|
Enhancement: Add a database caching for improved performance (#9784)
---------
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
|
2025-06-30 22:36:24 -07:00 |
|
Sebastian Steinbeißer
|
07882b918b
|
Chore: switch from os.path to pathlib.Path (#9933)
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
|
2025-06-18 17:16:59 +00:00 |
|
shamoon
|
4e082f997c
|
Fix: better handle favicon with static dir (#10107)
|
2025-06-03 08:05:59 -07:00 |
|
shamoon
|
15b1b83c66
|
Chore/fix: cleanup user or group references in settings upon deletion (#10049)
|
2025-05-29 19:05:48 +00:00 |
|
shamoon
|
5b4b316bbc
|
Chore: warn users about removal of postgres v13 support (#9980)
|
2025-05-21 18:17:50 +00:00 |
|
shamoon
|
0b079f57ed
|
Partially Revert "Chore(deps): Bump the small-changes group across 1 directory with 6 updates (#9921)"
This partially reverts commit 1fe166e014 .
|
2025-05-19 12:20:05 -07:00 |
|
dependabot[bot]
|
1fe166e014
|
Chore(deps): Bump the small-changes group across 1 directory with 6 updates (#9921)
* Chore(deps): Bump the small-changes group across 1 directory with 6 updates
Bumps the small-changes group with 6 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [concurrent-log-handler](https://github.com/Preston-Landers/concurrent-log-handler) | `0.9.25` | `0.9.26` |
| [django](https://github.com/django/django) | `5.1.8` | `5.2.1` |
| [django-auditlog](https://github.com/jazzband/django-auditlog) | `3.0.0` | `3.1.2` |
| [drf-spectacular-sidecar](https://github.com/tfranzel/drf-spectacular-sidecar) | `2025.4.1` | `2025.5.1` |
| [ocrmypdf](https://github.com/ocrmypdf/OCRmyPDF) | `16.10.0` | `16.10.1` |
| [setproctitle](https://github.com/dvarrazzo/py-setproctitle) | `1.3.5` | `1.3.6` |
Updates `concurrent-log-handler` from 0.9.25 to 0.9.26
- [Release notes](https://github.com/Preston-Landers/concurrent-log-handler/releases)
- [Changelog](https://github.com/Preston-Landers/concurrent-log-handler/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Preston-Landers/concurrent-log-handler/compare/0.9.25...0.9.26)
Updates `django` from 5.1.8 to 5.2.1
- [Commits](https://github.com/django/django/compare/5.1.8...5.2.1)
Updates `django-auditlog` from 3.0.0 to 3.1.2
- [Release notes](https://github.com/jazzband/django-auditlog/releases)
- [Changelog](https://github.com/jazzband/django-auditlog/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jazzband/django-auditlog/compare/v3.0.0...v3.1.2)
Updates `drf-spectacular-sidecar` from 2025.4.1 to 2025.5.1
- [Commits](https://github.com/tfranzel/drf-spectacular-sidecar/compare/2025.4.1...2025.5.1)
Updates `ocrmypdf` from 16.10.0 to 16.10.1
- [Release notes](https://github.com/ocrmypdf/OCRmyPDF/releases)
- [Changelog](https://github.com/ocrmypdf/OCRmyPDF/blob/main/docs/release_notes.md)
- [Commits](https://github.com/ocrmypdf/OCRmyPDF/compare/v16.10.0...v16.10.1)
Updates `setproctitle` from 1.3.5 to 1.3.6
- [Changelog](https://github.com/dvarrazzo/py-setproctitle/blob/master/HISTORY.rst)
- [Commits](https://github.com/dvarrazzo/py-setproctitle/compare/version-1.3.5...version-1.3.6)
---
updated-dependencies:
- dependency-name: concurrent-log-handler
dependency-version: 0.9.26
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: small-changes
- dependency-name: django
dependency-version: 5.2.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: small-changes
- dependency-name: django-auditlog
dependency-version: 3.1.2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: small-changes
- dependency-name: drf-spectacular-sidecar
dependency-version: 2025.5.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: small-changes
- dependency-name: ocrmypdf
dependency-version: 16.10.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: small-changes
- dependency-name: setproctitle
dependency-version: 1.3.6
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: small-changes
...
Signed-off-by: dependabot[bot] <support@github.com>
* Fix log matches related to newlines, add newlines to stdout.writelines
* Fix disable api remote auth test, Django 5.2 no longer uses process_request
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
|
2025-05-19 11:03:02 -07:00 |
|
shamoon
|
a3b85c64ca
|
Fixhancement: check more permissions for status consumer messages (#9804)
|
2025-04-26 23:31:04 -07:00 |
|
shamoon
|
32a7f9cd5a
|
Enhancement: allow webUI first account signup (#9500)
|
2025-03-29 17:12:34 +00:00 |
|
Sebastian Steinbeißer
|
76d363f22d
|
Chore: switch from os.path to pathlib.Path (#9060)
|
2025-03-05 21:06:01 +00:00 |
|
shamoon
|
047f7c3619
|
Enhancement: support default groups for regular and social account signup (#9039)
|
2025-02-24 09:23:20 -08:00 |
|
shamoon
|
52ab07c673
|
Fix: deselect and trigger refresh for deleted documents from bulk operations with "delete originals" (#8996)
|
2025-02-07 00:47:50 +00:00 |
|
shamoon
|
2b29233a1e
|
Feature: scheduled workflow trigger (#8036)
|
2024-11-24 18:22:31 +00:00 |
|
shamoon
|
c03aa03ac2
|
Feature: automatic sso redirect (#7168)
|
2024-07-08 22:38:23 +00:00 |
|
shamoon
|
a796e58a94
|
Feature: documents trash aka soft delete (#6944)
|
2024-06-17 08:07:08 -07:00 |
|
Trenton H
|
6d2ae3df1f
|
Resolves test issues with Python 3.12 (#6902)
|
2024-06-03 12:33:46 -07:00 |
|
Trenton H
|
622f624132
|
Chore: Change the code formatter to Ruff (#6756)
* Changing the formatting to ruff-format
* Replaces references to black to ruff or ruff format, removes black from dependencies
|
2024-05-18 02:26:50 +00:00 |
|
shamoon
|
ed05b40ba4
|
Security: disallow API remote-user auth if disabled (#6739)
|
2024-05-15 20:18:50 +00:00 |
|
shamoon
|
0f8b2e69c9
|
Change: enable auditlog by default, fix import / export (#6267)
|
2024-04-04 18:51:15 +00:00 |
|
shamoon
|
23ceb2a5ec
|
Fix: refactor base path settings, correct logout redirect (#5976)
|
2024-03-03 08:22:23 -08:00 |
|
shamoon
|
16f4552e0e
|
Fix: use PAPERLESS_URL if set for pw reset emails (#5902)
|
2024-02-26 21:41:25 +00:00 |
|
shamoon
|
1335ab5f1b
|
Enhancement: support disabling regular login (#5816)
|
2024-02-26 05:17:21 +00:00 |
|
shamoon
|
f1049cf889
|
Fix: dont allow allauth redirects to any host (#5783)
---------
Co-authored-by: Trenton H <797416+stumpylog@users.noreply.github.com>
|
2024-02-15 16:37:34 -08:00 |
|
Moritz Pflanzer
|
c508be6ecd
|
Feature: OIDC & social authentication (#5190)
---------
Co-authored-by: Moritz Pflanzer <moritz@chickadee-engineering.com>
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
|
2024-02-08 16:15:38 +00:00 |
|
shamoon
|
61209b1057
|
Enhancement: re-implement remote user auth for API as opt-in (#5561)
|
2024-02-01 19:46:26 +00:00 |
|
shamoon
|
283ced56d1
|
Revert "Enhancement: support remote user auth directly against API (DRF)" (#5534)
|
2024-01-24 11:00:44 -08:00 |
|
shamoon
|
6db9e292ba
|
Enhancement: support remote user auth directly against API (DRF) (#5386)
|
2024-01-16 23:26:05 +00: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
|
16adddc803
|
Allow users to set a combined certificte and key file for additional certificates in the SSL context
|
2023-08-23 08:22:01 -07:00 |
|
shamoon
|
63ab9972da
|
Fixes tests broken by #3721
|
2023-06-30 08:36:47 -07:00 |
|
shamoon
|
3d85dc1127
|
Fix use of PAPERLESS_DB_TIMEOUT for all db types
|
2023-06-12 01:31:38 -07:00 |
|
shamoon
|
ea14fa5251
|
Adds testing for unauthenticated API calls, simplify logging logic
|
2023-06-03 08:50:54 -07:00 |
|
Trenton H
|
6f163111ce
|
Upgrades black to v23, upgrades ruff
|
2023-04-26 09:35:27 -07:00 |
|
Trenton H
|
3bcbd05252
|
Fixes ruff not running isort against the codebase
|
2023-04-26 09:35:27 -07:00 |
|
Trenton H
|
ce41ac9158
|
Configures ruff as the one stop linter and resolves warnings it raised
|
2023-04-01 17:03:52 -07:00 |
|
Marvin Gaube
|
743ee886be
|
feat: add tests for barcode scanner value checks
|
2023-03-20 20:31:50 +01:00 |
|
Brandon Rothweiler
|
d5f46eedab
|
Add tests for checks.py
|
2023-02-24 11:27:40 -05:00 |
|
Trenton H
|
07ec6ff7ab
|
Adds some quick testing of the IP logging during a failed login
|
2023-02-18 15:26:09 -08:00 |
|
Trenton H
|
40db244d4a
|
Fixes the test for expiration
|
2023-02-08 09:47:56 -08:00 |
|
Trenton H
|
7af0b47ba9
|
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
|
bdcba570cb
|
Adding more test coverage, in particular around Tika and its parser
|
2023-02-05 11:01:55 -08:00 |
|
Trenton H
|
2460c3e076
|
Correctly split up the test cases
|
2023-01-11 07:21:26 -08:00 |
|
Trenton H
|
9763b72f81
|
Adds testing coverage of parsing the celery beat schedule
|
2023-01-11 07:21:26 -08:00 |
|
Trenton Holmes
|
5b45a140b9
|
Fixes issue when the Redis URL also specifies a port
|
2022-12-03 18:30:21 -08:00 |
|
Trenton H
|
ea38eb01b2
|
Adds support for database number specification
|
2022-12-03 08:39:32 -08:00 |
|
Trenton H
|
01d070b882
|
Adds a layer to translate between differing formats of socket based Redis URLs
|
2022-12-03 08:39:32 -08:00 |
|
Trenton Holmes
|
d408900a91
|
Adds validation and testing to cover some of the common settings
|
2022-09-09 11:48:57 -07:00 |
|
Trenton Holmes
|
edaaedae36
|
Reduces webserver and task worker count to 1 by default
|
2022-07-11 13:54:04 -07:00 |
|