]> git.ipfire.org Git - thirdparty/paperless-ngx.git/log
thirdparty/paperless-ngx.git
2 years agomake old paperlesstask name field nullable to fix downgrade migration 2494/head
Michael Shamoon [Mon, 23 Jan 2023 21:31:01 +0000 (13:31 -0800)] 
make old paperlesstask name field nullable to fix downgrade migration

2 years agotweak language
Frederick Robinson [Thu, 19 Jan 2023 19:06:43 +0000 (11:06 -0800)] 
tweak language

Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2 years agodocument existence of document_thumbnails
Frederick Robinson [Thu, 19 Jan 2023 16:47:27 +0000 (08:47 -0800)] 
document existence of document_thumbnails

2 years agoMerge pull request #2459 from paperless-ngx/fix-frontend-mail-rule-ordering
shamoon [Tue, 17 Jan 2023 23:31:38 +0000 (15:31 -0800)] 
Merge pull request #2459 from paperless-ngx/fix-frontend-mail-rule-ordering

Fix: Allow setting mailrule order from frontend

2 years agoAllow setting mailrule order from frontend 2459/head
Michael Shamoon [Tue, 17 Jan 2023 18:01:49 +0000 (10:01 -0800)] 
Allow setting mailrule order from frontend

2 years agoMerge pull request #2411 from paperless-ngx/angular-15-et-al
shamoon [Tue, 17 Jan 2023 17:49:03 +0000 (09:49 -0800)] 
Merge pull request #2411 from paperless-ngx/angular-15-et-al

Chore: Update to Angular 15 & associated frontend deps

2 years agoAllow sorting tags by color
Michael Shamoon [Tue, 17 Jan 2023 14:32:46 +0000 (06:32 -0800)] 
Allow sorting tags by color

2 years agoMerge pull request #2441 from paperless-ngx/fix-2435
shamoon [Mon, 16 Jan 2023 23:50:44 +0000 (15:50 -0800)] 
Merge pull request #2441 from paperless-ngx/fix-2435

Fix: Better Handle arbitrary ISO 8601 strings after celery serializing

2 years agoUse correct canonical path for nltk_data
amo13 [Sat, 14 Jan 2023 14:37:27 +0000 (15:37 +0100)] 
Use correct canonical path for nltk_data

2 years agoRemove try/except + test
Clemens Rieder [Thu, 12 Jan 2023 08:36:55 +0000 (09:36 +0100)] 
Remove try/except + test

Changes in d064ff5 made try/except unnecessary and the subsequent test failed.

2 years agoreplace quotation marks with italics
Clemens Rieder [Wed, 11 Jan 2023 23:16:08 +0000 (00:16 +0100)] 
replace quotation marks with italics

2 years agoUpdate docs/usage.md
clemensrieder [Wed, 11 Jan 2023 22:51:49 +0000 (23:51 +0100)] 
Update docs/usage.md

Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2 years agoUpdate src/paperless_mail/mail.py
clemensrieder [Wed, 11 Jan 2023 22:51:38 +0000 (23:51 +0100)] 
Update src/paperless_mail/mail.py

Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2 years agoremove unnecessary whitespaces
Clemens Rieder [Wed, 11 Jan 2023 17:19:36 +0000 (18:19 +0100)] 
remove unnecessary whitespaces

2 years agobetter code documentation
Clemens Rieder [Wed, 11 Jan 2023 17:18:00 +0000 (18:18 +0100)] 
better code documentation

2 years agoadd basic tests and fix error
Clemens Rieder [Wed, 11 Jan 2023 17:00:51 +0000 (18:00 +0100)] 
add basic tests and fix error

2 years agoupdate documentation
Clemens Rieder [Wed, 11 Jan 2023 13:33:18 +0000 (14:33 +0100)] 
update documentation

2 years agoadd AppleMail color tag support
Clemens Rieder [Wed, 11 Jan 2023 13:15:45 +0000 (14:15 +0100)] 
add AppleMail color tag support

2 years agoMerge pull request #2445 from peterkappelt/fix-docs-formatting 2428/head
shamoon [Mon, 16 Jan 2023 14:48:24 +0000 (06:48 -0800)] 
Merge pull request #2445 from peterkappelt/fix-docs-formatting

Fix formatting of config variable in docs

