]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commit
Unify API perm endpoint to `set_permissions`, initial frontend support for doc sharing
authorMichael Shamoon <4887959+shamoon@users.noreply.github.com>
Wed, 7 Dec 2022 08:36:31 +0000 (00:36 -0800)
committerMichael Shamoon <4887959+shamoon@users.noreply.github.com>
Wed, 7 Dec 2022 08:49:26 +0000 (00:49 -0800)
commit79da613cb6636b1a2f871b968ece1ffb9eb95e99
tree62cbc5d431bb4a47ac709caa7f0c40347af06427
parent2973e4672a612c1ac6f0c52030a35478141507df
Unify API perm endpoint to `set_permissions`, initial frontend support for doc sharing
12 files changed:
src-ui/src/app/components/common/input/select/select.component.html
src-ui/src/app/components/common/input/select/select.component.ts
src-ui/src/app/components/document-detail/document-detail.component.html
src-ui/src/app/components/document-detail/document-detail.component.ts
src-ui/src/app/data/matching-model.ts
src-ui/src/app/data/object-with-permissions.ts [new file with mode: 0644]
src-ui/src/app/data/paperless-document.ts
src-ui/src/app/services/rest/abstract-paperless-service.ts
src/documents/serialisers.py
src/documents/tests/test_api.py
src/documents/views.py
src/paperless/views.py