dependabot[bot]
a196c14a58
Chore(deps-dev): Bump the development group with 3 updates ( #6079 )
...
* Chore(deps-dev): Bump the development group with 3 updates
Bumps the development group with 3 updates: [ruff](https://github.com/astral-sh/ruff ), [pytest](https://github.com/pytest-dev/pytest ) and [mkdocs-material](https://github.com/squidfunk/mkdocs-material ).
Updates `ruff` from 0.3.0 to 0.3.2
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/v0.3.0...v0.3.2 )
Updates `pytest` from 8.0.2 to 8.1.1
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/8.0.2...8.1.1 )
Updates `mkdocs-material` from 9.5.12 to 9.5.13
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases )
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG )
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.5.12...9.5.13 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development
- dependency-name: pytest
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development
- dependency-name: mkdocs-material
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development
...
Signed-off-by: dependabot[bot] <support@github.com>
* Updates pre-commit hook versions and runs it against all files
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Trenton H <797416+stumpylog@users.noreply.github.com>
2024-03-12 07:56:01 -07:00
shamoon
f07441a408
Feature: workflow removal action ( #5928 )
...
---------
Co-authored-by: Trenton H <797416+stumpylog@users.noreply.github.com>
2024-03-04 17:37:42 +00:00
shamoon
bf11dc8d1b
Enhancement: better monetary field with currency code ( #5858 )
2024-02-27 16:26:06 +00:00
shamoon
385d48f644
Fix workflow migration model imports
2024-02-21 12:32:58 -08:00
luzpaz
58bf9c552b
Documentation: Fix typos with automated tool ( #5319 )
...
---------
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2024-01-08 16:58:41 +00:00
shamoon
3b6ce16f1c
Feature: Workflows ( #5121 )
2024-01-03 08:19:19 +00:00
shamoon
5e8de4c1da
Enhancement: shared icon & shared by me filter ( #4859 )
2023-12-19 20:45:04 +00:00
shamoon
4481f12e32
Enhancement: implement document link custom field ( #4799 )
2023-12-05 08:16:56 -08:00
shamoon
f27f25aa03
Enhancement: support assigning custom fields via consumption templates ( #4727 )
2023-12-03 15:35:30 -08:00
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
24dbf669a9
Fix: add permissions for custom fields with migration ( #4513 )
2023-11-06 08:05:35 -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
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
001faf9ed7
Migrate encrypted png thumbnails to webp
2023-06-29 13:21:15 -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
Brandon Rothweiler
8b2b7bbe6d
Add an option to disable matching
2023-02-21 20:01:30 -05:00
shamoon
0e83c94832
Resolve migration conflicts
2023-02-03 14:25:22 -08:00
shamoon
d2a6f79612
Merge branch 'dev' into feature-permissions
2023-02-03 14:23:50 -08:00
shamoon
8154c7b53a
Migration required for rename of PaperlessTask field
2023-02-03 13:54:39 -08:00
Michael Shamoon
5fc7c15039
Fix conflicting migrations from dev
2023-01-24 14:23:01 -08:00
Michael Shamoon
44f860d9b0
Merge branch 'dev' into feature-permissions
2023-01-24 14:10:45 -08:00
shamoon
c7690c05f5
Merge pull request #2498 from paperless-ngx/fix-2496
...
Fix: limit asn integer size
2023-01-24 10:37:04 -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
f261c70f1e
make old paperlesstask name field nullable to fix downgrade migration
2023-01-23 13:31:01 -08:00
Michael Shamoon
1875e9852e
Resolve migration conflict
2022-12-13 07:00:52 -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
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
ff7d4d15cd
Fixes migration error if some tasks are defined already
2022-10-04 07:56:40 -07:00
Trenton H
19d4b85961
Fixes up some issues with the migrations and type mismatches
2022-10-03 13:18:25 -07:00
Trenton H
14b6216b49
Ensures all existing one to one fields are nulled before altering the field
2022-09-27 14:17:42 -07:00
Trenton H
9188e25dc5
Fixes migration order back to the right way
2022-09-27 13:55:31 -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
ddff902291
Fix 1023, 1024 migrations, add savedviewfilterrule migration
2022-08-26 10:02:48 -07:00
Trenton Holmes
d39b4ae8cb
Merges the migration branches
2022-08-24 14:24:10 -07:00
Michael Shamoon
6d956ac13b
fix migration dependency
...
and run code style
2022-08-23 19:19:21 -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