2 years agoFix formatting of config variable in docs 2445/head
Peter Kappelt [Mon, 16 Jan 2023 08:57:23 +0000 (09:57 +0100)] 
Fix formatting of config variable in docs

2 years ago Better Handle arbitrary ISO 8601 strings with dateutil.parser.isoparse 2441/head
Michael Shamoon [Sun, 15 Jan 2023 23:06:35 +0000 (15:06 -0800)] 
 Better Handle arbitrary ISO 8601 strings with dateutil.parser.isoparse

2 years agoAdd 2 warnings about potential path length issues
Trenton H [Thu, 12 Jan 2023 20:48:54 +0000 (12:48 -0800)] 
Add 2 warnings about potential path length issues

2 years agoUpdates the exporter to use pathlib and add a few more tests for coverage
Trenton H [Thu, 12 Jan 2023 20:46:28 +0000 (12:46 -0800)] 
Updates the exporter to use pathlib and add a few more tests for coverage

2 years agoUpdate to angular 15 & related frontend packages 2411/head
Michael Shamoon [Thu, 12 Jan 2023 07:10:16 +0000 (23:10 -0800)] 
Update to angular 15 & related frontend packages

2 years agoInclude the optional socket file in the release
Trenton H [Wed, 11 Jan 2023 15:33:04 +0000 (07:33 -0800)] 
Include the optional socket file in the release

2 years agoFixes merge conflict
Trenton H [Tue, 10 Jan 2023 23:01:43 +0000 (15:01 -0800)] 
Fixes merge conflict

2 years agoFixes minor depracation I noticed
Trenton Holmes [Mon, 26 Dec 2022 21:43:30 +0000 (13:43 -0800)] 
Fixes minor depracation I noticed

2 years agoSimplifies file upload naming to use the document name, instead in needing to keep...
Trenton Holmes [Mon, 26 Dec 2022 21:33:43 +0000 (13:33 -0800)] 
Simplifies file upload naming to use the document name, instead in needing to keep it around

2 years agoCorrectly split up the test cases
Trenton H [Tue, 10 Jan 2023 22:36:32 +0000 (14:36 -0800)] 
Correctly split up the test cases

2 years agoAdds testing coverage of parsing the celery beat schedule
Trenton H [Thu, 5 Jan 2023 16:25:35 +0000 (08:25 -0800)] 
Adds testing coverage of parsing the celery beat schedule

2 years agoAdds documentation of how to configure tasks
Trenton H [Thu, 5 Jan 2023 16:04:32 +0000 (08:04 -0800)] 
Adds documentation of how to configure tasks

2 years agoAllows scheduling tasks via cron
Trenton Holmes [Sat, 31 Dec 2022 21:16:07 +0000 (13:16 -0800)] 
Allows scheduling tasks via cron

2 years agoLocks everything with 3.8
Trenton H [Tue, 10 Jan 2023 15:45:51 +0000 (07:45 -0800)] 
Locks everything with 3.8

2 years agoMerge pull request #2302 from paperless-ngx/feature-fix-display-rtl-content
shamoon [Tue, 10 Jan 2023 15:30:52 +0000 (07:30 -0800)] 
Merge pull request #2302 from paperless-ngx/feature-fix-display-rtl-content

2 years agoMerge pull request #2371 from paperless-ngx/fix-subpath-websockets
Felix Eckhofer [Sun, 8 Jan 2023 13:56:33 +0000 (14:56 +0100)] 
Merge pull request #2371 from paperless-ngx/fix-subpath-websockets

* paperless-ngx/fix-subpath-websockets:
  Use subpath for websocket URL

2 years agoSimplify parsing of json using jq built-in features
Felix Eckhofer [Sat, 7 Jan 2023 18:47:16 +0000 (19:47 +0100)] 
Simplify parsing of json using jq built-in features

Saves spawning multiple sed processes.

2 years agoFixes typo
Trenton Holmes [Sat, 7 Jan 2023 16:16:48 +0000 (08:16 -0800)] 
Fixes typo

2 years agoFixes up the slightly behind docs
Trenton Holmes [Sat, 7 Jan 2023 16:06:28 +0000 (08:06 -0800)] 
Fixes up the slightly behind docs

