paperless-ngx 1.15.0
Features
- Feature: quick filters from document detail @shamoon (#3476)
- Feature: Add explanations to relative dates @shamoon (#3471)
- Enhancement: paginate frontend tasks @shamoon (#3445)
- Feature: Better encapsulation of barcode logic @stumpylog (#3425)
- Enhancement: Improve frontend error handling @shamoon (#3413)
Bug Fixes
- Fix: KeyError error on unauthenticated API calls & persist authentication when
HTTP_REMOTE_USER
enabled @ajgon (#3516) - Fix: exclude consumer & AnonymousUser users from export manifest @shamoon (#3487)
- Fix: prevent date suggestion search if disabled @shamoon (#3472)
- Sync Pipfile.lock based on latest Pipfile @adamantike (#3475)
- Fix: DocumentSerializer should return correct original filename @jayme-github (#3473)
- consumer.py: read
create_date
from original file (instead of temp copy) @chrisblech (#3466) - Bugfix: Catch an nltk AttributeError and handle it @stumpylog (#3453)
Documentation
- Adding doc on how to setup Fail2ban @GuillaumeHullin (#3414)
- Docs: Fix typo @MarcelBochtler (#3437)
- [Documentation] Move nginx @shamoon (#3420)
- Documentation: Note possible dependency removal for bare metal @stumpylog (#3408)
Development
Dependencies
10 changes
- Bump eslint from 8.39.0 to 8.41.0 in /src-ui @dependabot (#3513)
- Bump concurrently from 8.0.1 to 8.1.0 in /src-ui @dependabot (#3510)
- Bump @ng-bootstrap/ng-bootstrap from 14.1.0 to 14.2.0 in /src-ui @dependabot (#3507)
- Bump @popperjs/core from 2.11.7 to 2.11.8 in /src-ui @dependabot (#3508)
- Bump @typescript-eslint/parser from 5.59.2 to 5.59.8 in /src-ui @dependabot (#3505)
- Bump bootstrap from 5.2.3 to 5.3.0 in /src-ui @dependabot (#3497)
- Bump @typescript-eslint/eslint-plugin from 5.59.2 to 5.59.8 in /src-ui @dependabot (#3500)
- Bump tslib from 2.5.0 to 2.5.2 in /src-ui @dependabot (#3501)
- Bump @types/node from 18.16.3 to 20.2.5 in /src-ui @dependabot (#3498)
- Bump @playwright/test from 1.33.0 to 1.34.3 in /src-ui @dependabot (#3499)
All App Changes
22 changes
- Fix: KeyError error on unauthenticated API calls & persist authentication when
HTTP_REMOTE_USER
enabled @ajgon (#3516) - Bump eslint from 8.39.0 to 8.41.0 in /src-ui @dependabot (#3513)
- Bump concurrently from 8.0.1 to 8.1.0 in /src-ui @dependabot (#3510)
- Bump @ng-bootstrap/ng-bootstrap from 14.1.0 to 14.2.0 in /src-ui @dependabot (#3507)
- Bump @popperjs/core from 2.11.7 to 2.11.8 in /src-ui @dependabot (#3508)
- Bump @typescript-eslint/parser from 5.59.2 to 5.59.8 in /src-ui @dependabot (#3505)
- Bump bootstrap from 5.2.3 to 5.3.0 in /src-ui @dependabot (#3497)
- Bump @typescript-eslint/eslint-plugin from 5.59.2 to 5.59.8 in /src-ui @dependabot (#3500)
- Bump tslib from 2.5.0 to 2.5.2 in /src-ui @dependabot (#3501)
- Bump @types/node from 18.16.3 to 20.2.5 in /src-ui @dependabot (#3498)
- Bump @playwright/test from 1.33.0 to 1.34.3 in /src-ui @dependabot (#3499)
- Feature: quick filters from document detail @shamoon (#3476)
- Fix: exclude consumer & AnonymousUser users from export manifest @shamoon (#3487)
- Fix: prevent date suggestion search if disabled @shamoon (#3472)
- Feature: Add explanations to relative dates @shamoon (#3471)
- Fix: DocumentSerializer should return correct original filename @jayme-github (#3473)
- consumer.py: read
create_date
from original file (instead of temp copy) @chrisblech (#3466) - Bugfix: Catch an nltk AttributeError and handle it @stumpylog (#3453)
- Chore: Improves the logging mixin and allows it to be typed better @stumpylog (#3451)
- Enhancement: paginate frontend tasks @shamoon (#3445)
- Add SSL Support for MariaDB @kimdre (#3444)
- Enhancement: Improve frontend error handling @shamoon (#3413)