Michael Shamoon
39661a548a
Update messages.xlf
2022-08-23 19:22:30 -07:00
Michael Shamoon
1d67acc44d
Move add comment to top of comments list
2022-08-23 19:22:30 -07:00
Michael Shamoon
765e27f719
Cleanup frontend comment service & other code
...
[ci skip]
2022-08-23 19:20:08 -07:00
Michael Shamoon
bf1f65dc89
Rework comment UI
...
Add error popups, text field validation, move form, move comment header to footer, updated styling
2022-08-23 19:20:08 -07:00
Michael Shamoon
b0ae307add
python code style
2022-08-23 19:20:08 -07:00
Michael Shamoon
9c360a2ceb
Refactor comment UI code
...
And run prettier
2022-08-23 19:20:08 -07:00
Michael Shamoon
349060658c
fix migration dependency
...
and run code style
2022-08-23 19:19:21 -07:00
Michael Shamoon
644a7ac41a
Missed PAPERLESS_COMMENTS_ENABLED code
2022-08-23 19:19:21 -07:00
shamoon
0c9906f00e
Remove faux test file
2022-08-23 19:19:21 -07:00
Michael Shamoon
a74b078f30
Fix comment service method signature
...
and run prettier over file
2022-08-23 19:19:21 -07:00
Michael Shamoon
827fd540c7
Remove faux testing file
2022-08-23 19:19:21 -07:00
Michael Shamoon
630a4d02e0
Use frontend settings instead of env variable
2022-08-23 19:19:21 -07:00
tim-vogel
278e9c12e1
add comment function
2022-08-23 19:19:21 -07:00
tooomm
c2fda245ac
typo
2022-08-23 19:18:45 -07:00
shamoon
aeb38c4a6d
Merge pull request #1446 from paperless-ngx/feature-storage-path-rematch
...
Feature: Adds storage paths to re-tagger command
2022-08-21 20:07:06 -07:00
shamoon
84f0324439
Merge pull request #1440 from GwynHannay/feature-orig-filename-metadata
...
Feature: Preserve original filename in metadata
2022-08-21 20:05:25 -07:00
Quinn Casey
a78432d59a
Merge pull request #1445 from paperless-ngx/library-deps-update
...
Chore: Bump Python dependencies
2022-08-21 18:45:58 -07:00
Trenton Holmes
b6060ff990
Adds the storage paths to the re-tagger command
2022-08-21 18:01:19 -07:00
Trenton Holmes
fd23599856
Also provide the original file name to the post consumption script
2022-08-21 16:16:28 -07:00
Trenton Holmes
81f5967124
Bumps all library versions which are currently working
2022-08-21 08:34:40 -07:00
Michael Shamoon
4321e97758
Add original filename to frontend doc detail metadata
2022-08-21 08:06:56 -07:00
Gwyn Hannay
b8b0d18b25
format code
2022-08-20 14:31:30 -07:00
Gwyn Hannay
89c26f9604
create migration for original filename
2022-08-20 14:30:40 -07:00
Gwyn Hannay
7e8183769b
update files and model to include new field
2022-08-20 14:30:14 -07:00
Stefan
87cf215f3e
adapt test to respect gmail_label keyword
2022-08-20 13:15:38 -07:00
Stefan
4cb5187901
fix debug output
2022-08-20 13:15:38 -07:00
Stefan
fe9e818aa8
Ignore tagged emails from gmail to avoid duplicated documents.
2022-08-20 13:15:38 -07:00
Stefan
e19021dc11
add test for gmail account tag handling
2022-08-20 13:15:38 -07:00
Stefan
82751e5136
fix mail tests
2022-08-20 13:15:38 -07:00
Stefan
4eede1381c
fix formatting
2022-08-20 13:15:38 -07:00
Stefan
e01452d02f
Handle tags for gmail email accounts
...
like mentioned here: https://github.com/ikvk/imap_tools/issues/174
2022-08-20 13:15:38 -07:00
Quinn Casey
5534338aa4
Merge pull request #1436 from tribut/redis-image
...
Update redis image
2022-08-18 08:03:19 -07:00
Felix Eckhofer
16ff500f0d
Use redis image tag :7
2022-08-18 11:47:47 +02:00
Dennis Gaida
64747a145a
remove redis URL from log
2022-08-16 12:41:52 -07:00
Dennis Gaida
9d200e6102
Hide credentials from log
2022-08-16 12:41:52 -07:00
Dennis Gaida
cd83c8e7bf
PAPERLESS_REDIS may be set via docker secrets
...
Best practice is for redis to be at least password protected: https://redis.io/docs/getting-started/ .
Paperless uses `Redis.from_url` (5fe435048b/docker/wait-for-redis.py (L24)
) to establish a connection to redis which already enables us to use username/password, e.g. `redis://username:password@redis:6379`.
The redis connection string therefore is a secret and needs to be able to leverage docker secrets, hence this PR.
2022-08-16 12:41:52 -07:00
shamoon
24eb63d5f4
Merge pull request #1412 from paperless-ngx/fix/created-date-not-required
...
Fix: `created_date` should not be required
2022-08-14 16:06:48 -07:00
Trenton Holmes
f3f11bb24e
Resets to a last known working pipenv version
2022-08-14 16:01:22 -07:00
Michael Shamoon
5d7ae1b3f1
created_date
is not supposed to be required
2022-08-14 00:58:31 -07:00
Quinn Casey
2c7d86094a
Merge pull request #1391 from paperless-ngx/chore-update-deps
...
Chore: Update Python deps
2022-08-10 09:31:00 -07:00
Trenton Holmes
e781372d54
Updates some deps, skipping scipy
2022-08-10 08:45:49 -07:00
shamoon
a9a401979a
Merge pull request #1387 from paperless-ngx/bugfix-task-error-prevents-consume
...
Bugfix: Catch all exceptions during the task signals
2022-08-10 07:09:29 -07:00
Trenton Holmes
1b4e7499df
Catch all exceptions during the task creation so some error here, but not with a file, will allow consumption to run
2022-08-09 15:50:03 -07:00
Quinn Casey
7f0a7350d3
Merge pull request #1376 from paperless-ngx/fix/saved-view-page-param
...
Fix: saved view page parameter
2022-08-08 10:06:11 -07:00
Michael Shamoon
c89cdfe904
fix navigation to /documents breaks history
2022-08-08 00:05:19 -07:00
Michael Shamoon
5bc0f39834
fix pagination, refactor
2022-08-08 00:03:15 -07:00
shamoon
869c9b61c6
Merge pull request #1369 from paperless-ngx/fix/browser-unsaved-changes
...
Fix: Correct browser unsaved changes warning
2022-08-07 15:43:10 -07:00
shamoon
b85cd35ca8
Merge pull request #1370 from paperless-ngx/fix/date-pasting
...
Fix: correct date pasting with some non-US formats
2022-08-07 15:42:00 -07:00
Quinn Casey
3c7c77420b
Merge pull request #1362 from paperless-ngx/ci-file-health
...
Chore: use pre-commit in the Ci workflow
2022-08-07 13:33:34 -07:00
Michael Shamoon
5a98dec99e
Fix some date pasting cases
2022-08-07 08:44:39 -07:00