2 years agoAlso filter to only PAPERLESS_ variables
Trenton Holmes [Sat, 7 Jan 2023 16:03:36 +0000 (08:03 -0800)] 
Also filter to only PAPERLESS_ variables

2 years agoMakes a missing file informational only, not fatal
Trenton Holmes [Sat, 7 Jan 2023 15:57:27 +0000 (07:57 -0800)] 
Makes a missing file informational only, not fatal

2 years agoUse subpath for websocket URL 2371/head
Felix Eckhofer [Sat, 7 Jan 2023 19:37:02 +0000 (20:37 +0100)] 
Use subpath for websocket URL

Fixes #2252

2 years agorelock with Python 3.8.15
Trenton H [Fri, 6 Jan 2023 18:20:58 +0000 (10:20 -0800)] 
relock with Python 3.8.15

2 years agoResolve testing not running with the correct python version
Trenton H [Fri, 6 Jan 2023 16:00:09 +0000 (08:00 -0800)] 
Resolve testing not running with the correct python version

2 years agoMerge pull request #2351 from paperless-ngx/feature-comment-search
shamoon [Fri, 6 Jan 2023 02:48:51 +0000 (18:48 -0800)] 
Merge pull request #2351 from paperless-ngx/feature-comment-search

Feature: include comments in advanced search

2 years agoMerge pull request #2352 from paperless-ngx/more-frontend-tests
shamoon [Fri, 6 Jan 2023 02:48:10 +0000 (18:48 -0800)] 
Merge pull request #2352 from paperless-ngx/more-frontend-tests

Chore: More frontend tests

2 years agoRemoves old, unused tools from develop packages, removes old Sphinx related tools
Trenton H [Wed, 4 Jan 2023 21:12:04 +0000 (13:12 -0800)] 
Removes old, unused tools from develop packages, removes old Sphinx related tools

2 years agoResolves minor flake8 warnings in the test suite
Trenton H [Wed, 4 Jan 2023 18:41:40 +0000 (10:41 -0800)] 
Resolves minor flake8 warnings in the test suite

2 years agoCleans up and improves parser discovery testing, simplifies the determination of...
Trenton H [Wed, 4 Jan 2023 18:18:31 +0000 (10:18 -0800)] 
Cleans up and improves parser discovery testing, simplifies the determination of supported or not supported extensions and mime types

2 years agoOnly prints failures, errors and skips, not passed tests
Trenton H [Wed, 4 Jan 2023 17:01:49 +0000 (09:01 -0800)] 
Only prints failures, errors and skips, not passed tests

2 years agoFixes some sample test files showing as modified after running tests
Trenton H [Wed, 4 Jan 2023 17:01:23 +0000 (09:01 -0800)] 
Fixes some sample test files showing as modified after running tests

2 years agoAdd tests for mail rules / accounts, partial tags, mobile preview 2352/head
Michael Shamoon [Thu, 5 Jan 2023 08:36:03 +0000 (00:36 -0800)] 
Add tests for mail rules / accounts, partial tags, mobile preview

2 years agocomment search highlighting 2351/head
Michael Shamoon [Thu, 5 Jan 2023 03:06:51 +0000 (19:06 -0800)] 
comment search highlighting

2 years agoSupport comment search
Michael Shamoon [Thu, 5 Jan 2023 03:06:06 +0000 (19:06 -0800)] 
Support comment search

2 years agoMerge pull request #2346 from paperless-ngx/fix-2344
shamoon [Wed, 4 Jan 2023 23:35:54 +0000 (15:35 -0800)] 
Merge pull request #2346 from paperless-ngx/fix-2344

Fix: preview content remains hidden on mobile

2 years agoFix preview not loading on mobile 2346/head
Michael Shamoon [Wed, 4 Jan 2023 14:58:42 +0000 (06:58 -0800)] 
Fix preview not loading on mobile

2 years agoSmall tweak to use the existing tempdir instead of a new one 2302/head
Trenton H [Tue, 3 Jan 2023 21:05:44 +0000 (13:05 -0800)] 
Small tweak to use the existing tempdir instead of a new one

2 years agoTry a new way of extracting text from a given PDF file
Trenton Holmes [Sun, 1 Jan 2023 23:57:22 +0000 (15:57 -0800)] 
Try a new way of extracting text from a given PDF file

