Trenton H
64cfc43891
Inreases the length to 5, allowing for commas as well as values ( #4719 )
2023-11-30 07:00:54 -08:00
shamoon
10729f0362
Feature: Implement custom fields for documents ( #4502 )
...
Adds custom fields of certain data types, attachable to documents and searchable
Co-Authored-By: Trenton H <797416+stumpylog@users.noreply.github.com>
2023-11-05 17:27:23 -08: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
shamoon
9712ac109d
Feature: consumption templates ( #4196 )
...
* Initial implementation of consumption templates
* Frontend implementation of consumption templates
Testing
* Support consumption template source
* order templates, automatically add permissions
* Support title assignment in consumption templates
* Refactoring, filters to and, show sources on list
Show sources on template list, update some translation strings
Make filters and
minor testing
* Update strings
* Only update django-multiselectfield
* Basic docs, document some methods
* Improve testing coverage, template multi-assignment merges
2023-09-22 16:53:13 -07:00
shamoon
7c9ab8c0b6
Feature: Share links ( #3996 )
...
* Implement share links
Basic implementation of share links
Make certain share link fields not editable, automatically grant permissions on migrate
Updated styling, error messages from expired / deleted links
frontend code linting, reversable sharelink migration
testing coverage
Update translation strings
No links message
* Consolidate file response methods
* improvements to share links on mobile devices
* Refactor share links file_version
* Add docs for share links
* Apply suggestions from code review
* When filtering share links, use the timezone aware now()
* Removes extra call to setup directories for usage in testing
* FIx copied badge display on some browsers
* Move copy to ngx-clipboard library
---------
Co-authored-by: Trenton H <797416+stumpylog@users.noreply.github.com>
2023-09-14 13:32:43 -07:00
shamoon
487d3a6262
Support owner API query vars
2023-05-08 15:34:14 -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
shamoon
bf8ae22f3f
Rename comments --> notes
2023-03-18 13:59:17 -07:00
shamoon
89c639f850
Just include comments on document object
2023-03-17 18:47:03 -07:00
shamoon
00e17f4d69
Allow filtering on multiple correspondents, doctypes, storage paths
...
Preserve 'Not assigned' option
Fix default logical operator
Update frontend strings
Fix radio button name overlaps
Use include / exclude with multi-select for OneToOne objects
2023-03-17 17:57:54 -07:00
shamoon
b382f1412a
Change model uniqueness from name to name+owner
2023-03-08 19:07:32 -08:00
Trenton H
41bcfcaffe
Changes out the settings and a decent amount of test code to be pathlib compatible
2023-03-06 09:16:07 -08:00
Brandon Rothweiler
8b2b7bbe6d
Add an option to disable matching
2023-02-21 20:01:30 -05:00
shamoon
d2a6f79612
Merge branch 'dev' into feature-permissions
2023-02-03 14:23:50 -08:00
shamoon
ac611acaa1
Correct PaperlessTask model field verbose name
...
Closes #2597
2023-02-03 13:49:46 -08:00
Trenton H
0f536a9b9a
Detect and reset invalid ASNs to 0 during indexing with a loud error to the user
2023-02-03 08:31:45 -08:00
Michael Shamoon
44f860d9b0
Merge branch 'dev' into feature-permissions
2023-01-24 14:10:45 -08:00
Michael Shamoon
99c2442b28
Use 32bit integer for asn, unsigned Whoosh NUMERIC field
...
Co-Authored-By: Trenton H <797416+stumpylog@users.noreply.github.com>
2023-01-24 10:13:05 -08:00
Michael Shamoon
3c2df48a1a
Explicitly limit asn integer
2023-01-24 10:13:05 -08:00
Michael Shamoon
f021e7fcc3
Merge branch 'dev' into feature-permissions
2022-12-13 06:57:33 -08:00
Trenton H
97d6503fef
Switches task serialization over to pickle format
2022-12-12 15:37:01 -08:00
Michael Shamoon
8fad13b500
Merge branch 'dev' into feature-permissions
2022-12-09 03:31:26 -08:00
Trenton Holmes
54bb1ae27d
Adds an optional API field to follow the filenaming format when creating a bulk download zip
2022-12-08 18:32:14 -08:00
Michael Shamoon
dbaa606a9f
add django-guardian, djangorestframework-guardian
2022-12-05 21:02:56 -08:00
Trenton H
a72cc5da83
Connects up the celery signals to support pending, started and success/failure, without relying on django-celery-results
2022-10-24 09:10:10 -07:00
Trenton H
fad1b03458
Finalizes what the PaperlessTask will look like to the frontend
2022-09-27 12:44:01 -07:00
Trenton Holmes
9247300230
Transitions the backend to celery and celery beat
2022-09-26 11:25:34 -07:00
Michael Shamoon
a406920ae6
Add missing filter rule types to SavedViewFilterRule model
...
And add note to filter-rule-type.ts
2022-08-26 10:02:48 -07:00
Michael Shamoon
d5018af2a3
python code style
2022-08-23 19:20:08 -07:00
tim-vogel
817882ff6f
add comment function
2022-08-23 19:19:21 -07:00
Gwyn Hannay
e3cc5c3013
format code
2022-08-20 14:31:30 -07:00
Gwyn Hannay
4194b248b9
create migration for original filename
2022-08-20 14:30:40 -07:00
Gwyn Hannay
3fcbd8f3ac
update files and model to include new field
2022-08-20 14:30:14 -07:00
shamoon
1f73ca21bf
Merge pull request #1020 from paperless-ngx/feature-frontend-task-queue
...
Feature: frontend task queue
2022-07-08 14:06:24 -07:00
shamoon
ee9f1e7b70
Merge pull request #957 from paperless-ngx/feature-created-date
...
Feature: make frontend timezone un-aware
2022-07-02 16:58:30 -07:00
shamoon
92dd70098c
Merge branch 'dev' into feature-frontend-task-queue
2022-07-02 16:54:16 -07:00
Michael Shamoon
7ae8b46ea7
allow PaperlessTask.started null
2022-06-13 16:21:37 -07:00
Trenton Holmes
cc4cea1a41
Converts the conversion into a database migration
2022-06-11 13:04:21 -07:00
Trenton Holmes
e8868d7ebf
Entirely removes the optipng, updates ghostscript fall back to also use WebP. Updates the conversion to use a multiprocessing pool
2022-06-11 08:38:49 -07:00
Trenton Holmes
34192349be
Corrects the functionality of the webp conversion script
2022-06-10 08:56:25 -07:00
Trenton Holmes
153d0bb12a
Corrects the logic of thumbnail path to account for both getting existing path or building expected path
2022-06-10 07:59:22 -07:00
Trenton Holmes
6844f8f2bf
Minor tweaks to getting the document thumbnail path. Adds text thumbnail as webp
2022-06-10 06:56:28 -07:00
Michael Shamoon
58f2c6a5fc
webp thumbnail support with png fallback
2022-06-10 02:28:13 -07:00
Michael Shamoon
301b384a02
Merge branch 'dev' into feature-frontend-task-queue
2022-06-08 19:44:23 -07:00
Michael Shamoon
bd995089a8
Use pre_execute signal to specify started vs queued
2022-06-06 01:39:45 -07:00
Trenton Holmes
1707fe8990
Updates the Document str to account for a blank title instead of assuming title will be populated
2022-06-01 08:03:38 -07:00
Michael Shamoon
4bbaf5f89c
update post_save signal receiver
2022-05-26 21:09:04 -07:00
Michael Shamoon
5c980c31be
PaperlessTask and consumption_tasks endpoint
2022-05-26 21:05:24 -07:00