Trenton H
7a798d6672
Transition code to Jinja2
2024-10-04 10:52:56 -07:00
shamoon
0af1a32c48
Return select field option text not ID
2024-10-03 13:43:39 -07:00
Trenton H
dc25d53af4
Use a custom filter to work around access to fields with spaces
2024-10-03 11:44:05 -07:00
Trenton H
6d8ffa3382
Moves this to the more standard Django location
2024-10-03 10:14:58 -07:00
Trenton H
6d1f9b0e0c
Only santize custom field values which are underlying text
2024-10-03 10:08:40 -07:00
Trenton H
bf44571a89
Downgrades the error to a warning
2024-10-03 08:58:00 -07:00
Trenton H
63f78658ed
Finalizes the migration
2024-10-03 08:54:33 -07:00
Trenton H
1798b767d6
Merge remote-tracking branch 'origin/dev' into feature-enhanced-templating
2024-10-03 07:31:29 -07:00
Martin Richtarsky
b3487f1843
Enhancement: check for mail destination directory, log post-consume errors ( #7808 )
...
---------
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2024-10-02 20:21:35 -07:00
shamoon
f8d79b012f
Feature: custom fields queries ( #7761 )
2024-10-03 00:15:42 +00:00
Trenton H
0c5d8f6ff3
Further testing and examples
2024-10-02 11:13:23 -07:00
Trenton H
25a4d61391
Tests and documentation for custom field usage
2024-10-02 10:52:59 -07:00
Trenton H
7189cec0be
moves to system check, fixes issue with not being a relative path
2024-10-02 10:20:08 -07:00
Trenton H
733cdc71ce
Upgrades to testing and various small fixes
2024-10-02 09:28:55 -07:00
Trenton H
5b1cb50793
Creates a custom tag to handle the whitespace business
2024-10-02 08:52:27 -07:00
Trenton H
8807b3581e
initial complex testing
2024-10-01 15:04:43 -07:00
Trenton H
507909bfd8
Simplifies the validation
2024-10-01 13:50:01 -07:00
Trenton H
0f26114ca0
Fixes some tests, and adds migration for StoragePaths
2024-10-01 13:48:28 -07:00
Trenton H
1f2a789c24
initial work on using DTL for rendering the filenames
2024-10-01 12:50:11 -07:00
Trenton H
2ab71137b9
Chore: Upgrades OCRMyPDF to v16 ( #7815 )
2024-10-01 02:53:44 +00:00
shamoon
991c9b0ca4
Enhancement: disable-able mail rules, add toggle to overview ( #7810 )
2024-09-30 19:42:19 -07:00
shamoon
56e1365b4b
Fix page_count migration
2024-09-27 21:47:30 -07:00
Trenton H
e6f59472e4
Chore: Drop Python 3.9 support ( #7774 )
2024-09-26 12:22:24 -07:00
shamoon
5e687d9a93
Feature: auto-clean some invalid pdfs ( #7651 )
2024-09-25 15:57:20 +00:00
s0llvan
c92c3e224a
Feature: page count ( #7750 )
...
---------
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2024-09-25 08:22:12 -07:00
shamoon
d7ba6d98d3
Feature: Enhanced backend custom field search API ( #7589 )
...
commit 910dae8413028f647e6295f30207cb5d4fc6605d
Author: Yichi Yang <yiy067@ucsd.edu>
Date: Wed Sep 4 12:47:19 2024 -0700
Fix: correctly handle the case where custom_field_lookup refers to multiple fields
commit e43f70d708b7d6b445f3ca8c8bf9dbdf5ee26085
Author: Yichi Yang <yiy067@ucsd.edu>
Date: Sat Aug 31 14:06:45 2024 -0700
Co-Authored-By: Yichi Yang <yichiyan@usc.edu>
2024-09-23 23:33:49 -07:00
shamoon
609fa9a212
Enhancement: set Django SESSION_EXPIRE_AT_BROWSER_CLOSE from PAPERLESS_ACCOUNT_SESSION_REMEMBER ( #7748 )
2024-09-20 10:36:40 -07:00
shamoon
a440c88b81
Enhancement: allow setting session cookie age ( #7743 )
2024-09-19 18:58:40 -07:00
shamoon
3b7fdb2f37
Bump version to 2.12.1
2024-09-15 20:08:24 -07:00
github-actions[bot]
eeeec498d4
New Crowdin translations by GitHub Action ( #7668 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-09-15 19:40:35 -07:00
shamoon
0af2b967e4
Fix: wait to apply tag changes until other changes saved with multiple workflows ( #7711 )
2024-09-16 01:26:24 +00:00
shamoon
4193401be7
Fix: delete_pages should require ownership ( #7714 )
2024-09-15 16:24:40 -07:00
shamoon
9a7f95865f
Chore: mark some more tests as flaky
2024-09-10 16:41:11 -07:00
shamoon
f1559b7108
Fix: add permissions to OPTIONS requests for notes ( #7661 )
2024-09-09 08:34:21 -07:00
shamoon
aeb49898e5
Bump version to 2.12.0
2024-09-08 17:47:20 -07:00
github-actions[bot]
357ae92d88
New Crowdin translations by GitHub Action ( #7658 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-09-08 16:53:13 -07:00
github-actions[bot]
74330623b3
New Crowdin translations by GitHub Action ( #7528 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-09-08 16:51:37 -07:00
Trenton H
3df8be0bc7
Fix: Rework system check so it won't crash if tesseract is not found ( #7640 )
2024-09-08 12:17:32 -07:00
Lukas Metzger
cc25cbc026
Refactor: performance and storage optimization of barcode scanning ( #7646 )
...
---------
Co-authored-by: Lukas Metzger <1814751+loewexy@users.noreply.github.com>
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2024-09-07 16:11:36 -07:00
shamoon
e98d52830f
Fix: use JSON for note audit log entries ( #7650 )
2024-09-07 16:09:11 -07:00
shamoon
4903e4290d
Enhancement: re-work mail rule dialog, support multiple include patterns ( #7635 )
2024-09-05 15:32:03 -07:00
shamoon
dad3a1ff28
Feature: add Korean language ( #7573 )
2024-08-28 20:10:23 -07:00
Daniel Bankmann
ce663398e6
Enhancement: mail message preprocessor for gpg encrypted mails ( #7456 )
...
---------
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2024-08-29 00:22:44 +00:00
Dennis Melzer
eaaaa575b8
Enhancement: allow multiple filename attachment exclusion patterns for a mail rule ( #5524 )
...
---------
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2024-08-27 09:31:46 -07:00
Yichi Yang
a0c227fe55
Refactor: Use django-filter logic for filtering full text search queries ( #7507 )
2024-08-24 21:20:43 -07:00
Yichi Yang
057ce29676
Refactor: Reduce number of SQL queries when serializing List[Document] ( #7505 )
2024-08-24 21:20:24 -07:00
shamoon
dfa25343a3
Bump version to 2.11.6
2024-08-22 20:40:13 -07:00
shamoon
8e34756e6b
Bump version to 2.11.5
2024-08-22 16:20:53 -07:00
github-actions[bot]
76951ea482
New Crowdin translations by GitHub Action ( #7446 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-08-22 16:19:35 -07:00
shamoon
b5e4aaa778
Revert "Chore: add line to log indexing"
...
This reverts commit b34f9c3b2083069fdb82eb504de00c222a04ba34.
2024-08-20 22:11:20 -07:00