2 years agoUse correct direction for RTL content
Michael Shamoon [Sun, 1 Jan 2023 16:59:43 +0000 (08:59 -0800)] 
Use correct direction for RTL content

2 years agoAdds testing coverage of multipage TIFF with alpha, without and with alpha/sRGB
Trenton H [Tue, 3 Jan 2023 16:21:23 +0000 (08:21 -0800)] 
Adds testing coverage of multipage TIFF with alpha, without and with alpha/sRGB

2 years agoLet convert handle the removal of the alpha channel
Trenton H [Mon, 2 Jan 2023 22:20:46 +0000 (14:20 -0800)] 
Let convert handle the removal of the alpha channel

2 years agoBump tj-actions/changed-files from 34 to 35
dependabot[bot] [Sun, 1 Jan 2023 18:25:14 +0000 (18:25 +0000)] 
Bump tj-actions/changed-files from 34 to 35

Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 34 to 35.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](https://github.com/tj-actions/changed-files/compare/v34...v35)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years agofix django arabic translation file
Michael Shamoon [Mon, 2 Jan 2023 19:51:19 +0000 (11:51 -0800)] 
fix django arabic translation file

[ci skip]

2 years agoUpdate messages.ar_AR.xlf
Michael Shamoon [Mon, 2 Jan 2023 19:42:39 +0000 (11:42 -0800)] 
Update messages.ar_AR.xlf

2 years agoMerge pull request #2313 from KhaledEmad7/dev
shamoon [Mon, 2 Jan 2023 19:34:02 +0000 (11:34 -0800)] 
Merge pull request #2313 from KhaledEmad7/dev

Add Arabic language to frontend

2 years agoAdding arabic language 2313/head
Khaled Emad [Mon, 2 Jan 2023 08:07:18 +0000 (10:07 +0200)] 
Adding arabic language

2 years agoFix arabic translation file
Michael Shamoon [Mon, 2 Jan 2023 19:27:49 +0000 (11:27 -0800)] 
Fix arabic translation file

2 years agoMerge pull request #2306 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/typesc...
dependabot[bot] [Sun, 1 Jan 2023 23:07:32 +0000 (23:07 +0000)] 
Merge pull request #2306 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/typescript-eslint/parser-5.47.1

2 years agoBump @typescript-eslint/parser from 5.43.0 to 5.47.1 in /src-ui 2306/head
dependabot[bot] [Sun, 1 Jan 2023 22:54:07 +0000 (22:54 +0000)] 
Bump @typescript-eslint/parser from 5.43.0 to 5.47.1 in /src-ui

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.43.0 to 5.47.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.47.1/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoMerge pull request #2308 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/typesc...
shamoon [Sun, 1 Jan 2023 22:53:22 +0000 (14:53 -0800)] 
Merge pull request #2308 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/typescript-eslint/eslint-plugin-5.47.1

Bump @typescript-eslint/eslint-plugin from 5.43.0 to 5.47.1 in /src-ui

2 years agoupdate version string for dev
Michael Shamoon [Sun, 1 Jan 2023 22:42:26 +0000 (14:42 -0800)] 
update version string for dev

2 years agov1.11.3
Michael Shamoon [Sun, 1 Jan 2023 22:39:01 +0000 (14:39 -0800)] 
v1.11.3

2 years ago[Documentation] Add v1.11.3 changelog (#2311)
github-actions[bot] [Sun, 1 Jan 2023 22:37:36 +0000 (14:37 -0800)] 
[Documentation] Add v1.11.3 changelog (#2311)

* Changelog v1.11.3 - GHA

* Update changelog.md

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2 years agov1.11.3 v1.11.3
Michael Shamoon [Sun, 1 Jan 2023 22:12:42 +0000 (14:12 -0800)] 
v1.11.3

2 years agoMerge branch 'dev'
Michael Shamoon [Sun, 1 Jan 2023 22:11:46 +0000 (14:11 -0800)] 
Merge branch 'dev'

2 years agoBump @typescript-eslint/eslint-plugin from 5.43.0 to 5.47.1 in /src-ui 2308/head
dependabot[bot] [Sun, 1 Jan 2023 18:27:37 +0000 (18:27 +0000)] 
Bump @typescript-eslint/eslint-plugin from 5.43.0 to 5.47.1 in /src-ui

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.43.0 to 5.47.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.47.1/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoIf extracting text from a fallback file (ie forced), allow the text to be used
Trenton Holmes [Fri, 30 Dec 2022 21:07:29 +0000 (13:07 -0800)] 
If extracting text from a fallback file (ie forced), allow the text to be used

2 years agoCheck for and handle the mail's date being naive
Trenton Holmes [Sat, 31 Dec 2022 16:35:52 +0000 (08:35 -0800)] 
Check for and handle the mail's date being naive

2 years agoMerge pull request #2292 from paperless-ngx/fix-live-filterable-dropdown
shamoon [Sat, 31 Dec 2022 18:28:22 +0000 (10:28 -0800)] 
Merge pull request #2292 from paperless-ngx/fix-live-filterable-dropdown

Fix: live filterable dropdowns broken in 1.11.x

2 years agoMerge pull request #2261 from paperless-ngx/fix/2248-file-env-stuff
shamoon [Sat, 31 Dec 2022 16:22:43 +0000 (08:22 -0800)] 
Merge pull request #2261 from paperless-ngx/fix/2248-file-env-stuff

Bugfix: Reading environment from files didn't work for management commands

2 years agofix dropdown selection model updating 2292/head
Michael Shamoon [Sat, 31 Dec 2022 16:08:30 +0000 (08:08 -0800)] 
fix dropdown selection model updating

2 years agoMerge pull request #2279 from paperless-ngx/fix/2278-include-task-id
shamoon [Fri, 30 Dec 2022 23:45:34 +0000 (15:45 -0800)] 
Merge pull request #2279 from paperless-ngx/fix/2278-include-task-id

Bugfix: Return created task ID when posting document to API

2 years ago[Documentation] Add v1.11.2 changelog (#2282)
github-actions[bot] [Fri, 30 Dec 2022 23:44:27 +0000 (15:44 -0800)] 
[Documentation] Add v1.11.2 changelog (#2282)

* Changelog v1.11.2 - GHA

* Update changelog.md

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2 years agoUpdate version strings for dev
Michael Shamoon [Fri, 30 Dec 2022 23:39:02 +0000 (15:39 -0800)] 
Update version strings for dev

2 years agov1.11.2 v1.11.2
Michael Shamoon [Fri, 30 Dec 2022 23:17:57 +0000 (15:17 -0800)] 
v1.11.2

2 years agoNew Crowdin updates (#2276)
Paperless-ngx Translation Bot [bot] [Fri, 30 Dec 2022 23:16:41 +0000 (15:16 -0800)] 
New Crowdin updates (#2276)

* New translations messages.xlf (Serbian (Latin))
[ci skip]

* New translations messages.xlf (Serbian (Latin))
[ci skip]

* New translations messages.xlf (German)
[ci skip]

* New translations messages.xlf (Romanian)
[ci skip]

* New translations messages.xlf (French)
[ci skip]

* New translations messages.xlf (Spanish)
[ci skip]

* New translations messages.xlf (Arabic)
[ci skip]

* New translations messages.xlf (Belarusian)
[ci skip]

* New translations messages.xlf (Czech)
[ci skip]

* New translations messages.xlf (Danish)
[ci skip]

* New translations messages.xlf (Finnish)
[ci skip]

* New translations messages.xlf (Hebrew)
[ci skip]

* New translations messages.xlf (Italian)
[ci skip]

* New translations messages.xlf (Dutch)
[ci skip]

* New translations messages.xlf (Norwegian)
[ci skip]

* New translations messages.xlf (Polish)
[ci skip]

* New translations messages.xlf (Portuguese)
[ci skip]

* New translations messages.xlf (Russian)
[ci skip]

* New translations messages.xlf (Slovenian)
[ci skip]

* New translations messages.xlf (Swedish)
[ci skip]

* New translations messages.xlf (Turkish)
[ci skip]

* New translations messages.xlf (Chinese Simplified)
[ci skip]

* New translations messages.xlf (Portuguese, Brazilian)
[ci skip]

* New translations messages.xlf (Croatian)
[ci skip]

* New translations messages.xlf (Luxembourgish)
[ci skip]

* New translations messages.xlf (Serbian (Latin))
[ci skip]

2 years agoMerge pull request #2280 from paperless-ngx/fix-frontend-consumption-scope
shamoon [Fri, 30 Dec 2022 22:46:28 +0000 (14:46 -0800)] 
Merge pull request #2280 from paperless-ngx/fix-frontend-consumption-scope

Fix frontend mailrule missing consumption scope parameter

2 years agoFix frontend mailrule missing consumption scope parameter 2280/head
Michael Shamoon [Fri, 30 Dec 2022 22:26:01 +0000 (14:26 -0800)] 
Fix frontend mailrule missing consumption scope parameter

2 years agoAdds testing coverage and fixing up post API tests 2279/head
Trenton Holmes [Fri, 30 Dec 2022 22:00:40 +0000 (14:00 -0800)] 
Adds testing coverage and fixing up post API tests

2 years agoUpdates the post view to return the async task id. Adds query parameter to the tasks...
Trenton Holmes [Fri, 30 Dec 2022 21:43:49 +0000 (13:43 -0800)] 
Updates the post view to return the async task id.  Adds query parameter to the tasks endpoint to get single task status

2 years agoUpdate version string for dev
Michael Shamoon [Fri, 30 Dec 2022 16:52:46 +0000 (08:52 -0800)] 
Update version string for dev

2 years ago[Documentation] Add v1.11.1 changelog (#2274)
github-actions[bot] [Fri, 30 Dec 2022 16:51:58 +0000 (08:51 -0800)] 
[Documentation] Add v1.11.1 changelog (#2274)

* Changelog v1.11.1 - GHA

* Update changelog.md

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2 years agov1.11.1 v1.11.1
Michael Shamoon [Fri, 30 Dec 2022 16:33:54 +0000 (08:33 -0800)] 
v1.11.1

2 years agoMerge branch 'dev'
Michael Shamoon [Fri, 30 Dec 2022 16:33:38 +0000 (08:33 -0800)] 
Merge branch 'dev'

2 years agoNew Crowdin updates (#2268)
Paperless-ngx Translation Bot [bot] [Fri, 30 Dec 2022 16:32:55 +0000 (08:32 -0800)] 
New Crowdin updates (#2268)

* New translations messages.xlf (Serbian (Latin))
[ci skip]

* New translations messages.xlf (Portuguese)
[ci skip]

* New translations django.po (Portuguese)
[ci skip]

* New translations messages.xlf (German)
[ci skip]

* New translations messages.xlf (Romanian)
[ci skip]

* New translations messages.xlf (French)
[ci skip]

* New translations messages.xlf (Spanish)
[ci skip]

* New translations messages.xlf (Arabic)
[ci skip]

* New translations messages.xlf (Belarusian)
[ci skip]

* New translations messages.xlf (Czech)
[ci skip]

* New translations messages.xlf (Danish)
[ci skip]

* New translations messages.xlf (Finnish)
[ci skip]

* New translations messages.xlf (Hebrew)
[ci skip]

* New translations messages.xlf (Italian)
[ci skip]

* New translations messages.xlf (Dutch)
[ci skip]

* New translations messages.xlf (Norwegian)
[ci skip]

* New translations messages.xlf (Polish)
[ci skip]

* New translations messages.xlf (Portuguese)
[ci skip]

* New translations messages.xlf (Russian)
[ci skip]

* New translations messages.xlf (Slovenian)
[ci skip]

* New translations messages.xlf (Swedish)
[ci skip]

* New translations messages.xlf (Turkish)
[ci skip]

* New translations messages.xlf (Chinese Simplified)
[ci skip]

* New translations messages.xlf (Portuguese, Brazilian)
[ci skip]

* New translations messages.xlf (Croatian)
[ci skip]

* New translations messages.xlf (Luxembourgish)
[ci skip]

* New translations messages.xlf (Serbian (Latin))
[ci skip]

2 years agoMerge pull request #2272 from paperless-ngx/fix-missing-consupmtion-scope-options
shamoon [Fri, 30 Dec 2022 16:08:57 +0000 (08:08 -0800)] 
Merge pull request #2272 from paperless-ngx/fix-missing-consupmtion-scope-options

2 years agoMerge pull request #2273 from paperless-ngx/fix-2267
shamoon [Fri, 30 Dec 2022 16:07:38 +0000 (08:07 -0800)] 
Merge pull request #2273 from paperless-ngx/fix-2267

2 years agofix edit dialog creation d/t success emitter was renamed 2273/head
Michael Shamoon [Fri, 30 Dec 2022 15:33:45 +0000 (07:33 -0800)] 
fix edit dialog creation d/t success emitter was renamed

2 years agoFix missing frontend email attachment options 2272/head
Michael Shamoon [Fri, 30 Dec 2022 15:20:17 +0000 (07:20 -0800)] 
Fix missing frontend email attachment options

2 years agoUpdate version strings for dev
Michael Shamoon [Fri, 30 Dec 2022 04:10:14 +0000 (20:10 -0800)] 
Update version strings for dev

2 years agoSquashed commit of the following:
Michael Shamoon [Fri, 30 Dec 2022 04:09:58 +0000 (20:09 -0800)] 
Squashed commit of the following:

commit b1410a854e03087023c89998b14c3296ac669f1f
Merge: f9ce4d8f 8ec9c77e
Author: shamoon <4887959+shamoon@users.noreply.github.com>
Date:   Thu Dec 29 20:09:09 2022 -0800

    Merge pull request #2263 from paperless-ngx/v1.11.0-changelog

    [Documentation] Add v1.11.0 changelog

commit 8ec9c77e51dc492f6b7f468ab533204848a554b3
Author: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Fri Dec 30 04:08:17 2022 +0000

    Changelog v1.11.0 - GHA

commit f9ce4d8f6a9086d21f7f9c5411a28dd8b0b7135e
Author: Michael Shamoon <4887959+shamoon@users.noreply.github.com>
Date:   Thu Dec 29 19:40:25 2022 -0800

    Update version strings for 1.11.0

commit 8c9a74ee0ca03d1f1afd7dee9203648d48bb33c1
Merge: 605f86f0 0b59ef2c
Author: Michael Shamoon <4887959+shamoon@users.noreply.github.com>
Date:   Thu Dec 29 19:39:38 2022 -0800

    Merge branch 'dev'

commit 605f86f0cfb908761d2f71d7e17c1e60668b7edf
Merge: 800e842a 8cbaca22
Author: shamoon <4887959+shamoon@users.noreply.github.com>
Date:   Wed Dec 28 15:55:35 2022 -0800

    Merge pull request #2256 from mendelk/patch-1

    Fixed typo in docs

commit 8cbaca22c12b5f3129b52a376dd56f00600f27be
Author: Mendel Kramer <mendelk@users.noreply.github.com>
Date:   Wed Dec 28 18:16:00 2022 -0500

    Fixed typo in docs

commit 800e842ab304ce2fcb1c126d491dac0770ad66ff
Author: ThellraAK <github.com@absurdlybored.com>
Date:   Wed Dec 21 01:36:37 2022 -0900

    Removing Mariadb default open port (#2227)

    * Removing Mariadb default open port

    Removing the listening port 3306 for the DB, Docker networks will let the containers talk to one another.  The existing setup would allow anyone to connect to the DB and use the default passwords.

    * Update docker-compose.mariadb-tika.yml

    Adding change to the other compose file to remove open port

    * Remove excess blank lines

    * Remove excess blank lines

Co-authored-by: Felix E <felix@eckhofer.com>
commit 6f6f365e2b36410110275ca92b5ba467500bb577
Merge: 6d324dbd 43b863b8
Author: shamoon <4887959+shamoon@users.noreply.github.com>
Date:   Sat Dec 17 19:58:06 2022 -0800

    Merge pull request #2203 from tooomm/docs_updates

    Docs: More fixes and improvements

commit 43b863b816337dd19dd9b903e76ecf50b47f1583
Author: tooomm <tooomm@users.noreply.github.com>
Date:   Sun Dec 11 19:44:18 2022 +0100

    doc fixes

    This reverts commit e015babdc102a65a3cce0cc71812d3eb730da92e.

    link fix

    fix escaping, spacing, profile links, typo

    revert

    ~~add~~ at fixes

    Revert "~~add~~ at fixes"

    This reverts commit ce0192b733c19614048de81ea917660e25bb35f2.

commit 6d324dbd8e73c5acdd3b53fd9013c70c53d012e1
Author: shamoon <4887959+shamoon@users.noreply.github.com>
Date:   Fri Dec 16 09:10:11 2022 -0800

    Update config.yml

commit 8ddf05e573c4bc2a55ef6d20f5e36181ccf534b5
Author: shamoon <4887959+shamoon@users.noreply.github.com>
Date:   Fri Dec 16 09:09:48 2022 -0800

    Update bug-report.yml

commit 0472dfe25a02b3bc9b148f435bcda6e2e2987355
Author: tooomm <tooomm@users.noreply.github.com>
Date:   Sun Dec 11 19:12:58 2022 +0100

    Docs: Fix leftover issues from conversion (#2172)

commit 8b36c9ad64bb7638e33d9cb22217f3d8345d5c1e
Author: tooomm <tooomm@users.noreply.github.com>
Date:   Sun Dec 11 16:07:08 2022 +0100

    more fixes and cleanup

commit 1266f2d5b948b7d99dab267e34840ece6a3fbaa4
Author: tooomm <tooomm@users.noreply.github.com>
Date:   Sun Dec 11 12:06:15 2022 +0100

    fix links

commit 81960519592095df714fb0e0f7a0e907488fa269
Merge: 06a6eb03 d198142a
Author: shamoon <4887959+shamoon@users.noreply.github.com>
Date:   Fri Dec 9 16:12:20 2022 -0800

    Merge pull request #2157 from Weltraumschaf/patch-1

    Update setup.md

commit d198142a1ef8cdcaa0d19d126d67b4ade754fceb
Author: Sven Strittmatter <ich@weltraumschaf.de>
Date:   Fri Dec 9 22:09:06 2022 +0100

    Update setup.md

    W/o the slash it resolves to /setup/configuration/ which does 404.

commit 06a6eb0326af6eb3bbe523b0c0061fc324578834
Author: Michael Shamoon <4887959+shamoon@users.noreply.github.com>
Date:   Fri Dec 9 08:15:03 2022 -0800

    fix code block indentation

commit 28819d6d0fb77b8f6030865b0c0d2a1b74a39cad
Author: shamoon <4887959+shamoon@users.noreply.github.com>
Date:   Fri Dec 9 08:11:42 2022 -0800

    Fix code block indentation

commit 8cd5e25364768512af90c773c6a2d307cf59febe
Merge: 32d54674 7788d932
Author: shamoon <4887959+shamoon@users.noreply.github.com>
Date:   Tue Dec 6 11:23:15 2022 -0800

    Merge pull request #2137 from paperless-ngx/more-docs-cleanup

    Chore: Cleanup of new documentation

commit 7788d932275fd108f6ab9425b1daeabd2c931422
Author: Trenton Holmes <797416+stumpylog@users.noreply.github.com>
Date:   Sun Dec 4 08:34:49 2022 -0800

    Further cleanup of docs, including fixing autoconvert issues and general cleanups

commit 32d546740bd4f086369d1a81ddb6658b2f9298b0
Merge: b0ca57a7 24da3e50
Author: shamoon <4887959+shamoon@users.noreply.github.com>
Date:   Sun Dec 4 19:12:27 2022 -0800

    Merge pull request #2118 from alexander-bauer/chart-bump

commit 24da3e50342d3494ba93c83a601c8f44c635e43d
Author: Alexander Bauer <sasha@linux.com>
Date:   Mon Dec 5 02:51:35 2022 +0000

    Bump Helm Chart version to trigger release

commit b0ca57a7f0e5694f5442303e6b17cf6abe120f9a
Merge: cdd49c51 c864b3cd
Author: shamoon <4887959+shamoon@users.noreply.github.com>
Date:   Sun Dec 4 14:36:00 2022 -0800

    Merge pull request #2114 from paperless-ngx/v1.10.2-changelog

    [Documentation] Add v1.10.2 changelog

commit cdd49c51426e0de8937210a65e717fb46eea6101
Author: Michael Shamoon <4887959+shamoon@users.noreply.github.com>
Date:   Sun Dec 4 14:32:08 2022 -0800

    Update frontend compilation info

commit c864b3cd19da3dc37f2f3ba3afa34cfcb73892a8
Author: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Sun Dec 4 21:17:16 2022 +0000

    Changelog v1.10.2 - GHA