Compare commits

...

267 Commits

Author SHA1 Message Date
Cyril
0144044c55 (frontend) add pdf export regression test with embedded image fixtures
adds base64 png/jpg/svg image fixtures to stabilize pdf export snapshots

Signed-off-by: Cyril <c.gromoff@gmail.com>
2025-12-01 11:46:43 +01:00
Cyril
a6da37e231 (frontend) add test to compare generated PDF against reference template
ensures no regression by validating PDF content matches the expected pattern

Signed-off-by: Cyril <c.gromoff@gmail.com>
2025-12-01 11:46:31 +01:00
Anthony LC
9aeedd1d03 ️(frontend) improve UploadFile process
We notices that `context.getChanges` was very
greedy, on a large document with multiple
users collaborating, it caused performance issues.
We change the way that we track a upload by
listening onUploadEnd event instead of tracking
all changes in the document.
When a doc opens, we check if there are any ongoing
uploads and resume them.
We fix as well a race condition that could happen
when multiple collaborators were on a document
during an upload.
2025-12-01 10:31:46 +01:00
Anthony LC
f7d4e6810b ️(frontend) enhance Table of Contents
- the Table of Contents stickiness now covers the
full height of the viewport, before it was limited to
100vh
- we listen the scroll to highlight the heading
in the Table of Contents only when the Table of Contents
is open
- We debounce the editor change to avoid excessive updates
to the Table of Contents
2025-12-01 10:31:45 +01:00
Anthony LC
b740ffa52c 📌(frontend) Bump body-parser from 2.2.0 to 2.2.1
Bumps [body-parser](https://github.com/expressjs/body-parser)
from 2.2.0 to 2.2.1.
- [Release notes](https://github.com/expressjs/body-parser/releases)
- [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md)
- [Commits](https://github.com/expressjs/body-parser/compare/v2.2.0...v2.2.1)

---
updated-dependencies:
- dependency-name: body-parser
  dependency-version: 2.2.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-01 09:52:23 +01:00
Anthony LC
f555e36e98 ⬆️(dependencies) Jump js-yaml from 3.14.1 to 3.14.2
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.14.1 to 3.14.2.
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/3.14.1...3.14.2)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 3.14.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-01 09:51:11 +01:00
Anthony LC
de11ab508f ⬆️(dependencies) Bump glob from 10.4.5 to 10.5.0 in /src/mail
Bumps [glob](https://github.com/isaacs/node-glob) from 10.4.5 to 10.5.0.
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/node-glob/compare/v10.4.5...v10.5.0)

---
updated-dependencies:
- dependency-name: glob
  dependency-version: 10.5.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-01 09:11:53 +01:00
Anthony LC
dc2fe4905b ⬆️(frontend) upgrade some gitHub actions
Some github actions were using outdated versions.
This commit upgrades them to use a common versions
for all our workflows.
2025-11-28 17:36:16 +01:00
Anthony LC
2864669dde 🚸(frontend) do not show comments button on resources
The comments does not seems to work on
resources (images, pdf, ...), so we hide the button
when the selected block is not a text block.
2025-11-26 12:03:09 +01:00
Anthony LC
7dae3a3c02 🍱(frontend) Docs icon overridable from theme
Depend the theme, you can have different Docs icons
in the header.
A customization was already possible from the
theme customization file, but now it is as
well possible to override the icon from the theme
itself, making it easier to manage different themes
with different icons.
We change the theme customization variable name
to "icon" instead of "logo", "logo" was already
used for the main logo of the application inside
the theme configuration.
2025-11-26 12:03:09 +01:00
Anthony LC
bdf62e2172 🔥(frontend) remove button delete invitation
We can already remove a invitation directly from
the role dropdown, so having a delete button in the
more actions menu is redundant.
2025-11-26 12:03:09 +01:00
Anthony LC
29104dfe2d 💥(frontend) upgrade to ui-kit v2
Upgrade Docs to Ui-Kit v2 and apply new color
scheme from LaSuite design system.
This commit will probably create breaking changes if
user has custom styles applied to their docs.
2025-11-26 11:32:18 +01:00
Anthony LC
785c9b21cf ️(sw) stop to cache external resources likes videos
Some videos from external sources can be very
large and slow to cache. To improve performance, we
decided to stop caching these resources in the
service worker.
We will cache only images and fonts from external
sources.
The videos will maybe not be available when offline
mode.
2025-11-26 10:27:15 +01:00
Cyril
3fee1f2081 (frontend) prevent duplicate emoji when used as first char in title
ensures icon and title are visually distinct in sub-document headers

Signed-off-by: Cyril <c.gromoff@gmail.com>
2025-11-25 15:38:30 +01:00
Cyril
5f9968d81e (frontend) improve screen reader support in DocShare modal
adds relevant aria-labels to enhance accessibility for assistive technologies

Signed-off-by: Cyril <c.gromoff@gmail.com>
2025-11-25 15:02:36 +01:00
Anthony LC
f7baf238e3 🐛(frontend) fix toolbar not activated when reader
When user was a reader of the document, the toolbar
of the BlockNote editor was not activated,
making it impossible to download resources like images.
We add the toolbar even in viewer mode.
We block as well automatic document mutation
from custom blocks when the editor is in viewer mode
to avoid unwanted modifications.
2025-11-25 12:58:26 +01:00
renovate[bot]
bab42efd08 ⬆️(dependencies) update @sentry/nextjs to v10.27.0 [SECURITY] 2025-11-24 21:59:02 +00:00
Jacques ROUSSEL
175d80db16 ♻️(helmfile) rename helmfile
Rename helmfile to helmfile.yaml.gotmpl to be compatible with helmfile
0.162 and 1.1.9
2025-11-20 15:13:55 +01:00
Manuel Raynaud
f8b8390758 ♻️(backend) UserSerializer fallback strategy from UserLightSerializer
In the UserLightSerializer we were fallbacking on a strategy to never
have a full_name or short_name empty. We use the part of the email
befire the @. We are doing the same thing now in the main
UserSerializer.
2025-11-20 14:41:48 +01:00
Anthony LC
a1463e0a10 🐛(frontend) fix button markdown not visible
On smaller screens, the markdown button in the
toolbar was not every time visible.
We fix this issue.
2025-11-20 14:41:48 +01:00
Anthony LC
0b555eed9f ♻️(frontend) replace default comment toolbar button
Replace the default comment toolbar button with
a custom one to follow the design system.
2025-11-20 14:41:47 +01:00
Anthony LC
1bf810d596 ♻️(frontend) add user avatar to thread comments
We extracted the UserAvatar component from the
doc-share feature and integrated it into
the users feature. It will be used in the
thread comments feature as well.
2025-11-20 14:41:47 +01:00
Anthony LC
48e1370ba3 (frontend) add comments feature
Implemented the comments feature for the document
editor.
We are now able to add, view, and manage comments
within the document editor interface.
2025-11-20 14:41:47 +01:00
Anthony LC
b13571c6df (backend) implement thread and reactions API
In order to use comment we also have to implement a thread and reactions
API. A thread has multiple comments and comments can have multiple
reactions.
2025-11-20 14:41:47 +01:00
Manuel Raynaud
a2a63cd13e (backend) add comment viewset
This commit add the CRUD part to manage comment lifeycle. Permissions
are relying on the Document and Comment abilities. Comment viewset
depends on the Document route and is added to the
document_related_router. Dedicated serializer and permission are
created.
2025-11-20 14:20:06 +01:00
Manuel Raynaud
3ebb62d786 (backend) add Comment model
In order to store the comments on a document, we created a new model
Comment. User is nullable because anonymous users can comment a Document
is this one is public with a link_role commentator.
2025-11-20 14:20:06 +01:00
Manuel Raynaud
0caee61d86 (backend) add commentator role
To allow a user to comment a document we added a new role: commentator.
Commentator is higher than reader but lower than editor.
2025-11-20 14:20:06 +01:00
Cyril
10a319881d (frontend) preserve left panel width on window resize
prevents automatic resizing to keep user-defined width stable

Signed-off-by: Cyril <c.gromoff@gmail.com>
2025-11-20 10:07:17 +01:00
Cyril
26620f3471 (frontend) improve share modal button accessibility
Added aria-labels to remove and invite buttons

Signed-off-by: Cyril <c.gromoff@gmail.com>
2025-11-20 08:28:18 +01:00
Anthony LC
0d0e17c8d5 🔖(minor) release 3.10.0
Added:
- (frontend) enable ODT export for documents
- (frontend) improve mobile UX by showing subdocs count

Changed:
- ♻️(frontend) preserve @ character when esc is pressed
  after typing it
- ♻️(frontend) make summary button fixed to remain visible
  during scroll
- ♻️(frontend) pdf embed use full width

Fixed:
- (frontend) improve accessibility:
  - (frontend) improve ARIA in doc grid and editor
    for a11y
  - (frontend) improve accessibility and styling
    of summary table
  - (frontend) add focus trap and enter key support
    to remove doc modal
- 🐛(docx) fix image overflow by limiting width to
  600px during export
- 🐛(frontend) fix fallback translations with Trans
- 🐛(pdf) fix table cell alignment issue in exported
  documents
- 🐛(pdf) preserve image aspect ratio in PDF export
2025-11-19 14:48:08 +01:00
Anthony LC
257de6d068 📌(frontend) pin Blocknote to 0.42.3
We were pinned to a specific package registry
coming from a pull request, the new version is now
published to npm, so we can use the version from there.
2025-11-19 14:48:08 +01:00
AntoLC
5a4c02a978 🌐(i18n) update translated strings
Update translated files with new translations
2025-11-19 12:26:04 +01:00
Manuel Raynaud
0090ccc981 🔥(backend) remove api managing templates
A complete API was able to manage templates lifecycle, from the creation
to the deletion and managing accesses on them. This API is not used by
the frontend application, is not finished. A connected user can interact
with this API and lead to unwanted behavior in the interface. Refering
ot issue #1222 templates can maybe totaly remove in the future. While
it's here and used, we only keep list and retrive endpoints. The
template management can still be done in the admin interface.
2025-11-19 11:23:31 +00:00
Anthony LC
d403878f8c 🐛(frontend) fix alignment of side menu
Recent refactoring moved the side menu position.
This commit fixes its alignment.
2025-11-19 10:39:35 +01:00
Anthony LC
191b046641 📌(frontend) pin Blocknote to fix mounting issue
We have a mounting issue with the Blocknote
version 0.42.1. To not wait for the next Blocknote
release, we pin the Blocknote packages
to a specific pull request version.
2025-11-19 10:05:25 +01:00
Anthony LC
aeac49d760 🔥(frontend) remove fix about color in export
The last version of Blocknote fixed the issue
with colors in exports.
We can remove our workaround now.
2025-11-18 16:19:56 +01:00
Anthony LC
b5dcbbb057 ⬆️(frontend) upgrade Blocknote to 0.42.1
We upgraded Blocknote to version 0.42.1 to benefit
from the latest features and bug fixes.
There is some compatibility issues with
tiptap extensions, so we had to pin tiptap
to "3.10.2" to ensure everything works smoothly.
There is as well some issues with prosemirror,
we pinned the problematic packages.
2025-11-18 16:19:56 +01:00
Cyril
2e64298ff4 (pdf) preserve image aspect ratio in PDF export
images were distorted in PDF exports; height is now computed to fix that

Signed-off-by: Cyril <c.gromoff@gmail.com>
2025-11-18 15:36:42 +01:00
Manuel Raynaud
8dad9ea6c4 🔧(helm) create a symlink between helmfile config
We want to have both helmfile.yaml and helmfile.gotmpl present.
helmfile.gotmpl is for now a symlink of helmfile.yaml
2025-11-18 11:10:03 +00:00
Anthony LC
3ae8046ffc 🐛(frontend) fix fallback translations with Trans
The fallback of the Trans component didn't work
anymore after upgrade to 16.2.3 of react-i18next.
Upgrading to 16.3.3 fixed the issue.
We added a test to cover this case.
2025-11-17 15:23:48 +01:00
Anthony LC
a4e3168682 🐛(export) fix export unsupported colors
Some colors bind to a text style are not supported.
It comes often from a paste style, we don't
display them if they are not supported by the
editor.
2025-11-17 10:33:17 +01:00
renovate[bot]
c8955133a4 ⬆️(dependencies) update python dependencies 2025-11-17 08:29:46 +00:00
Anthony LC
b069310bf0 🛂(frontend) disabled role not allowed to be assigned
We disable roles that the current user is not allowed
to assign when sharing a document. This prevents
users from selecting roles they cannot actually
assign, improving the user experience and reducing
confusion.
2025-11-17 08:48:16 +01:00
Manuel Raynaud
1292c33a58 ♻️(backend) rely on set_role_to from DocumentAskForAccess abilities
Like in other abilities, we compute a set_role_to property on the
abilities. This set_role_to contains all the roles lower or equal than
the current user role. We rely on this propoerty to validate the accept
endpoint and it will be used by the front allpication to built the role
select list.
2025-11-17 08:48:16 +01:00
Manuel Raynaud
bf68a5ae40 🔒️(backend) remove owner as valid role for ask_for_access serializer
When a ask_for_access creation is made, we explicitly remove the owner
role to prevent role escalation.
2025-11-17 08:47:15 +01:00
Manuel Raynaud
8799b4aa2f 🔒️(backend) role in ask_for_access must be lower than user role
We check that the role set in a ask_for_access is not higher than the
user's role accepting the request. We prevent case where ad min will
grant a user owner in order to take control of the document. Only owner
can accept an owner role.
2025-11-17 08:47:14 +01:00
Cyril
d96abb1ccf (frontend) make summary button fixed to remain visible during scroll
ensures persistent access to table of contents by fixing button position

Signed-off-by: Cyril <c.gromoff@gmail.com>
2025-11-14 13:42:56 +01:00
Cyril
dc12a99d4a (pdf) fix table cell alignment issue in exported documents
ensures correct horizontal alignment of text based on cell props

Signed-off-by: Cyril <c.gromoff@gmail.com>
2025-11-14 13:10:03 +01:00
Cyril
82a0c1a770 (frontend) add unit test for mobile rendering in docheaderinfo
ensures numchild count is displayed correctly on mobile interface

Signed-off-by: Cyril <c.gromoff@gmail.com>
2025-11-13 13:41:35 +01:00
Cyril
a758254b60 (frontend) improve mobile UX by showing subdocs count
helps users notice root documents have children in mobile view

Signed-off-by: Cyril <c.gromoff@gmail.com>
2025-11-13 13:41:25 +01:00
Cyril
6314cb3a18 (frontend) add focus trap and enter key support to remove doc modal
improves a11y by enabling keyboard-triggered modal with proper focus trap

Signed-off-by: Cyril <c.gromoff@gmail.com>
2025-11-13 12:59:11 +01:00
Cyril
3e410e3519 (frontend) enable ODT export for documents
provides ODT export with support for callout, upload, interlinking and tests

Signed-off-by: Cyril <c.gromoff@gmail.com>

(frontend) add image and interlinking support for odt export

Added image mapping with SVG conversion and clickable document links.

Signed-off-by: Cyril <c.gromoff@gmail.com>

(e2e) add e2e tests for odt export and interlinking features

covers odt document export and cross-section interlinking use cases

Signed-off-by: Cyril <c.gromoff@gmail.com>

(odt) add generic helper and style callout block for odt export

create odtRegisterParagraphStyleForBlock and apply background/padding styles

Signed-off-by: Cyril <c.gromoff@gmail.com>
2025-11-13 11:14:09 +01:00
Cyril
aba7959344 (frontend) fix pdf embed to use full width
Signed-off-by: Cyril <c.gromoff@gmail.com>
2025-11-12 11:28:10 +01:00
Cyril
3d45c7c215 (frontend) improve accessibility and styling of summary table
adds semantic structure, aria attributes, and token-based focus styling

Signed-off-by: Cyril <c.gromoff@gmail.com>
2025-11-12 10:02:05 +01:00
Cyril
cdb26b480a (frontend) preserve @ character when esc is pressed after typing it
improves user experience by keeping @ symbol after cancelling mention trigger

Signed-off-by: Cyril <c.gromoff@gmail.com>
2025-11-12 09:24:14 +01:00
Cyril
23a0f2761f (docx) fix image overflow by limiting width to 600px during export
ensures all images keep proportions and stay within page bounds in docx export

Signed-off-by: Cyril <c.gromoff@gmail.com>
2025-11-12 08:40:05 +01:00
Cyril
0d596e338c (frontend) move editor button out of grid and fix roles/aria-label
improves accessibility and layout consistency of editor interface

Signed-off-by: Cyril <c.gromoff@gmail.com>
2025-11-10 18:13:33 +01:00
Anthony LC
3ab01c98c8 🔖(minor) release 3.9.0
Added
- (frontend) create skeleton component for DocEditor
- (frontend) add an EmojiPicker in the document
tree and title
- (frontend) ajustable left panel

Changed:
- ♻️(frontend) adapt custom blocks to new implementation
- ♻️(backend) increase user short_name field length
- 🚸(frontend) separate viewers from editors

Fixed:
- 🐛(frontend) fix duplicate document entries in grid
- 🐛(backend) fix trashbin list
- (frontend) improve accessibility:
  - (frontend) remove empty alt on logo due to Axe
  a11y error
- 🐛(backend) fix s3 version_id validation
- 🐛(frontend) retry check media status after page reload
- 🐛(frontend) fix Interlinking memory leak
- 🐛(frontend) button new doc UI fix
- 🐛(frontend) interlinking UI fix
2025-11-10 11:35:03 +01:00
AntoLC
6445c05e29 🌐(i18n) update translated strings
Update translated files with new translations
2025-11-10 11:35:03 +01:00
renovate[bot]
b9b25eb1f6 ⬆️(dependencies) update django to v5.2.8 [SECURITY] 2025-11-10 11:19:53 +01:00
renovate[bot]
de157b4f52 ⬆️(dependencies) update Brotli to v1.2.0 [SECURITY] 2025-11-10 11:19:53 +01:00
Anthony LC
e5581e52f7 ♻️(frontend) better handling css doc states
We simplify the way we handle different doc
states (deleted / readonly) in the CSS, we avoid
props drilling and are more component focused.
2025-11-07 15:31:05 +01:00
Anthony LC
b91840c819 🩹(frontend) set correctly query data when 401
When receiving a 401 error, we should set the
auth query data to null, not to an object
with user: null and authenticated: false.
This ensures that components relying on the
auth state can correctly interpret the
unauthenticated status.
2025-11-07 09:54:10 +01:00
Anthony LC
a9b77fb9a7 💄(frontend) visual improvements around the Icon
With time some visual inconsistencies have crept
into the DropButton and Icon component.
This commit aims to harmonize the appearance
with the design system.
2025-11-07 09:25:48 +01:00
Anthony LC
66f83db0e5 (frontend) add "Add Emoji" button to doc options menu
- Add "Add Emoji" button to doc options menu
- Remove default emoji when none selected
- Improve doc options styling
2025-11-07 09:24:58 +01:00
Anthony LC
f9ff578c6b 🥅(frontend) improve error handling during upload
Catch and log errors when replacing blocks during
file upload.
2025-11-06 13:21:36 +01:00
Anthony LC
1372438f8e 🐛(frontend) fix memory leak in Interlinking
When doing collaborative editing, doc?.title might
be out of sync for other users when updated by
another user.
This causes the useEffect to run repeatedly,
causing an infinite loop of updates.
We now trigger the effect only when doc?.title changes,
not when the customInlineContent changes.
2025-11-06 13:21:36 +01:00
Anthony LC
c5d5d3dec4 ️(frontend) improve unsubscribe logic when unmounting components
We can now unsubscribe on the editor events,
improving performance and preventing memory leaks.
2025-11-06 13:21:35 +01:00
Anthony LC
ad16c0843c (test) adapt tests with updated dependencies
- update e2e tests to match changed function signatures
- remove unused pdf-parse type definitions
- fix type error in hocuspocusWS tests
2025-11-06 12:43:34 +01:00
renovate[bot]
78a6307656 ⬆️(dependencies) update js dependencies 2025-11-05 16:17:04 +01:00
Anthony LC
d7d468f51f ✏️(frontend) fix typo listInvalidQueries
In many places the property name "listInvalidQueries"
was misspelled.
2025-11-05 12:23:35 +01:00
Anthony LC
eb71028f6b 🚸(frontend) separate viewers from editors
We are now totally separating the viewers with
the editors. We will not load the provider
when we are in viewer mode, meaning the
viewers will not be aware of other users and
will not show their cursors anymore.
We still get the document updates in real-time.
2025-11-05 12:23:35 +01:00
Anthony LC
39c22b074d 🚚(frontend) better separation concern doc-versioning features
We move some components related to doc versioning
into the doc-versioning feature folder to have a
better separation of concerns.
We don't need a provider for the doc versioning components
since they will receive the doc data directly via
a request.
2025-11-05 12:09:20 +01:00
Anthony LC
d5c3f248a5 🐛(frontend) fix flaky test
Depend the month the test could fail if the current
month has 30 or 31 days, so change 30 to 35 to be sure
that it will always be at least 1 month ago.
2025-11-04 10:28:48 +01:00
Anthony LC
91217b3c4f 🐛(frontend) retry check media status after page reload
Previous refactoring removed the retry logic for
checking media status after a page reload.
This commit reintroduces that functionality
to ensure uploads are properly processed even after
a page reload. We improve the test coverage
to validate this behavior.
2025-11-04 10:28:48 +01:00
Manuel Raynaud
ab271bc90d (backend) fix test_backend authentication test suite
The last version of django-lasuite introduces a modification on the
query made. We have to update the tests because there is one more sql
query made.
2025-10-30 15:30:12 +01:00
Manuel Raynaud
82e1783317 📌(backend) pint pylint to version < 4.0.0
django-pylint is not compatible with pylint 4. We have to pin the pylint
version while the compatibility is not effective.
See https://github.com/pylint-dev/pylint-django/issues/467
2025-10-30 15:30:12 +01:00
renovate[bot]
aa2b9ed5f2 ⬆️(dependencies) update python dependencies 2025-10-30 15:30:12 +01:00
Manuel Raynaud
1c96d645ba 🐛(backend) fix s3 version_id validation
The regex used on the version_detail endpoint path is not fully
compatible with the S3 spec. In the S3 specs, Version IDs are Unicode,
UTF-8 encoded, URL-ready, opaque strings that are no more than 1,024
bytes long. We don't accept all unicode characters but enough to be
compliant.
2025-10-30 15:29:11 +01:00
Cyril
2f010cf36d (frontend) set empty alt on logo due to Axe a11y error
image is decorative; alt was redundant with link aria-label

Signed-off-by: Cyril <c.gromoff@gmail.com>
2025-10-27 07:34:14 +01:00
Olivier Laurendeau
9d3c1eb9d5 🐛(frontend) emoji-picker fix lack of overlay
The EmojiPicker component now displays an overlay
when opened, it fixes an issue when multiple pickers
are present on the same page and we click on one of them,
the others were not closing.
2025-10-23 17:29:45 +02:00
Olivier Laurendeau
08f3ceaf3f (frontend) add EmojiPicker in DocumentTitle
We can now add emojis to the document title using
the EmojiPicker component.
2025-10-23 17:29:45 +02:00
Olivier Laurendeau
b1d033edc9 🩹(frontend) handle properly emojis in interlinking
Emoji in interlinking were not replacing
the default icon when present.
2025-10-23 17:29:18 +02:00
Olivier Laurendeau
192fa76b54 (frontend) can remove emoji in the tree item actions
Add action button to remove emoji
from a document title from the document tree.
2025-10-23 17:29:18 +02:00
Olivier Laurendeau
b667200ebd (frontend) add an EmojiPicker in the document tree
This allows users to easily add emojis easily to
their documents from the tree, enhancing the
overall user experience.
2025-10-23 17:29:17 +02:00
Olivier Laurendeau
294922f966 🩹(frontend) do not display emoji as page icon on main pages
We decided to not display the leading emoji
as page icon on the main pages to keep consistency
in the document list.
2025-10-23 17:29:17 +02:00
Cyril
8b73aa3644 (frontend) create skeleton feature
creating a skeleton to be display during doc creation

Signed-off-by: Cyril <c.gromoff@gmail.com>
2025-10-23 14:41:09 +02:00
Anthony LC
dd56a8abeb 🐛(backend) fix trashbin list
Fix listing of deleted documents in trashbin for
users without owner access
2025-10-23 12:03:31 +02:00
Anthony LC
145c688830 🐛(frontend) fix lost content during sync
The tests e2e highlighted a problem where content
was lost during synchronization. This bug
started to occurs after upgrading Blocknote to
0.41.1 version.
It seems to happen only when the initial document
is empty and 2 users are collaborating, so before
the first minute.
We now initialize the editor only when the y-doc
has attempted to sync. This should ensure that
all updates are applied before the editor
is initialized.
2025-10-22 14:47:11 +02:00
Anthony LC
950d215632 🚸(frontend) fresh data on share modal open
When we open the share modal, the requests were
then in cache, if other users where interacting
with the share settings in parallel,
we would not see the changes until the cache expired.
We now force a fresh fetch of the data when opening
the share modal, it ensures we always have the
latest data when opening the modal.
2025-10-22 14:47:11 +02:00
Anthony LC
7d5cc4e84b 🚚(frontend) move useUpdateDocLink to doc-share feature
Move the `useUpdateDocLink` hook from the
`doc-management` feature to the `doc-share` feature
to better align with its functionality related
to document sharing.
2025-10-22 14:47:11 +02:00
Anthony LC
3e5bcf96ea ⬆️(y-provider) update hocuspocus to 3.2.5
The last version of Blocknote seems to have a
conflict with hocuspocus 2.15.2, it is a good
moment to upgrade to hocuspocus 3.2.5.
2025-10-22 14:47:10 +02:00
Anthony LC
fe24c00178 ♻️(frontend) adapt custom blocks to new implementation
Last release of Blocknote introduced breaking
changes for custom blocks.
We adapted our custom blocks to the new
implementation.
"code-block" is considered as a block now, we
update the way to import and use it.
The custom blocks should be now more tiptap friendly.
2025-10-22 13:53:55 +02:00
Anthony LC
aca334f81f 🔥(frontend) remove custom DividerBlock
Blocknote now has a built-in divider block, so we
can remove our custom implementation.
2025-10-22 13:52:34 +02:00
Anthony LC
2003e41c22 🚨(frontend) adapt signatures to @tanstack/react-query to >5.90
Recent upgrade of @tanstack/react-query to
version >5.90 introduced a breaking change in the
onSuccess and onError callback signatures for
the useMutation hook.
The context parameter has been replaced with an
onMutateResult parameter, which provides
information about the result of the
onMutate callback.
2025-10-22 13:52:34 +02:00
Anthony LC
5ebdf4b4d4 ⬇️(dependencies) downgrade to cunningham 3.2.3
Version 4.0.0 is not yet compatible with UiKit,
better to wait.
2025-10-22 13:52:34 +02:00
renovate[bot]
35e771a1ce ⬆️(dependencies) update js dependencies 2025-10-22 13:52:33 +02:00
Manuel Raynaud
2b5a9e1af8 ♻️(backend) increase user short_name field length
The user's short_name field length was set to 20. This is not enought
and we have some users who cannot register because of that. We changed
this length to a higher one, 100, like the full_name.
2025-10-22 11:44:39 +02:00
Cyril
a833fdc7a1 (frontend) add resizable left panel on desktop with persistence
mainlayout and leftpanel updated with resizable panel saved in localstorage

Signed-off-by: Cyril <c.gromoff@gmail.com>

(frontend) show full nested doc names with horizontal scroll support

horizontal overflow enabled and opacity used for sticky actions visibility

Signed-off-by: Cyril <c.gromoff@gmail.com>

(frontend) show full nested doc names with horizontal scroll support

horizontal overflow enabled and opacity used for sticky actions visibility

Signed-off-by: Cyril <c.gromoff@gmail.com>

(frontend) add resizable-panels lib also used in our shared ui kit

needed for adaptable ui consistent with our shared ui kit components

Signed-off-by: Cyril <c.gromoff@gmail.com>
2025-10-21 10:59:24 +02:00
Anthony LC
b3cc2bf833 🚨(eslint) add missing rules
We recently upgraded to Eslint v9, it seems that
it is missing some rules that we had previously.
We add them back:
- @typescript-eslint/no-inferrable-types
- @typescript-eslint/no-floating-promises
2025-10-20 21:53:10 +02:00
Anthony LC
18feab10cb (e2e) reduce flakinees
- Because of parallel test execution, some tests
were flaky when using goToGridDoc, the title
changed between the time we got the document list
and the time we clicked on the document.
- Improve addChild function.
2025-10-20 10:17:03 +02:00
Anthony LC
2777488d24 🐛(frontend) fix duplicate document entries in grid
The tests e2e were failing sometimes because
the documents list was containing duplicates.
This was happening when multiple users were
modifying the documents list (creation, update, ...).
We now deduplicate documents by their ID
before displaying them.
2025-10-20 10:17:03 +02:00
Anthony LC
a11258f778 🔖(patch) release 3.8.2
Fixed:

- 🐛(service-worker) fix sw registration and page reload
  logic
2025-10-17 15:54:56 +02:00
Anthony LC
33647f124f 🐛(service-worker) fix sw registration and page reload logic
When a new service worker is installed, the page
was reloaded to ensure the new service worker took
control, it is not a big issue in normal browsing mode
because the service worker is only updated once in a
while (every release).
However, in incognito mode, the service worker has to be
re-registered on each new session, which means that
the page was reloading each time the user opened a
new incognito window, creating a bad user experience.
We now take in consideration the case where the
service-worker is installed for the first time, and don't
reload if it is this case.
2025-10-17 15:14:04 +02:00
Anthony LC
e339cda5c6 🔖(patch) release 3.8.1
Fixed:
- ️(backend) improve trashbin endpoint performance
- 🐛(backend) manage invitation partial update without email
- (frontend) improve accessibility:
  -  add missing aria-label to add sub-doc button
  for accessibility
  -  add missing aria-label to more options button
  on sub-docs

Removed:
- 🔥(backend) remove treebeard form for the document admin
2025-10-17 10:41:38 +02:00
Manuel Raynaud
4ce65c654f 🔥(backend) remove treebeard form for the document admin
The document change admin page is unusable. The django treebeard library
can change the form used by one provided but this one is really slow.
And it is collapsing the configuration made with the other fields and
readonly fields declared on the DocumentAdmin class. In a first time we
remove the form usage, it seems useless. Later we have to provide more
information on this admin page.
2025-10-17 08:35:22 +00:00
Manuel Raynaud
c048b2ae95 🐛(backend) manage invitation partial update without email
An invitation can be updated to change its role. The front use a PATCH
sending only the changed role, so the email is missing in the
InivtationSerializer.validate method. We have to check first if an email
is present before working on it.
2025-10-16 15:26:02 +00:00
Manuel Raynaud
5908afb098 ️(backend) improve trashbin endpoint performance (#1495)
The trashbin endpoint is slow. To filter documents the user has owner
access, we use a subquery to compute the roles and then filter on this
subquery. This is very slow. To improve it, we use the same way to
filter children used in the tree endpoint. First we look for all highest
ancestors the user has access on with the owner role. Then we create one
queryset filtering on all the docs starting by the given path and are
deleted.
2025-10-16 17:06:47 +02:00
Cyril
e2298a3658 (frontend) add missing aria-label to more options button on sub-docs
improves accessibility by making the options button screen reader friendly

Signed-off-by: Cyril <c.gromoff@gmail.com>
2025-10-16 15:02:04 +02:00
Cyril
278eb233e9 (frontend) add missing aria-label to add sub-doc button for a11y
improves screen reader support for the add sub-doc action in the document tree

Signed-off-by: Cyril <c.gromoff@gmail.com>
2025-10-16 14:18:55 +02:00
Anthony LC
b056dbfad4 🔖(minor) release 3.8.0
Added:
- (frontend) add pdf block to the editor
- List and restore deleted docs

Changed:
- ♻️(frontend) Refactor Auth component for improved redirection logic
- ♻️(frontend) replace Arial font-family with token font
- (frontend) improve accessibility:
  - (frontend) enable enter key to open documentss
  - (frontend) improve modal a11y: structure, labels, title
  - improve NVDA navigation in DocShareModal
  -  improve accessibility by adding landmark roles to layout
  -  add document visible in list and openable via enter key
  -  add pdf outline property to enable bookmarks display
  -  hide decorative icons from assistive tech with aria-hidden
  -  fix rgaa 1.9.1: convert to figure/figcaption structure
  -  remove redundant aria-label to avoid over-accessibility
  -  remove redundant aria-label on hidden icons and update tests
  -  improve semantic structure and aria roles of leftpanel
  -  add default background to left panel for better accessibility
  -  restyle checked checkboxes: removing strikethrough
  -  add h1 for SR on 40X pages and remove alt texts
  -  update labels and shared document icon accessibility
- 🍱(frontend) Fonts GDPR compliants
- ♻️(service-worker) improve SW registration and update handling

Fixed:
- 🐛(backend) duplicate sub docs as root for reader users
- ⚗️(service-worker) remove index from cache first strategy
- 🐛(frontend) fix 404 page when reload 403 page
- 🐛(frontend) fix legacy role computation
- 🛂(frontend) block editing title when not allowed
- 🐛(frontend) scroll back to top when navigate to a document
- 🐛(frontend) fix export pdf emoji problem
- 🐛(frontend) fix attachment download filename
- 🐛(frontend) exclude h4-h6 headings from table of contents
- 🔒(frontend) prevent readers from changing callout emoji
- 🐛(frontend) fix overlapping placeholders in multi-column layout
- 🐛(backend) filter invitation with case insensitive email
- 🐛(frontend) reduce no access image size from 450 to 300
- 🐛(frontend) preserve interlink style on drag-and-drop in editor
- (frontend) load docs logo from public folder via url
- 🔧(keycloak) Fix https required issue in dev mode
2025-10-14 17:12:45 +02:00
AntoLC
771ef2417f 🌐(i18n) update translated strings
Update translated files with new translations
2025-10-14 17:12:45 +02:00
Anthony LC
8d5262c2f2 (e2e) fix flaky tests
Some tests were flaky, we improved their stability.
2025-10-14 16:55:51 +02:00
Anthony LC
1125f441dc 🔇(e2e) remove unnecessary console log
A test had a console log that was not useful.
2025-10-14 14:48:54 +02:00
Anthony LC
16f2de4c75 ♻️(frontend) logo theme customization optional
To not create a breaking change, the logo in the
theme customization is now optional, meaning that
if no logo is provided, the default logo will be used.

We add some documentation about this feature.
2025-10-14 14:48:54 +02:00
Anthony LC
f19fa93600 💄(frontend) fix gap and alignment icons
Fix some gaps and alignment of the icons.
2025-10-14 14:48:54 +02:00
Anthony LC
af3d90db3b 🐛(frontend) fix double scrollbar on document grid
The document grid was showing a double scrollbar.
It was due to the sr-only class having a width and
height of 1px.
We changed it to 0px, it is now fixed.
2025-10-14 14:48:54 +02:00
Anthony LC
127c90ca5f 🐛(frontend) fix circular dependency problems
A circular dependency was introduced in the previous
commit.
This commit resolves the circular dependency by
refactoring the code to remove the circular reference.
2025-10-14 08:56:12 +02:00
Anthony LC
fa7cf7a594 💄(frontend) add a theme focus visible on BoxButton
We want to improve the accessibility of our BoxButton
component by adding a theme focus visible style.
This will help users who navigate using the
keyboard to easily identify which button is currently
focused.
To do so we have to move some theme styles to
the Box component to be able to use them in
BoxButton.
2025-10-14 08:56:12 +02:00
Anthony LC
6523165ea0 (frontend) doc page when deleted
Whe the doc is deleted, the doc page is a bit
different, we have to adapt the doc header
to add some information and actions that
are relevant for a deleted doc.
2025-10-14 08:56:11 +02:00
Anthony LC
de4d11732f (frontend) can restore from trashbin list actions
We can now restore a doc from the trashbin list actions.
2025-10-14 08:55:26 +02:00
Anthony LC
37138c1a23 (frontend) add trashbin list
List the docs deleted in the trashbin list,
it is displayed in the docs grid.
2025-10-14 08:52:50 +02:00
Anthony LC
2c1a9ff74f 🍱(frontend) add material-symbols-outlined font
The design uses Material Symbols for icons.
This commit adds the font to the project and
updates the Icon component to be able to use it.
2025-10-14 08:52:50 +02:00
Manuel Raynaud
31389bcae2 ♻️(backend) open tree endpoint to deleted documents only for owners
The tree endpoint will now return a result only for owners. For other
users the endpoint still returns a 403. Also, the endpoint does look for
ancestors anymore, it only stay on the current document.
2025-10-13 11:15:22 +02:00
Manuel Raynaud
f772801fd0 ♻️(backend) change abilities for deleted document
The abilities for a deleted document were too open. We want to restrict
them. Only the restore, retrieve and tree is allowed. The tree method
will need some modifications to get the right informations.
2025-10-13 11:15:22 +02:00
Manuel Raynaud
390a615f48 (backend) expose deleted_at information in serializer
The front needs to know when a document has been deleted. We expose the
deleted_at property on a document object,
2025-10-13 11:15:21 +02:00
Anthony LC
5bdf5d2210 🔧(backend) expose TRASHBIN_CUTOFF_DAYS
To know when a document in the trashbin will be
permanently deleted.
2025-10-13 11:15:21 +02:00
Anthony LC
ed336558ac 🧑‍💻(config) THEME_CUSTOMIZATION_CACHE_TIMEOUT to 15 seconds
In development mode, we will reduce the cache timeout
for theme customization to 15 seconds.
This change allows developers to see updates
to theme settings more quickly without needing
to clear the cache manually.
2025-10-13 08:16:19 +02:00
Cyril
4fbd588198 (frontend) load docs logo from public folder via url instead of svg
allows logo override at deploy-time using k8s configmaps and static assets

Signed-off-by: Cyril <c.gromoff@gmail.com>
2025-10-13 08:15:57 +02:00
rvveber
546f97c956 ♻️(frontend) Refactor Auth component for improved redirection logic
Move redirects from render
to a guarded useEffect
to avoid triggering multiple redirects
on every re-render.
2025-10-09 21:49:41 +02:00
Anthony LC
af01c6e466 ♻️(service-worker) improve SW registration and update handling
It is apparently a bad practice to add the version
number to the service worker file name.
This prevents the browser from properly updating
the service worker when a new version is available.

We improve the update handling by a more usual
pattern.
2025-10-09 21:34:32 +02:00
Anthony LC
8023720da3 🙈(frontend) ignore public/assets/fonts with stylelint
The app build can sometimes fail because stylelint
linter warns about css font files in
public/assets/fonts.
We do not need to lint these files as they are
third-party files.
2025-10-09 16:23:52 +02:00
Cyril
91eba31735 (frontend) preserve interlink style on drag-and-drop in editor
adds hook to normalize dropped blocks and restore internal link format

Signed-off-by: Cyril <c.gromoff@gmail.com>
2025-10-09 13:39:56 +02:00
Manuel Raynaud
45d6c1beef 🔧(action) publish a comment when label preview is added (#1467)
The label preview will deploy a full environment. This environment is
accessible using a specific url. This commit will publish a comment with
the good url.
2025-10-09 12:17:17 +02:00
Tom Kaltenbrunner
dc25f3f39c 🚚(docker) use static path for certifi ca certificate
The certifi ca certificate is now stored under a static path
(/cert/cacert.pem) to avoid issues when python is upgraded and the path
to the certificate changes.
2025-10-08 12:50:31 +00:00
Cyril
529e7f1737 (frontend) reduce no access image size from 450 to 300
image now matches mockups (300x300px)

Signed-off-by: Cyril <c.gromoff@gmail.com>
2025-10-08 10:43:13 +02:00
Cyril
51c5c4ee63 (frontend) fix overlapping placeholders in multi-column layout
placeholders no longer overlap when adding 2–3 column, text wraps correctly

Signed-off-by: Cyril <c.gromoff@gmail.com>
2025-10-08 09:37:58 +02:00
Anthony LC
72f098c667 🐛(frontend) email case sensitive search modal
When a user was searching for an email in the share modal,
the search was case sensitive, so we were proposing
to send an invitation to a new user when in
fact the user was already registered.
The search is now case insensitive, so the only
choice is to add the existing user in the share list.
2025-10-07 14:51:46 +02:00
Manuel Raynaud
3b08ba4de1 ♻️(backend) force saving invitation email in lowercase
We want to enforce that invitation email are saved in lower case.
2025-10-07 14:51:46 +02:00
Manuel Raynaud
590b67fd71 🐛(backend) filter invitation with case insensitive email
A user can be invited and no control is made on the email case. Then,
when a new user is created, we are looking if there are pending
invitation and the lookup used is case sensitive. We change it using
__iexact which is case insensitive.
2025-10-07 14:51:45 +02:00
rouja
b3980e7bf1 ♻️(ci) add feature app environment
Add a special environment to prepare feature app deployment
2025-10-07 09:42:34 +00:00
Anthony LC
e3b2fdbdf5 🔥(mail) replace google font Roboto
Google fonts are not GDPR. We remove them and use
system fonts instead.
2025-10-07 09:06:39 +02:00
Anthony LC
314a7fa7b0 🍱(frontend) manage Inter font locally
We now use @fontsource-variable/inter package
instead of relying on a Google CDN.
2025-10-07 09:06:39 +02:00
Anthony LC
93227466d2 🍱(frontend) manage export emoji locally
We now use exported emoji from emoji-datasource-apple
package instead of relying on a CDN.
During a build or dev command, the emoji images
are copied from node_modules to the public assets
folder. They are not versionned.
2025-10-07 09:06:39 +02:00
Anthony LC
db7ae350ec ♻️(frontend) Marianne single source of truth
We now use Marianne font from @gouvfr-lasuite/ui-kit
package instead of a versionned local copies.
This ensures we always use the latest version of
the font.
During a build or dev command, Marianne font files
are copied from node_modules to the public assets
folder. They can stop being versionned.
2025-10-06 18:54:20 +02:00
Anthony LC
236c8df5ae 🚨(eslint) add no-unnecessary-type-assertion lint rule
Add no-unnecessary-type-assertion rule to eslint
config to avoid automatically unnecessary type
assertions in the codebase.
2025-10-06 16:49:58 +02:00
Cyril
ae1b05189e (frontend) fix attachment download filename
use the document title instead of the uuid when downloading attachments

Signed-off-by: Cyril <c.gromoff@gmail.com>
2025-10-06 16:49:58 +02:00
Cyril
431c331154 (frontend) exclude h4-h6 headings from table of contents
filters out h4-h6 so they no longer appear in the document outline

Signed-off-by: Cyril <c.gromoff@gmail.com>
2025-10-06 11:28:18 +02:00
Cyril
5184723862 (frontend) prevent readers from changing callout emoji
restrict callout emoji editing to maintain proper permissions

Signed-off-by: Cyril <c.gromoff@gmail.com>
2025-10-06 10:45:10 +02:00
virgile-dev
ca10fb9a12 💬(copy) wrong permission mentionned on move doc (#1377)
## Purpose

To move a doc you have to be at least admin of the destination doc.
It was written editor in the alert banner.


## Proposal
Change editor for administrator

## External contributions

Thank you for your contribution! 🎉  

Please ensure the following items are checked before submitting your
pull request:
- [x] I have read and followed the [contributing
guidelines](https://github.com/suitenumerique/docs/blob/main/CONTRIBUTING.md)
- [x] I have read and agreed to the [Code of
Conduct](https://github.com/suitenumerique/docs/blob/main/CODE_OF_CONDUCT.md)
- [x] I have signed off my commits with `git commit --signoff` (DCO
compliance)
- [x] I have signed my commits with my SSH or GPG key (`git commit -S`)
- [x] My commit messages follow the required format: `<gitmoji>(type)
title description`
- [ ] I have added a changelog entry under `## [Unreleased]` section (if
noticeable change)
- [ ] I have added corresponding tests for new features or bug fixes (if
applicable)

Signed-off-by: virgile-deville <virgile.deville@beta.gouv.fr>
2025-10-03 14:16:43 +00:00
dependabot[bot]
59e875764c ⬆️(backend) bump django from 5.2.6 to 5.2.7
Upgrade to django 5.2.7
It is a security release with a fix for 2 CVE
https://docs.djangoproject.com/en/5.2/releases/5.2.7/
2025-10-03 08:29:34 +00:00
Anthony LC
7ed46ab225 🛂(frontend) block editing title when not allowed
We had a case where the title input was editable
even when the user did not have the right to
edit it because of websocket problem during
collaboration. We fixed this issue by checking
the collaboration status before allowing the
edition of the title.
2025-10-02 16:07:58 +02:00
Cyril
18f4ab880f (frontend) update labels and shared document icon accessibility
remove aria-labels from decorative icons and add sr-only text to shared doc icon

Signed-off-by: Cyril <c.gromoff@gmail.com>
2025-10-02 13:24:47 +02:00
Cyril
e71c45077d (frontend) checked checkboxes: removing strikethrough
removing strikethrough

Signed-off-by: Cyril <c.gromoff@gmail.com>
2025-10-01 11:41:18 +02:00
Cyril
14c84f000e (frontend) add h1 for SR on 40X pages and remove alt texts
improves screen reader support on error pages by clarifying structure

Signed-off-by: Cyril <c.gromoff@gmail.com>
2025-09-30 08:57:30 +02:00
Cyril
6cc42636e5 (frontend) convert to figure/figcaption structure if caption exists
ensure  html structure by using figure/figcaption when captions are present

Signed-off-by: Cyril <c.gromoff@gmail.com>
2025-09-29 10:42:56 +02:00
Anthony LC
cc4bed6f8e ♻️(frontend) add upload loader block
The way we were handling the antivirus upload loader
was not optimal, it didn't work well with the pdf
embed block. We created a dedicated upload loader
block, it will replace the previous implementation,
it is more Blocknote idiomatic and will work
better with any type of upload files.
2025-09-26 17:15:22 +02:00
dakshesh14
d8f90c04bd (frontend) add pdf blocks to the editor
Added pdf block in the editor.

Signed-off-by: dakshesh14 <65905942+dakshesh14@users.noreply.github.com>
2025-09-26 17:15:22 +02:00
Cyril
1fdf70bdcf (frontend) remove redundant aria-label on hidden icons and update tests
remove aria-label from aria-hidden icons and update tests with data-testid

Signed-off-by: Cyril <c.gromoff@gmail.com>
2025-09-24 13:19:08 +02:00
Cyril
8ab21ef00d (frontend) improve semantic structure and aria roles of leftpanel
use nav and appropriate aria attributes to enhance accessibility

Signed-off-by: Cyril <c.gromoff@gmail.com>
2025-09-24 12:19:47 +02:00
Cyril
f337a2a8f2 (frontend) add default background to left panel for better a11y
defined a default background color to prevent issues with user stylesheets

Signed-off-by: Cyril <c.gromoff@gmail.com>
2025-09-24 11:40:49 +02:00
Cyril
3607faa475 (frontend) remove redundant aria-label to avoid over-accessibility
aria-label was removed because the visible span already provides the text

Signed-off-by: Cyril <c.gromoff@gmail.com>
2025-09-23 11:26:28 +02:00
Manuel Raynaud
0ea7dd727f 🔒️(frontend) update alpine packages in production image (#1425)
Force an update of installed package in the image used for the frontend
in production.
2025-09-23 09:21:01 +00:00
Anthony LC
6aca40a034 ⬆️(dependencies) Bump vite from 7.1.0 to 7.1.5
Bumps vite from 7.1.0 to 7.1.5.
- [Release notes](https://github.com/vitejs/vite/releases)
- https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md
- https://github.com/vitejs/vite/commits/v7.1.5/packages/vite

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 7.1.5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-22 15:56:23 +02:00
Cyril
ee3b05cb55 (frontend) improve NVDA navigation in DocShareModal
fix NVDA focus and announcement issues in search modal combobox

Signed-off-by: Cyril <c.gromoff@gmail.com>
2025-09-22 14:53:34 +02:00
Anthony LC
c23ff546d8 🐛(frontend) scroll back to top when navigate to a document
When navigating to a new document, the scroll
position was preserved. This commit changes this
behavior to scroll back to the top of
the page when navigating to a new document.
2025-09-22 10:52:34 +02:00
Anthony LC
a751f1255a ♻️(frontend) replace Arial font-family with token font
In some components, the Arial font was still used
because of a centering problem.
We removed all instances of Arial and replaced them
with the current font token, the centering problems
were fixed by adding "contain: content;" to the css.
2025-09-22 10:09:15 +02:00
Anthony LC
8ee50631f3 🍱(frontend) replace Marianne font
Some improvements has been made to the Marianne
fonts. We replace the previous one with the
newer version.
2025-09-22 10:09:14 +02:00
Cyril
e5e5fba0b3 (frontend) hide decorative icons from assistive tech with aria-hidden
improves accessibility by reducing screen reader noise from icon elements

Signed-off-by: Cyril <c.gromoff@gmail.com>
2025-09-22 08:31:51 +02:00
Cyril
0894bcdca5 (docs) add title metadata to exported docx/pdf for accessibility
ensures document title is preserved in exports to meet accessibility needs

Signed-off-by: Cyril <c.gromoff@gmail.com>
2025-09-18 14:55:02 +02:00
Anthony LC
75da342058 🏷️(frontend) adapt types to link-configuration endpoint
The link-configuration endpoint has now a strict
validation schema about the combination of
link_reach and link_role.
We need to adapt our types
frontend side to reflect that.
2025-09-18 13:16:37 +02:00
Anthony LC
1ed01fd64b 🥅(backend) link role could be updated when restricted document
When a document was restricted, the link role could
be updated from "link-configuration" and gives a
200 response, but the change did not
have any effect because of a restriction in
LinkReachChoices.
We added a validation step to ensure that the
link role can only be updated if the document
is not restricted.
2025-09-18 12:17:08 +02:00
Anthony LC
e4aa85be83 (e2e) fix flakiness
Some tests were getting very flaky due to previous
tests updates. This should fix it.
2025-09-18 11:28:20 +02:00
Anthony LC
2dc1e07b42 ⚗️(service-worker) remove index from cache first strategy
Some users reported that the app was giving a
blank page, it seems to happens often after a
release. It could be due to the fact that
the service worker is caching the index.html
file and not updating it properly after a new release.
We remove the index from the cache first strategy
to avoid this kind of issue. We set as well
the default handler with the "StaleWhileRevalidate"
strategy to force the cache to be updated in
the background.
2025-09-18 10:40:47 +02:00
Anthony LC
fbdeb90113 🛂(frontend) invalidate doc query when lost connection
When the provider reports a lost connection,
we invalidate the doc query to refetch the document
data.
This ensures that if a user has lost is rights
to access a document, he will be redirected
to a 403 page without needing to refresh the page.
2025-09-17 17:45:26 +02:00
Anthony LC
b773f09792 🥅(frontend) improve meta 401 page
Add better meta for the 401 page.
2025-09-17 17:45:26 +02:00
Anthony LC
d8c9283dd1 🐛(frontend) fix 404 page when reload 403 page
When users were reloading a 403 page, they were
redirected to the 404 page because of Nextjs
routing mechanism. This commit fixes this issue by
removing the 403 page from the pages directory
and creating a component that is used directly
in the layout when a 403 error is detected.
2025-09-17 17:45:26 +02:00
Cyril
1e39d17914 (frontend) improve accessibility by adding landmark roles to layout
landmark roles help assistive tech users navigate quickly across the page

Signed-off-by: Cyril <c.gromoff@gmail.com>
2025-09-17 08:24:21 +02:00
Anthony LC
ecd2f97cf5 🐛(frontend) fix legacy role computation
Before the subpages feature, the user_role was
computed thanks to the abilities.
This is not the correct way to do it anymore,
the abilities are now different.
We now have "user_role" in the doc response
which is the correct way to get the user role
for the current document.
2025-09-16 17:23:26 +02:00
Anthony LC
90624e83f5 🩹(demo) update the email in realm.json
We updated the email addresses for the demo users
but forgot to change them in the realm.json file.
This commit fixes that oversight.
2025-09-16 17:23:26 +02:00
Cyril
5fc002658c (frontend) add pdf outline property to enable bookmarks display
allows pdf viewers like adobe reader to display bookmarks in the sidebar

Signed-off-by: Cyril <c.gromoff@gmail.com>
2025-09-16 14:29:53 +02:00
Cyril
dfd5dc1545 (frontend) document visible in list are now openable via enter key
the document now appears in the list and can be opened using the enter key

Signed-off-by: Cyril <c.gromoff@gmail.com>
2025-09-16 12:51:23 +02:00
Cyril
69e7235f75 (frontend) refine focus outline with shadow for visual consistency
aligns focus state with app style by adding background shadow to outline

Signed-off-by: Cyril <c.gromoff@gmail.com>
2025-09-16 10:56:34 +02:00
Cyril
942c90c29f (frontend) enable enter key to open documents and subdocuments
added keyboard support to open docs and subdocs using the enter key

Signed-off-by: Cyril <c.gromoff@gmail.com>
2025-09-16 10:26:49 +02:00
virgile-dev
c5f0142671 📝 (doc) add mosa.cloud docs instance (#1334)
## Purpose

So that users have more options to choose from


## Proposal
Add mosa.cloud docs instance url

Please ensure the following items are checked before submitting your
pull request:
- [x] I have read and followed the [contributing
guidelines](https://github.com/suitenumerique/docs/blob/main/CONTRIBUTING.md)
- [x] I have read and agreed to the [Code of
Conduct](https://github.com/suitenumerique/docs/blob/main/CODE_OF_CONDUCT.md)
- [x] I have signed off my commits with `git commit --signoff` (DCO
compliance)
- [x] I have signed my commits with my SSH or GPG key (`git commit -S`)
- [x] My commit messages follow the required format: `<gitmoji>(type)
title description`
- [ ] I have added a changelog entry under `## [Unreleased]` section (if
noticeable change)
- [ ] I have added corresponding tests for new features or bug fixes (if
applicable)

Signed-off-by: virgile-deville <virgile.deville@beta.gouv.fr>
2025-09-16 07:01:10 +00:00
Manuel Raynaud
7f37d3bda4 🐛(backend) duplicate sub docs as root for reader user
Reader user should be able to duplicate a doc in the doc tree. It should
be created a new doc at the root level.
2025-09-15 20:44:58 +00:00
Manuel Raynaud
7033d0ecf7 🐛(backend) cast DOCUMENT_IMAGE_MAX_SIZE in integer
The expected type for the settings DOCUMENT_IMAGE_MAX_SIZE is an
integer. By not using django configurations IntegerValue, the value is
used as it and most of the time will be a string. We must use the
IntegerValue in order to cast the value in string.
2025-09-15 17:47:43 +02:00
Fabre Florian
0dd6818e91 (frontend) Adapt e2e test utils to the Keycloak 26.3 login page
Fix the keyCloakSignIn() function for the new login page.

Signed-off-by: Fabre Florian <ffabre@hybird.org>
2025-09-15 11:19:42 +02:00
Fabre Florian
eb225fc86f 🔧(keycloak) Fix https required issue in dev mode
On some environments keycloak returns a 'HTTPS required' message on login.
The same issue was fixed in drive by changing the 'sslRequired' value
from 'external' to 'none'.
Also upgrade keycloak up to 26.3.2

Signed-off-by: Fabre Florian <ffabre@hybird.org>
2025-09-15 11:19:41 +02:00
Anthony LC
b893a29138 🔖(minor) release 3.7.0
Added:
- (api) add API route to fetch document content

Changed:
- 🔒️(backend) configure throttle on every viewsets
- ⬆️ Bump eslint to V9
- (frontend) improve accessibility:
  - fix major accessibility issues reported
  by wave and axe
  - unify tab focus style for better visual consistency
  - improve modal a11y: structure, labels, and title
  - improve accessibility of cdoc content with
  correct aria tags
  - unify tab focus style for better visual consistency
  - hide decorative icons, label menus, avoid
  accessible name
- ♻️(tilt) use helm dev-backend chart

Removed:
- 🔥(frontend) remove multi column drop cursor

Fixed:
- 🐛(frontend) fix callout emoji list
2025-09-12 14:21:13 +02:00
Anthony LC
a812580d6c ♻️(frontend) add categories on top of the EmojiPicker
In a recent fix we had to remove the categories
from the EmojiPicker component due to a bug in the
underlying library. This commit reintroduces the
categories feature, placing them at the top of the
picker for improved user experience. The
categories help users quickly find emojis
by grouping them into relevant sections.

We set the default color as well to ensure
consistency across the emoji picker.
2025-09-12 14:21:13 +02:00
AntoLC
1062e38c92 🌐(i18n) update translated strings
Update translated files with new translations
2025-09-12 12:11:02 +02:00
renovate[bot]
62e122b05f ⬆️(dependencies) update js dependencies 2025-09-12 11:33:17 +02:00
Anthony LC
32bc2890e0 📌(dependencies) pin wrap-ansi to 9.0.2
By security we pin wrap-ansi to 9.0.2,
the 9.0.1 version being infected.
2025-09-12 10:32:40 +02:00
Anthony LC
3c3686dc7e 🔧(frontend) add meta information to package.json files
- Add missing repository, author, and license fields
- Add recommended packageManager
2025-09-12 10:20:01 +02:00
Anthony LC
ab90611c36 🔥(frontend) remove multi column drop cursor
The drop cursor for multi column was causing
issues with the editor's usability.
This commit removes the custom drop cursor
implementation to enhance user experience.
2025-09-11 16:11:48 +02:00
Cyril
f9c08cf5ec Revert "(frontend) add document visible in list and openable via enter key"
This reverts commit b619850b1420421f09f56aa8644a93e0fa698682.
2025-09-11 13:43:36 +02:00
Cyril
2155c2ff1f (frontend) add document visible in list and openable via enter key
the document now appears in the list and can be opened using the enter key

Signed-off-by: Cyril <c.gromoff@gmail.com>
2025-09-11 13:43:35 +02:00
Cyril
ef08ba3a00 (frontend) hide decorative icons, label menus, avoid name duplicates
improves a11y by hiding decorative icons, labeling menus and deduping names

Signed-off-by: Cyril <c.gromoff@gmail.com>
2025-09-11 13:43:20 +02:00
Anthony LC
7a903041f8 🐛(frontend) fix callout emoji list
Removing explicit categories prop from
EmojiPicker to let emoji-mart manage categories
and avoid mismatch causing runtime error with
locales.
2025-09-11 11:54:52 +02:00
Anthony LC
4f2e07f949 🛂(frontend) limit input search to 254 characters
254 characters should be sufficient for most
of our usecases.
Limit input search to 254 characters to prevent
errors caused by overly long email addresses.
2025-09-10 16:11:16 +02:00
Anthony LC
8c1e95c587 (demo) change email from user to user.test in demo
When we create a new user in the demo environment,
the email address will now follow the format
user.test@example.com instead of user@example.com.
"user" was only 4 characters long, it created failing
tests in the e2e suite.
2025-09-10 16:11:16 +02:00
Manuel Raynaud
20161fd6db 🐛(backend) validate user search input data
Only the input data min length was checked. We also have to check the
mex length because the levenshtein dos not accept more than 254
characters and the email field has a max length of 254
2025-09-10 16:11:15 +02:00
dependabot[bot]
e827cfeee1 Bump django from 5.2.4 to 5.2.6 in /src/backend (#1360)
⬆️(backend) bump django from 5.2.4 to 5.2.6
    
Bumps [django](https://github.com/django/django) from 5.2.4 to 5.2.6.
- [Commits](https://github.com/django/django/compare/5.2.4...5.2.6)

---
updated-dependencies:
- dependency-name: django
  dependency-version: 5.2.6
  dependency-type: direct:production
...
    
Signed-off-by: dependabot[bot] <support@github.com>
2025-09-10 14:09:17 +00:00
Manuel Raynaud
eab2a75bff ♻️(tilt) use hem dev-backend chart (#1340)
Remove usage of bitnami charts and use our own dev-backend charts
instead.
2025-09-10 11:43:30 +00:00
Cyril
cd84751cb9 (frontend) fix major accessibility issues found by wave and axe
improves a11y by fixing multiple critical validation errors

Signed-off-by: Cyril <c.gromoff@gmail.com>
2025-09-10 10:26:47 +02:00
Anthony LC
1d20a8b0a7 💄(frontend) remove margin from modal title
Recent improvement changes the modal title with
a h1 tag, h1 tag adds margin by default.
We remove the margin from the h1 tag to stick to
the design system.
2025-09-10 09:35:54 +02:00
Cyril
8a310d004b (frontend) improve modal a11y: structure, labels, and title
added aria-label, structured text in p, and added title for better accessibility

Signed-off-by: Cyril <c.gromoff@gmail.com>
2025-09-10 08:10:35 +02:00
Cyril
9f9fae96e5 (frontend) unify tab focus style for better visual consistency
standardizes keyboard focus appearance to improve UI coherence

Signed-off-by: Cyril <c.gromoff@gmail.com>
2025-09-09 18:37:28 +02:00
Cyril
9cb2b6a6fb (frontend) improve accessibility of cdoc content with correct aria tags
added appropriate aria attributes and semantic tags to enhance accessibility

Signed-off-by: Cyril <c.gromoff@gmail.com>
2025-09-09 15:25:38 +02:00
Anthony LC
0a1eaa3c40 🚨(i18n) upgrade eslint to v9 with i18n package
We upgraded ESLint to version 9 in the i18n package,
which includes several improvements and fixes.
This change also involves updating the ESLint
configuration files to the new format and ensuring
compatibility with the latest ESLint features.
2025-09-09 12:27:32 +02:00
Anthony LC
da72a1601a 🚨(y-provider) upgrade eslint to v9 with y-provider server
We upgraded ESLint to version 9 in the y-provider server,
which includes several improvements and fixes.
This change also involves updating the ESLint
configuration files to the new format and ensuring
compatibility with the latest ESLint features.
2025-09-09 12:27:32 +02:00
Anthony LC
9a51e02cd7 🚨(e2e) upgrade eslint to v9 with e2e app
We upgraded ESLint to version 9 in the e2e app,
which includes several improvements and fixes.
This change also involves updating the ESLint
configuration files to the new format and ensuring
compatibility with the latest ESLint features.
2025-09-09 12:27:31 +02:00
Anthony LC
4184c339eb 🚨(docs) upgrade eslint to v9 with Docs app
We upgraded ESLint to version 9 in the Docs app,
which includes several improvements and fixes.
This change also involves updating the ESLint
configuration files to the new format and ensuring
compatibility with the latest ESLint features.
2025-09-09 12:27:31 +02:00
Anthony LC
3688591dd1 ⬆️(dependency) upgrade eslint to v9
We upgraded ESLint to version 9 in the
eslint-config-impress package.
We rename it to eslint-plugin-docs.
2025-09-09 11:03:54 +02:00
Sylvain Zimmer
25783182b8 🗑️(convert) cleanup old content route
Remove rout /api/content, there is no more controller behind and is not
used anymore.
2025-09-08 14:25:10 +02:00
Sylvain Zimmer
80a62bcbc1 (convert) improve tests with stricter tests and less ipsum
Use real example data to run convert handler tests.
2025-09-08 14:24:11 +02:00
Sylvain Zimmer
ede0a77665 ♻️(convert) reuse existing convert yprovider endpoint for content API
reuse convert service instead of renaming it in content
2025-09-08 14:23:42 +02:00
Sylvain Zimmer
8a8a1460e5 (api) add API route to fetch document content
This allows API users to process document content, enabling the
use of Docs as a headless CMS for instance, or any kind of document
processing. Fixes #1206.
2025-09-08 14:21:38 +02:00
Manuel Raynaud
0ac9f059b6 🔒️(backend) configure throttle on every viewsets
We want to configure the throttle on all doc's viewsets. In order to
monitor them, we use the MonitoredScopedRateThrottle class and a custom
callback caputing the message in sentry at the warning level.
2025-09-08 09:23:17 +02:00
Manuel Raynaud
179a84150b ⬆️(backend) upgrade django-lasuite to version 0.0.14
To use monitored throttling
2025-09-08 08:16:32 +02:00
Cyril
084d0c1089 (frontend) make delete buttons nvda-accessible
add aria-labels and include close button in title prop so NVDA announces actions

Signed-off-by: Cyril <c.gromoff@gmail.com>
2025-09-05 17:49:18 +02:00
Cyril
c9a6c4d4c6 (frontend) improve placeholder contrast in blocknote for wcag
fixes insufficient contrast

Signed-off-by: Cyril <c.gromoff@gmail.com>
2025-09-05 16:27:33 +02:00
Quentin BEY
9db7d0af8d 🔒️(all) refactor Docker Hub login to use official GitHub actions
Replace custom Docker Hub authentication with standard, secure,
official GitHub actions for improved security and maintainability.

Uses officially supported actions that follow security best practices
and receive regular updates from GitHub.

Avoid unsecure handling of GitHub secrets.

Thanks to @lebaudantoine
2025-09-05 16:05:10 +02:00
Anthony LC
9135dff088 🔖(minor) release 3.6.0
Added:
- 👷(CI) add bundle size check job
- (frontend) use title first emoji as doc icon in tree

Changed:
- ♻️(docs-app) Switch from Jest tests to Vitest
- (frontend) improve accessibility:
  - 🌐(frontend) set html lang attribute dynamically
  - (frontend) inject language attribute to pdf export
  - (frontend) improve accessibility of search modal
  - (frontend) add correct attributes to decorative and interactive icons
  - 🎨(frontend) improve nav structure
  - ️(frontend) keyboard interaction with menu
  - (frontend) improve header accessibility
  - (frontend) improve accessibility for decorative images in editor
- ♻️(backend) fallback to email identifier when no name
- 🐛(backend) allow ASCII characters in user sub field
- ️(frontend) improve fallback width calculation

Fixed:
- 🐛(makefile) Windows compatibility fix for Docker volume mounting
- 🐛(minio) fix user permission error with Minio and Windows
- 🐛(frontend) fix export when quote block and inline code
- 🐛(frontend) fix base64 font
- 🐛(backend) allow editor to delete subpages
- 🐛(frontend) fix dnd conflict with tree and Blocknote
- 🐛(frontend) fix display bug on homepage
2025-09-05 09:11:58 +02:00
Anthony LC
cc4c67d15b 🩹(frontend) add computed_link_reach on PUT link-configuration
By default a document is "restricted", a restricted
document cannot have a role "editor" or "reader".
With inheritance, a child document could have a computed
link reach different than "restricted" though.

We pass the computed link reach when we update the
link role, to be sure if follows the parent computed
link reach.
2025-09-05 09:11:58 +02:00
Anthony LC
63a2bde11e (e2e) fix e2e tests
After translating to french, a selector was not
accessible anymore because the aria label
was in english. We update the selector to use the
french aria label.
We increase as well the timeout of another test
that was flaky.
2025-09-04 16:15:08 +02:00
Anthony LC
b317a2a596 🌐(i18n) update translated strings
Update translated files with new translations
2025-09-04 13:56:23 +02:00
Anthony LC
39ef6d10ff 🐛(frontend) fix display bug on homepage
A section in the homepage was not displaying
correctly anymore. This commit fixes the issue.
2025-09-04 10:44:35 +02:00
Anthony LC
961ae3c39e 🐛(frontend) remove padding from ul in left panel favorites
We recently change from a div to a ul for better semantics.
ul include by default padding, we remove it to
align with the design.
2025-09-04 10:27:53 +02:00
Anthony LC
726b50d6b5 ️(frontend) improve fallback width calculation
Sometimes we do not have the width of some
columns in a table. In such cases, we need to
calculate a fallback width to ensure the table
is rendered correctly.
We were previously using 120 points as the
fallback width, but this has been improved
to better fit the content.
We now check the size left and distribute it
among the unknown columns.
2025-09-03 18:11:43 +02:00
Anthony LC
814eb1f1a1 🐛(frontend) fix modal backdrop z-index
Recent upgrade of ui-kit removed the z-index for
the modal backdrop, causing it to be hidden behind
other elements. This commit restores the z-index
 to ensure the modal backdrop is displayed correctly.
2025-09-03 10:21:27 +02:00
Anthony LC
648528499c 🐛(frontend) fix dnd conflict with tree and Blocknote
We have different DND system in the page, one on the
menu tree and one in the Blocknote editor.
The menu tree was adding a transparent layer
when user were dragging element on the Blocknote
editor, blocking the Blocknote DND.
We update the ui-kit to add the prop dndRootElement,
dndRootElement is now used to specify the root element
for DND, this transparent layer is now only applied
when a drag is made from the menu tree.

It stabilize as well the drop position, making it easier to drop element.
2025-09-03 10:21:27 +02:00
Anthony LC
474e5ac0c0 🐛(frontend) fix background color during dnd
When we were dragging an item in the doc tree,
the background color was opaque, making it difficult
to see the underlying content. The cause was
that we were overriding the transparent background
color.
2025-09-03 10:21:27 +02:00
Henry Hiles
a799d77643 📝(doc) add Federated Nexus docs instance (#1320)
## Purpose

Adds a new Docs instance, as suggested here:
https://github.com/suitenumerique/docs/discussions/1316

## External contributions

Thank you for your contribution! 🎉  

Please ensure the following items are checked before submitting your
pull request:
- [x] I have read and followed the [contributing
guidelines](https://github.com/suitenumerique/docs/blob/main/CONTRIBUTING.md)
- [x] I have read and agreed to the [Code of
Conduct](https://github.com/suitenumerique/docs/blob/main/CODE_OF_CONDUCT.md)
- [x] I have signed off my commits with `git commit --signoff` (DCO
compliance)
- [x] I have signed my commits with my SSH or GPG key (`git commit -S`)
- [x] My commit messages follow the required format: `<gitmoji>(type)
title description`
- [ ] I have added a changelog entry under `## [Unreleased]` section (if
noticeable change)
- [ ] I have added corresponding tests for new features or bug fixes (if
applicable)

Signed-off-by: Henry-Hiles <henry@henryhiles.com>
2025-09-02 14:38:52 +00:00
Manuel Raynaud
2e04b63d2d 🐛(backend) allow creator to delete subpages
An editor who created a subpages should be allowed to delete it.
We change the abilities to be coherent between the creation and the
deletion.
Fixes #1193
2025-09-01 22:43:44 +02:00
Anthony LC
eec419bdba 🐛(renovate) fix renovate
Fix renovate configuration:
- schedule at 7am the monday
- avoid wiping manual fixes unless needed
- only create during schedule
2025-09-01 17:05:49 +02:00
Anthony LC
baa5630344 🐛(CI) fix npm fallback on bundle-size-check
Adding install-script to ensure Yarn is used explicitly
during compressed-size-action to prevent npm peer conflict.
2025-09-01 17:05:49 +02:00
Anthony LC
e7b551caa4 🍱(frontend) update material-icons font
We don't use the material-icons font from
ui-kit anymore, we need to import it directly
in order to use both the outlined and filled variants.
2025-09-01 17:05:48 +02:00
Anthony LC
4dfc1584bd ️(frontend) add back Marianne font
Marianne font was in base64 in the ui-kit,
it was not an optimize way to do it.
We do not have a CDN yet so the best
is to put them back in the project in
waiting for a CDN options.
2025-09-01 17:05:48 +02:00
renovate[bot]
09eddfc339 ⬆️(dependencies) update js dependencies 2025-09-01 17:05:48 +02:00
Olivier Laurendeau
75f2e547e0 🔧(frontend) increase test-e2e-other-browser action timeout
It was failing at 20min, increase the timeout to 30 min
2025-09-01 16:35:17 +02:00
Olivier Laurendeau
d1cbdfd819 (frontend) use title first emoji as doc icon in tree
Implemented emoji detection system, new DocIcon component.
2025-09-01 16:35:17 +02:00
Manuel Raynaud
0b64417058 🔧(ci) always run all git-lint steps (#1323)
git-lint steps are independant and we would like to have all checks at
once. Using the `if: always()` instruction should ensure all steps
should be run event if the previous fails.
2025-09-01 12:29:47 +00:00
Anthony LC
57a505a80c ⬆️(dependencies) Bump next from 15.4.6 to 15.4.7
Bumps [next](https://github.com/vercel/next.js) from 15.4.6
to 15.4.7.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v15.4.6...v15.4.7)

---
updated-dependencies:
- dependency-name: next
  dependency-version: 15.4.7
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-01 11:56:40 +02:00
Anthony LC
21ee38c218 🐛(frontend) fix export when quote block and inline code
When exporting documents, if a inline code was inside
a quote block, the PDF export was failing because the
inline code was searching the GeistMono font in
italics, which was not available.
We switch to the core "Courier" font for code marks,
which is available in italics.
2025-08-29 18:42:27 +02:00
Manuel Raynaud
09de014a43 🐛(back) allow ASCII characters in user sub field
All ASCII characters are allowed in a sub, we change the sub validator
to reflect this.
2025-08-29 13:59:06 +00:00
Anthony LC
8d42149304 👷(CI) trigger bundle-size-check only if necessary
We don't need to run the bundle-size-check job if
the app didn't change.
If the yarn.lock file or the app have changed, the
bundle-size-check job will be triggered.
2025-08-29 10:21:13 +02:00
Maximilian Bosch
2451a6a322 📦️(mail) make DIR_MAILS variable configurable
That allows downstream packages to e.g. split the builds of
frontend/backend/mail, as it's the case in nixpkgs:
5597a4f8f9
2025-08-29 08:00:43 +00:00
Manuel Raynaud
d5c9eaca5a ♻️(backend) fallback to email identifier when no name (#1298)
In the UserlightSerializer, if the user has no short_name or full_name,
we have no info about the user. We decided to use the email identifier
and slugify it to have a little bit information.
2025-08-29 07:39:55 +00:00
Loïc Tosser
1491012969 🔧(project) update OIDC_OP_LOGOUT_ENDPOINT to match keycloak
Update default value of OIDC_OP_LOGOUT_ENDPOINT
to match keycloak.
2025-08-28 17:06:07 +02:00
Karl Horky
9dcf478dd3 ✏️(frontend) fix GitHub capitalization
The capitalization of the product GitHub has a capital H

Signed-off-by: Karl Horky <karl.horky@gmail.com>
2025-08-28 16:44:28 +02:00
Manuel Raynaud
586825aafa ♻️(back) stop returning a 500 on cors_proxy on request failure
On the cors_proxy endpoint, if the fetched url fails we were returning
an error 500. Instead, we log the exception and return a 400 to not
give back information to the frontend application.
2025-08-28 16:06:35 +02:00
Manuel Raynaud
247550fc13 ♻️(back) validate url used in cors_proxy endpoint
The url used by the cors_proxy was not validated, other value than a
http url can be used. We use the built in URLValidator to validate it is
a valid url.
2025-08-28 16:06:35 +02:00
Manuel Raynaud
781c85b66b ️(ci) use setup-python cache option
The setup-python action is able to cache the dependencies and reuse this
cache while the pyproject file has not changed. It is easy to setup,
just the package manager used has to be declared in the cache settings.
2025-08-28 14:00:16 +00:00
Anthony LC
64f967cd29 (frontend) assert DocToolBox depends the licence
Thanks to Vitest we can now assert more complicated
parts of the code without too much mocking.
2025-08-28 11:20:12 +02:00
Anthony LC
1eee24dc19 ♻️(docs-app) Switch from Jest tests to Vitest
We have migrated the testing framework from Jest
to Vitest for the Docs application.
This change includes updates to test files,
configuration files, and the addition of new setup
files for Vitest.
2025-08-28 11:11:29 +02:00
Anthony LC
ff9e13ca03 👷(CI) add bundle size check job
Job that will give a report on the bundle size
of the frontend application.
Good to know if the bundle size is increasing or
decreasing and if the changes are acceptable.
2025-08-28 10:37:54 +02:00
Anthony LC
7758e64f40 💄(makefile) add information messages during bootstrap
Add nicely formatted messages to the Makefile to
indicate the start and end of the bootstrap process.
This will help users understand when the bootstrap
process begins and ends, improving the
overall user experience.
2025-08-28 10:16:14 +02:00
virgile-dev
4ab9edcd57 📝(doc) update readme and add community installation methods (#1292)
## Purpose

To showcase the work of the community to make docs deployment easier


## Proposal

- [x] Added README.md in /docs/installation with methods contributed by
the community
- [x] Added a list of public instances on the main README.md
- [x] Updated the warnings around Blocknote XL packages from AGPL to GPL

Please ensure the following items are checked before submitting your
pull request:
- [x] I have read and followed the [contributing
guidelines](https://github.com/suitenumerique/docs/blob/main/CONTRIBUTING.md)
- [x] I have read and agreed to the [Code of
Conduct](https://github.com/suitenumerique/docs/blob/main/CODE_OF_CONDUCT.md)
- [x] I have signed off my commits with `git commit --signoff` (DCO
compliance)
- [x] I have signed my commits with my SSH or GPG key (`git commit -S`)
- [x] My commit messages follow the required format: `<gitmoji>(type)
title description`
- [ ] I have added a changelog entry under `## [Unreleased]` section (if
noticeable change)
- [ ] I have added corresponding tests for new features or bug fixes (if
applicable)

---------

Signed-off-by: virgile-dev <virgile.deville@beta.gouv.fr>
2025-08-26 16:03:39 +03:00
Luca Weiss
0892c05321 📝(compose) Increase attachment upload size to 10 MB
Mostly give this as an example how a person deploying this knows which
knob to turn.

Signed-off-by: Luca Weiss <luca@lucaweiss.eu>
2025-08-18 19:02:51 +02:00
Luca Weiss
2375bc136c 📝(compose) Whitespace cleanup in default.conf.template
Signed-off-by: Luca Weiss <luca@lucaweiss.eu>
2025-08-18 19:02:50 +02:00
Luca Weiss
e1c2053697 📝(compose) Remove double colon from yaml
It doesn't look like this is supposed to be there.

Signed-off-by: Luca Weiss <luca@lucaweiss.eu>
2025-08-18 19:02:49 +02:00
Luca Weiss
58f68d86e1 📝(compose) Reindent compose.yaml files
Follow yamlllint's suggestions and use the correct indentation for
lists.

Signed-off-by: Luca Weiss <luca@lucaweiss.eu>
2025-08-18 19:02:48 +02:00
Luca Weiss
7c97719907 📝(compose) Update deprecated USER_OIDC_FIELD* variables in example
Signed-off-by: Luca Weiss <luca@lucaweiss.eu>
2025-08-18 19:02:40 +02:00
Cyril
d0c9de9d96 (frontend) set empty alt for decorative images in blocknote editor
ensure decorative images have empty alt to comply with RGAA 1.2 accessibility

Signed-off-by: Cyril <c.gromoff@gmail.com>
2025-08-14 14:39:42 +02:00
Cyril
81f3997628 (frontend) improve accessibility of search modal for screen readers
added clearer sr-only translations and aria-hidden for non-essential content

Signed-off-by: Cyril <c.gromoff@gmail.com>
2025-08-08 08:58:22 +02:00
463 changed files with 33912 additions and 13607 deletions

View File

@@ -23,9 +23,10 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
# Backend i18n # Backend i18n
- name: Install Python - name: Install Python
uses: actions/setup-python@v3 uses: actions/setup-python@v5
with: with:
python-version: "3.13.3" python-version: "3.13.3"
cache: "pip"
- name: Upgrade pip and setuptools - name: Upgrade pip and setuptools
run: pip install --upgrade pip setuptools run: pip install --upgrade pip setuptools
- name: Install development dependencies - name: Install development dependencies

View File

@@ -31,8 +31,11 @@ jobs:
images: lasuite/impress-backend images: lasuite/impress-backend
- -
name: Login to DockerHub name: Login to DockerHub
if: github.event_name != 'pull_request' if: github.event_name != 'pull_request' || contains(github.event.pull_request.labels.*.name, 'preview')
run: echo "${{ secrets.DOCKER_HUB_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_HUB_USER }}" --password-stdin uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_HUB_USER }}
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
- -
name: Run trivy scan name: Run trivy scan
uses: numerique-gouv/action-trivy-cache@main uses: numerique-gouv/action-trivy-cache@main
@@ -46,7 +49,7 @@ jobs:
context: . context: .
target: backend-production target: backend-production
build-args: DOCKER_USER=${{ env.DOCKER_USER }}:-1000 build-args: DOCKER_USER=${{ env.DOCKER_USER }}:-1000
push: ${{ github.event_name != 'pull_request' }} push: ${{ github.event_name != 'pull_request' || contains(github.event.pull_request.labels.*.name, 'preview') }}
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
@@ -64,8 +67,11 @@ jobs:
images: lasuite/impress-frontend images: lasuite/impress-frontend
- -
name: Login to DockerHub name: Login to DockerHub
if: github.event_name != 'pull_request' if: github.event_name != 'pull_request' || contains(github.event.pull_request.labels.*.name, 'preview')
run: echo "${{ secrets.DOCKER_HUB_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_HUB_USER }}" --password-stdin uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_HUB_USER }}
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
- -
name: Run trivy scan name: Run trivy scan
uses: numerique-gouv/action-trivy-cache@main uses: numerique-gouv/action-trivy-cache@main
@@ -82,7 +88,7 @@ jobs:
build-args: | build-args: |
DOCKER_USER=${{ env.DOCKER_USER }}:-1000 DOCKER_USER=${{ env.DOCKER_USER }}:-1000
PUBLISH_AS_MIT=false PUBLISH_AS_MIT=false
push: ${{ github.event_name != 'pull_request' }} push: ${{ github.event_name != 'pull_request' || contains(github.event.pull_request.labels.*.name, 'preview') }}
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
@@ -100,7 +106,7 @@ jobs:
images: lasuite/impress-y-provider images: lasuite/impress-y-provider
- -
name: Login to DockerHub name: Login to DockerHub
if: github.event_name != 'pull_request' if: github.event_name != 'pull_request' || contains(github.event.pull_request.labels.*.name, 'preview')
run: echo "${{ secrets.DOCKER_HUB_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_HUB_USER }}" --password-stdin run: echo "${{ secrets.DOCKER_HUB_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_HUB_USER }}" --password-stdin
- -
name: Run trivy scan name: Run trivy scan
@@ -116,7 +122,7 @@ jobs:
file: ./src/frontend/servers/y-provider/Dockerfile file: ./src/frontend/servers/y-provider/Dockerfile
target: y-provider target: y-provider
build-args: DOCKER_USER=${{ env.DOCKER_USER }}:-1000 build-args: DOCKER_USER=${{ env.DOCKER_USER }}:-1000
push: ${{ github.event_name != 'pull_request' }} push: ${{ github.event_name != 'pull_request' || contains(github.event.pull_request.labels.*.name, 'preview') }}
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
@@ -125,7 +131,7 @@ jobs:
- build-and-push-frontend - build-and-push-frontend
- build-and-push-backend - build-and-push-backend
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: github.event_name != 'pull_request' if: github.event_name != 'pull_request' || contains(github.event.pull_request.labels.*.name, 'preview')
steps: steps:
- uses: numerique-gouv/action-argocd-webhook-notification@main - uses: numerique-gouv/action-argocd-webhook-notification@main
id: notify id: notify

View File

@@ -21,10 +21,10 @@ jobs:
shell: bash shell: bash
run: | run: |
set -e set -e
HELMFILE=src/helm/helmfile.yaml HELMFILE=src/helm/helmfile.yaml.gotmpl
environments=$(awk 'BEGIN {in_env=0} /^environments:/ {in_env=1; next} /^---/ {in_env=0} in_env && /^ [^ ]/ {gsub(/^ /,""); gsub(/:.*$/,""); print}' "$HELMFILE") environments=$(awk 'BEGIN {in_env=0} /^environments:/ {in_env=1; next} /^---/ {in_env=0} in_env && /^ [^ ]/ {gsub(/^ /,""); gsub(/:.*$/,""); print}' "$HELMFILE")
for env in $environments; do for env in $environments; do
echo "################### $env lint ###################" echo "################### $env lint ###################"
helmfile -e $env -f $HELMFILE lint || exit 1 helmfile -e $env lint -f $HELMFILE || exit 1
echo -e "\n" echo -e "\n"
done done

View File

@@ -101,7 +101,7 @@ jobs:
test-e2e-other-browser: test-e2e-other-browser:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: test-e2e-chromium needs: test-e2e-chromium
timeout-minutes: 20 timeout-minutes: 30
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4
@@ -136,3 +136,54 @@ jobs:
name: playwright-other-report name: playwright-other-report
path: src/frontend/apps/e2e/report/ path: src/frontend/apps/e2e/report/
retention-days: 7 retention-days: 7
bundle-size-check:
runs-on: ubuntu-latest
needs: install-dependencies
if: github.event_name == 'pull_request'
permissions:
contents: read
pull-requests: write
issues: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Detect relevant changes
id: changes
uses: dorny/paths-filter@v2
with:
filters: |
lock:
- 'src/frontend/**/yarn.lock'
app:
- 'src/frontend/apps/impress/**'
- name: Restore the frontend cache
uses: actions/cache@v4
with:
path: "src/frontend/**/node_modules"
key: front-node_modules-${{ hashFiles('src/frontend/**/yarn.lock') }}
fail-on-cache-miss: true
- name: Setup Node.js
if: steps.changes.outputs.lock == 'true' || steps.changes.outputs.app == 'true'
uses: actions/setup-node@v4
with:
node-version: "22.x"
- name: Check bundle size changes
if: steps.changes.outputs.lock == 'true' || steps.changes.outputs.app == 'true'
uses: preactjs/compressed-size-action@v2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
build-script: "app:build"
pattern: "apps/impress/out/**/*.{css,js,html}"
exclude: "{**/*.map,**/node_modules/**}"
minimum-change-threshold: 500
compression: "gzip"
cwd: "./src/frontend"
show-total: true
strip-hash: "[-_.][a-f0-9]{8,}(?=\\.(?:js|css|html)$)"
omit-unchanged: true
install-script: "yarn install --frozen-lockfile"

View File

@@ -19,20 +19,24 @@ jobs:
if: github.event_name == 'pull_request' # Makes sense only for pull requests if: github.event_name == 'pull_request' # Makes sense only for pull requests
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v2 uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
- name: show - name: show
run: git log run: git log
- name: Enforce absence of print statements in code - name: Enforce absence of print statements in code
if: always()
run: | run: |
! git diff origin/${{ github.event.pull_request.base.ref }}..HEAD -- . ':(exclude)**/impress.yml' | grep "print(" ! git diff origin/${{ github.event.pull_request.base.ref }}..HEAD -- . ':(exclude)**/impress.yml' | grep "print("
- name: Check absence of fixup commits - name: Check absence of fixup commits
if: always()
run: | run: |
! git log | grep 'fixup!' ! git log | grep 'fixup!'
- name: Install gitlint - name: Install gitlint
if: always()
run: pip install --user requests gitlint run: pip install --user requests gitlint
- name: Lint commit messages added to main - name: Lint commit messages added to main
if: always()
run: ~/.local/bin/gitlint --commits origin/${{ github.event.pull_request.base.ref }}..HEAD run: ~/.local/bin/gitlint --commits origin/${{ github.event.pull_request.base.ref }}..HEAD
check-changelog: check-changelog:
@@ -42,7 +46,7 @@ jobs:
github.event_name == 'pull_request' github.event_name == 'pull_request'
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
fetch-depth: 50 fetch-depth: 50
- name: Check that the CHANGELOG has been modified in the current branch - name: Check that the CHANGELOG has been modified in the current branch
@@ -52,7 +56,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v2 uses: actions/checkout@v4
- name: Check CHANGELOG max line length - name: Check CHANGELOG max line length
run: | run: |
max_line_length=$(cat CHANGELOG.md | grep -Ev "^\[.*\]: https://github.com" | wc -L) max_line_length=$(cat CHANGELOG.md | grep -Ev "^\[.*\]: https://github.com" | wc -L)
@@ -66,7 +70,7 @@ jobs:
if: github.event_name == 'pull_request' if: github.event_name == 'pull_request'
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v2 uses: actions/checkout@v4
- name: Install codespell - name: Install codespell
run: pip install --user codespell run: pip install --user codespell
- name: Check for typos - name: Check for typos
@@ -75,6 +79,7 @@ jobs:
--check-filenames \ --check-filenames \
--ignore-words-list "Dokument,afterAll,excpt,statics" \ --ignore-words-list "Dokument,afterAll,excpt,statics" \
--skip "./git/" \ --skip "./git/" \
--skip "**/*.pdf" \
--skip "**/*.po" \ --skip "**/*.po" \
--skip "**/*.pot" \ --skip "**/*.pot" \
--skip "**/*.json" \ --skip "**/*.json" \
@@ -87,11 +92,12 @@ jobs:
working-directory: src/backend working-directory: src/backend
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v2 uses: actions/checkout@v4
- name: Install Python - name: Install Python
uses: actions/setup-python@v3 uses: actions/setup-python@v5
with: with:
python-version: "3.13.3" python-version: "3.13.3"
cache: "pip"
- name: Upgrade pip and setuptools - name: Upgrade pip and setuptools
run: pip install --upgrade pip setuptools run: pip install --upgrade pip setuptools
- name: Install development dependencies - name: Install development dependencies
@@ -184,9 +190,10 @@ jobs:
mc version enable impress/impress-media-storage" mc version enable impress/impress-media-storage"
- name: Install Python - name: Install Python
uses: actions/setup-python@v3 uses: actions/setup-python@v5
with: with:
python-version: "3.13.3" python-version: "3.13.3"
cache: "pip"
- name: Install development dependencies - name: Install development dependencies
run: pip install --user .[dev] run: pip install --user .[dev]

27
.github/workflows/label_preview.yml vendored Normal file
View File

@@ -0,0 +1,27 @@
name: Label Preview
on:
pull_request:
types: [labeled, opened]
permissions:
pull-requests: write
jobs:
comment:
runs-on: ubuntu-latest
if: contains(github.event.pull_request.labels.*.name, 'preview')
steps:
- uses: thollander/actions-comment-pull-request@v3
with:
message: |
:rocket: Preview will be available at [https://${{ github.event.pull_request.number }}-docs.ppr-docs.beta.numerique.gouv.fr/](https://${{ github.event.pull_request.number }}-docs.ppr-docs.beta.numerique.gouv.fr/)
You can use the existing account with these credentials:
- username: `docs`
- password: `docs`
You can also create a new account if you want to.
Once this Pull Request is merged, the preview will be destroyed.
comment-tag: preview-url

3
.gitignore vendored
View File

@@ -75,3 +75,6 @@ db.sqlite3
.vscode/ .vscode/
*.iml *.iml
.devcontainer .devcontainer
# Cursor rules
.cursorrules

View File

@@ -1,5 +1,3 @@
# Changelog
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
@@ -8,21 +6,227 @@ and this project adheres to
## [Unreleased] ## [Unreleased]
### Added
- ✨ Add comments feature to the editor #1330
- ✨(backend) Comments on text editor #1330
### Changed ### Changed
- ⚡️(frontend) improve accessibility: - ⚡️(sw) stop to cache external resources likes videos #1655
- #1248 - 💥(frontend) upgrade to ui-kit v2
- #1235 - ⚡️(frontend) improve perf on upload and table of contents #1662
- #1255
- #1262
- #1244
- #1270
### Fixed ### Fixed
- 🐛(makefile) Windows compatibility fix for Docker volume mounting #1264 - ♿(frontend) improve accessibility:
- 🐛(minio) fix user permission error with Minio and Windows #1264 - ♿(frontend) improve share modal button accessibility #1626
- ♿(frontend) improve screen reader support in DocShare modal #1628
- 🐛(frontend) fix toolbar not activated when reader #1640
- 🐛(frontend) preserve left panel width on window resize #1588
- 🐛(frontend) prevent duplicate as first character in title #1595
## [3.10.0] - 2025-11-18
### Added
- ✨(export) enable ODT export for documents #1524
- ✨(frontend) improve mobile UX by showing subdocs count #1540
- ✅(e2e) add test to compare generated PDF against reference template #1648
### Changed
- ♻️(frontend) preserve @ character when esc is pressed after typing it #1512
- ♻️(frontend) make summary button fixed to remain visible during scroll #1581
- ♻️(frontend) pdf embed use full width #1526
### Fixed
- ♿(frontend) improve accessibility:
- ♿(frontend) improve ARIA in doc grid and editor for a11y #1519
- ♿(frontend) improve accessibility and styling of summary table #1528
- ♿(frontend) add focus trap and enter key support to remove doc modal #1531
- 🐛(frontend) fix alignment of side menu #1597
- 🐛(frontend) fix fallback translations with Trans #1620
- 🐛(export) fix image overflow by limiting width to 600px during export #1525
- 🐛(export) fix table cell alignment issue in exported documents #1582
- 🐛(export) preserve image aspect ratio in PDF export #1622
- 🐛(export) Export fails when paste with style #1552
### Security
- mitigate role escalation in the ask_for_access viewset #1580
### Removed
- 🔥(backend) remove api managing templates
## [3.9.0] - 2025-11-10
### Added
- ✨(frontend) create skeleton component for DocEditor #1491
- ✨(frontend) add an EmojiPicker in the document tree and title #1381
- ✨(frontend) ajustable left panel #1456
### Changed
- ♻️(frontend) adapt custom blocks to new implementation #1375
- ♻️(backend) increase user short_name field length #1510
- 🚸(frontend) separate viewers from editors #1509
### Fixed
- 🐛(frontend) fix duplicate document entries in grid #1479
- 🐛(backend) fix trashbin list #1520
- ♿(frontend) improve accessibility:
- ♿(frontend) remove empty alt on logo due to Axe a11y error #1516
- 🐛(backend) fix s3 version_id validation #1543
- 🐛(frontend) retry check media status after page reload #1555
- 🐛(frontend) fix Interlinking memory leak #1560
- 🐛(frontend) button new doc UI fix #1557
- 🐛(frontend) interlinking UI fix #1557
## [3.8.2] - 2025-10-17
### Fixed
- 🐛(service-worker) fix sw registration and page reload logic #1500
## [3.8.1] - 2025-10-17
### Fixed
- ⚡️(backend) improve trashbin endpoint performance #1495
- 🐛(backend) manage invitation partial update without email #1494
- ♿(frontend) improve accessibility:
- ♿ add missing aria-label to add sub-doc button for accessibility #1480
- ♿ add missing aria-label to more options button on sub-docs #1481
### Removed
- 🔥(backend) remove treebeard form for the document admin #1470
## [3.8.0] - 2025-10-14
### Added
- ✨(frontend) add pdf block to the editor #1293
- ✨List and restore deleted docs #1450
### Changed
- ♻️(frontend) Refactor Auth component for improved redirection logic #1461
- ♻️(frontend) replace Arial font-family with token font #1411
- ♿(frontend) improve accessibility:
- ♿(frontend) enable enter key to open documentss #1354
- ♿(frontend) improve modal a11y: structure, labels, title #1349
- ♿improve NVDA navigation in DocShareModal #1396
- ♿ improve accessibility by adding landmark roles to layout #1394
- ♿ add document visible in list and openable via enter key #1365
- ♿ add pdf outline property to enable bookmarks display #1368
- ♿ hide decorative icons from assistive tech with aria-hidden #1404
- ♿ fix rgaa 1.9.1: convert to figure/figcaption structure #1426
- ♿ remove redundant aria-label to avoid over-accessibility #1420
- ♿ remove redundant aria-label on hidden icons and update tests #1432
- ♿ improve semantic structure and aria roles of leftpanel #1431
- ♿ add default background to left panel for better accessibility #1423
- ♿ restyle checked checkboxes: removing strikethrough #1439
- ♿ add h1 for SR on 40X pages and remove alt texts #1438
- ♿ update labels and shared document icon accessibility #1442
- 🍱(frontend) Fonts GDPR compliants #1453
- ♻️(service-worker) improve SW registration and update handling #1473
### Fixed
- 🐛(backend) duplicate sub docs as root for reader users #1385
- ⚗️(service-worker) remove index from cache first strategy #1395
- 🐛(frontend) fix 404 page when reload 403 page #1402
- 🐛(frontend) fix legacy role computation #1376
- 🛂(frontend) block editing title when not allowed #1412
- 🐛(frontend) scroll back to top when navigate to a document #1406
- 🐛(frontend) fix export pdf emoji problem #1453
- 🐛(frontend) fix attachment download filename #1447
- 🐛(frontend) exclude h4-h6 headings from table of contents #1441
- 🔒(frontend) prevent readers from changing callout emoji #1449
- 🐛(frontend) fix overlapping placeholders in multi-column layout #1455
- 🐛(backend) filter invitation with case insensitive email #1457
- 🐛(frontend) reduce no access image size from 450 to 300 #1463
- 🐛(frontend) preserve interlink style on drag-and-drop in editor #1460
- ✨(frontend) load docs logo from public folder via url #1462
- 🔧(keycloak) Fix https required issue in dev mode #1286
## Removed
- 🔥(frontend) remove custom DividerBlock ##1375
## [3.7.0] - 2025-09-12
### Added
- ✨(api) add API route to fetch document content #1206
- ✨(frontend) doc emojis improvements #1381
- add an EmojiPicker in the document tree and document title
- remove emoji buttons in menus
### Changed
- 🔒️(backend) configure throttle on every viewsets #1343
- ⬆️ Bump eslint to V9 #1071
- ♿(frontend) improve accessibility:
- ♿fix major accessibility issues reported by wave and axe #1344
- ✨unify tab focus style for better visual consistency #1341
- ✨improve modal a11y: structure, labels, and title #1349
- ✨improve accessibility of cdoc content with correct aria tags #1271
- ✨unify tab focus style for better visual consistency #1341
- ♿hide decorative icons, label menus, avoid accessible name… #1362
- ♻️(tilt) use helm dev-backend chart
- 🩹(frontend) on main pages do not display leading emoji as page icon #1381
- 🩹(frontend) handle properly emojis in interlinking #1381
### Removed
- 🔥(frontend) remove multi column drop cursor #1370
### Fixed
- 🐛(frontend) fix callout emoji list #1366
## [3.6.0] - 2025-09-04
### Added
- 👷(CI) add bundle size check job #1268
- ✨(frontend) use title first emoji as doc icon in tree #1289
### Changed
- ♻️(docs-app) Switch from Jest tests to Vitest #1269
- ♿(frontend) improve accessibility:
- 🌐(frontend) set html lang attribute dynamically #1248
- ♿(frontend) inject language attribute to pdf export #1235
- ♿(frontend) improve accessibility of search modal #1275
- ♿(frontend) add correct attributes to icons #1255
- 🎨(frontend) improve nav structure #1262
- ♿️(frontend) keyboard interaction with menu #1244
- ♿(frontend) improve header accessibility #1270
- ♿(frontend) improve accessibility for decorative images in editor #1282
- #1338
- #1281
- ♻️(backend) fallback to email identifier when no name #1298
- 🐛(backend) allow ASCII characters in user sub field #1295
- ⚡️(frontend) improve fallback width calculation #1333
### Fixed
- 🐛(makefile) Windows compatibility fix for Docker volume mounting #1263
- 🐛(minio) fix user permission error with Minio and Windows #1263
- 🐛(frontend) fix export when quote block and inline code #1319
- 🐛(frontend) fix base64 font #1324
- 🐛(backend) allow creator to delete subpages #1297
- 🐛(frontend) fix dnd conflict with tree and Blocknote #1328
- 🐛(frontend) fix display bug on homepage #1332
- 🐛link role update #1287
## [3.5.0] - 2025-07-31 ## [3.5.0] - 2025-07-31
@@ -694,7 +898,14 @@ and this project adheres to
- ✨(frontend) Coming Soon page (#67) - ✨(frontend) Coming Soon page (#67)
- 🚀 Impress, project to manage your documents easily and collaboratively. - 🚀 Impress, project to manage your documents easily and collaboratively.
[unreleased]: https://github.com/suitenumerique/docs/compare/v3.5.0...main [unreleased]: https://github.com/suitenumerique/docs/compare/v3.10.0...main
[v3.10.0]: https://github.com/suitenumerique/docs/releases/v3.10.0
[v3.9.0]: https://github.com/suitenumerique/docs/releases/v3.9.0
[v3.8.2]: https://github.com/suitenumerique/docs/releases/v3.8.2
[v3.8.1]: https://github.com/suitenumerique/docs/releases/v3.8.1
[v3.8.0]: https://github.com/suitenumerique/docs/releases/v3.8.0
[v3.7.0]: https://github.com/suitenumerique/docs/releases/v3.7.0
[v3.6.0]: https://github.com/suitenumerique/docs/releases/v3.6.0
[v3.5.0]: https://github.com/suitenumerique/docs/releases/v3.5.0 [v3.5.0]: https://github.com/suitenumerique/docs/releases/v3.5.0
[v3.4.2]: https://github.com/suitenumerique/docs/releases/v3.4.2 [v3.4.2]: https://github.com/suitenumerique/docs/releases/v3.4.2
[v3.4.1]: https://github.com/suitenumerique/docs/releases/v3.4.1 [v3.4.1]: https://github.com/suitenumerique/docs/releases/v3.4.1

View File

@@ -94,6 +94,14 @@ RUN chmod g=u /etc/passwd
# Copy installed python dependencies # Copy installed python dependencies
COPY --from=back-builder /install /usr/local COPY --from=back-builder /install /usr/local
# Link certifi certificate from a static path /cert/cacert.pem to avoid issues
# when python is upgraded and the path to the certificate changes.
# The space between print and the ( is intended otherwise the git lint is failing
RUN mkdir /cert && \
path=`python -c 'import certifi;print (certifi.where())'` && \
mv $path /cert/ && \
ln -s /cert/cacert.pem $path
# Copy impress application (see .dockerignore) # Copy impress application (see .dockerignore)
COPY ./src/backend /app/ COPY ./src/backend /app/

View File

@@ -93,13 +93,77 @@ post-bootstrap: \
mails-build mails-build
.PHONY: post-bootstrap .PHONY: post-bootstrap
pre-beautiful-bootstrap: ## Display a welcome message before bootstrap
ifeq ($(OS),Windows_NT)
@echo ""
@echo "================================================================================"
@echo ""
@echo " Welcome to Docs - Collaborative Text Editing from La Suite!"
@echo ""
@echo " This will set up your development environment with:"
@echo " - Docker containers for all services"
@echo " - Database migrations and static files"
@echo " - Frontend dependencies and build"
@echo " - Environment configuration files"
@echo ""
@echo " Services will be available at:"
@echo " - Frontend: http://localhost:3000"
@echo " - API: http://localhost:8071"
@echo " - Admin: http://localhost:8071/admin"
@echo ""
@echo "================================================================================"
@echo ""
@echo "Starting bootstrap process..."
else
@echo "$(BOLD)"
@echo "╔══════════════════════════════════════════════════════════════════════════════╗"
@echo "║ ║"
@echo "║ 🚀 Welcome to Docs - Collaborative Text Editing from La Suite ! 🚀 ║"
@echo "║ ║"
@echo "║ This will set up your development environment with : ║"
@echo "║ • Docker containers for all services ║"
@echo "║ • Database migrations and static files ║"
@echo "║ • Frontend dependencies and build ║"
@echo "║ • Environment configuration files ║"
@echo "║ ║"
@echo "║ Services will be available at: ║"
@echo "║ • Frontend: http://localhost:3000 ║"
@echo "║ • API: http://localhost:8071 ║"
@echo "║ • Admin: http://localhost:8071/admin ║"
@echo "║ ║"
@echo "╚══════════════════════════════════════════════════════════════════════════════╝"
@echo "$(RESET)"
@echo "$(GREEN)Starting bootstrap process...$(RESET)"
endif
@echo ""
.PHONY: pre-beautiful-bootstrap
bootstrap: ## Prepare Docker developmentimages for the project post-beautiful-bootstrap: ## Display a success message after bootstrap
@echo ""
ifeq ($(OS),Windows_NT)
@echo "Bootstrap completed successfully!"
@echo ""
@echo "Next steps:"
@echo " - Visit http://localhost:3000 to access the application"
@echo " - Run 'make help' to see all available commands"
else
@echo "$(GREEN)🎉 Bootstrap completed successfully!$(RESET)"
@echo ""
@echo "$(BOLD)Next steps:$(RESET)"
@echo " • Visit http://localhost:3000 to access the application"
@echo " • Run 'make help' to see all available commands"
endif
@echo ""
.PHONY: post-beautiful-bootstrap
bootstrap: ## Prepare the project for local development
bootstrap: \ bootstrap: \
pre-beautiful-bootstrap \
pre-bootstrap \ pre-bootstrap \
build \ build \
post-bootstrap \ post-bootstrap \
run run \
post-beautiful-bootstrap
.PHONY: bootstrap .PHONY: bootstrap
bootstrap-e2e: ## Prepare Docker production images to be used for e2e tests bootstrap-e2e: ## Prepare Docker production images to be used for e2e tests
@@ -342,6 +406,10 @@ run-frontend-development: ## Run the frontend in development mode
cd $(PATH_FRONT_IMPRESS) && yarn dev cd $(PATH_FRONT_IMPRESS) && yarn dev
.PHONY: run-frontend-development .PHONY: run-frontend-development
frontend-test: ## Run the frontend tests
cd $(PATH_FRONT_IMPRESS) && yarn test
.PHONY: frontend-test
frontend-i18n-extract: ## Extract the frontend translation inside a json to be used for crowdin frontend-i18n-extract: ## Extract the frontend translation inside a json to be used for crowdin
cd $(PATH_FRONT) && yarn i18n:extract cd $(PATH_FRONT) && yarn i18n:extract
.PHONY: frontend-i18n-extract .PHONY: frontend-i18n-extract
@@ -372,6 +440,6 @@ bump-packages-version: ## bump the version of the project - VERSION_TYPE can be
cd ./src/frontend/apps/e2e/ && yarn version --no-git-tag-version --$(VERSION_TYPE) cd ./src/frontend/apps/e2e/ && yarn version --no-git-tag-version --$(VERSION_TYPE)
cd ./src/frontend/apps/impress/ && yarn version --no-git-tag-version --$(VERSION_TYPE) cd ./src/frontend/apps/impress/ && yarn version --no-git-tag-version --$(VERSION_TYPE)
cd ./src/frontend/servers/y-provider/ && yarn version --no-git-tag-version --$(VERSION_TYPE) cd ./src/frontend/servers/y-provider/ && yarn version --no-git-tag-version --$(VERSION_TYPE)
cd ./src/frontend/packages/eslint-config-impress/ && yarn version --no-git-tag-version --$(VERSION_TYPE) cd ./src/frontend/packages/eslint-plugin-docs/ && yarn version --no-git-tag-version --$(VERSION_TYPE)
cd ./src/frontend/packages/i18n/ && yarn version --no-git-tag-version --$(VERSION_TYPE) cd ./src/frontend/packages/i18n/ && yarn version --no-git-tag-version --$(VERSION_TYPE)
.PHONY: bump-packages-version .PHONY: bump-packages-version

View File

@@ -49,13 +49,24 @@ Docs is a collaborative text editor designed to address common challenges in kno
* 📚 Turn your team's collaborative work into organized knowledge with Subpages. * 📚 Turn your team's collaborative work into organized knowledge with Subpages.
### Self-host ### Self-host
🚀 Docs is easy to install on your own servers
Available methods: Helm chart, Nix package #### 🚀 Docs is easy to install on your own servers
We use Kubernetes for our [production instance](https://docs.numerique.gouv.fr/) but also support Docker Compose. The community contributed a couple other methods (Nix, YunoHost etc.) check out the [docs](/docs/installation/README.md) to get detailed instructions and examples.
In the works: Docker Compose, YunoHost #### 🌍 Known instances
We hope to see many more, here is an incomplete list of public Docs instances. Feel free to make a PR to add ones that are not listed below🙏
⚠️ For some advanced features (ex: Export as PDF) Docs relies on XL packages from BlockNote. These are licenced under AGPL-3.0 and are not MIT compatible. You can perfectly use Docs without these packages by setting the environment variable `PUBLISH_AS_MIT` to true. That way you'll build an image of the application without the features that are not MIT compatible. Read the [environment variables documentation](/docs/env.md) for more information. | Url | Org | Public |
| --- | --- | ------- |
| [docs.numerique.gouv.fr](https://docs.numerique.gouv.fr/) | DINUM | French public agents working for the central administration and the extended public sphere. ProConnect is required to login in or sign up|
| [docs.suite.anct.gouv.fr](https://docs.suite.anct.gouv.fr/) | ANCT | French public agents working for the territorial administration and the extended public sphere. ProConnect is required to login in or sign up|
| [notes.demo.opendesk.eu](https://notes.demo.opendesk.eu) | ZenDiS | Demo instance of OpenDesk. Request access to get credentials |
| [notes.liiib.re](https://notes.liiib.re/) | lasuite.coop | Free and open demo to all. Content and accounts are reset after one month |
| [docs.federated.nexus](https://docs.federated.nexus/) | federated.nexus | Public instance, but you have to [sign up for a Federated Nexus account](https://federated.nexus/register/). |
| [docs.demo.mosacloud.eu](https://docs.demo.mosacloud.eu/) | mosa.cloud | Demo instance of mosa.cloud, a dutch company providing services around La Suite apps. |
#### ⚠️ Advanced features
For some advanced features (ex: Export as PDF) Docs relies on XL packages from BlockNote. These are licenced under GPL and are not MIT compatible. You can perfectly use Docs without these packages by setting the environment variable `PUBLISH_AS_MIT` to true. That way you'll build an image of the application without the features that are not MIT compatible. Read the [environment variables documentation](/docs/env.md) for more information.
## Getting started 🔧 ## Getting started 🔧
@@ -130,6 +141,12 @@ To start all the services, except the frontend container, you can use the follow
$ make run-backend $ make run-backend
``` ```
To execute frontend tests & linting only
```shellscript
$ make frontend-test
$ make frontend-lint
```
**Adding content** **Adding content**
You can create a basic demo site by running this command: You can create a basic demo site by running this command:

View File

@@ -39,9 +39,10 @@ docker_build(
] ]
) )
k8s_resource('impress-docs-backend-migrate', resource_deps=['postgres-postgresql']) k8s_resource('impress-docs-backend-migrate', resource_deps=['dev-backend-postgres'])
k8s_resource('impress-docs-backend-createsuperuser', resource_deps=['impress-docs-backend-migrate']) k8s_resource('impress-docs-backend-createsuperuser', resource_deps=['impress-docs-backend-migrate'])
k8s_resource('impress-docs-backend', resource_deps=['impress-docs-backend-migrate']) k8s_resource('dev-backend-keycloak', resource_deps=['dev-backend-keycloak-pg'])
k8s_resource('impress-docs-backend', resource_deps=['impress-docs-backend-migrate', 'dev-backend-redis', 'dev-backend-keycloak', 'dev-backend-postgres', 'dev-backend-minio:statefulset'])
k8s_yaml(local('cd ../src/helm && helmfile -n impress -e dev template .')) k8s_yaml(local('cd ../src/helm && helmfile -n impress -e dev template .'))
migration = ''' migration = '''

View File

@@ -184,22 +184,20 @@ services:
- env.d/development/kc_postgresql.local - env.d/development/kc_postgresql.local
keycloak: keycloak:
image: quay.io/keycloak/keycloak:20.0.1 image: quay.io/keycloak/keycloak:26.3
volumes: volumes:
- ./docker/auth/realm.json:/opt/keycloak/data/import/realm.json - ./docker/auth/realm.json:/opt/keycloak/data/import/realm.json
command: command:
- start-dev - start-dev
- --features=preview - --features=preview
- --import-realm - --import-realm
- --proxy=edge - --hostname=http://localhost:8083
- --hostname-url=http://localhost:8083
- --hostname-admin-url=http://localhost:8083/
- --hostname-strict=false - --hostname-strict=false
- --hostname-strict-https=false
- --health-enabled=true - --health-enabled=true
- --metrics-enabled=true - --metrics-enabled=true
healthcheck: healthcheck:
test: ["CMD", "curl", "--head", "-fsS", "http://localhost:8080/health/ready"] test: ['CMD-SHELL', 'exec 3<>/dev/tcp/localhost/9000; echo -e "GET /health/live HTTP/1.1\r\nHost: localhost\r\nConnection: close\r\n\r\n" >&3; grep "HTTP/1.1 200 OK" <&3']
start_period: 5s
interval: 1s interval: 1s
timeout: 2s timeout: 2s
retries: 300 retries: 300

View File

@@ -26,7 +26,7 @@
"oauth2DeviceCodeLifespan": 600, "oauth2DeviceCodeLifespan": 600,
"oauth2DevicePollingInterval": 5, "oauth2DevicePollingInterval": 5,
"enabled": true, "enabled": true,
"sslRequired": "external", "sslRequired": "none",
"registrationAllowed": true, "registrationAllowed": true,
"registrationEmailAsUsername": false, "registrationEmailAsUsername": false,
"rememberMe": true, "rememberMe": true,
@@ -60,7 +60,7 @@
}, },
{ {
"username": "user-e2e-chromium", "username": "user-e2e-chromium",
"email": "user@chromium.test", "email": "user.test@chromium.test",
"firstName": "E2E", "firstName": "E2E",
"lastName": "Chromium", "lastName": "Chromium",
"enabled": true, "enabled": true,
@@ -74,7 +74,7 @@
}, },
{ {
"username": "user-e2e-webkit", "username": "user-e2e-webkit",
"email": "user@webkit.test", "email": "user.test@webkit.test",
"firstName": "E2E", "firstName": "E2E",
"lastName": "Webkit", "lastName": "Webkit",
"enabled": true, "enabled": true,
@@ -88,7 +88,7 @@
}, },
{ {
"username": "user-e2e-firefox", "username": "user-e2e-firefox",
"email": "user@firefox.test", "email": "user.test@firefox.test",
"firstName": "E2E", "firstName": "E2E",
"lastName": "Firefox", "lastName": "Firefox",
"enabled": true, "enabled": true,
@@ -2270,7 +2270,7 @@
"cibaInterval": "5", "cibaInterval": "5",
"realmReusableOtpCode": "false" "realmReusableOtpCode": "false"
}, },
"keycloakVersion": "20.0.1", "keycloakVersion": "26.3.2",
"userManagedAccessAllowed": false, "userManagedAccessAllowed": false,
"clientProfiles": { "clientProfiles": {
"profiles": [] "profiles": []

View File

@@ -11,6 +11,9 @@ server {
server_name localhost; server_name localhost;
charset utf-8; charset utf-8;
# increase max upload size
client_max_body_size 10m;
# Disables server version feedback on pages and in headers # Disables server version feedback on pages and in headers
server_tokens off; server_tokens off;

View File

@@ -135,9 +135,9 @@ NODE_ENV=production NEXT_PUBLIC_PUBLISH_AS_MIT=false yarn build
| PUBLISH_AS_MIT | Removes packages whose licences are incompatible with the MIT licence (see below) | true | | PUBLISH_AS_MIT | Removes packages whose licences are incompatible with the MIT licence (see below) | true |
Packages with licences incompatible with the MIT licence: Packages with licences incompatible with the MIT licence:
* `xl-docx-exporter`: [AGPL-3.0](https://github.com/TypeCellOS/BlockNote/blob/main/packages/xl-docx-exporter/LICENSE), * `xl-docx-exporter`: [GPL](https://github.com/TypeCellOS/BlockNote/blob/main/packages/xl-docx-exporter/LICENSE),
* `xl-pdf-exporter`: [AGPL-3.0](https://github.com/TypeCellOS/BlockNote/blob/main/packages/xl-pdf-exporter/LICENSE), * `xl-pdf-exporter`: [GPL](https://github.com/TypeCellOS/BlockNote/blob/main/packages/xl-pdf-exporter/LICENSE),
* `xl-multi-column`: [AGPL-3.0](https://github.com/TypeCellOS/BlockNote/blob/main/packages/xl-multi-column/LICENSE). * `xl-multi-column`: [GPL](https://github.com/TypeCellOS/BlockNote/blob/main/packages/xl-multi-column/LICENSE).
In `.env.development`, `PUBLISH_AS_MIT` is set to `false`, allowing developers to test Docs with all its features. In `.env.development`, `PUBLISH_AS_MIT` is set to `false`, allowing developers to test Docs with all its features.

View File

@@ -23,7 +23,7 @@ services:
# - VIRTUAL_PORT=8080 # used by nginx proxy # - VIRTUAL_PORT=8080 # used by nginx proxy
# - LETSENCRYPT_HOST=id.yourdomain.tld # used by lets encrypt to generate TLS certificate # - LETSENCRYPT_HOST=id.yourdomain.tld # used by lets encrypt to generate TLS certificate
depends_on: depends_on:
kc_postgresql:: kc_postgresql:
condition: service_healthy condition: service_healthy
restart: true restart: true
# Uncomment if using our nginx proxy example # Uncomment if using our nginx proxy example

View File

@@ -27,7 +27,7 @@ backend:
OIDC_OP_AUTHORIZATION_ENDPOINT: https://keycloak.127.0.0.1.nip.io/realms/impress/protocol/openid-connect/auth OIDC_OP_AUTHORIZATION_ENDPOINT: https://keycloak.127.0.0.1.nip.io/realms/impress/protocol/openid-connect/auth
OIDC_OP_TOKEN_ENDPOINT: https://keycloak.127.0.0.1.nip.io/realms/impress/protocol/openid-connect/token OIDC_OP_TOKEN_ENDPOINT: https://keycloak.127.0.0.1.nip.io/realms/impress/protocol/openid-connect/token
OIDC_OP_USER_ENDPOINT: https://keycloak.127.0.0.1.nip.io/realms/impress/protocol/openid-connect/userinfo OIDC_OP_USER_ENDPOINT: https://keycloak.127.0.0.1.nip.io/realms/impress/protocol/openid-connect/userinfo
OIDC_OP_LOGOUT_ENDPOINT: https://keycloak.127.0.0.1.nip.io/realms/impress/protocol/openid-connect/session/end OIDC_OP_LOGOUT_ENDPOINT: https://keycloak.127.0.0.1.nip.io/realms/impress/protocol/openid-connect/logout
OIDC_RP_CLIENT_ID: impress OIDC_RP_CLIENT_ID: impress
OIDC_RP_CLIENT_SECRET: ThisIsAnExampleKeyForDevPurposeOnly OIDC_RP_CLIENT_SECRET: ThisIsAnExampleKeyForDevPurposeOnly
OIDC_RP_SIGN_ALGO: RS256 OIDC_RP_SIGN_ALGO: RS256
@@ -82,7 +82,7 @@ backend:
# Extra volume to manage our local custom CA and avoid to set ssl_verify: false # Extra volume to manage our local custom CA and avoid to set ssl_verify: false
extraVolumeMounts: extraVolumeMounts:
- name: certs - name: certs
mountPath: /usr/local/lib/python3.13/site-packages/certifi/cacert.pem mountPath: /cert/cacert.pem
subPath: cacert.pem subPath: cacert.pem
# Extra volume to manage our local custom CA and avoid to set ssl_verify: false # Extra volume to manage our local custom CA and avoid to set ssl_verify: false

View File

@@ -0,0 +1,32 @@
# Installation
If you want to install Docs you've come to the right place.
Here are a bunch of resources to help you install the project.
## Kubernetes
We (Docs maintainers) are only using the Kubernetes deployment method in production. We can only provide advanced support for this method.
Please follow the instructions laid out [here](/docs/installation/kubernetes.md).
## Docker Compose
We are aware that not everyone has Kubernetes Cluster laying around 😆.
We also provide [Docker images](https://hub.docker.com/u/lasuite?page=1&search=impress) that you can deploy using Compose.
Please follow the instructions [here](/docs/installation/compose.md).
⚠️ Please keep in mind that we do not use it ourselves in production. Let us know in the issues if you run into troubles, we'll try to help.
## Other ways to install Docs
Community members have contributed several other ways to install Docs. While we owe them a big thanks 🙏, please keep in mind we (Docs maintainers) can't provide support on these installation methods as we don't use them ourselves and there are two many options out there for us to keep track of. Of course you can contact the contributors and the broader community for assistance.
Here is the list of other methods in alphabetical order:
- Coop-Cloud: [code](https://git.coopcloud.tech/coop-cloud/lasuite-docs)
- Nix: [Packages](https://search.nixos.org/packages?channel=unstable&query=lasuite-docs), ⚠️ unstable
- Podman: [code][https://codeberg.org/philo/lasuite-docs-podman], ⚠️ experimental
- YunoHost: [code](https://github.com/YunoHost-Apps/lasuite-docs_ynh), [app store](https://apps.yunohost.org/app/lasuite-docs)
Feel free to make a PR to add ones that are not listed above 🙏
## Cloud providers
Some cloud providers are making it easy to deploy Docs on their infrastructure.
Here is the list in alphabetical order:
- Clever Cloud 🇫🇷 : [market place][https://www.clever-cloud.com/product/docs/], [technical doc](https://www.clever.cloud/developers/guides/docs/#deploy-docs)
Feel free to make a PR to add ones that are not listed above 🙏

View File

@@ -124,7 +124,7 @@ OIDC_OP_JWKS_ENDPOINT: https://keycloak.127.0.0.1.nip.io/realms/impress/protocol
OIDC_OP_AUTHORIZATION_ENDPOINT: https://keycloak.127.0.0.1.nip.io/realms/impress/protocol/openid-connect/auth OIDC_OP_AUTHORIZATION_ENDPOINT: https://keycloak.127.0.0.1.nip.io/realms/impress/protocol/openid-connect/auth
OIDC_OP_TOKEN_ENDPOINT: https://keycloak.127.0.0.1.nip.io/realms/impress/protocol/openid-connect/token OIDC_OP_TOKEN_ENDPOINT: https://keycloak.127.0.0.1.nip.io/realms/impress/protocol/openid-connect/token
OIDC_OP_USER_ENDPOINT: https://keycloak.127.0.0.1.nip.io/realms/impress/protocol/openid-connect/userinfo OIDC_OP_USER_ENDPOINT: https://keycloak.127.0.0.1.nip.io/realms/impress/protocol/openid-connect/userinfo
OIDC_OP_LOGOUT_ENDPOINT: https://keycloak.127.0.0.1.nip.io/realms/impress/protocol/openid-connect/session/end OIDC_OP_LOGOUT_ENDPOINT: https://keycloak.127.0.0.1.nip.io/realms/impress/protocol/openid-connect/logout
OIDC_RP_CLIENT_ID: impress OIDC_RP_CLIENT_ID: impress
OIDC_RP_CLIENT_SECRET: ThisIsAnExampleKeyForDevPurposeOnly OIDC_RP_CLIENT_SECRET: ThisIsAnExampleKeyForDevPurposeOnly
OIDC_RP_SIGN_ALGO: RS256 OIDC_RP_SIGN_ALGO: RS256

View File

@@ -32,6 +32,24 @@ Then, set the `FRONTEND_CSS_URL` environment variable to the URL of your custom
---- ----
# **Your Docs icon** 📝
You can add your own Docs icon in the header from the theme customization file.
### Settings 🔧
```shellscript
THEME_CUSTOMIZATION_FILE_PATH=<path>
```
### Example of JSON
You can activate it with the `header.icon` configuration: https://github.com/suitenumerique/docs/blob/main/src/helm/env.d/dev/configuration/theme/demo.json
This configuration is optional. If not set, the default icon will be used.
----
# **Footer Configuration** 📝 # **Footer Configuration** 📝
The footer is configurable from the theme customization file. The footer is configurable from the theme customization file.

View File

@@ -66,3 +66,6 @@ COLLABORATION_WS_URL=ws://localhost:4444/collaboration/ws/
DJANGO_SERVER_TO_SERVER_API_TOKENS=server-api-token DJANGO_SERVER_TO_SERVER_API_TOKENS=server-api-token
Y_PROVIDER_API_BASE_URL=http://y-provider-development:4444/api/ Y_PROVIDER_API_BASE_URL=http://y-provider-development:4444/api/
Y_PROVIDER_API_KEY=yprovider-api-key Y_PROVIDER_API_KEY=yprovider-api-key
# Theme customization
THEME_CUSTOMIZATION_CACHE_TIMEOUT=15

View File

@@ -3,3 +3,7 @@ BURST_THROTTLE_RATES="200/minute"
COLLABORATION_API_URL=http://y-provider:4444/collaboration/api/ COLLABORATION_API_URL=http://y-provider:4444/collaboration/api/
SUSTAINED_THROTTLE_RATES="200/hour" SUSTAINED_THROTTLE_RATES="200/hour"
Y_PROVIDER_API_BASE_URL=http://y-provider:4444/api/ Y_PROVIDER_API_BASE_URL=http://y-provider:4444/api/
# Throttle
API_DOCUMENT_THROTTLE_RATE=1000/min
API_CONFIG_THROTTLE_RATE=1000/min

View File

@@ -43,8 +43,8 @@ OIDC_RP_CLIENT_ID=<client_id>
OIDC_RP_CLIENT_SECRET=<client secret> OIDC_RP_CLIENT_SECRET=<client secret>
OIDC_RP_SIGN_ALGO=RS256 OIDC_RP_SIGN_ALGO=RS256
OIDC_RP_SCOPES="openid email" OIDC_RP_SCOPES="openid email"
#USER_OIDC_FIELD_TO_SHORTNAME #OIDC_USERINFO_SHORTNAME_FIELD
#USER_OIDC_FIELDS_TO_FULLNAME #OIDC_USERINFO_FULLNAME_FIELDS
LOGIN_REDIRECT_URL=https://${DOCS_HOST} LOGIN_REDIRECT_URL=https://${DOCS_HOST}
LOGIN_REDIRECT_URL_FAILURE=https://${DOCS_HOST} LOGIN_REDIRECT_URL_FAILURE=https://${DOCS_HOST}

View File

@@ -2,6 +2,10 @@
"extends": ["github>numerique-gouv/renovate-configuration"], "extends": ["github>numerique-gouv/renovate-configuration"],
"dependencyDashboard": true, "dependencyDashboard": true,
"labels": ["dependencies", "noChangeLog", "automated"], "labels": ["dependencies", "noChangeLog", "automated"],
"schedule": ["before 7am on monday"],
"prCreation": "not-pending",
"rebaseWhen": "conflicted",
"updateNotScheduled": false,
"packageRules": [ "packageRules": [
{ {
"enabled": false, "enabled": false,
@@ -15,15 +19,18 @@
"matchPackageNames": ["redis"], "matchPackageNames": ["redis"],
"allowedVersions": "<6.0.0" "allowedVersions": "<6.0.0"
}, },
{
"groupName": "allowed pylint versions",
"matchManagers": ["pep621"],
"matchPackageNames": ["pylint"],
"allowedVersions": "<4.0.0"
},
{ {
"enabled": false, "enabled": false,
"groupName": "ignored js dependencies", "groupName": "ignored js dependencies",
"matchManagers": ["npm"], "matchManagers": ["npm"],
"matchPackageNames": [ "matchPackageNames": [
"@hocuspocus/provider",
"@hocuspocus/server",
"docx", "docx",
"eslint",
"fetch-mock", "fetch-mock",
"node", "node",
"node-fetch", "node-fetch",

View File

@@ -5,7 +5,6 @@ from django.contrib.auth import admin as auth_admin
from django.utils.translation import gettext_lazy as _ from django.utils.translation import gettext_lazy as _
from treebeard.admin import TreeAdmin from treebeard.admin import TreeAdmin
from treebeard.forms import movenodeform_factory
from . import models from . import models
@@ -157,7 +156,6 @@ class DocumentAdmin(TreeAdmin):
}, },
), ),
) )
form = movenodeform_factory(models.Document)
inlines = (DocumentAccessInline,) inlines = (DocumentAccessInline,)
list_display = ( list_display = (
"id", "id",

View File

@@ -128,3 +128,11 @@ class ListDocumentFilter(DocumentFilter):
queryset_method = queryset.filter if bool(value) else queryset.exclude queryset_method = queryset.filter if bool(value) else queryset.exclude
return queryset_method(link_traces__user=user, link_traces__is_masked=True) return queryset_method(link_traces__user=user, link_traces__is_masked=True)
class UserSearchFilter(django_filters.FilterSet):
"""
Custom filter for searching users.
"""
q = django_filters.CharFilter(min_length=5, max_length=254)

View File

@@ -171,3 +171,19 @@ class ResourceAccessPermission(IsAuthenticated):
action = view.action action = view.action
return abilities.get(action, False) return abilities.get(action, False)
class CommentPermission(permissions.BasePermission):
"""Permission class for comments."""
def has_permission(self, request, view):
"""Check permission for a given object."""
if view.action in ["create", "list"]:
document_abilities = view.get_document_or_404().get_abilities(request.user)
return document_abilities["comment"]
return True
def has_object_permission(self, request, view, obj):
"""Check permission for a given object."""
return obj.get_abilities(request.user).get(view.action, False)

View File

@@ -1,4 +1,5 @@
"""Client serializers for the impress core app.""" """Client serializers for the impress core app."""
# pylint: disable=too-many-lines
import binascii import binascii
import mimetypes import mimetypes
@@ -7,12 +8,13 @@ from base64 import b64decode
from django.conf import settings from django.conf import settings
from django.db.models import Q from django.db.models import Q
from django.utils.functional import lazy from django.utils.functional import lazy
from django.utils.text import slugify
from django.utils.translation import gettext_lazy as _ from django.utils.translation import gettext_lazy as _
import magic import magic
from rest_framework import serializers from rest_framework import serializers
from core import choices, enums, models, utils from core import choices, enums, models, utils, validators
from core.services.ai_services import AI_ACTIONS from core.services.ai_services import AI_ACTIONS
from core.services.converter_services import ( from core.services.converter_services import (
ConversionError, ConversionError,
@@ -23,11 +25,30 @@ from core.services.converter_services import (
class UserSerializer(serializers.ModelSerializer): class UserSerializer(serializers.ModelSerializer):
"""Serialize users.""" """Serialize users."""
full_name = serializers.SerializerMethodField(read_only=True)
short_name = serializers.SerializerMethodField(read_only=True)
class Meta: class Meta:
model = models.User model = models.User
fields = ["id", "email", "full_name", "short_name", "language"] fields = ["id", "email", "full_name", "short_name", "language"]
read_only_fields = ["id", "email", "full_name", "short_name"] read_only_fields = ["id", "email", "full_name", "short_name"]
def get_full_name(self, instance):
"""Return the full name of the user."""
if not instance.full_name:
email = instance.email.split("@")[0]
return slugify(email)
return instance.full_name
def get_short_name(self, instance):
"""Return the short name of the user."""
if not instance.short_name:
email = instance.email.split("@")[0]
return slugify(email)
return instance.short_name
class UserLightSerializer(UserSerializer): class UserLightSerializer(UserSerializer):
"""Serialize users with limited fields.""" """Serialize users with limited fields."""
@@ -70,6 +91,7 @@ class ListDocumentSerializer(serializers.ModelSerializer):
nb_accesses_direct = serializers.IntegerField(read_only=True) nb_accesses_direct = serializers.IntegerField(read_only=True)
user_role = serializers.SerializerMethodField(read_only=True) user_role = serializers.SerializerMethodField(read_only=True)
abilities = serializers.SerializerMethodField(read_only=True) abilities = serializers.SerializerMethodField(read_only=True)
deleted_at = serializers.SerializerMethodField(read_only=True)
class Meta: class Meta:
model = models.Document model = models.Document
@@ -82,6 +104,7 @@ class ListDocumentSerializer(serializers.ModelSerializer):
"computed_link_role", "computed_link_role",
"created_at", "created_at",
"creator", "creator",
"deleted_at",
"depth", "depth",
"excerpt", "excerpt",
"is_favorite", "is_favorite",
@@ -104,6 +127,7 @@ class ListDocumentSerializer(serializers.ModelSerializer):
"computed_link_role", "computed_link_role",
"created_at", "created_at",
"creator", "creator",
"deleted_at",
"depth", "depth",
"excerpt", "excerpt",
"is_favorite", "is_favorite",
@@ -145,6 +169,10 @@ class ListDocumentSerializer(serializers.ModelSerializer):
request = self.context.get("request") request = self.context.get("request")
return instance.get_role(request.user) if request else None return instance.get_role(request.user) if request else None
def get_deleted_at(self, instance):
"""Return the deleted_at of the current document."""
return instance.ancestors_deleted_at
class DocumentLightSerializer(serializers.ModelSerializer): class DocumentLightSerializer(serializers.ModelSerializer):
"""Minial document serializer for nesting in document accesses.""" """Minial document serializer for nesting in document accesses."""
@@ -173,6 +201,7 @@ class DocumentSerializer(ListDocumentSerializer):
"content", "content",
"created_at", "created_at",
"creator", "creator",
"deleted_at",
"depth", "depth",
"excerpt", "excerpt",
"is_favorite", "is_favorite",
@@ -196,6 +225,7 @@ class DocumentSerializer(ListDocumentSerializer):
"computed_link_role", "computed_link_role",
"created_at", "created_at",
"creator", "creator",
"deleted_at",
"depth", "depth",
"is_favorite", "is_favorite",
"link_role", "link_role",
@@ -402,7 +432,7 @@ class ServerCreateDocumentSerializer(serializers.Serializer):
content = serializers.CharField(required=True) content = serializers.CharField(required=True)
# User # User
sub = serializers.CharField( sub = serializers.CharField(
required=True, validators=[models.User.sub_validator], max_length=255 required=True, validators=[validators.sub_validator], max_length=255
) )
email = serializers.EmailField(required=True) email = serializers.EmailField(required=True)
language = serializers.ChoiceField( language = serializers.ChoiceField(
@@ -486,6 +516,10 @@ class LinkDocumentSerializer(serializers.ModelSerializer):
We expose it separately from document in order to simplify and secure access control. We expose it separately from document in order to simplify and secure access control.
""" """
link_reach = serializers.ChoiceField(
choices=models.LinkReachChoices.choices, required=True
)
class Meta: class Meta:
model = models.Document model = models.Document
fields = [ fields = [
@@ -493,6 +527,58 @@ class LinkDocumentSerializer(serializers.ModelSerializer):
"link_reach", "link_reach",
] ]
def validate(self, attrs):
"""Validate that link_role and link_reach are compatible using get_select_options."""
link_reach = attrs.get("link_reach")
link_role = attrs.get("link_role")
if not link_reach:
raise serializers.ValidationError(
{"link_reach": _("This field is required.")}
)
# Get available options based on ancestors' link definition
available_options = models.LinkReachChoices.get_select_options(
**self.instance.ancestors_link_definition
)
# Validate link_reach is allowed
if link_reach not in available_options:
msg = _(
"Link reach '%(link_reach)s' is not allowed based on parent document configuration."
)
raise serializers.ValidationError(
{"link_reach": msg % {"link_reach": link_reach}}
)
# Validate link_role is compatible with link_reach
allowed_roles = available_options[link_reach]
# Restricted reach: link_role must be None
if link_reach == models.LinkReachChoices.RESTRICTED:
if link_role is not None:
raise serializers.ValidationError(
{
"link_role": (
"Cannot set link_role when link_reach is 'restricted'. "
"Link role must be null for restricted reach."
)
}
)
return attrs
# Non-restricted: link_role must be in allowed roles
if link_role not in allowed_roles:
allowed_roles_str = ", ".join(allowed_roles) if allowed_roles else "none"
raise serializers.ValidationError(
{
"link_role": (
f"Link role '{link_role}' is not allowed for link reach '{link_reach}'. "
f"Allowed roles: {allowed_roles_str}"
)
}
)
return attrs
class DocumentDuplicationSerializer(serializers.Serializer): class DocumentDuplicationSerializer(serializers.Serializer):
""" """
@@ -664,6 +750,9 @@ class InvitationSerializer(serializers.ModelSerializer):
if self.instance is None: if self.instance is None:
attrs["issuer"] = user attrs["issuer"] = user
if attrs.get("email"):
attrs["email"] = attrs["email"].lower()
return attrs return attrs
def validate_role(self, role): def validate_role(self, role):
@@ -698,7 +787,9 @@ class DocumentAskForAccessCreateSerializer(serializers.Serializer):
"""Serializer for creating a document ask for access.""" """Serializer for creating a document ask for access."""
role = serializers.ChoiceField( role = serializers.ChoiceField(
choices=models.RoleChoices.choices, choices=[
role for role in choices.RoleChoices if role != models.RoleChoices.OWNER
],
required=False, required=False,
default=models.RoleChoices.READER, default=models.RoleChoices.READER,
) )
@@ -722,11 +813,11 @@ class DocumentAskForAccessSerializer(serializers.ModelSerializer):
] ]
read_only_fields = ["id", "document", "user", "role", "created_at", "abilities"] read_only_fields = ["id", "document", "user", "role", "created_at", "abilities"]
def get_abilities(self, invitation) -> dict: def get_abilities(self, instance) -> dict:
"""Return abilities of the logged-in user on the instance.""" """Return abilities of the logged-in user on the instance."""
request = self.context.get("request") request = self.context.get("request")
if request: if request:
return invitation.get_abilities(request.user) return instance.get_abilities(request.user)
return {} return {}
@@ -801,3 +892,124 @@ class MoveDocumentSerializer(serializers.Serializer):
choices=enums.MoveNodePositionChoices.choices, choices=enums.MoveNodePositionChoices.choices,
default=enums.MoveNodePositionChoices.LAST_CHILD, default=enums.MoveNodePositionChoices.LAST_CHILD,
) )
class ReactionSerializer(serializers.ModelSerializer):
"""Serialize reactions."""
users = UserLightSerializer(many=True, read_only=True)
class Meta:
model = models.Reaction
fields = [
"id",
"emoji",
"created_at",
"users",
]
read_only_fields = ["id", "created_at", "users"]
class CommentSerializer(serializers.ModelSerializer):
"""Serialize comments (nested under a thread) with reactions and abilities."""
user = UserLightSerializer(read_only=True)
abilities = serializers.SerializerMethodField()
reactions = ReactionSerializer(many=True, read_only=True)
class Meta:
model = models.Comment
fields = [
"id",
"user",
"body",
"created_at",
"updated_at",
"reactions",
"abilities",
]
read_only_fields = [
"id",
"user",
"created_at",
"updated_at",
"reactions",
"abilities",
]
def validate(self, attrs):
"""Validate comment data."""
request = self.context.get("request")
user = getattr(request, "user", None)
attrs["thread_id"] = self.context["thread_id"]
attrs["user_id"] = user.id if user else None
return attrs
def get_abilities(self, obj):
"""Return comment's abilities."""
request = self.context.get("request")
if request:
return obj.get_abilities(request.user)
return {}
class ThreadSerializer(serializers.ModelSerializer):
"""Serialize threads in a backward compatible shape for current frontend.
We expose a flatten representation where ``content`` maps to the first
comment's body. Creating a thread requires a ``content`` field which is
stored as the first comment.
"""
creator = UserLightSerializer(read_only=True)
abilities = serializers.SerializerMethodField(read_only=True)
body = serializers.JSONField(write_only=True, required=True)
comments = serializers.SerializerMethodField(read_only=True)
comments = CommentSerializer(many=True, read_only=True)
class Meta:
model = models.Thread
fields = [
"id",
"body",
"created_at",
"updated_at",
"creator",
"abilities",
"comments",
"resolved",
"resolved_at",
"resolved_by",
"metadata",
]
read_only_fields = [
"id",
"created_at",
"updated_at",
"creator",
"abilities",
"comments",
"resolved",
"resolved_at",
"resolved_by",
"metadata",
]
def validate(self, attrs):
"""Validate thread data."""
request = self.context.get("request")
user = getattr(request, "user", None)
attrs["document_id"] = self.context["resource_id"]
attrs["creator_id"] = user.id if user else None
return attrs
def get_abilities(self, thread):
"""Return thread's abilities."""
request = self.context.get("request")
if request:
return thread.get_abilities(request.user)
return {}

View File

@@ -0,0 +1,21 @@
"""Throttling modules for the API."""
from rest_framework.throttling import UserRateThrottle
from sentry_sdk import capture_message
def sentry_monitoring_throttle_failure(message):
"""Log when a failure occurs to detect rate limiting issues."""
capture_message(message, "warning")
class UserListThrottleBurst(UserRateThrottle):
"""Throttle for the user list endpoint."""
scope = "user_list_burst"
class UserListThrottleSustained(UserRateThrottle):
"""Throttle for the user list endpoint."""
scope = "user_list_sustained"

View File

@@ -1,6 +1,7 @@
"""API endpoints""" """API endpoints"""
# pylint: disable=too-many-lines # pylint: disable=too-many-lines
import base64
import json import json
import logging import logging
import uuid import uuid
@@ -13,12 +14,14 @@ from django.contrib.postgres.search import TrigramSimilarity
from django.core.cache import cache from django.core.cache import cache
from django.core.exceptions import ValidationError from django.core.exceptions import ValidationError
from django.core.files.storage import default_storage from django.core.files.storage import default_storage
from django.core.validators import URLValidator
from django.db import connection, transaction from django.db import connection, transaction
from django.db import models as db from django.db import models as db
from django.db.models.expressions import RawSQL from django.db.models.expressions import RawSQL
from django.db.models.functions import Left, Length from django.db.models.functions import Left, Length
from django.http import Http404, StreamingHttpResponse from django.http import Http404, StreamingHttpResponse
from django.urls import reverse from django.urls import reverse
from django.utils import timezone
from django.utils.functional import cached_property from django.utils.functional import cached_property
from django.utils.text import capfirst, slugify from django.utils.text import capfirst, slugify
from django.utils.translation import gettext_lazy as _ from django.utils.translation import gettext_lazy as _
@@ -32,16 +35,25 @@ from lasuite.malware_detection import malware_detection
from rest_framework import filters, status, viewsets from rest_framework import filters, status, viewsets
from rest_framework import response as drf_response from rest_framework import response as drf_response
from rest_framework.permissions import AllowAny from rest_framework.permissions import AllowAny
from rest_framework.throttling import UserRateThrottle
from core import authentication, choices, enums, models from core import authentication, choices, enums, models
from core.services.ai_services import AIService from core.services.ai_services import AIService
from core.services.collaboration_services import CollaborationService from core.services.collaboration_services import CollaborationService
from core.services.converter_services import (
ServiceUnavailableError as YProviderServiceUnavailableError,
)
from core.services.converter_services import (
ValidationError as YProviderValidationError,
)
from core.services.converter_services import (
YdocConverter,
)
from core.tasks.mail import send_ask_for_access_mail from core.tasks.mail import send_ask_for_access_mail
from core.utils import extract_attachments, filter_descendants from core.utils import extract_attachments, filter_descendants
from . import permissions, serializers, utils from . import permissions, serializers, utils
from .filters import DocumentFilter, ListDocumentFilter from .filters import DocumentFilter, ListDocumentFilter, UserSearchFilter
from .throttling import UserListThrottleBurst, UserListThrottleSustained
logger = logging.getLogger(__name__) logger = logging.getLogger(__name__)
@@ -135,18 +147,6 @@ class Pagination(drf.pagination.PageNumberPagination):
page_size_query_param = "page_size" page_size_query_param = "page_size"
class UserListThrottleBurst(UserRateThrottle):
"""Throttle for the user list endpoint."""
scope = "user_list_burst"
class UserListThrottleSustained(UserRateThrottle):
"""Throttle for the user list endpoint."""
scope = "user_list_sustained"
class UserViewSet( class UserViewSet(
drf.mixins.UpdateModelMixin, viewsets.GenericViewSet, drf.mixins.ListModelMixin drf.mixins.UpdateModelMixin, viewsets.GenericViewSet, drf.mixins.ListModelMixin
): ):
@@ -177,12 +177,18 @@ class UserViewSet(
if self.action != "list": if self.action != "list":
return queryset return queryset
filterset = UserSearchFilter(
self.request.GET, queryset=queryset, request=self.request
)
if not filterset.is_valid():
raise drf.exceptions.ValidationError(filterset.errors)
# Exclude all users already in the given document # Exclude all users already in the given document
if document_id := self.request.query_params.get("document_id", ""): if document_id := self.request.query_params.get("document_id", ""):
queryset = queryset.exclude(documentaccess__document_id=document_id) queryset = queryset.exclude(documentaccess__document_id=document_id)
if not (query := self.request.query_params.get("q", "")) or len(query) < 5: filter_data = filterset.form.cleaned_data
return queryset.none() query = filter_data["q"]
# For emails, match emails by Levenstein distance to prevent typing errors # For emails, match emails by Levenstein distance to prevent typing errors
if "@" in query: if "@" in query:
@@ -359,7 +365,8 @@ class DocumentViewSet(
permission_classes = [ permission_classes = [
permissions.DocumentPermission, permissions.DocumentPermission,
] ]
queryset = models.Document.objects.all() throttle_scope = "document"
queryset = models.Document.objects.select_related("creator").all()
serializer_class = serializers.DocumentSerializer serializer_class = serializers.DocumentSerializer
ai_translate_serializer_class = serializers.AITranslateSerializer ai_translate_serializer_class = serializers.AITranslateSerializer
children_serializer_class = serializers.ListDocumentSerializer children_serializer_class = serializers.ListDocumentSerializer
@@ -617,12 +624,32 @@ class DocumentViewSet(
The selected documents are those deleted within the cutoff period defined in the The selected documents are those deleted within the cutoff period defined in the
settings (see TRASHBIN_CUTOFF_DAYS), before they are considered permanently deleted. settings (see TRASHBIN_CUTOFF_DAYS), before they are considered permanently deleted.
""" """
if not request.user.is_authenticated:
return self.get_response_for_queryset(self.queryset.none())
access_documents_paths = (
models.DocumentAccess.objects.select_related("document")
.filter(
db.Q(user=self.request.user) | db.Q(team__in=self.request.user.teams),
role=models.RoleChoices.OWNER,
)
.values_list("document__path", flat=True)
)
if not access_documents_paths:
return self.get_response_for_queryset(self.queryset.none())
children_clause = db.Q()
for path in access_documents_paths:
children_clause |= db.Q(path__startswith=path)
queryset = self.queryset.filter( queryset = self.queryset.filter(
children_clause,
deleted_at__isnull=False, deleted_at__isnull=False,
deleted_at__gte=models.get_trashbin_cutoff(), deleted_at__gte=models.get_trashbin_cutoff(),
) )
queryset = queryset.annotate_user_roles(self.request.user) queryset = queryset.annotate_user_roles(self.request.user)
queryset = queryset.filter(user_roles__contains=[models.RoleChoices.OWNER])
return self.get_response_for_queryset(queryset) return self.get_response_for_queryset(queryset)
@@ -786,7 +813,11 @@ class DocumentViewSet(
) )
# GET: List children # GET: List children
queryset = document.get_children().filter(ancestors_deleted_at__isnull=True) queryset = (
document.get_children()
.select_related("creator")
.filter(ancestors_deleted_at__isnull=True)
)
queryset = self.filter_queryset(queryset) queryset = self.filter_queryset(queryset)
filterset = DocumentFilter(request.GET, queryset=queryset) filterset = DocumentFilter(request.GET, queryset=queryset)
@@ -840,20 +871,42 @@ class DocumentViewSet(
user = self.request.user user = self.request.user
try: try:
current_document = self.queryset.only("depth", "path").get(pk=pk) current_document = (
self.queryset.select_related(None)
.only("depth", "path", "ancestors_deleted_at")
.get(pk=pk)
)
except models.Document.DoesNotExist as excpt: except models.Document.DoesNotExist as excpt:
raise drf.exceptions.NotFound() from excpt raise drf.exceptions.NotFound() from excpt
is_deleted = current_document.ancestors_deleted_at is not None
if is_deleted:
if current_document.get_role(user) != models.RoleChoices.OWNER:
raise (
drf.exceptions.PermissionDenied()
if request.user.is_authenticated
else drf.exceptions.NotAuthenticated()
)
highest_readable = current_document
ancestors = self.queryset.select_related(None).filter(pk=pk)
else:
ancestors = ( ancestors = (
(current_document.get_ancestors() | self.queryset.filter(pk=pk)) (
current_document.get_ancestors()
| self.queryset.select_related(None).filter(pk=pk)
)
.filter(ancestors_deleted_at__isnull=True) .filter(ancestors_deleted_at__isnull=True)
.order_by("path") .order_by("path")
) )
# Get the highest readable ancestor # Get the highest readable ancestor
highest_readable = ( highest_readable = (
ancestors.readable_per_se(request.user).only("depth", "path").first() ancestors.select_related(None)
.readable_per_se(request.user)
.only("depth", "path")
.first()
) )
if highest_readable is None: if highest_readable is None:
raise ( raise (
drf.exceptions.PermissionDenied() drf.exceptions.PermissionDenied()
@@ -880,7 +933,12 @@ class DocumentViewSet(
children = self.queryset.filter(children_clause, deleted_at__isnull=True) children = self.queryset.filter(children_clause, deleted_at__isnull=True)
queryset = ancestors.filter(depth__gte=highest_readable.depth) | children queryset = (
ancestors.select_related("creator").filter(
depth__gte=highest_readable.depth
)
| children
)
queryset = queryset.order_by("path") queryset = queryset.order_by("path")
queryset = queryset.annotate_user_roles(user) queryset = queryset.annotate_user_roles(user)
queryset = queryset.annotate_is_favorite(user) queryset = queryset.annotate_is_favorite(user)
@@ -918,37 +976,64 @@ class DocumentViewSet(
in the payload. in the payload.
""" """
# Get document while checking permissions # Get document while checking permissions
document = self.get_object() document_to_duplicate = self.get_object()
serializer = serializers.DocumentDuplicationSerializer( serializer = serializers.DocumentDuplicationSerializer(
data=request.data, partial=True data=request.data, partial=True
) )
serializer.is_valid(raise_exception=True) serializer.is_valid(raise_exception=True)
with_accesses = serializer.validated_data.get("with_accesses", False) with_accesses = serializer.validated_data.get("with_accesses", False)
is_owner_or_admin = document.get_role(request.user) in models.PRIVILEGED_ROLES user_role = document_to_duplicate.get_role(request.user)
is_owner_or_admin = user_role in models.PRIVILEGED_ROLES
base64_yjs_content = document.content base64_yjs_content = document_to_duplicate.content
# Duplicate the document instance # Duplicate the document instance
link_kwargs = ( link_kwargs = (
{"link_reach": document.link_reach, "link_role": document.link_role} {
"link_reach": document_to_duplicate.link_reach,
"link_role": document_to_duplicate.link_role,
}
if with_accesses if with_accesses
else {} else {}
) )
extracted_attachments = set(extract_attachments(document.content)) extracted_attachments = set(extract_attachments(document_to_duplicate.content))
attachments = list(extracted_attachments & set(document.attachments)) attachments = list(
duplicated_document = document.add_sibling( extracted_attachments & set(document_to_duplicate.attachments)
"right", )
title=capfirst(_("copy of {title}").format(title=document.title)), title = capfirst(_("copy of {title}").format(title=document_to_duplicate.title))
if not document_to_duplicate.is_root() and choices.RoleChoices.get_priority(
user_role
) < choices.RoleChoices.get_priority(models.RoleChoices.EDITOR):
duplicated_document = models.Document.add_root(
creator=self.request.user,
title=title,
content=base64_yjs_content, content=base64_yjs_content,
attachments=attachments, attachments=attachments,
duplicated_from=document, duplicated_from=document_to_duplicate,
**link_kwargs,
)
models.DocumentAccess.objects.create(
document=duplicated_document,
user=self.request.user,
role=models.RoleChoices.OWNER,
)
return drf_response.Response(
{"id": str(duplicated_document.id)}, status=status.HTTP_201_CREATED
)
duplicated_document = document_to_duplicate.add_sibling(
"right",
title=title,
content=base64_yjs_content,
attachments=attachments,
duplicated_from=document_to_duplicate,
creator=request.user, creator=request.user,
**link_kwargs, **link_kwargs,
) )
# Always add the logged-in user as OWNER for root documents # Always add the logged-in user as OWNER for root documents
if document.is_root(): if document_to_duplicate.is_root():
accesses_to_create = [ accesses_to_create = [
models.DocumentAccess( models.DocumentAccess(
document=duplicated_document, document=duplicated_document,
@@ -960,7 +1045,7 @@ class DocumentViewSet(
# If accesses should be duplicated, add other users' accesses as per original document # If accesses should be duplicated, add other users' accesses as per original document
if with_accesses and is_owner_or_admin: if with_accesses and is_owner_or_admin:
original_accesses = models.DocumentAccess.objects.filter( original_accesses = models.DocumentAccess.objects.filter(
document=document document=document_to_duplicate
).exclude(user=request.user) ).exclude(user=request.user)
accesses_to_create.extend( accesses_to_create.extend(
@@ -1021,7 +1106,7 @@ class DocumentViewSet(
@drf.decorators.action( @drf.decorators.action(
detail=True, detail=True,
methods=["get", "delete"], methods=["get", "delete"],
url_path="versions/(?P<version_id>[0-9a-z-]+)", url_path=r"versions/(?P<version_id>[A-Za-z0-9._+\-=~]{1,1024})",
) )
# pylint: disable=unused-argument # pylint: disable=unused-argument
def versions_detail(self, request, pk, version_id, *args, **kwargs): def versions_detail(self, request, pk, version_id, *args, **kwargs):
@@ -1282,7 +1367,8 @@ class DocumentViewSet(
) )
attachments_documents = ( attachments_documents = (
self.queryset.filter(attachments__contains=[key]) self.queryset.select_related(None)
.filter(attachments__contains=[key])
.only("path") .only("path")
.order_by("path") .order_by("path")
) )
@@ -1441,6 +1527,15 @@ class DocumentViewSet(
url = unquote(url) url = unquote(url)
url_validator = URLValidator(schemes=["http", "https"])
try:
url_validator(url)
except drf.exceptions.ValidationError as e:
return drf.response.Response(
{"detail": str(e)},
status=drf.status.HTTP_400_BAD_REQUEST,
)
try: try:
response = requests.get( response = requests.get(
url, url,
@@ -1471,12 +1566,75 @@ class DocumentViewSet(
return proxy_response return proxy_response
except requests.RequestException as e: except requests.RequestException as e:
logger.error("Proxy request failed: %s", str(e)) logger.exception(e)
return drf.response.Response(
{"error": f"Failed to fetch resource from {url}"},
status=status.HTTP_400_BAD_REQUEST,
)
@drf.decorators.action(
detail=True,
methods=["get"],
url_path="content",
name="Get document content in different formats",
)
def content(self, request, pk=None):
"""
Retrieve document content in different formats (JSON, Markdown, HTML).
Query parameters:
- content_format: The desired output format (json, markdown, html)
Returns:
JSON response with content in the specified format.
"""
document = self.get_object()
content_format = request.query_params.get("content_format", "json").lower()
if content_format not in {"json", "markdown", "html"}:
raise drf.exceptions.ValidationError(
"Invalid format. Must be one of: json, markdown, html"
)
# Get the base64 content from the document
content = None
base64_content = document.content
if base64_content is not None:
# Convert using the y-provider service
try:
yprovider = YdocConverter()
result = yprovider.convert(
base64.b64decode(base64_content),
"application/vnd.yjs.doc",
{
"markdown": "text/markdown",
"html": "text/html",
"json": "application/json",
}[content_format],
)
content = result
except YProviderValidationError as e:
return drf_response.Response( return drf_response.Response(
{"error": f"Failed to fetch resource: {e!s}"}, {"error": str(e)}, status=status.HTTP_400_BAD_REQUEST
)
except YProviderServiceUnavailableError as e:
logger.error("Error getting content for document %s: %s", pk, e)
return drf_response.Response(
{"error": "Failed to get document content"},
status=status.HTTP_500_INTERNAL_SERVER_ERROR, status=status.HTTP_500_INTERNAL_SERVER_ERROR,
) )
return drf_response.Response(
{
"id": str(document.id),
"title": document.title,
"content": content,
"created_at": document.created_at,
"updated_at": document.updated_at,
}
)
class DocumentAccessViewSet( class DocumentAccessViewSet(
ResourceAccessViewsetMixin, ResourceAccessViewsetMixin,
@@ -1527,6 +1685,7 @@ class DocumentAccessViewSet(
"document__depth", "document__depth",
) )
resource_field_name = "document" resource_field_name = "document"
throttle_scope = "document_access"
@cached_property @cached_property
def document(self): def document(self):
@@ -1673,10 +1832,7 @@ class DocumentAccessViewSet(
class TemplateViewSet( class TemplateViewSet(
drf.mixins.CreateModelMixin,
drf.mixins.DestroyModelMixin,
drf.mixins.RetrieveModelMixin, drf.mixins.RetrieveModelMixin,
drf.mixins.UpdateModelMixin,
viewsets.GenericViewSet, viewsets.GenericViewSet,
): ):
"""Template ViewSet""" """Template ViewSet"""
@@ -1686,6 +1842,7 @@ class TemplateViewSet(
permissions.IsAuthenticatedOrSafe, permissions.IsAuthenticatedOrSafe,
permissions.ResourceWithAccessPermission, permissions.ResourceWithAccessPermission,
] ]
throttle_scope = "template"
ordering = ["-created_at"] ordering = ["-created_at"]
ordering_fields = ["created_at", "updated_at", "title"] ordering_fields = ["created_at", "updated_at", "title"]
serializer_class = serializers.TemplateSerializer serializer_class = serializers.TemplateSerializer
@@ -1731,99 +1888,6 @@ class TemplateViewSet(
serializer = self.get_serializer(queryset, many=True) serializer = self.get_serializer(queryset, many=True)
return drf.response.Response(serializer.data) return drf.response.Response(serializer.data)
@transaction.atomic
def perform_create(self, serializer):
"""Set the current user as owner of the newly created object."""
obj = serializer.save()
models.TemplateAccess.objects.create(
template=obj,
user=self.request.user,
role=models.RoleChoices.OWNER,
)
class TemplateAccessViewSet(
ResourceAccessViewsetMixin,
drf.mixins.CreateModelMixin,
drf.mixins.DestroyModelMixin,
drf.mixins.RetrieveModelMixin,
drf.mixins.UpdateModelMixin,
viewsets.GenericViewSet,
):
"""
API ViewSet for all interactions with template accesses.
GET /api/v1.0/templates/<template_id>/accesses/:<template_access_id>
Return list of all template accesses related to the logged-in user or one
template access if an id is provided.
POST /api/v1.0/templates/<template_id>/accesses/ with expected data:
- user: str
- role: str [administrator|editor|reader]
Return newly created template access
PUT /api/v1.0/templates/<template_id>/accesses/<template_access_id>/ with expected data:
- role: str [owner|admin|editor|reader]
Return updated template access
PATCH /api/v1.0/templates/<template_id>/accesses/<template_access_id>/ with expected data:
- role: str [owner|admin|editor|reader]
Return partially updated template access
DELETE /api/v1.0/templates/<template_id>/accesses/<template_access_id>/
Delete targeted template access
"""
lookup_field = "pk"
permission_classes = [permissions.ResourceAccessPermission]
queryset = models.TemplateAccess.objects.select_related("user").all()
resource_field_name = "template"
serializer_class = serializers.TemplateAccessSerializer
@cached_property
def template(self):
"""Get related template from resource ID in url."""
try:
return models.Template.objects.get(pk=self.kwargs["resource_id"])
except models.Template.DoesNotExist as excpt:
raise drf.exceptions.NotFound() from excpt
def list(self, request, *args, **kwargs):
"""Restrict templates returned by the list endpoint"""
user = self.request.user
teams = user.teams
queryset = self.filter_queryset(self.get_queryset())
# Limit to resource access instances related to a resource THAT also has
# a resource access instance for the logged-in user (we don't want to list
# only the resource access instances pointing to the logged-in user)
queryset = queryset.filter(
db.Q(template__accesses__user=user)
| db.Q(template__accesses__team__in=teams),
).distinct()
serializer = self.get_serializer(queryset, many=True)
return drf.response.Response(serializer.data)
def perform_create(self, serializer):
"""
Actually create the new template access:
- Ensures the `template_id` is explicitly set from the URL.
- If the assigned role is `OWNER`, checks that the requesting user is an owner
of the document. This is the only permission check deferred until this step;
all other access checks are handled earlier in the permission lifecycle.
"""
role = serializer.validated_data.get("role")
if (
role == choices.RoleChoices.OWNER
and self.template.get_role(self.request.user) != choices.RoleChoices.OWNER
):
raise drf.exceptions.PermissionDenied(
"Only owners of a template can assign other users as owners."
)
serializer.save(template_id=self.kwargs["resource_id"])
class InvitationViewset( class InvitationViewset(
drf.mixins.CreateModelMixin, drf.mixins.CreateModelMixin,
@@ -1858,6 +1922,7 @@ class InvitationViewset(
permissions.CanCreateInvitationPermission, permissions.CanCreateInvitationPermission,
permissions.ResourceWithAccessPermission, permissions.ResourceWithAccessPermission,
] ]
throttle_scope = "invitation"
queryset = ( queryset = (
models.Invitation.objects.all() models.Invitation.objects.all()
.select_related("document") .select_related("document")
@@ -1936,6 +2001,7 @@ class DocumentAskForAccessViewSet(
permissions.IsAuthenticated, permissions.IsAuthenticated,
permissions.ResourceWithAccessPermission, permissions.ResourceWithAccessPermission,
] ]
throttle_scope = "document_ask_for_access"
queryset = models.DocumentAskForAccess.objects.all() queryset = models.DocumentAskForAccess.objects.all()
serializer_class = serializers.DocumentAskForAccessSerializer serializer_class = serializers.DocumentAskForAccessSerializer
_document = None _document = None
@@ -2000,7 +2066,18 @@ class DocumentAskForAccessViewSet(
serializer = serializers.RoleSerializer(data=request.data) serializer = serializers.RoleSerializer(data=request.data)
serializer.is_valid(raise_exception=True) serializer.is_valid(raise_exception=True)
document_ask_for_access.accept(role=serializer.validated_data.get("role")) target_role = serializer.validated_data.get(
"role", document_ask_for_access.role
)
abilities = document_ask_for_access.get_abilities(request.user)
if target_role not in abilities["set_role_to"]:
return drf.response.Response(
{"detail": "You cannot accept a role higher than your own."},
status=drf.status.HTTP_400_BAD_REQUEST,
)
document_ask_for_access.accept(role=target_role)
return drf.response.Response(status=drf.status.HTTP_204_NO_CONTENT) return drf.response.Response(status=drf.status.HTTP_204_NO_CONTENT)
@@ -2008,6 +2085,7 @@ class ConfigView(drf.views.APIView):
"""API ViewSet for sharing some public settings.""" """API ViewSet for sharing some public settings."""
permission_classes = [AllowAny] permission_classes = [AllowAny]
throttle_scope = "config"
def get(self, request): def get(self, request):
""" """
@@ -2028,6 +2106,7 @@ class ConfigView(drf.views.APIView):
"LANGUAGES", "LANGUAGES",
"LANGUAGE_CODE", "LANGUAGE_CODE",
"SENTRY_DSN", "SENTRY_DSN",
"TRASHBIN_CUTOFF_DAYS",
] ]
dict_settings = {} dict_settings = {}
for setting in array_settings: for setting in array_settings:
@@ -2072,3 +2151,132 @@ class ConfigView(drf.views.APIView):
) )
return theme_customization return theme_customization
class CommentViewSetMixin:
"""Comment ViewSet Mixin."""
_document = None
def get_document_or_404(self):
"""Get the document related to the viewset or raise a 404 error."""
if self._document is None:
try:
self._document = models.Document.objects.get(
pk=self.kwargs["resource_id"],
)
except models.Document.DoesNotExist as e:
raise drf.exceptions.NotFound("Document not found.") from e
return self._document
class ThreadViewSet(
ResourceAccessViewsetMixin,
CommentViewSetMixin,
drf.mixins.CreateModelMixin,
drf.mixins.ListModelMixin,
drf.mixins.RetrieveModelMixin,
drf.mixins.DestroyModelMixin,
viewsets.GenericViewSet,
):
"""Thread API: list/create threads and nested comment operations."""
permission_classes = [permissions.CommentPermission]
pagination_class = Pagination
serializer_class = serializers.ThreadSerializer
queryset = models.Thread.objects.select_related("creator", "document").filter(
resolved=False
)
resource_field_name = "document"
def perform_create(self, serializer):
"""Create the first comment of the thread."""
body = serializer.validated_data["body"]
del serializer.validated_data["body"]
thread = serializer.save()
models.Comment.objects.create(
thread=thread,
user=self.request.user if self.request.user.is_authenticated else None,
body=body,
)
@drf.decorators.action(detail=True, methods=["post"], url_path="resolve")
def resolve(self, request, *args, **kwargs):
"""Resolve a thread."""
thread = self.get_object()
if not thread.resolved:
thread.resolved = True
thread.resolved_at = timezone.now()
thread.resolved_by = request.user
thread.save(update_fields=["resolved", "resolved_at", "resolved_by"])
return drf.response.Response(status=status.HTTP_204_NO_CONTENT)
class CommentViewSet(
CommentViewSetMixin,
viewsets.ModelViewSet,
):
"""Comment API: list/create comments and nested reaction operations."""
permission_classes = [permissions.CommentPermission]
pagination_class = Pagination
serializer_class = serializers.CommentSerializer
queryset = models.Comment.objects.select_related("user").all()
def get_queryset(self):
"""Override to filter on related resource."""
return (
super()
.get_queryset()
.filter(
thread=self.kwargs["thread_id"],
thread__document=self.kwargs["resource_id"],
)
)
def get_serializer_context(self):
"""Extra context provided to the serializer class."""
context = super().get_serializer_context()
context["document_id"] = self.kwargs["resource_id"]
context["thread_id"] = self.kwargs["thread_id"]
return context
@drf.decorators.action(
detail=True,
methods=["post", "delete"],
)
def reactions(self, request, *args, **kwargs):
"""POST: add reaction; DELETE: remove reaction.
Emoji is expected in request.data['emoji'] for both operations.
"""
comment = self.get_object()
serializer = serializers.ReactionSerializer(data=request.data)
serializer.is_valid(raise_exception=True)
if request.method == "POST":
reaction, created = models.Reaction.objects.get_or_create(
comment=comment,
emoji=serializer.validated_data["emoji"],
)
if not created and reaction.users.filter(id=request.user.id).exists():
return drf.response.Response(
{"user_already_reacted": True}, status=status.HTTP_400_BAD_REQUEST
)
reaction.users.add(request.user)
return drf.response.Response(status=status.HTTP_201_CREATED)
# DELETE
try:
reaction = models.Reaction.objects.get(
comment=comment,
emoji=serializer.validated_data["emoji"],
users__in=[request.user],
)
except models.Reaction.DoesNotExist as e:
raise drf.exceptions.NotFound("Reaction not found.") from e
reaction.users.remove(request.user)
if not reaction.users.exists():
reaction.delete()
return drf.response.Response(status=status.HTTP_204_NO_CONTENT)

View File

@@ -33,6 +33,7 @@ class LinkRoleChoices(PriorityTextChoices):
"""Defines the possible roles a link can offer on a document.""" """Defines the possible roles a link can offer on a document."""
READER = "reader", _("Reader") # Can read READER = "reader", _("Reader") # Can read
COMMENTER = "commenter", _("Commenter") # Can read and comment
EDITOR = "editor", _("Editor") # Can read and edit EDITOR = "editor", _("Editor") # Can read and edit
@@ -40,6 +41,7 @@ class RoleChoices(PriorityTextChoices):
"""Defines the possible roles a user can have in a resource.""" """Defines the possible roles a user can have in a resource."""
READER = "reader", _("Reader") # Can read READER = "reader", _("Reader") # Can read
COMMENTER = "commenter", _("Commenter") # Can read and comment
EDITOR = "editor", _("Editor") # Can read and edit EDITOR = "editor", _("Editor") # Can read and edit
ADMIN = "administrator", _("Administrator") # Can read, edit, delete and share ADMIN = "administrator", _("Administrator") # Can read, edit, delete and share
OWNER = "owner", _("Owner") OWNER = "owner", _("Owner")

View File

@@ -256,3 +256,49 @@ class InvitationFactory(factory.django.DjangoModelFactory):
document = factory.SubFactory(DocumentFactory) document = factory.SubFactory(DocumentFactory)
role = factory.fuzzy.FuzzyChoice([role[0] for role in models.RoleChoices.choices]) role = factory.fuzzy.FuzzyChoice([role[0] for role in models.RoleChoices.choices])
issuer = factory.SubFactory(UserFactory) issuer = factory.SubFactory(UserFactory)
class ThreadFactory(factory.django.DjangoModelFactory):
"""A factory to create threads for a document"""
class Meta:
model = models.Thread
document = factory.SubFactory(DocumentFactory)
creator = factory.SubFactory(UserFactory)
class CommentFactory(factory.django.DjangoModelFactory):
"""A factory to create comments for a thread"""
class Meta:
model = models.Comment
thread = factory.SubFactory(ThreadFactory)
user = factory.SubFactory(UserFactory)
body = factory.Faker("text")
class ReactionFactory(factory.django.DjangoModelFactory):
"""A factory to create reactions for a comment"""
class Meta:
model = models.Reaction
comment = factory.SubFactory(CommentFactory)
emoji = "test"
@factory.post_generation
def users(self, create, extracted, **kwargs):
"""Add users to reaction from a given list of users or create one if not provided."""
if not create:
return
if not extracted:
# the factory is being created, but no users were provided
user = UserFactory()
self.users.add(user)
return
# Add the iterable of groups using bulk addition
self.users.add(*extracted)

View File

@@ -2,6 +2,8 @@
from django.db import migrations, models from django.db import migrations, models
import core.validators
class Migration(migrations.Migration): class Migration(migrations.Migration):
dependencies = [ dependencies = [
@@ -33,4 +35,17 @@ class Migration(migrations.Migration):
verbose_name="language", verbose_name="language",
), ),
), ),
migrations.AlterField(
model_name="user",
name="sub",
field=models.CharField(
blank=True,
help_text="Required. 255 characters or fewer. ASCII characters only.",
max_length=255,
null=True,
unique=True,
validators=[core.validators.sub_validator],
verbose_name="sub",
),
),
] ]

View File

@@ -0,0 +1,19 @@
# Generated by Django 5.2.7 on 2025-10-22 06:12
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
("core", "0024_add_is_masked_field_to_link_trace"),
]
operations = [
migrations.AlterField(
model_name="user",
name="short_name",
field=models.CharField(
blank=True, max_length=100, null=True, verbose_name="short name"
),
),
]

View File

@@ -0,0 +1,275 @@
# Generated by Django 5.2.6 on 2025-09-16 08:59
import uuid
import django.db.models.deletion
from django.conf import settings
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
("core", "0025_alter_user_short_name"),
]
operations = [
migrations.AlterField(
model_name="document",
name="link_role",
field=models.CharField(
choices=[
("reader", "Reader"),
("commenter", "Commenter"),
("editor", "Editor"),
],
default="reader",
max_length=20,
),
),
migrations.AlterField(
model_name="documentaccess",
name="role",
field=models.CharField(
choices=[
("reader", "Reader"),
("commenter", "Commenter"),
("editor", "Editor"),
("administrator", "Administrator"),
("owner", "Owner"),
],
default="reader",
max_length=20,
),
),
migrations.AlterField(
model_name="documentaskforaccess",
name="role",
field=models.CharField(
choices=[
("reader", "Reader"),
("commenter", "Commenter"),
("editor", "Editor"),
("administrator", "Administrator"),
("owner", "Owner"),
],
default="reader",
max_length=20,
),
),
migrations.AlterField(
model_name="invitation",
name="role",
field=models.CharField(
choices=[
("reader", "Reader"),
("commenter", "Commenter"),
("editor", "Editor"),
("administrator", "Administrator"),
("owner", "Owner"),
],
default="reader",
max_length=20,
),
),
migrations.AlterField(
model_name="templateaccess",
name="role",
field=models.CharField(
choices=[
("reader", "Reader"),
("commenter", "Commenter"),
("editor", "Editor"),
("administrator", "Administrator"),
("owner", "Owner"),
],
default="reader",
max_length=20,
),
),
migrations.CreateModel(
name="Thread",
fields=[
(
"id",
models.UUIDField(
default=uuid.uuid4,
editable=False,
help_text="primary key for the record as UUID",
primary_key=True,
serialize=False,
verbose_name="id",
),
),
(
"created_at",
models.DateTimeField(
auto_now_add=True,
help_text="date and time at which a record was created",
verbose_name="created on",
),
),
(
"updated_at",
models.DateTimeField(
auto_now=True,
help_text="date and time at which a record was last updated",
verbose_name="updated on",
),
),
("resolved", models.BooleanField(default=False)),
("resolved_at", models.DateTimeField(blank=True, null=True)),
("metadata", models.JSONField(blank=True, default=dict)),
(
"creator",
models.ForeignKey(
blank=True,
null=True,
on_delete=django.db.models.deletion.SET_NULL,
related_name="threads",
to=settings.AUTH_USER_MODEL,
),
),
(
"document",
models.ForeignKey(
on_delete=django.db.models.deletion.CASCADE,
related_name="threads",
to="core.document",
),
),
(
"resolved_by",
models.ForeignKey(
blank=True,
null=True,
on_delete=django.db.models.deletion.SET_NULL,
related_name="resolved_threads",
to=settings.AUTH_USER_MODEL,
),
),
],
options={
"verbose_name": "Thread",
"verbose_name_plural": "Threads",
"db_table": "impress_thread",
"ordering": ("-created_at",),
},
),
migrations.CreateModel(
name="Comment",
fields=[
(
"id",
models.UUIDField(
default=uuid.uuid4,
editable=False,
help_text="primary key for the record as UUID",
primary_key=True,
serialize=False,
verbose_name="id",
),
),
(
"created_at",
models.DateTimeField(
auto_now_add=True,
help_text="date and time at which a record was created",
verbose_name="created on",
),
),
(
"updated_at",
models.DateTimeField(
auto_now=True,
help_text="date and time at which a record was last updated",
verbose_name="updated on",
),
),
("body", models.JSONField()),
("metadata", models.JSONField(blank=True, default=dict)),
(
"user",
models.ForeignKey(
blank=True,
null=True,
on_delete=django.db.models.deletion.SET_NULL,
related_name="thread_comment",
to=settings.AUTH_USER_MODEL,
),
),
(
"thread",
models.ForeignKey(
on_delete=django.db.models.deletion.CASCADE,
related_name="comments",
to="core.thread",
),
),
],
options={
"verbose_name": "Comment",
"verbose_name_plural": "Comments",
"db_table": "impress_comment",
"ordering": ("created_at",),
},
),
migrations.CreateModel(
name="Reaction",
fields=[
(
"id",
models.UUIDField(
default=uuid.uuid4,
editable=False,
help_text="primary key for the record as UUID",
primary_key=True,
serialize=False,
verbose_name="id",
),
),
(
"created_at",
models.DateTimeField(
auto_now_add=True,
help_text="date and time at which a record was created",
verbose_name="created on",
),
),
(
"updated_at",
models.DateTimeField(
auto_now=True,
help_text="date and time at which a record was last updated",
verbose_name="updated on",
),
),
("emoji", models.CharField(max_length=32)),
(
"comment",
models.ForeignKey(
on_delete=django.db.models.deletion.CASCADE,
related_name="reactions",
to="core.comment",
),
),
(
"users",
models.ManyToManyField(
related_name="reactions", to=settings.AUTH_USER_MODEL
),
),
],
options={
"verbose_name": "Reaction",
"verbose_name_plural": "Reactions",
"db_table": "impress_comment_reaction",
"constraints": [
models.UniqueConstraint(
fields=("comment", "emoji"),
name="unique_comment_emoji",
violation_error_message="This emoji has already been reacted to this comment.",
)
],
},
),
]

View File

@@ -14,7 +14,7 @@ from django.contrib.auth import models as auth_models
from django.contrib.auth.base_user import AbstractBaseUser from django.contrib.auth.base_user import AbstractBaseUser
from django.contrib.postgres.fields import ArrayField from django.contrib.postgres.fields import ArrayField
from django.contrib.sites.models import Site from django.contrib.sites.models import Site
from django.core import mail, validators from django.core import mail
from django.core.cache import cache from django.core.cache import cache
from django.core.files.base import ContentFile from django.core.files.base import ContentFile
from django.core.files.storage import default_storage from django.core.files.storage import default_storage
@@ -39,6 +39,7 @@ from .choices import (
RoleChoices, RoleChoices,
get_equivalent_link_definition, get_equivalent_link_definition,
) )
from .validators import sub_validator
logger = getLogger(__name__) logger = getLogger(__name__)
@@ -136,28 +137,20 @@ class UserManager(auth_models.UserManager):
class User(AbstractBaseUser, BaseModel, auth_models.PermissionsMixin): class User(AbstractBaseUser, BaseModel, auth_models.PermissionsMixin):
"""User model to work with OIDC only authentication.""" """User model to work with OIDC only authentication."""
sub_validator = validators.RegexValidator(
regex=r"^[\w.@+-:]+\Z",
message=_(
"Enter a valid sub. This value may contain only letters, "
"numbers, and @/./+/-/_/: characters."
),
)
sub = models.CharField( sub = models.CharField(
_("sub"), _("sub"),
help_text=_( help_text=_("Required. 255 characters or fewer. ASCII characters only."),
"Required. 255 characters or fewer. Letters, numbers, and @/./+/-/_/: characters only."
),
max_length=255, max_length=255,
unique=True,
validators=[sub_validator], validators=[sub_validator],
unique=True,
blank=True, blank=True,
null=True, null=True,
) )
full_name = models.CharField(_("full name"), max_length=100, null=True, blank=True) full_name = models.CharField(_("full name"), max_length=100, null=True, blank=True)
short_name = models.CharField(_("short name"), max_length=20, null=True, blank=True) short_name = models.CharField(
_("short name"), max_length=100, null=True, blank=True
)
email = models.EmailField(_("identity email address"), blank=True, null=True) email = models.EmailField(_("identity email address"), blank=True, null=True)
@@ -230,7 +223,7 @@ class User(AbstractBaseUser, BaseModel, auth_models.PermissionsMixin):
Expired invitations are ignored. Expired invitations are ignored.
""" """
valid_invitations = Invitation.objects.filter( valid_invitations = Invitation.objects.filter(
email=self.email, email__iexact=self.email,
created_at__gte=( created_at__gte=(
timezone.now() timezone.now()
- timedelta(seconds=settings.INVITATION_VALIDITY_DURATION) - timedelta(seconds=settings.INVITATION_VALIDITY_DURATION)
@@ -730,7 +723,7 @@ class Document(MP_Node, BaseModel):
# Characteristics that are based only on specific access # Characteristics that are based only on specific access
is_owner = role == RoleChoices.OWNER is_owner = role == RoleChoices.OWNER
is_deleted = self.ancestors_deleted_at and not is_owner is_deleted = self.ancestors_deleted_at
is_owner_or_admin = (is_owner or role == RoleChoices.ADMIN) and not is_deleted is_owner_or_admin = (is_owner or role == RoleChoices.ADMIN) and not is_deleted
# Compute access roles before adding link roles because we don't # Compute access roles before adding link roles because we don't
@@ -759,9 +752,17 @@ class Document(MP_Node, BaseModel):
role = RoleChoices.max(role, link_definition["link_role"]) role = RoleChoices.max(role, link_definition["link_role"])
can_get = bool(role) and not is_deleted can_get = bool(role) and not is_deleted
retrieve = can_get or is_owner
can_update = ( can_update = (
is_owner_or_admin or role == RoleChoices.EDITOR is_owner_or_admin or role == RoleChoices.EDITOR
) and not is_deleted ) and not is_deleted
can_comment = (can_update or role == RoleChoices.COMMENTER) and not is_deleted
can_create_children = can_update and user.is_authenticated
can_destroy = (
is_owner
if self.is_root()
else (is_owner_or_admin or (user.is_authenticated and self.creator == user))
) and not is_deleted
ai_allow_reach_from = settings.AI_ALLOW_REACH_FROM ai_allow_reach_from = settings.AI_ALLOW_REACH_FROM
ai_access = any( ai_access = any(
@@ -784,23 +785,25 @@ class Document(MP_Node, BaseModel):
"media_check": can_get, "media_check": can_get,
"can_edit": can_update, "can_edit": can_update,
"children_list": can_get, "children_list": can_get,
"children_create": can_update and user.is_authenticated, "children_create": can_create_children,
"collaboration_auth": can_get, "collaboration_auth": can_get,
"comment": can_comment,
"content": can_get,
"cors_proxy": can_get, "cors_proxy": can_get,
"descendants": can_get, "descendants": can_get,
"destroy": is_owner, "destroy": can_destroy,
"duplicate": can_get and user.is_authenticated, "duplicate": can_get and user.is_authenticated,
"favorite": can_get and user.is_authenticated, "favorite": can_get and user.is_authenticated,
"link_configuration": is_owner_or_admin, "link_configuration": is_owner_or_admin,
"invite_owner": is_owner, "invite_owner": is_owner and not is_deleted,
"mask": can_get and user.is_authenticated, "mask": can_get and user.is_authenticated,
"move": is_owner_or_admin and not self.ancestors_deleted_at, "move": is_owner_or_admin and not is_deleted,
"partial_update": can_update, "partial_update": can_update,
"restore": is_owner, "restore": is_owner,
"retrieve": can_get, "retrieve": retrieve,
"media_auth": can_get, "media_auth": can_get,
"link_select_options": link_select_options, "link_select_options": link_select_options,
"tree": can_get, "tree": retrieve,
"update": can_update, "update": can_update,
"versions_destroy": is_owner_or_admin, "versions_destroy": is_owner_or_admin,
"versions_list": has_access_role, "versions_list": has_access_role,
@@ -1145,7 +1148,12 @@ class DocumentAccess(BaseAccess):
set_role_to = [] set_role_to = []
if is_owner_or_admin: if is_owner_or_admin:
set_role_to.extend( set_role_to.extend(
[RoleChoices.READER, RoleChoices.EDITOR, RoleChoices.ADMIN] [
RoleChoices.READER,
RoleChoices.COMMENTER,
RoleChoices.EDITOR,
RoleChoices.ADMIN,
]
) )
if role == RoleChoices.OWNER: if role == RoleChoices.OWNER:
set_role_to.append(RoleChoices.OWNER) set_role_to.append(RoleChoices.OWNER)
@@ -1204,23 +1212,14 @@ class DocumentAskForAccess(BaseModel):
def get_abilities(self, user): def get_abilities(self, user):
"""Compute and return abilities for a given user.""" """Compute and return abilities for a given user."""
roles = [] user_role = self.document.get_role(user)
is_admin_or_owner = user_role in PRIVILEGED_ROLES
if user.is_authenticated: set_role_to = [
teams = user.teams role
try: for role in RoleChoices.values
roles = self.user_roles or [] if RoleChoices.get_priority(role) <= RoleChoices.get_priority(user_role)
except AttributeError: ]
try:
roles = self.document.accesses.filter(
models.Q(user=user) | models.Q(team__in=teams),
).values_list("role", flat=True)
except (self._meta.model.DoesNotExist, IndexError):
roles = []
is_admin_or_owner = bool(
set(roles).intersection({RoleChoices.OWNER, RoleChoices.ADMIN})
)
return { return {
"destroy": is_admin_or_owner, "destroy": is_admin_or_owner,
@@ -1228,6 +1227,7 @@ class DocumentAskForAccess(BaseModel):
"partial_update": is_admin_or_owner, "partial_update": is_admin_or_owner,
"retrieve": is_admin_or_owner, "retrieve": is_admin_or_owner,
"accept": is_admin_or_owner, "accept": is_admin_or_owner,
"set_role_to": set_role_to,
} }
def accept(self, role=None): def accept(self, role=None):
@@ -1277,6 +1277,153 @@ class DocumentAskForAccess(BaseModel):
self.document.send_email(subject, [email], context, language) self.document.send_email(subject, [email], context, language)
class Thread(BaseModel):
"""Discussion thread attached to a document.
A thread groups one or many comments. For backward compatibility with the
existing frontend (useComments hook) we still expose a flattened serializer
that returns a "content" field representing the first comment's body.
"""
document = models.ForeignKey(
Document,
on_delete=models.CASCADE,
related_name="threads",
)
creator = models.ForeignKey(
User,
on_delete=models.SET_NULL,
related_name="threads",
null=True,
blank=True,
)
resolved = models.BooleanField(default=False)
resolved_at = models.DateTimeField(null=True, blank=True)
resolved_by = models.ForeignKey(
User,
on_delete=models.SET_NULL,
related_name="resolved_threads",
null=True,
blank=True,
)
metadata = models.JSONField(default=dict, blank=True)
class Meta:
db_table = "impress_thread"
ordering = ("-created_at",)
verbose_name = _("Thread")
verbose_name_plural = _("Threads")
def __str__(self):
author = self.creator or _("Anonymous")
return f"Thread by {author!s} on {self.document!s}"
def get_abilities(self, user):
"""Compute and return abilities for a given user (mirrors comment logic)."""
role = self.document.get_role(user)
doc_abilities = self.document.get_abilities(user)
read_access = doc_abilities.get("comment", False)
write_access = self.creator == user or role in [
RoleChoices.OWNER,
RoleChoices.ADMIN,
]
return {
"destroy": write_access,
"update": write_access,
"partial_update": write_access,
"resolve": write_access,
"retrieve": read_access,
}
@property
def first_comment(self):
"""Return the first createdcomment of the thread."""
return self.comments.order_by("created_at").first()
class Comment(BaseModel):
"""A comment belonging to a thread."""
thread = models.ForeignKey(
Thread,
on_delete=models.CASCADE,
related_name="comments",
)
user = models.ForeignKey(
User,
on_delete=models.SET_NULL,
related_name="thread_comment",
null=True,
blank=True,
)
body = models.JSONField()
metadata = models.JSONField(default=dict, blank=True)
class Meta:
db_table = "impress_comment"
ordering = ("created_at",)
verbose_name = _("Comment")
verbose_name_plural = _("Comments")
def __str__(self):
"""Return the string representation of the comment."""
author = self.user or _("Anonymous")
return f"Comment by {author!s} on thread {self.thread_id}"
def get_abilities(self, user):
"""Return the abilities of the comment."""
role = self.thread.document.get_role(user)
doc_abilities = self.thread.document.get_abilities(user)
read_access = doc_abilities.get("comment", False)
can_react = read_access and user.is_authenticated
write_access = self.user == user or role in [
RoleChoices.OWNER,
RoleChoices.ADMIN,
]
return {
"destroy": write_access,
"update": write_access,
"partial_update": write_access,
"reactions": can_react,
"retrieve": read_access,
}
class Reaction(BaseModel):
"""Aggregated reactions for a given emoji on a comment.
We store one row per (comment, emoji) and maintain the list of user IDs who
reacted with that emoji. This matches the frontend interface where a
reaction exposes: emoji, createdAt (first reaction date) and userIds.
"""
comment = models.ForeignKey(
Comment,
on_delete=models.CASCADE,
related_name="reactions",
)
emoji = models.CharField(max_length=32)
users = models.ManyToManyField(User, related_name="reactions")
class Meta:
db_table = "impress_comment_reaction"
constraints = [
models.UniqueConstraint(
fields=["comment", "emoji"],
name="unique_comment_emoji",
violation_error_message=_(
"This emoji has already been reacted to this comment."
),
),
]
verbose_name = _("Reaction")
verbose_name_plural = _("Reactions")
def __str__(self):
"""Return the string representation of the reaction."""
return f"Reaction {self.emoji} on comment {self.comment.id}"
class Template(BaseModel): class Template(BaseModel):
"""HTML and CSS code used for formatting the print around the MarkDown body.""" """HTML and CSS code used for formatting the print around the MarkDown body."""

View File

@@ -1,4 +1,4 @@
"""Converter services.""" """Y-Provider API services."""
from base64 import b64encode from base64 import b64encode
@@ -28,25 +28,44 @@ class YdocConverter:
# Note: Yprovider microservice accepts only raw token, which is not recommended # Note: Yprovider microservice accepts only raw token, which is not recommended
return f"Bearer {settings.Y_PROVIDER_API_KEY}" return f"Bearer {settings.Y_PROVIDER_API_KEY}"
def convert(self, text): def _request(self, url, data, content_type, accept):
"""Make a request to the Y-Provider API."""
response = requests.post(
url,
data=data,
headers={
"Authorization": self.auth_header,
"Content-Type": content_type,
"Accept": accept,
},
timeout=settings.CONVERSION_API_TIMEOUT,
verify=settings.CONVERSION_API_SECURE,
)
response.raise_for_status()
return response
def convert(
self, text, content_type="text/markdown", accept="application/vnd.yjs.doc"
):
"""Convert a Markdown text into our internal format using an external microservice.""" """Convert a Markdown text into our internal format using an external microservice."""
if not text: if not text:
raise ValidationError("Input text cannot be empty") raise ValidationError("Input text cannot be empty")
try: try:
response = requests.post( response = self._request(
f"{settings.Y_PROVIDER_API_BASE_URL}{settings.CONVERSION_API_ENDPOINT}/", f"{settings.Y_PROVIDER_API_BASE_URL}{settings.CONVERSION_API_ENDPOINT}/",
data=text, text,
headers={ content_type,
"Authorization": self.auth_header, accept,
"Content-Type": "text/markdown",
},
timeout=settings.CONVERSION_API_TIMEOUT,
verify=settings.CONVERSION_API_SECURE,
) )
response.raise_for_status() if accept == "application/vnd.yjs.doc":
return b64encode(response.content).decode("utf-8") return b64encode(response.content).decode("utf-8")
if accept in {"text/markdown", "text/html"}:
return response.text
if accept == "application/json":
return response.json()
raise ValidationError("Unsupported format")
except requests.RequestException as err: except requests.RequestException as err:
raise ServiceUnavailableError( raise ServiceUnavailableError(
"Failed to connect to conversion service", "Failed to connect to conversion service",

View File

@@ -57,7 +57,7 @@ def test_authentication_getter_existing_user_via_email(
monkeypatch.setattr(OIDCAuthenticationBackend, "get_userinfo", get_userinfo_mocked) monkeypatch.setattr(OIDCAuthenticationBackend, "get_userinfo", get_userinfo_mocked)
with django_assert_num_queries(3): # user by sub, user by mail, update sub with django_assert_num_queries(4): # user by sub, user by mail, update sub
user = klass.get_or_create_user( user = klass.get_or_create_user(
access_token="test-token", id_token=None, payload=None access_token="test-token", id_token=None, payload=None
) )
@@ -214,7 +214,7 @@ def test_authentication_getter_existing_user_change_fields_sub(
monkeypatch.setattr(OIDCAuthenticationBackend, "get_userinfo", get_userinfo_mocked) monkeypatch.setattr(OIDCAuthenticationBackend, "get_userinfo", get_userinfo_mocked)
# One and only one additional update query when a field has changed # One and only one additional update query when a field has changed
with django_assert_num_queries(2): with django_assert_num_queries(3):
authenticated_user = klass.get_or_create_user( authenticated_user = klass.get_or_create_user(
access_token="test-token", id_token=None, payload=None access_token="test-token", id_token=None, payload=None
) )
@@ -256,7 +256,7 @@ def test_authentication_getter_existing_user_change_fields_email(
monkeypatch.setattr(OIDCAuthenticationBackend, "get_userinfo", get_userinfo_mocked) monkeypatch.setattr(OIDCAuthenticationBackend, "get_userinfo", get_userinfo_mocked)
# One and only one additional update query when a field has changed # One and only one additional update query when a field has changed
with django_assert_num_queries(3): with django_assert_num_queries(4):
authenticated_user = klass.get_or_create_user( authenticated_user = klass.get_or_create_user(
access_token="test-token", id_token=None, payload=None access_token="test-token", id_token=None, payload=None
) )

View File

@@ -4,6 +4,7 @@ Test document accesses API endpoints for users in impress's core app.
# pylint: disable=too-many-lines # pylint: disable=too-many-lines
import random import random
from unittest import mock
from uuid import uuid4 from uuid import uuid4
import pytest import pytest
@@ -292,6 +293,7 @@ def test_api_document_accesses_retrieve_set_role_to_child():
} }
assert result_dict[str(document_access_other_user.id)] == [ assert result_dict[str(document_access_other_user.id)] == [
"reader", "reader",
"commenter",
"editor", "editor",
"administrator", "administrator",
"owner", "owner",
@@ -300,7 +302,7 @@ def test_api_document_accesses_retrieve_set_role_to_child():
# Add an access for the other user on the parent # Add an access for the other user on the parent
parent_access_other_user = factories.UserDocumentAccessFactory( parent_access_other_user = factories.UserDocumentAccessFactory(
document=parent, user=other_user, role="editor" document=parent, user=other_user, role="commenter"
) )
response = client.get(f"/api/v1.0/documents/{document.id!s}/accesses/") response = client.get(f"/api/v1.0/documents/{document.id!s}/accesses/")
@@ -313,6 +315,7 @@ def test_api_document_accesses_retrieve_set_role_to_child():
result["id"]: result["abilities"]["set_role_to"] for result in content result["id"]: result["abilities"]["set_role_to"] for result in content
} }
assert result_dict[str(document_access_other_user.id)] == [ assert result_dict[str(document_access_other_user.id)] == [
"commenter",
"editor", "editor",
"administrator", "administrator",
"owner", "owner",
@@ -320,6 +323,7 @@ def test_api_document_accesses_retrieve_set_role_to_child():
assert result_dict[str(parent_access.id)] == [] assert result_dict[str(parent_access.id)] == []
assert result_dict[str(parent_access_other_user.id)] == [ assert result_dict[str(parent_access_other_user.id)] == [
"reader", "reader",
"commenter",
"editor", "editor",
"administrator", "administrator",
"owner", "owner",
@@ -332,28 +336,28 @@ def test_api_document_accesses_retrieve_set_role_to_child():
[ [
["administrator", "reader", "reader", "reader"], ["administrator", "reader", "reader", "reader"],
[ [
["reader", "editor", "administrator"], ["reader", "commenter", "editor", "administrator"],
[], [],
[], [],
["reader", "editor", "administrator"], ["reader", "commenter", "editor", "administrator"],
], ],
], ],
[ [
["owner", "reader", "reader", "reader"], ["owner", "reader", "reader", "reader"],
[ [
["reader", "editor", "administrator", "owner"], ["reader", "commenter", "editor", "administrator", "owner"],
[], [],
[], [],
["reader", "editor", "administrator", "owner"], ["reader", "commenter", "editor", "administrator", "owner"],
], ],
], ],
[ [
["owner", "reader", "reader", "owner"], ["owner", "reader", "reader", "owner"],
[ [
["reader", "editor", "administrator", "owner"], ["reader", "commenter", "editor", "administrator", "owner"],
[], [],
[], [],
["reader", "editor", "administrator", "owner"], ["reader", "commenter", "editor", "administrator", "owner"],
], ],
], ],
], ],
@@ -414,44 +418,44 @@ def test_api_document_accesses_list_authenticated_related_same_user(roles, resul
[ [
["administrator", "reader", "reader", "reader"], ["administrator", "reader", "reader", "reader"],
[ [
["reader", "editor", "administrator"], ["reader", "commenter", "editor", "administrator"],
[], [],
[], [],
["reader", "editor", "administrator"], ["reader", "commenter", "editor", "administrator"],
], ],
], ],
[ [
["owner", "reader", "reader", "reader"], ["owner", "reader", "reader", "reader"],
[ [
["reader", "editor", "administrator", "owner"], ["reader", "commenter", "editor", "administrator", "owner"],
[], [],
[], [],
["reader", "editor", "administrator", "owner"], ["reader", "commenter", "editor", "administrator", "owner"],
], ],
], ],
[ [
["owner", "reader", "reader", "owner"], ["owner", "reader", "reader", "owner"],
[ [
["reader", "editor", "administrator", "owner"], ["reader", "commenter", "editor", "administrator", "owner"],
[], [],
[], [],
["reader", "editor", "administrator", "owner"], ["reader", "commenter", "editor", "administrator", "owner"],
], ],
], ],
[ [
["reader", "reader", "reader", "owner"], ["reader", "reader", "reader", "owner"],
[ [
["reader", "editor", "administrator", "owner"], ["reader", "commenter", "editor", "administrator", "owner"],
[], [],
[], [],
["reader", "editor", "administrator", "owner"], ["reader", "commenter", "editor", "administrator", "owner"],
], ],
], ],
[ [
["reader", "administrator", "reader", "editor"], ["reader", "administrator", "reader", "editor"],
[ [
["reader", "editor", "administrator"], ["reader", "commenter", "editor", "administrator"],
["reader", "editor", "administrator"], ["reader", "commenter", "editor", "administrator"],
[], [],
[], [],
], ],
@@ -459,7 +463,7 @@ def test_api_document_accesses_list_authenticated_related_same_user(roles, resul
[ [
["editor", "editor", "administrator", "editor"], ["editor", "editor", "administrator", "editor"],
[ [
["reader", "editor", "administrator"], ["reader", "commenter", "editor", "administrator"],
[], [],
["editor", "administrator"], ["editor", "administrator"],
[], [],
@@ -1344,3 +1348,24 @@ def test_api_document_accesses_delete_owners_last_owner_child_team(
assert response.status_code == 204 assert response.status_code == 204
assert models.DocumentAccess.objects.count() == 1 assert models.DocumentAccess.objects.count() == 1
def test_api_document_accesses_throttling(settings):
"""Test api document accesses throttling."""
settings.REST_FRAMEWORK["DEFAULT_THROTTLE_RATES"]["document_access"] = "2/minute"
user = factories.UserFactory()
document = factories.DocumentFactory()
factories.UserDocumentAccessFactory(
document=document, user=user, role="administrator"
)
client = APIClient()
client.force_login(user)
for _i in range(2):
response = client.get(f"/api/v1.0/documents/{document.id!s}/accesses/")
assert response.status_code == 200
with mock.patch("core.api.throttling.capture_message") as mock_capture_message:
response = client.get(f"/api/v1.0/documents/{document.id!s}/accesses/")
assert response.status_code == 429
mock_capture_message.assert_called_once_with(
"Rate limit exceeded for scope document_access", "warning"
)

View File

@@ -596,6 +596,32 @@ def test_api_document_invitations_create_cannot_invite_existing_users():
} }
def test_api_document_invitations_create_lower_email():
"""
No matter the case, the email should be converted to lowercase.
"""
user = factories.UserFactory()
document = factories.DocumentFactory(users=[(user, "owner")])
# Build an invitation to the email of an existing identity in the db
invitation_values = {
"email": "GuEst@example.com",
"role": random.choice(models.RoleChoices.values),
}
client = APIClient()
client.force_login(user)
response = client.post(
f"/api/v1.0/documents/{document.id!s}/invitations/",
invitation_values,
format="json",
)
assert response.status_code == 201
assert response.json()["email"] == "guest@example.com"
# Update # Update
@@ -743,6 +769,37 @@ def test_api_document_invitations_update_authenticated_unprivileged(
assert value == old_invitation_values[key] assert value == old_invitation_values[key]
@pytest.mark.parametrize("via", VIA)
@pytest.mark.parametrize("role", ["administrator", "owner"])
def test_api_document_invitations_patch(via, role, mock_user_teams):
"""Partially updating an invitation should be allowed."""
user = factories.UserFactory()
invitation = factories.InvitationFactory(role="editor")
if via == USER:
factories.UserDocumentAccessFactory(
document=invitation.document, user=user, role=role
)
elif via == TEAM:
mock_user_teams.return_value = ["lasuite", "unknown"]
factories.TeamDocumentAccessFactory(
document=invitation.document, team="lasuite", role=role
)
client = APIClient()
client.force_login(user)
response = client.patch(
f"/api/v1.0/documents/{invitation.document.id!s}/invitations/{invitation.id!s}/",
{"role": "reader"},
format="json",
)
assert response.status_code == 200
invitation.refresh_from_db()
assert invitation.role == "reader"
# Delete # Delete
@@ -824,3 +881,29 @@ def test_api_document_invitations_delete_readers_or_editors(via, role, mock_user
response.json()["detail"] response.json()["detail"]
== "You do not have permission to perform this action." == "You do not have permission to perform this action."
) )
def test_api_document_invitations_throttling(settings):
"""Test api document ask for access throttling."""
current_rate = settings.REST_FRAMEWORK["DEFAULT_THROTTLE_RATES"]["invitation"]
settings.REST_FRAMEWORK["DEFAULT_THROTTLE_RATES"]["invitation"] = "2/minute"
user = factories.UserFactory()
document = factories.DocumentFactory()
factories.UserDocumentAccessFactory(document=document, user=user, role="owner")
factories.InvitationFactory(document=document, issuer=user)
client = APIClient()
client.force_login(user)
for _i in range(2):
response = client.get(f"/api/v1.0/documents/{document.id}/invitations/")
assert response.status_code == 200
with mock.patch("core.api.throttling.capture_message") as mock_capture_message:
response = client.get(f"/api/v1.0/documents/{document.id}/invitations/")
assert response.status_code == 429
mock_capture_message.assert_called_once_with(
"Rate limit exceeded for scope invitation", "warning"
)
settings.REST_FRAMEWORK["DEFAULT_THROTTLE_RATES"]["invitation"] = current_rate

View File

@@ -1,6 +1,7 @@
"""Test API for document ask for access.""" """Test API for document ask for access."""
import uuid import uuid
from unittest import mock
from django.core import mail from django.core import mail
@@ -114,7 +115,10 @@ def test_api_documents_ask_for_access_create_authenticated_non_root_document():
assert response.status_code == 404 assert response.status_code == 404
def test_api_documents_ask_for_access_create_authenticated_specific_role(): @pytest.mark.parametrize(
"role", [role for role in RoleChoices if role != RoleChoices.OWNER]
)
def test_api_documents_ask_for_access_create_authenticated_specific_role(role):
""" """
Authenticated users should be able to create a document ask for access with a specific role. Authenticated users should be able to create a document ask for access with a specific role.
""" """
@@ -126,17 +130,35 @@ def test_api_documents_ask_for_access_create_authenticated_specific_role():
response = client.post( response = client.post(
f"/api/v1.0/documents/{document.id}/ask-for-access/", f"/api/v1.0/documents/{document.id}/ask-for-access/",
data={"role": RoleChoices.EDITOR}, data={"role": role},
) )
assert response.status_code == 201 assert response.status_code == 201
assert DocumentAskForAccess.objects.filter( assert DocumentAskForAccess.objects.filter(
document=document, document=document,
user=user, user=user,
role=RoleChoices.EDITOR, role=role,
).exists() ).exists()
def test_api_documents_ask_for_access_create_authenticated_owner_role():
"""
Authenticated users should not be able to create a document ask for access with the owner role.
"""
document = DocumentFactory()
user = UserFactory()
client = APIClient()
client.force_login(user)
response = client.post(
f"/api/v1.0/documents/{document.id}/ask-for-access/",
data={"role": RoleChoices.OWNER},
)
assert response.status_code == 400
assert response.json() == {"role": ['"owner" is not a valid choice.']}
def test_api_documents_ask_for_access_create_authenticated_already_has_access(): def test_api_documents_ask_for_access_create_authenticated_already_has_access():
"""Authenticated users with existing access can ask for access with a different role.""" """Authenticated users with existing access can ask for access with a different role."""
user = UserFactory() user = UserFactory()
@@ -265,6 +287,7 @@ def test_api_documents_ask_for_access_list_authenticated_own_request():
"update": False, "update": False,
"partial_update": False, "partial_update": False,
"retrieve": False, "retrieve": False,
"set_role_to": [],
}, },
} }
], ],
@@ -334,6 +357,16 @@ def test_api_documents_ask_for_access_list_owner_or_admin(role):
response = client.get(f"/api/v1.0/documents/{document.id}/ask-for-access/") response = client.get(f"/api/v1.0/documents/{document.id}/ask-for-access/")
assert response.status_code == 200 assert response.status_code == 200
expected_set_role_to = [
RoleChoices.READER,
RoleChoices.COMMENTER,
RoleChoices.EDITOR,
RoleChoices.ADMIN,
]
if role == RoleChoices.OWNER:
expected_set_role_to.append(RoleChoices.OWNER)
assert response.json() == { assert response.json() == {
"count": 3, "count": 3,
"next": None, "next": None,
@@ -353,6 +386,7 @@ def test_api_documents_ask_for_access_list_owner_or_admin(role):
"update": True, "update": True,
"partial_update": True, "partial_update": True,
"retrieve": True, "retrieve": True,
"set_role_to": expected_set_role_to,
}, },
} }
for document_ask_for_access in document_ask_for_accesses for document_ask_for_access in document_ask_for_accesses
@@ -445,6 +479,14 @@ def test_api_documents_ask_for_access_retrieve_owner_or_admin(role):
f"/api/v1.0/documents/{document.id}/ask-for-access/{document_ask_for_access.id}/" f"/api/v1.0/documents/{document.id}/ask-for-access/{document_ask_for_access.id}/"
) )
assert response.status_code == 200 assert response.status_code == 200
expected_set_role_to = [
RoleChoices.READER,
RoleChoices.COMMENTER,
RoleChoices.EDITOR,
RoleChoices.ADMIN,
]
if role == RoleChoices.OWNER:
expected_set_role_to.append(RoleChoices.OWNER)
assert response.json() == { assert response.json() == {
"id": str(document_ask_for_access.id), "id": str(document_ask_for_access.id),
"document": str(document.id), "document": str(document.id),
@@ -459,6 +501,7 @@ def test_api_documents_ask_for_access_retrieve_owner_or_admin(role):
"update": True, "update": True,
"partial_update": True, "partial_update": True,
"retrieve": True, "retrieve": True,
"set_role_to": expected_set_role_to,
}, },
} }
@@ -748,6 +791,53 @@ def test_api_documents_ask_for_access_accept_authenticated_owner_or_admin_update
assert document_access.role == RoleChoices.ADMIN assert document_access.role == RoleChoices.ADMIN
def test_api_documents_ask_for_access_accept_admin_cannot_accept_owner_role():
"""
Admin users should not be able to accept document ask for access with the owner role.
"""
user = UserFactory()
document = DocumentFactory(users=[(user, RoleChoices.ADMIN)])
document_ask_for_access = DocumentAskForAccessFactory(
document=document, role=RoleChoices.READER
)
client = APIClient()
client.force_login(user)
response = client.post(
f"/api/v1.0/documents/{document.id}/ask-for-access/{document_ask_for_access.id}/accept/",
data={"role": RoleChoices.OWNER},
)
assert response.status_code == 400
assert response.json() == {
"detail": "You cannot accept a role higher than your own."
}
def test_api_documents_ask_for_access_accept_owner_can_accept_owner_role():
"""
Owner users should be able to accept document ask for access with the owner role.
"""
user = UserFactory()
document = DocumentFactory(users=[(user, RoleChoices.OWNER)])
document_ask_for_access = DocumentAskForAccessFactory(
document=document, role=RoleChoices.READER
)
client = APIClient()
client.force_login(user)
response = client.post(
f"/api/v1.0/documents/{document.id}/ask-for-access/{document_ask_for_access.id}/accept/",
data={"role": RoleChoices.OWNER},
)
assert response.status_code == 204
assert not DocumentAskForAccess.objects.filter(
id=document_ask_for_access.id
).exists()
@pytest.mark.parametrize("role", [RoleChoices.OWNER, RoleChoices.ADMIN]) @pytest.mark.parametrize("role", [RoleChoices.OWNER, RoleChoices.ADMIN])
def test_api_documents_ask_for_access_accept_authenticated_non_root_document(role): def test_api_documents_ask_for_access_accept_authenticated_non_root_document(role):
""" """
@@ -768,3 +858,35 @@ def test_api_documents_ask_for_access_accept_authenticated_non_root_document(rol
f"/api/v1.0/documents/{child.id}/ask-for-access/{document_ask_for_access.id}/accept/" f"/api/v1.0/documents/{child.id}/ask-for-access/{document_ask_for_access.id}/accept/"
) )
assert response.status_code == 404 assert response.status_code == 404
def test_api_document_ask_for_access_throttling(settings):
"""Test api document ask for access throttling."""
current_rate = settings.REST_FRAMEWORK["DEFAULT_THROTTLE_RATES"][
"document_ask_for_access"
]
settings.REST_FRAMEWORK["DEFAULT_THROTTLE_RATES"]["document_ask_for_access"] = (
"2/minute"
)
document = DocumentFactory()
DocumentAskForAccessFactory.create_batch(
3, document=document, role=RoleChoices.READER
)
user = UserFactory()
client = APIClient()
client.force_login(user)
for _i in range(2):
response = client.get(f"/api/v1.0/documents/{document.id}/ask-for-access/")
assert response.status_code == 200
with mock.patch("core.api.throttling.capture_message") as mock_capture_message:
response = client.get(f"/api/v1.0/documents/{document.id}/ask-for-access/")
assert response.status_code == 429
mock_capture_message.assert_called_once_with(
"Rate limit exceeded for scope document_ask_for_access", "warning"
)
settings.REST_FRAMEWORK["DEFAULT_THROTTLE_RATES"]["document_ask_for_access"] = (
current_rate
)

View File

@@ -41,6 +41,7 @@ def test_api_documents_children_list_anonymous_public_standalone(
"computed_link_role": child1.computed_link_role, "computed_link_role": child1.computed_link_role,
"created_at": child1.created_at.isoformat().replace("+00:00", "Z"), "created_at": child1.created_at.isoformat().replace("+00:00", "Z"),
"creator": str(child1.creator.id), "creator": str(child1.creator.id),
"deleted_at": None,
"depth": 2, "depth": 2,
"excerpt": child1.excerpt, "excerpt": child1.excerpt,
"id": str(child1.id), "id": str(child1.id),
@@ -63,6 +64,7 @@ def test_api_documents_children_list_anonymous_public_standalone(
"computed_link_role": child2.computed_link_role, "computed_link_role": child2.computed_link_role,
"created_at": child2.created_at.isoformat().replace("+00:00", "Z"), "created_at": child2.created_at.isoformat().replace("+00:00", "Z"),
"creator": str(child2.creator.id), "creator": str(child2.creator.id),
"deleted_at": None,
"depth": 2, "depth": 2,
"excerpt": child2.excerpt, "excerpt": child2.excerpt,
"id": str(child2.id), "id": str(child2.id),
@@ -115,6 +117,7 @@ def test_api_documents_children_list_anonymous_public_parent(django_assert_num_q
"computed_link_role": child1.computed_link_role, "computed_link_role": child1.computed_link_role,
"created_at": child1.created_at.isoformat().replace("+00:00", "Z"), "created_at": child1.created_at.isoformat().replace("+00:00", "Z"),
"creator": str(child1.creator.id), "creator": str(child1.creator.id),
"deleted_at": None,
"depth": 4, "depth": 4,
"excerpt": child1.excerpt, "excerpt": child1.excerpt,
"id": str(child1.id), "id": str(child1.id),
@@ -137,6 +140,7 @@ def test_api_documents_children_list_anonymous_public_parent(django_assert_num_q
"computed_link_role": child2.computed_link_role, "computed_link_role": child2.computed_link_role,
"created_at": child2.created_at.isoformat().replace("+00:00", "Z"), "created_at": child2.created_at.isoformat().replace("+00:00", "Z"),
"creator": str(child2.creator.id), "creator": str(child2.creator.id),
"deleted_at": None,
"depth": 4, "depth": 4,
"excerpt": child2.excerpt, "excerpt": child2.excerpt,
"id": str(child2.id), "id": str(child2.id),
@@ -208,6 +212,7 @@ def test_api_documents_children_list_authenticated_unrelated_public_or_authentic
"computed_link_role": child1.computed_link_role, "computed_link_role": child1.computed_link_role,
"created_at": child1.created_at.isoformat().replace("+00:00", "Z"), "created_at": child1.created_at.isoformat().replace("+00:00", "Z"),
"creator": str(child1.creator.id), "creator": str(child1.creator.id),
"deleted_at": None,
"depth": 2, "depth": 2,
"excerpt": child1.excerpt, "excerpt": child1.excerpt,
"id": str(child1.id), "id": str(child1.id),
@@ -230,6 +235,7 @@ def test_api_documents_children_list_authenticated_unrelated_public_or_authentic
"computed_link_role": child2.computed_link_role, "computed_link_role": child2.computed_link_role,
"created_at": child2.created_at.isoformat().replace("+00:00", "Z"), "created_at": child2.created_at.isoformat().replace("+00:00", "Z"),
"creator": str(child2.creator.id), "creator": str(child2.creator.id),
"deleted_at": None,
"depth": 2, "depth": 2,
"excerpt": child2.excerpt, "excerpt": child2.excerpt,
"id": str(child2.id), "id": str(child2.id),
@@ -287,6 +293,7 @@ def test_api_documents_children_list_authenticated_public_or_authenticated_paren
"computed_link_role": child1.computed_link_role, "computed_link_role": child1.computed_link_role,
"created_at": child1.created_at.isoformat().replace("+00:00", "Z"), "created_at": child1.created_at.isoformat().replace("+00:00", "Z"),
"creator": str(child1.creator.id), "creator": str(child1.creator.id),
"deleted_at": None,
"depth": 4, "depth": 4,
"excerpt": child1.excerpt, "excerpt": child1.excerpt,
"id": str(child1.id), "id": str(child1.id),
@@ -309,6 +316,7 @@ def test_api_documents_children_list_authenticated_public_or_authenticated_paren
"computed_link_role": child2.computed_link_role, "computed_link_role": child2.computed_link_role,
"created_at": child2.created_at.isoformat().replace("+00:00", "Z"), "created_at": child2.created_at.isoformat().replace("+00:00", "Z"),
"creator": str(child2.creator.id), "creator": str(child2.creator.id),
"deleted_at": None,
"depth": 4, "depth": 4,
"excerpt": child2.excerpt, "excerpt": child2.excerpt,
"id": str(child2.id), "id": str(child2.id),
@@ -393,6 +401,7 @@ def test_api_documents_children_list_authenticated_related_direct(
"computed_link_role": child1.computed_link_role, "computed_link_role": child1.computed_link_role,
"created_at": child1.created_at.isoformat().replace("+00:00", "Z"), "created_at": child1.created_at.isoformat().replace("+00:00", "Z"),
"creator": str(child1.creator.id), "creator": str(child1.creator.id),
"deleted_at": None,
"depth": 2, "depth": 2,
"excerpt": child1.excerpt, "excerpt": child1.excerpt,
"id": str(child1.id), "id": str(child1.id),
@@ -415,6 +424,7 @@ def test_api_documents_children_list_authenticated_related_direct(
"computed_link_role": child2.computed_link_role, "computed_link_role": child2.computed_link_role,
"created_at": child2.created_at.isoformat().replace("+00:00", "Z"), "created_at": child2.created_at.isoformat().replace("+00:00", "Z"),
"creator": str(child2.creator.id), "creator": str(child2.creator.id),
"deleted_at": None,
"depth": 2, "depth": 2,
"excerpt": child2.excerpt, "excerpt": child2.excerpt,
"id": str(child2.id), "id": str(child2.id),
@@ -475,6 +485,7 @@ def test_api_documents_children_list_authenticated_related_parent(
"computed_link_role": child1.computed_link_role, "computed_link_role": child1.computed_link_role,
"created_at": child1.created_at.isoformat().replace("+00:00", "Z"), "created_at": child1.created_at.isoformat().replace("+00:00", "Z"),
"creator": str(child1.creator.id), "creator": str(child1.creator.id),
"deleted_at": None,
"depth": 4, "depth": 4,
"excerpt": child1.excerpt, "excerpt": child1.excerpt,
"id": str(child1.id), "id": str(child1.id),
@@ -497,6 +508,7 @@ def test_api_documents_children_list_authenticated_related_parent(
"computed_link_role": child2.computed_link_role, "computed_link_role": child2.computed_link_role,
"created_at": child2.created_at.isoformat().replace("+00:00", "Z"), "created_at": child2.created_at.isoformat().replace("+00:00", "Z"),
"creator": str(child2.creator.id), "creator": str(child2.creator.id),
"deleted_at": None,
"depth": 4, "depth": 4,
"excerpt": child2.excerpt, "excerpt": child2.excerpt,
"id": str(child2.id), "id": str(child2.id),
@@ -609,6 +621,7 @@ def test_api_documents_children_list_authenticated_related_team_members(
"computed_link_role": child1.computed_link_role, "computed_link_role": child1.computed_link_role,
"created_at": child1.created_at.isoformat().replace("+00:00", "Z"), "created_at": child1.created_at.isoformat().replace("+00:00", "Z"),
"creator": str(child1.creator.id), "creator": str(child1.creator.id),
"deleted_at": None,
"depth": 2, "depth": 2,
"excerpt": child1.excerpt, "excerpt": child1.excerpt,
"id": str(child1.id), "id": str(child1.id),
@@ -631,6 +644,7 @@ def test_api_documents_children_list_authenticated_related_team_members(
"computed_link_role": child2.computed_link_role, "computed_link_role": child2.computed_link_role,
"created_at": child2.created_at.isoformat().replace("+00:00", "Z"), "created_at": child2.created_at.isoformat().replace("+00:00", "Z"),
"creator": str(child2.creator.id), "creator": str(child2.creator.id),
"deleted_at": None,
"depth": 2, "depth": 2,
"excerpt": child2.excerpt, "excerpt": child2.excerpt,
"id": str(child2.id), "id": str(child2.id),

View File

@@ -0,0 +1,878 @@
"""Test API for comments on documents."""
import random
from django.contrib.auth.models import AnonymousUser
import pytest
from rest_framework.test import APIClient
from core import factories, models
pytestmark = pytest.mark.django_db
# List comments
def test_list_comments_anonymous_user_public_document():
"""Anonymous users should be allowed to list comments on a public document."""
document = factories.DocumentFactory(
link_reach="public", link_role=models.LinkRoleChoices.COMMENTER
)
thread = factories.ThreadFactory(document=document)
comment1, comment2 = factories.CommentFactory.create_batch(2, thread=thread)
# other comments not linked to the document
factories.CommentFactory.create_batch(2)
response = APIClient().get(
f"/api/v1.0/documents/{document.id!s}/threads/{thread.id!s}/comments/"
)
assert response.status_code == 200
assert response.json() == {
"count": 2,
"next": None,
"previous": None,
"results": [
{
"id": str(comment1.id),
"body": comment1.body,
"created_at": comment1.created_at.isoformat().replace("+00:00", "Z"),
"updated_at": comment1.updated_at.isoformat().replace("+00:00", "Z"),
"user": {
"full_name": comment1.user.full_name,
"short_name": comment1.user.short_name,
},
"abilities": comment1.get_abilities(AnonymousUser()),
"reactions": [],
},
{
"id": str(comment2.id),
"body": comment2.body,
"created_at": comment2.created_at.isoformat().replace("+00:00", "Z"),
"updated_at": comment2.updated_at.isoformat().replace("+00:00", "Z"),
"user": {
"full_name": comment2.user.full_name,
"short_name": comment2.user.short_name,
},
"abilities": comment2.get_abilities(AnonymousUser()),
"reactions": [],
},
],
}
@pytest.mark.parametrize("link_reach", ["restricted", "authenticated"])
def test_list_comments_anonymous_user_non_public_document(link_reach):
"""Anonymous users should not be allowed to list comments on a non-public document."""
document = factories.DocumentFactory(
link_reach=link_reach, link_role=models.LinkRoleChoices.COMMENTER
)
thread = factories.ThreadFactory(document=document)
factories.CommentFactory(thread=thread)
# other comments not linked to the document
factories.CommentFactory.create_batch(2)
response = APIClient().get(
f"/api/v1.0/documents/{document.id!s}/threads/{thread.id!s}/comments/"
)
assert response.status_code == 401
def test_list_comments_authenticated_user_accessible_document():
"""Authenticated users should be allowed to list comments on an accessible document."""
user = factories.UserFactory()
document = factories.DocumentFactory(
link_reach="restricted", users=[(user, models.LinkRoleChoices.COMMENTER)]
)
thread = factories.ThreadFactory(document=document)
comment1 = factories.CommentFactory(thread=thread)
comment2 = factories.CommentFactory(thread=thread, user=user)
# other comments not linked to the document
factories.CommentFactory.create_batch(2)
client = APIClient()
client.force_login(user)
response = client.get(
f"/api/v1.0/documents/{document.id!s}/threads/{thread.id!s}/comments/"
)
assert response.status_code == 200
assert response.json() == {
"count": 2,
"next": None,
"previous": None,
"results": [
{
"id": str(comment1.id),
"body": comment1.body,
"created_at": comment1.created_at.isoformat().replace("+00:00", "Z"),
"updated_at": comment1.updated_at.isoformat().replace("+00:00", "Z"),
"user": {
"full_name": comment1.user.full_name,
"short_name": comment1.user.short_name,
},
"abilities": comment1.get_abilities(user),
"reactions": [],
},
{
"id": str(comment2.id),
"body": comment2.body,
"created_at": comment2.created_at.isoformat().replace("+00:00", "Z"),
"updated_at": comment2.updated_at.isoformat().replace("+00:00", "Z"),
"user": {
"full_name": comment2.user.full_name,
"short_name": comment2.user.short_name,
},
"abilities": comment2.get_abilities(user),
"reactions": [],
},
],
}
def test_list_comments_authenticated_user_non_accessible_document():
"""Authenticated users should not be allowed to list comments on a non-accessible document."""
user = factories.UserFactory()
document = factories.DocumentFactory(link_reach="restricted")
thread = factories.ThreadFactory(document=document)
factories.CommentFactory(thread=thread)
# other comments not linked to the document
factories.CommentFactory.create_batch(2)
client = APIClient()
client.force_login(user)
response = client.get(
f"/api/v1.0/documents/{document.id!s}/threads/{thread.id!s}/comments/"
)
assert response.status_code == 403
def test_list_comments_authenticated_user_not_enough_access():
"""
Authenticated users should not be allowed to list comments on a document they don't have
comment access to.
"""
user = factories.UserFactory()
document = factories.DocumentFactory(
link_reach="restricted", users=[(user, models.LinkRoleChoices.READER)]
)
thread = factories.ThreadFactory(document=document)
factories.CommentFactory(thread=thread)
# other comments not linked to the document
factories.CommentFactory.create_batch(2)
client = APIClient()
client.force_login(user)
response = client.get(
f"/api/v1.0/documents/{document.id!s}/threads/{thread.id!s}/comments/"
)
assert response.status_code == 403
# Create comment
def test_create_comment_anonymous_user_public_document():
"""
Anonymous users should be allowed to create comments on a public document
with commenter link_role.
"""
document = factories.DocumentFactory(
link_reach="public", link_role=models.LinkRoleChoices.COMMENTER
)
thread = factories.ThreadFactory(document=document)
client = APIClient()
response = client.post(
f"/api/v1.0/documents/{document.id!s}/threads/{thread.id!s}/comments/",
{"body": "test"},
)
assert response.status_code == 201
assert response.json() == {
"id": str(response.json()["id"]),
"body": "test",
"created_at": response.json()["created_at"],
"updated_at": response.json()["updated_at"],
"user": None,
"abilities": {
"destroy": False,
"update": False,
"partial_update": False,
"reactions": False,
"retrieve": True,
},
"reactions": [],
}
def test_create_comment_anonymous_user_non_accessible_document():
"""Anonymous users should not be allowed to create comments on a non-accessible document."""
document = factories.DocumentFactory(
link_reach="public", link_role=models.LinkRoleChoices.READER
)
thread = factories.ThreadFactory(document=document)
client = APIClient()
response = client.post(
f"/api/v1.0/documents/{document.id!s}/threads/{thread.id!s}/comments/",
{"body": "test"},
)
assert response.status_code == 401
def test_create_comment_authenticated_user_accessible_document():
"""Authenticated users should be allowed to create comments on an accessible document."""
user = factories.UserFactory()
document = factories.DocumentFactory(
link_reach="restricted", users=[(user, models.LinkRoleChoices.COMMENTER)]
)
thread = factories.ThreadFactory(document=document)
client = APIClient()
client.force_login(user)
response = client.post(
f"/api/v1.0/documents/{document.id!s}/threads/{thread.id!s}/comments/",
{"body": "test"},
)
assert response.status_code == 201
assert response.json() == {
"id": str(response.json()["id"]),
"body": "test",
"created_at": response.json()["created_at"],
"updated_at": response.json()["updated_at"],
"user": {
"full_name": user.full_name,
"short_name": user.short_name,
},
"abilities": {
"destroy": True,
"update": True,
"partial_update": True,
"reactions": True,
"retrieve": True,
},
"reactions": [],
}
def test_create_comment_authenticated_user_not_enough_access():
"""
Authenticated users should not be allowed to create comments on a document they don't have
comment access to.
"""
user = factories.UserFactory()
document = factories.DocumentFactory(
link_reach="restricted", users=[(user, models.LinkRoleChoices.READER)]
)
thread = factories.ThreadFactory(document=document)
client = APIClient()
client.force_login(user)
response = client.post(
f"/api/v1.0/documents/{document.id!s}/threads/{thread.id!s}/comments/",
{"body": "test"},
)
assert response.status_code == 403
# Retrieve comment
def test_retrieve_comment_anonymous_user_public_document():
"""Anonymous users should be allowed to retrieve comments on a public document."""
document = factories.DocumentFactory(
link_reach="public", link_role=models.LinkRoleChoices.COMMENTER
)
thread = factories.ThreadFactory(document=document)
comment = factories.CommentFactory(thread=thread)
client = APIClient()
response = client.get(
f"/api/v1.0/documents/{document.id!s}/threads/{thread.id!s}/comments/{comment.id!s}/"
)
assert response.status_code == 200
assert response.json() == {
"id": str(comment.id),
"body": comment.body,
"created_at": comment.created_at.isoformat().replace("+00:00", "Z"),
"updated_at": comment.updated_at.isoformat().replace("+00:00", "Z"),
"user": {
"full_name": comment.user.full_name,
"short_name": comment.user.short_name,
},
"reactions": [],
"abilities": comment.get_abilities(AnonymousUser()),
}
def test_retrieve_comment_anonymous_user_non_accessible_document():
"""Anonymous users should not be allowed to retrieve comments on a non-accessible document."""
document = factories.DocumentFactory(
link_reach="public", link_role=models.LinkRoleChoices.READER
)
thread = factories.ThreadFactory(document=document)
comment = factories.CommentFactory(thread=thread)
client = APIClient()
response = client.get(
f"/api/v1.0/documents/{document.id!s}/threads/{thread.id!s}/comments/{comment.id!s}/"
)
assert response.status_code == 401
def test_retrieve_comment_authenticated_user_accessible_document():
"""Authenticated users should be allowed to retrieve comments on an accessible document."""
user = factories.UserFactory()
document = factories.DocumentFactory(
link_reach="restricted", users=[(user, models.LinkRoleChoices.COMMENTER)]
)
thread = factories.ThreadFactory(document=document)
comment = factories.CommentFactory(thread=thread)
client = APIClient()
client.force_login(user)
response = client.get(
f"/api/v1.0/documents/{document.id!s}/threads/{thread.id!s}/comments/{comment.id!s}/"
)
assert response.status_code == 200
def test_retrieve_comment_authenticated_user_not_enough_access():
"""
Authenticated users should not be allowed to retrieve comments on a document they don't have
comment access to.
"""
user = factories.UserFactory()
document = factories.DocumentFactory(
link_reach="restricted", users=[(user, models.LinkRoleChoices.READER)]
)
thread = factories.ThreadFactory(document=document)
comment = factories.CommentFactory(thread=thread)
client = APIClient()
client.force_login(user)
response = client.get(
f"/api/v1.0/documents/{document.id!s}/threads/{thread.id!s}/comments/{comment.id!s}/"
)
assert response.status_code == 403
# Update comment
def test_update_comment_anonymous_user_public_document():
"""Anonymous users should not be allowed to update comments on a public document."""
document = factories.DocumentFactory(
link_reach="public", link_role=models.LinkRoleChoices.COMMENTER
)
thread = factories.ThreadFactory(document=document)
comment = factories.CommentFactory(thread=thread, body="test")
client = APIClient()
response = client.put(
f"/api/v1.0/documents/{document.id!s}/threads/{thread.id!s}/comments/{comment.id!s}/",
{"body": "other content"},
)
assert response.status_code == 401
def test_update_comment_anonymous_user_non_accessible_document():
"""Anonymous users should not be allowed to update comments on a non-accessible document."""
document = factories.DocumentFactory(
link_reach="public", link_role=models.LinkRoleChoices.READER
)
thread = factories.ThreadFactory(document=document)
comment = factories.CommentFactory(thread=thread, body="test")
client = APIClient()
response = client.put(
f"/api/v1.0/documents/{document.id!s}/threads/{thread.id!s}/comments/{comment.id!s}/",
{"body": "other content"},
)
assert response.status_code == 401
def test_update_comment_authenticated_user_accessible_document():
"""Authenticated users should not be able to update comments not their own."""
user = factories.UserFactory()
document = factories.DocumentFactory(
link_reach="restricted",
users=[
(
user,
random.choice(
[models.LinkRoleChoices.COMMENTER, models.LinkRoleChoices.EDITOR]
),
)
],
)
thread = factories.ThreadFactory(document=document)
comment = factories.CommentFactory(thread=thread, body="test")
client = APIClient()
client.force_login(user)
response = client.put(
f"/api/v1.0/documents/{document.id!s}/threads/{thread.id!s}/comments/{comment.id!s}/",
{"body": "other content"},
)
assert response.status_code == 403
def test_update_comment_authenticated_user_own_comment():
"""Authenticated users should be able to update comments not their own."""
user = factories.UserFactory()
document = factories.DocumentFactory(
link_reach="restricted",
users=[
(
user,
random.choice(
[models.LinkRoleChoices.COMMENTER, models.LinkRoleChoices.EDITOR]
),
)
],
)
thread = factories.ThreadFactory(document=document)
comment = factories.CommentFactory(thread=thread, body="test", user=user)
client = APIClient()
client.force_login(user)
response = client.put(
f"/api/v1.0/documents/{document.id!s}/threads/{thread.id!s}/comments/{comment.id!s}/",
{"body": "other content"},
)
assert response.status_code == 200
comment.refresh_from_db()
assert comment.body == "other content"
def test_update_comment_authenticated_user_not_enough_access():
"""
Authenticated users should not be allowed to update comments on a document they don't
have comment access to.
"""
user = factories.UserFactory()
document = factories.DocumentFactory(
link_reach="restricted", users=[(user, models.LinkRoleChoices.READER)]
)
thread = factories.ThreadFactory(document=document)
comment = factories.CommentFactory(thread=thread, body="test")
client = APIClient()
client.force_login(user)
response = client.put(
f"/api/v1.0/documents/{document.id!s}/threads/{thread.id!s}/comments/{comment.id!s}/",
{"body": "other content"},
)
assert response.status_code == 403
def test_update_comment_authenticated_no_access():
"""
Authenticated users should not be allowed to update comments on a document they don't
have access to.
"""
user = factories.UserFactory()
document = factories.DocumentFactory(link_reach="restricted")
thread = factories.ThreadFactory(document=document)
comment = factories.CommentFactory(thread=thread, body="test")
client = APIClient()
client.force_login(user)
response = client.put(
f"/api/v1.0/documents/{document.id!s}/threads/{thread.id!s}/comments/{comment.id!s}/",
{"body": "other content"},
)
assert response.status_code == 403
@pytest.mark.parametrize("role", [models.RoleChoices.ADMIN, models.RoleChoices.OWNER])
def test_update_comment_authenticated_admin_or_owner_can_update_any_comment(role):
"""
Authenticated users should be able to update comments on a document they don't have access to.
"""
user = factories.UserFactory()
document = factories.DocumentFactory(users=[(user, role)])
thread = factories.ThreadFactory(document=document)
comment = factories.CommentFactory(thread=thread, body="test")
client = APIClient()
client.force_login(user)
response = client.put(
f"/api/v1.0/documents/{document.id!s}/threads/{thread.id!s}/comments/{comment.id!s}/",
{"body": "other content"},
)
assert response.status_code == 200
comment.refresh_from_db()
assert comment.body == "other content"
@pytest.mark.parametrize("role", [models.RoleChoices.ADMIN, models.RoleChoices.OWNER])
def test_update_comment_authenticated_admin_or_owner_can_update_own_comment(role):
"""
Authenticated users should be able to update comments on a document they don't have access to.
"""
user = factories.UserFactory()
document = factories.DocumentFactory(users=[(user, role)])
thread = factories.ThreadFactory(document=document)
comment = factories.CommentFactory(thread=thread, body="test", user=user)
client = APIClient()
client.force_login(user)
response = client.put(
f"/api/v1.0/documents/{document.id!s}/threads/{thread.id!s}/comments/{comment.id!s}/",
{"body": "other content"},
)
assert response.status_code == 200
comment.refresh_from_db()
assert comment.body == "other content"
# Delete comment
def test_delete_comment_anonymous_user_public_document():
"""Anonymous users should not be allowed to delete comments on a public document."""
document = factories.DocumentFactory(
link_reach="public", link_role=models.LinkRoleChoices.COMMENTER
)
thread = factories.ThreadFactory(document=document)
comment = factories.CommentFactory(thread=thread)
client = APIClient()
response = client.delete(
f"/api/v1.0/documents/{document.id!s}/threads/{thread.id!s}/comments/{comment.id!s}/"
)
assert response.status_code == 401
def test_delete_comment_anonymous_user_non_accessible_document():
"""Anonymous users should not be allowed to delete comments on a non-accessible document."""
document = factories.DocumentFactory(
link_reach="public", link_role=models.LinkRoleChoices.READER
)
thread = factories.ThreadFactory(document=document)
comment = factories.CommentFactory(thread=thread)
client = APIClient()
response = client.delete(
f"/api/v1.0/documents/{document.id!s}/threads/{thread.id!s}/comments/{comment.id!s}/"
)
assert response.status_code == 401
def test_delete_comment_authenticated_user_accessible_document_own_comment():
"""Authenticated users should be able to delete comments on an accessible document."""
user = factories.UserFactory()
document = factories.DocumentFactory(
link_reach="restricted", users=[(user, models.LinkRoleChoices.COMMENTER)]
)
thread = factories.ThreadFactory(document=document)
comment = factories.CommentFactory(thread=thread, user=user)
client = APIClient()
client.force_login(user)
response = client.delete(
f"/api/v1.0/documents/{document.id!s}/threads/{thread.id!s}/comments/{comment.id!s}/"
)
assert response.status_code == 204
def test_delete_comment_authenticated_user_accessible_document_not_own_comment():
"""Authenticated users should not be able to delete comments on an accessible document."""
user = factories.UserFactory()
document = factories.DocumentFactory(
link_reach="restricted", users=[(user, models.LinkRoleChoices.COMMENTER)]
)
thread = factories.ThreadFactory(document=document)
comment = factories.CommentFactory(thread=thread)
client = APIClient()
client.force_login(user)
response = client.delete(
f"/api/v1.0/documents/{document.id!s}/threads/{thread.id!s}/comments/{comment.id!s}/"
)
assert response.status_code == 403
@pytest.mark.parametrize("role", [models.RoleChoices.ADMIN, models.RoleChoices.OWNER])
def test_delete_comment_authenticated_user_admin_or_owner_can_delete_any_comment(role):
"""Authenticated users should be able to delete comments on a document they have access to."""
user = factories.UserFactory()
document = factories.DocumentFactory(users=[(user, role)])
thread = factories.ThreadFactory(document=document)
comment = factories.CommentFactory(thread=thread)
client = APIClient()
client.force_login(user)
response = client.delete(
f"/api/v1.0/documents/{document.id!s}/threads/{thread.id!s}/comments/{comment.id!s}/"
)
assert response.status_code == 204
@pytest.mark.parametrize("role", [models.RoleChoices.ADMIN, models.RoleChoices.OWNER])
def test_delete_comment_authenticated_user_admin_or_owner_can_delete_own_comment(role):
"""Authenticated users should be able to delete comments on a document they have access to."""
user = factories.UserFactory()
document = factories.DocumentFactory(users=[(user, role)])
thread = factories.ThreadFactory(document=document)
comment = factories.CommentFactory(thread=thread, user=user)
client = APIClient()
client.force_login(user)
response = client.delete(
f"/api/v1.0/documents/{document.id!s}/threads/{thread.id!s}/comments/{comment.id!s}/"
)
assert response.status_code == 204
def test_delete_comment_authenticated_user_not_enough_access():
"""
Authenticated users should not be able to delete comments on a document they don't
have access to.
"""
user = factories.UserFactory()
document = factories.DocumentFactory(
link_reach="restricted", users=[(user, models.LinkRoleChoices.READER)]
)
thread = factories.ThreadFactory(document=document)
comment = factories.CommentFactory(thread=thread)
client = APIClient()
client.force_login(user)
response = client.delete(
f"/api/v1.0/documents/{document.id!s}/threads/{thread.id!s}/comments/{comment.id!s}/"
)
assert response.status_code == 403
# Create reaction
@pytest.mark.parametrize("link_role", models.LinkRoleChoices.values)
def test_create_reaction_anonymous_user_public_document(link_role):
"""No matter the link_role, an anonymous user can not react to a comment."""
document = factories.DocumentFactory(link_reach="public", link_role=link_role)
thread = factories.ThreadFactory(document=document)
comment = factories.CommentFactory(thread=thread)
client = APIClient()
response = client.post(
f"/api/v1.0/documents/{document.id!s}/threads/{thread.id!s}/"
f"comments/{comment.id!s}/reactions/",
{"emoji": "test"},
)
assert response.status_code == 401
def test_create_reaction_authenticated_user_public_document():
"""
Authenticated users should not be able to reaction to a comment on a public document with
link_role reader.
"""
user = factories.UserFactory()
document = factories.DocumentFactory(
link_reach="public", link_role=models.LinkRoleChoices.READER
)
thread = factories.ThreadFactory(document=document)
comment = factories.CommentFactory(thread=thread)
client = APIClient()
client.force_login(user)
response = client.post(
f"/api/v1.0/documents/{document.id!s}/threads/{thread.id!s}/"
f"comments/{comment.id!s}/reactions/",
{"emoji": "test"},
)
assert response.status_code == 403
def test_create_reaction_authenticated_user_accessible_public_document():
"""
Authenticated users should be able to react to a comment on a public document.
"""
user = factories.UserFactory()
document = factories.DocumentFactory(
link_reach="public", link_role=models.LinkRoleChoices.COMMENTER
)
thread = factories.ThreadFactory(document=document)
comment = factories.CommentFactory(thread=thread)
client = APIClient()
client.force_login(user)
response = client.post(
f"/api/v1.0/documents/{document.id!s}/threads/{thread.id!s}/"
f"comments/{comment.id!s}/reactions/",
{"emoji": "test"},
)
assert response.status_code == 201
assert models.Reaction.objects.filter(
comment=comment, emoji="test", users__in=[user]
).exists()
def test_create_reaction_authenticated_user_connected_document_link_role_reader():
"""
Authenticated users should not be able to react to a comment on a connected document
with link_role reader.
"""
user = factories.UserFactory()
document = factories.DocumentFactory(
link_reach="authenticated", link_role=models.LinkRoleChoices.READER
)
thread = factories.ThreadFactory(document=document)
comment = factories.CommentFactory(thread=thread)
client = APIClient()
client.force_login(user)
response = client.post(
f"/api/v1.0/documents/{document.id!s}/threads/{thread.id!s}/"
f"comments/{comment.id!s}/reactions/",
{"emoji": "test"},
)
assert response.status_code == 403
@pytest.mark.parametrize(
"link_role",
[
role
for role in models.LinkRoleChoices.values
if role != models.LinkRoleChoices.READER
],
)
def test_create_reaction_authenticated_user_connected_document(link_role):
"""
Authenticated users should be able to react to a comment on a connected document.
"""
user = factories.UserFactory()
document = factories.DocumentFactory(
link_reach="authenticated", link_role=link_role
)
thread = factories.ThreadFactory(document=document)
comment = factories.CommentFactory(thread=thread)
client = APIClient()
client.force_login(user)
response = client.post(
f"/api/v1.0/documents/{document.id!s}/threads/{thread.id!s}/"
f"comments/{comment.id!s}/reactions/",
{"emoji": "test"},
)
assert response.status_code == 201
assert models.Reaction.objects.filter(
comment=comment, emoji="test", users__in=[user]
).exists()
def test_create_reaction_authenticated_user_restricted_accessible_document():
"""
Authenticated users should not be able to react to a comment on a restricted accessible document
they don't have access to.
"""
user = factories.UserFactory()
document = factories.DocumentFactory(link_reach="restricted")
thread = factories.ThreadFactory(document=document)
comment = factories.CommentFactory(thread=thread)
client = APIClient()
client.force_login(user)
response = client.post(
f"/api/v1.0/documents/{document.id!s}/threads/{thread.id!s}/"
f"comments/{comment.id!s}/reactions/",
{"emoji": "test"},
)
assert response.status_code == 403
def test_create_reaction_authenticated_user_restricted_accessible_document_role_reader():
"""
Authenticated users should not be able to react to a comment on a restricted accessible
document with role reader.
"""
user = factories.UserFactory()
document = factories.DocumentFactory(
link_reach="restricted", link_role=models.LinkRoleChoices.READER
)
thread = factories.ThreadFactory(document=document)
comment = factories.CommentFactory(thread=thread)
client = APIClient()
client.force_login(user)
response = client.post(
f"/api/v1.0/documents/{document.id!s}/threads/{thread.id!s}/"
f"comments/{comment.id!s}/reactions/",
{"emoji": "test"},
)
assert response.status_code == 403
@pytest.mark.parametrize(
"role",
[role for role in models.RoleChoices.values if role != models.RoleChoices.READER],
)
def test_create_reaction_authenticated_user_restricted_accessible_document_role_commenter(
role,
):
"""
Authenticated users should be able to react to a comment on a restricted accessible document
with role commenter.
"""
user = factories.UserFactory()
document = factories.DocumentFactory(link_reach="restricted", users=[(user, role)])
thread = factories.ThreadFactory(document=document)
comment = factories.CommentFactory(thread=thread)
client = APIClient()
client.force_login(user)
response = client.post(
f"/api/v1.0/documents/{document.id!s}/threads/{thread.id!s}/"
f"comments/{comment.id!s}/reactions/",
{"emoji": "test"},
)
assert response.status_code == 201
assert models.Reaction.objects.filter(
comment=comment, emoji="test", users__in=[user]
).exists()
response = client.post(
f"/api/v1.0/documents/{document.id!s}/threads/{thread.id!s}/"
f"comments/{comment.id!s}/reactions/",
{"emoji": "test"},
)
assert response.status_code == 400
assert response.json() == {"user_already_reacted": True}
# Delete reaction
def test_delete_reaction_not_owned_by_the_current_user():
"""
Users should not be able to delete reactions not owned by the current user.
"""
user = factories.UserFactory()
document = factories.DocumentFactory(
link_reach="restricted", users=[(user, models.RoleChoices.ADMIN)]
)
thread = factories.ThreadFactory(document=document)
comment = factories.CommentFactory(thread=thread)
reaction = factories.ReactionFactory(comment=comment)
client = APIClient()
client.force_login(user)
response = client.delete(
f"/api/v1.0/documents/{document.id!s}/threads/{thread.id!s}/"
f"comments/{comment.id!s}/reactions/",
{"emoji": reaction.emoji},
)
assert response.status_code == 404
def test_delete_reaction_owned_by_the_current_user():
"""
Users should not be able to delete reactions not owned by the current user.
"""
user = factories.UserFactory()
document = factories.DocumentFactory(
link_reach="restricted", users=[(user, models.RoleChoices.ADMIN)]
)
thread = factories.ThreadFactory(document=document)
comment = factories.CommentFactory(thread=thread)
reaction = factories.ReactionFactory(comment=comment)
client = APIClient()
client.force_login(user)
response = client.delete(
f"/api/v1.0/documents/{document.id!s}/threads/{thread.id!s}/"
f"comments/{comment.id!s}/reactions/",
{"emoji": reaction.emoji},
)
assert response.status_code == 404
reaction.refresh_from_db()
assert reaction.users.exists()

View File

@@ -0,0 +1,176 @@
"""
Tests for Documents API endpoint in impress's core app: content
"""
import base64
from unittest.mock import patch
import pytest
import requests
from rest_framework import status
from rest_framework.test import APIClient
from core import factories
pytestmark = pytest.mark.django_db
@pytest.mark.parametrize(
"reach, role",
[
("public", "reader"),
("public", "editor"),
],
)
@patch("core.services.converter_services.YdocConverter.convert")
def test_api_documents_content_public(mock_content, reach, role):
"""Anonymous users should be allowed to access content of public documents."""
document = factories.DocumentFactory(link_reach=reach, link_role=role)
mock_content.return_value = {"some": "data"}
response = APIClient().get(f"/api/v1.0/documents/{document.id!s}/content/")
assert response.status_code == status.HTTP_200_OK
data = response.json()
assert data["id"] == str(document.id)
assert data["title"] == document.title
assert data["content"] == {"some": "data"}
mock_content.assert_called_once_with(
base64.b64decode(document.content),
"application/vnd.yjs.doc",
"application/json",
)
@pytest.mark.parametrize(
"reach, doc_role, user_role",
[
("restricted", "reader", "reader"),
("restricted", "reader", "editor"),
("restricted", "reader", "administrator"),
("restricted", "reader", "owner"),
("restricted", "editor", "reader"),
("restricted", "editor", "editor"),
("restricted", "editor", "administrator"),
("restricted", "editor", "owner"),
("authenticated", "reader", None),
("authenticated", "editor", None),
],
)
@patch("core.services.converter_services.YdocConverter.convert")
def test_api_documents_content_not_public(mock_content, reach, doc_role, user_role):
"""Authenticated users need access to get non-public document content."""
user = factories.UserFactory()
document = factories.DocumentFactory(link_reach=reach, link_role=doc_role)
mock_content.return_value = {"some": "data"}
# First anonymous request should fail
client = APIClient()
response = client.get(f"/api/v1.0/documents/{document.id!s}/content/")
assert response.status_code == status.HTTP_401_UNAUTHORIZED
mock_content.assert_not_called()
# Login and try again
client.force_login(user)
response = client.get(f"/api/v1.0/documents/{document.id!s}/content/")
# If restricted, we still should not have access
if user_role is not None:
assert response.status_code == status.HTTP_403_FORBIDDEN
mock_content.assert_not_called()
# Create an access as a reader. This should unlock the access.
factories.UserDocumentAccessFactory(
document=document, user=user, role=user_role
)
response = client.get(f"/api/v1.0/documents/{document.id!s}/content/")
assert response.status_code == status.HTTP_200_OK
data = response.json()
assert data["id"] == str(document.id)
assert data["title"] == document.title
assert data["content"] == {"some": "data"}
mock_content.assert_called_once_with(
base64.b64decode(document.content),
"application/vnd.yjs.doc",
"application/json",
)
@pytest.mark.parametrize(
"content_format, accept",
[
("markdown", "text/markdown"),
("html", "text/html"),
("json", "application/json"),
],
)
@patch("core.services.converter_services.YdocConverter.convert")
def test_api_documents_content_format(mock_content, content_format, accept):
"""Test that the content endpoint returns a specific format."""
document = factories.DocumentFactory(link_reach="public")
mock_content.return_value = {"some": "data"}
response = APIClient().get(
f"/api/v1.0/documents/{document.id!s}/content/?content_format={content_format}"
)
assert response.status_code == status.HTTP_200_OK
data = response.json()
assert data["id"] == str(document.id)
assert data["title"] == document.title
assert data["content"] == {"some": "data"}
mock_content.assert_called_once_with(
base64.b64decode(document.content), "application/vnd.yjs.doc", accept
)
@patch("core.services.converter_services.YdocConverter._request")
def test_api_documents_content_invalid_format(mock_request):
"""Test that the content endpoint rejects invalid formats."""
document = factories.DocumentFactory(link_reach="public")
response = APIClient().get(
f"/api/v1.0/documents/{document.id!s}/content/?content_format=invalid"
)
assert response.status_code == status.HTTP_400_BAD_REQUEST
mock_request.assert_not_called()
@patch("core.services.converter_services.YdocConverter._request")
def test_api_documents_content_yservice_error(mock_request):
"""Test that service errors are handled properly."""
document = factories.DocumentFactory(link_reach="public")
mock_request.side_effect = requests.RequestException()
response = APIClient().get(f"/api/v1.0/documents/{document.id!s}/content/")
mock_request.assert_called_once()
assert response.status_code == status.HTTP_500_INTERNAL_SERVER_ERROR
@patch("core.services.converter_services.YdocConverter._request")
def test_api_documents_content_nonexistent_document(mock_request):
"""Test that accessing a nonexistent document returns 404."""
client = APIClient()
response = client.get(
"/api/v1.0/documents/00000000-0000-0000-0000-000000000000/content/"
)
assert response.status_code == status.HTTP_404_NOT_FOUND
mock_request.assert_not_called()
@patch("core.services.converter_services.YdocConverter._request")
def test_api_documents_content_empty_document(mock_request):
"""Test that accessing an empty document returns empty content."""
document = factories.DocumentFactory(link_reach="public", content="")
response = APIClient().get(f"/api/v1.0/documents/{document.id!s}/content/")
assert response.status_code == status.HTTP_200_OK
data = response.json()
assert data["id"] == str(document.id)
assert data["title"] == document.title
assert data["content"] is None
mock_request.assert_not_called()

View File

@@ -2,6 +2,7 @@
import pytest import pytest
import responses import responses
from requests.exceptions import RequestException
from rest_framework.test import APIClient from rest_framework.test import APIClient
from core import factories from core import factories
@@ -149,3 +150,41 @@ def test_api_docs_cors_proxy_unsupported_media_type():
f"/api/v1.0/documents/{document.id!s}/cors-proxy/?url={url_to_fetch}" f"/api/v1.0/documents/{document.id!s}/cors-proxy/?url={url_to_fetch}"
) )
assert response.status_code == 415 assert response.status_code == 415
@pytest.mark.parametrize(
"url_to_fetch",
[
"ftp://external-url.com/assets/index.html",
"ftps://external-url.com/assets/index.html",
"invalid-url.com",
"ssh://external-url.com/assets/index.html",
],
)
def test_api_docs_cors_proxy_invalid_url(url_to_fetch):
"""Test the CORS proxy API for documents with an invalid URL."""
document = factories.DocumentFactory(link_reach="public")
client = APIClient()
response = client.get(
f"/api/v1.0/documents/{document.id!s}/cors-proxy/?url={url_to_fetch}"
)
assert response.status_code == 400
assert response.json() == ["Enter a valid URL."]
@responses.activate
def test_api_docs_cors_proxy_request_failed():
"""Test the CORS proxy API for documents with a request failed."""
document = factories.DocumentFactory(link_reach="public")
client = APIClient()
url_to_fetch = "https://external-url.com/assets/index.html"
responses.get(url_to_fetch, body=RequestException("Connection refused"))
response = client.get(
f"/api/v1.0/documents/{document.id!s}/cors-proxy/?url={url_to_fetch}"
)
assert response.status_code == 400
assert response.json() == {
"error": "Failed to fetch resource from https://external-url.com/assets/index.html"
}

View File

@@ -148,7 +148,7 @@ def test_api_documents_create_for_owner_invalid_sub():
data = { data = {
"title": "My Document", "title": "My Document",
"content": "Document content", "content": "Document content",
"sub": "123!!", "sub": "invalid süb",
"email": "john.doe@example.com", "email": "john.doe@example.com",
} }
@@ -163,10 +163,7 @@ def test_api_documents_create_for_owner_invalid_sub():
assert not Document.objects.exists() assert not Document.objects.exists()
assert response.json() == { assert response.json() == {
"sub": [ "sub": ["Enter a valid sub. This value should be ASCII only."]
"Enter a valid sub. This value may contain only letters, "
"numbers, and @/./+/-/_/: characters."
]
} }

View File

@@ -38,6 +38,7 @@ def test_api_documents_descendants_list_anonymous_public_standalone():
"computed_link_role": child1.computed_link_role, "computed_link_role": child1.computed_link_role,
"created_at": child1.created_at.isoformat().replace("+00:00", "Z"), "created_at": child1.created_at.isoformat().replace("+00:00", "Z"),
"creator": str(child1.creator.id), "creator": str(child1.creator.id),
"deleted_at": None,
"depth": 2, "depth": 2,
"excerpt": child1.excerpt, "excerpt": child1.excerpt,
"id": str(child1.id), "id": str(child1.id),
@@ -62,6 +63,7 @@ def test_api_documents_descendants_list_anonymous_public_standalone():
"computed_link_role": grand_child.computed_link_role, "computed_link_role": grand_child.computed_link_role,
"created_at": grand_child.created_at.isoformat().replace("+00:00", "Z"), "created_at": grand_child.created_at.isoformat().replace("+00:00", "Z"),
"creator": str(grand_child.creator.id), "creator": str(grand_child.creator.id),
"deleted_at": None,
"depth": 3, "depth": 3,
"excerpt": grand_child.excerpt, "excerpt": grand_child.excerpt,
"id": str(grand_child.id), "id": str(grand_child.id),
@@ -84,6 +86,7 @@ def test_api_documents_descendants_list_anonymous_public_standalone():
"computed_link_role": child2.computed_link_role, "computed_link_role": child2.computed_link_role,
"created_at": child2.created_at.isoformat().replace("+00:00", "Z"), "created_at": child2.created_at.isoformat().replace("+00:00", "Z"),
"creator": str(child2.creator.id), "creator": str(child2.creator.id),
"deleted_at": None,
"depth": 2, "depth": 2,
"excerpt": child2.excerpt, "excerpt": child2.excerpt,
"id": str(child2.id), "id": str(child2.id),
@@ -135,6 +138,7 @@ def test_api_documents_descendants_list_anonymous_public_parent():
"computed_link_role": child1.computed_link_role, "computed_link_role": child1.computed_link_role,
"created_at": child1.created_at.isoformat().replace("+00:00", "Z"), "created_at": child1.created_at.isoformat().replace("+00:00", "Z"),
"creator": str(child1.creator.id), "creator": str(child1.creator.id),
"deleted_at": None,
"depth": 4, "depth": 4,
"excerpt": child1.excerpt, "excerpt": child1.excerpt,
"id": str(child1.id), "id": str(child1.id),
@@ -157,6 +161,7 @@ def test_api_documents_descendants_list_anonymous_public_parent():
"computed_link_role": grand_child.computed_link_role, "computed_link_role": grand_child.computed_link_role,
"created_at": grand_child.created_at.isoformat().replace("+00:00", "Z"), "created_at": grand_child.created_at.isoformat().replace("+00:00", "Z"),
"creator": str(grand_child.creator.id), "creator": str(grand_child.creator.id),
"deleted_at": None,
"depth": 5, "depth": 5,
"excerpt": grand_child.excerpt, "excerpt": grand_child.excerpt,
"id": str(grand_child.id), "id": str(grand_child.id),
@@ -179,6 +184,7 @@ def test_api_documents_descendants_list_anonymous_public_parent():
"computed_link_role": child2.computed_link_role, "computed_link_role": child2.computed_link_role,
"created_at": child2.created_at.isoformat().replace("+00:00", "Z"), "created_at": child2.created_at.isoformat().replace("+00:00", "Z"),
"creator": str(child2.creator.id), "creator": str(child2.creator.id),
"deleted_at": None,
"depth": 4, "depth": 4,
"excerpt": child2.excerpt, "excerpt": child2.excerpt,
"id": str(child2.id), "id": str(child2.id),
@@ -251,6 +257,7 @@ def test_api_documents_descendants_list_authenticated_unrelated_public_or_authen
"computed_link_role": child1.computed_link_role, "computed_link_role": child1.computed_link_role,
"created_at": child1.created_at.isoformat().replace("+00:00", "Z"), "created_at": child1.created_at.isoformat().replace("+00:00", "Z"),
"creator": str(child1.creator.id), "creator": str(child1.creator.id),
"deleted_at": None,
"depth": 2, "depth": 2,
"excerpt": child1.excerpt, "excerpt": child1.excerpt,
"id": str(child1.id), "id": str(child1.id),
@@ -273,6 +280,7 @@ def test_api_documents_descendants_list_authenticated_unrelated_public_or_authen
"computed_link_role": grand_child.computed_link_role, "computed_link_role": grand_child.computed_link_role,
"created_at": grand_child.created_at.isoformat().replace("+00:00", "Z"), "created_at": grand_child.created_at.isoformat().replace("+00:00", "Z"),
"creator": str(grand_child.creator.id), "creator": str(grand_child.creator.id),
"deleted_at": None,
"depth": 3, "depth": 3,
"excerpt": grand_child.excerpt, "excerpt": grand_child.excerpt,
"id": str(grand_child.id), "id": str(grand_child.id),
@@ -295,6 +303,7 @@ def test_api_documents_descendants_list_authenticated_unrelated_public_or_authen
"computed_link_role": child2.computed_link_role, "computed_link_role": child2.computed_link_role,
"created_at": child2.created_at.isoformat().replace("+00:00", "Z"), "created_at": child2.created_at.isoformat().replace("+00:00", "Z"),
"creator": str(child2.creator.id), "creator": str(child2.creator.id),
"deleted_at": None,
"depth": 2, "depth": 2,
"excerpt": child2.excerpt, "excerpt": child2.excerpt,
"id": str(child2.id), "id": str(child2.id),
@@ -352,6 +361,7 @@ def test_api_documents_descendants_list_authenticated_public_or_authenticated_pa
"computed_link_role": child1.computed_link_role, "computed_link_role": child1.computed_link_role,
"created_at": child1.created_at.isoformat().replace("+00:00", "Z"), "created_at": child1.created_at.isoformat().replace("+00:00", "Z"),
"creator": str(child1.creator.id), "creator": str(child1.creator.id),
"deleted_at": None,
"depth": 4, "depth": 4,
"excerpt": child1.excerpt, "excerpt": child1.excerpt,
"id": str(child1.id), "id": str(child1.id),
@@ -374,6 +384,7 @@ def test_api_documents_descendants_list_authenticated_public_or_authenticated_pa
"computed_link_role": grand_child.computed_link_role, "computed_link_role": grand_child.computed_link_role,
"created_at": grand_child.created_at.isoformat().replace("+00:00", "Z"), "created_at": grand_child.created_at.isoformat().replace("+00:00", "Z"),
"creator": str(grand_child.creator.id), "creator": str(grand_child.creator.id),
"deleted_at": None,
"depth": 5, "depth": 5,
"excerpt": grand_child.excerpt, "excerpt": grand_child.excerpt,
"id": str(grand_child.id), "id": str(grand_child.id),
@@ -396,6 +407,7 @@ def test_api_documents_descendants_list_authenticated_public_or_authenticated_pa
"computed_link_role": child2.computed_link_role, "computed_link_role": child2.computed_link_role,
"created_at": child2.created_at.isoformat().replace("+00:00", "Z"), "created_at": child2.created_at.isoformat().replace("+00:00", "Z"),
"creator": str(child2.creator.id), "creator": str(child2.creator.id),
"deleted_at": None,
"depth": 4, "depth": 4,
"excerpt": child2.excerpt, "excerpt": child2.excerpt,
"id": str(child2.id), "id": str(child2.id),
@@ -474,6 +486,7 @@ def test_api_documents_descendants_list_authenticated_related_direct():
"computed_link_role": child1.computed_link_role, "computed_link_role": child1.computed_link_role,
"created_at": child1.created_at.isoformat().replace("+00:00", "Z"), "created_at": child1.created_at.isoformat().replace("+00:00", "Z"),
"creator": str(child1.creator.id), "creator": str(child1.creator.id),
"deleted_at": None,
"depth": 2, "depth": 2,
"excerpt": child1.excerpt, "excerpt": child1.excerpt,
"id": str(child1.id), "id": str(child1.id),
@@ -496,6 +509,7 @@ def test_api_documents_descendants_list_authenticated_related_direct():
"computed_link_role": grand_child.computed_link_role, "computed_link_role": grand_child.computed_link_role,
"created_at": grand_child.created_at.isoformat().replace("+00:00", "Z"), "created_at": grand_child.created_at.isoformat().replace("+00:00", "Z"),
"creator": str(grand_child.creator.id), "creator": str(grand_child.creator.id),
"deleted_at": None,
"depth": 3, "depth": 3,
"excerpt": grand_child.excerpt, "excerpt": grand_child.excerpt,
"id": str(grand_child.id), "id": str(grand_child.id),
@@ -518,6 +532,7 @@ def test_api_documents_descendants_list_authenticated_related_direct():
"computed_link_role": child2.computed_link_role, "computed_link_role": child2.computed_link_role,
"created_at": child2.created_at.isoformat().replace("+00:00", "Z"), "created_at": child2.created_at.isoformat().replace("+00:00", "Z"),
"creator": str(child2.creator.id), "creator": str(child2.creator.id),
"deleted_at": None,
"depth": 2, "depth": 2,
"excerpt": child2.excerpt, "excerpt": child2.excerpt,
"id": str(child2.id), "id": str(child2.id),
@@ -576,6 +591,7 @@ def test_api_documents_descendants_list_authenticated_related_parent():
"computed_link_role": child1.computed_link_role, "computed_link_role": child1.computed_link_role,
"created_at": child1.created_at.isoformat().replace("+00:00", "Z"), "created_at": child1.created_at.isoformat().replace("+00:00", "Z"),
"creator": str(child1.creator.id), "creator": str(child1.creator.id),
"deleted_at": None,
"depth": 4, "depth": 4,
"excerpt": child1.excerpt, "excerpt": child1.excerpt,
"id": str(child1.id), "id": str(child1.id),
@@ -598,6 +614,7 @@ def test_api_documents_descendants_list_authenticated_related_parent():
"computed_link_role": grand_child.computed_link_role, "computed_link_role": grand_child.computed_link_role,
"created_at": grand_child.created_at.isoformat().replace("+00:00", "Z"), "created_at": grand_child.created_at.isoformat().replace("+00:00", "Z"),
"creator": str(grand_child.creator.id), "creator": str(grand_child.creator.id),
"deleted_at": None,
"depth": 5, "depth": 5,
"excerpt": grand_child.excerpt, "excerpt": grand_child.excerpt,
"id": str(grand_child.id), "id": str(grand_child.id),
@@ -620,6 +637,7 @@ def test_api_documents_descendants_list_authenticated_related_parent():
"computed_link_role": child2.computed_link_role, "computed_link_role": child2.computed_link_role,
"created_at": child2.created_at.isoformat().replace("+00:00", "Z"), "created_at": child2.created_at.isoformat().replace("+00:00", "Z"),
"creator": str(child2.creator.id), "creator": str(child2.creator.id),
"deleted_at": None,
"depth": 4, "depth": 4,
"excerpt": child2.excerpt, "excerpt": child2.excerpt,
"id": str(child2.id), "id": str(child2.id),
@@ -724,6 +742,7 @@ def test_api_documents_descendants_list_authenticated_related_team_members(
"computed_link_role": child1.computed_link_role, "computed_link_role": child1.computed_link_role,
"created_at": child1.created_at.isoformat().replace("+00:00", "Z"), "created_at": child1.created_at.isoformat().replace("+00:00", "Z"),
"creator": str(child1.creator.id), "creator": str(child1.creator.id),
"deleted_at": None,
"depth": 2, "depth": 2,
"excerpt": child1.excerpt, "excerpt": child1.excerpt,
"id": str(child1.id), "id": str(child1.id),
@@ -746,6 +765,7 @@ def test_api_documents_descendants_list_authenticated_related_team_members(
"computed_link_role": grand_child.computed_link_role, "computed_link_role": grand_child.computed_link_role,
"created_at": grand_child.created_at.isoformat().replace("+00:00", "Z"), "created_at": grand_child.created_at.isoformat().replace("+00:00", "Z"),
"creator": str(grand_child.creator.id), "creator": str(grand_child.creator.id),
"deleted_at": None,
"depth": 3, "depth": 3,
"excerpt": grand_child.excerpt, "excerpt": grand_child.excerpt,
"id": str(grand_child.id), "id": str(grand_child.id),
@@ -768,6 +788,7 @@ def test_api_documents_descendants_list_authenticated_related_team_members(
"computed_link_role": child2.computed_link_role, "computed_link_role": child2.computed_link_role,
"created_at": child2.created_at.isoformat().replace("+00:00", "Z"), "created_at": child2.created_at.isoformat().replace("+00:00", "Z"),
"creator": str(child2.creator.id), "creator": str(child2.creator.id),
"deleted_at": None,
"depth": 2, "depth": 2,
"excerpt": child2.excerpt, "excerpt": child2.excerpt,
"id": str(child2.id), "id": str(child2.id),

View File

@@ -293,3 +293,28 @@ def test_api_documents_duplicate_non_root_document(role):
assert duplicated_accesses.count() == 0 assert duplicated_accesses.count() == 0
assert duplicated_document.is_sibling_of(child) assert duplicated_document.is_sibling_of(child)
assert duplicated_document.is_child_of(document) assert duplicated_document.is_child_of(document)
def test_api_documents_duplicate_reader_non_root_document():
"""
Reader users should be able to duplicate non-root documents but will be
created as a root document.
"""
user = factories.UserFactory()
client = APIClient()
client.force_login(user)
document = factories.DocumentFactory(users=[(user, "reader")])
child = factories.DocumentFactory(parent=document)
assert child.get_role(user) == "reader"
response = client.post(
f"/api/v1.0/documents/{child.id!s}/duplicate/", format="json"
)
assert response.status_code == 201
duplicated_document = models.Document.objects.get(id=response.json()["id"])
assert duplicated_document.is_root()
assert duplicated_document.accesses.count() == 1
assert duplicated_document.accesses.get(user=user).role == "owner"

View File

@@ -65,6 +65,7 @@ def test_api_document_favorite_list_authenticated_with_favorite():
"computed_link_role": document.computed_link_role, "computed_link_role": document.computed_link_role,
"created_at": document.created_at.isoformat().replace("+00:00", "Z"), "created_at": document.created_at.isoformat().replace("+00:00", "Z"),
"creator": str(document.creator.id), "creator": str(document.creator.id),
"deleted_at": None,
"content": document.content, "content": document.content,
"depth": document.depth, "depth": document.depth,
"excerpt": document.excerpt, "excerpt": document.excerpt,

View File

@@ -133,7 +133,10 @@ def test_api_documents_link_configuration_update_authenticated_related_success(
client = APIClient() client = APIClient()
client.force_login(user) client.force_login(user)
document = factories.DocumentFactory() document = factories.DocumentFactory(
link_reach=models.LinkReachChoices.AUTHENTICATED,
link_role=models.LinkRoleChoices.READER,
)
if via == USER: if via == USER:
factories.UserDocumentAccessFactory(document=document, user=user, role=role) factories.UserDocumentAccessFactory(document=document, user=user, role=role)
elif via == TEAM: elif via == TEAM:
@@ -143,7 +146,10 @@ def test_api_documents_link_configuration_update_authenticated_related_success(
) )
new_document_values = serializers.LinkDocumentSerializer( new_document_values = serializers.LinkDocumentSerializer(
instance=factories.DocumentFactory() instance=factories.DocumentFactory(
link_reach=models.LinkReachChoices.PUBLIC,
link_role=models.LinkRoleChoices.EDITOR,
)
).data ).data
with mock_reset_connections(document.id): with mock_reset_connections(document.id):
@@ -158,3 +164,240 @@ def test_api_documents_link_configuration_update_authenticated_related_success(
document_values = serializers.LinkDocumentSerializer(instance=document).data document_values = serializers.LinkDocumentSerializer(instance=document).data
for key, value in document_values.items(): for key, value in document_values.items():
assert value == new_document_values[key] assert value == new_document_values[key]
def test_api_documents_link_configuration_update_role_restricted_forbidden():
"""
Test that trying to set link_role on a document with restricted link_reach
returns a validation error.
"""
user = factories.UserFactory()
client = APIClient()
client.force_login(user)
document = factories.DocumentFactory(
link_reach=models.LinkReachChoices.RESTRICTED,
link_role=models.LinkRoleChoices.READER,
)
factories.UserDocumentAccessFactory(
document=document, user=user, role=models.RoleChoices.OWNER
)
# Try to set a meaningful role on a restricted document
new_data = {
"link_reach": models.LinkReachChoices.RESTRICTED,
"link_role": models.LinkRoleChoices.EDITOR,
}
response = client.put(
f"/api/v1.0/documents/{document.id!s}/link-configuration/",
new_data,
format="json",
)
assert response.status_code == 400
assert "link_role" in response.json()
assert (
"Cannot set link_role when link_reach is 'restricted'"
in response.json()["link_role"][0]
)
def test_api_documents_link_configuration_update_link_reach_required():
"""
Test that link_reach is required when updating link configuration.
"""
user = factories.UserFactory()
client = APIClient()
client.force_login(user)
document = factories.DocumentFactory(
link_reach=models.LinkReachChoices.PUBLIC,
link_role=models.LinkRoleChoices.READER,
)
factories.UserDocumentAccessFactory(
document=document, user=user, role=models.RoleChoices.OWNER
)
# Try to update without providing link_reach
new_data = {"link_role": models.LinkRoleChoices.EDITOR}
response = client.put(
f"/api/v1.0/documents/{document.id!s}/link-configuration/",
new_data,
format="json",
)
assert response.status_code == 400
assert "link_reach" in response.json()
assert "This field is required" in response.json()["link_reach"][0]
def test_api_documents_link_configuration_update_restricted_without_role_success(
mock_reset_connections, # pylint: disable=redefined-outer-name
):
"""
Test that setting link_reach to restricted without specifying link_role succeeds.
"""
user = factories.UserFactory()
client = APIClient()
client.force_login(user)
document = factories.DocumentFactory(
link_reach=models.LinkReachChoices.PUBLIC,
link_role=models.LinkRoleChoices.READER,
)
factories.UserDocumentAccessFactory(
document=document, user=user, role=models.RoleChoices.OWNER
)
# Only specify link_reach, not link_role
new_data = {
"link_reach": models.LinkReachChoices.RESTRICTED,
}
with mock_reset_connections(document.id):
response = client.put(
f"/api/v1.0/documents/{document.id!s}/link-configuration/",
new_data,
format="json",
)
assert response.status_code == 200
document.refresh_from_db()
assert document.link_reach == models.LinkReachChoices.RESTRICTED
@pytest.mark.parametrize(
"reach", [models.LinkReachChoices.PUBLIC, models.LinkReachChoices.AUTHENTICATED]
)
@pytest.mark.parametrize("role", models.LinkRoleChoices.values)
def test_api_documents_link_configuration_update_non_restricted_with_valid_role_success(
reach,
role,
mock_reset_connections, # pylint: disable=redefined-outer-name
):
"""
Test that setting non-restricted link_reach with valid link_role succeeds.
"""
user = factories.UserFactory()
client = APIClient()
client.force_login(user)
document = factories.DocumentFactory(
link_reach=models.LinkReachChoices.RESTRICTED,
link_role=models.LinkRoleChoices.READER,
)
factories.UserDocumentAccessFactory(
document=document, user=user, role=models.RoleChoices.OWNER
)
new_data = {
"link_reach": reach,
"link_role": role,
}
with mock_reset_connections(document.id):
response = client.put(
f"/api/v1.0/documents/{document.id!s}/link-configuration/",
new_data,
format="json",
)
assert response.status_code == 200
document.refresh_from_db()
assert document.link_reach == reach
assert document.link_role == role
def test_api_documents_link_configuration_update_with_ancestor_constraints():
"""
Test that link configuration respects ancestor constraints using get_select_options.
This test may need adjustment based on the actual get_select_options implementation.
"""
user = factories.UserFactory()
client = APIClient()
client.force_login(user)
parent_document = factories.DocumentFactory(
link_reach=models.LinkReachChoices.PUBLIC,
link_role=models.LinkRoleChoices.READER,
)
child_document = factories.DocumentFactory(
parent=parent_document,
link_reach=models.LinkReachChoices.PUBLIC,
link_role=models.LinkRoleChoices.READER,
)
factories.UserDocumentAccessFactory(
document=child_document, user=user, role=models.RoleChoices.OWNER
)
# Try to set child to PUBLIC when parent is RESTRICTED
new_data = {
"link_reach": models.LinkReachChoices.RESTRICTED,
"link_role": models.LinkRoleChoices.READER,
}
response = client.put(
f"/api/v1.0/documents/{child_document.id!s}/link-configuration/",
new_data,
format="json",
)
assert response.status_code == 400
assert "link_reach" in response.json()
assert (
"Link reach 'restricted' is not allowed based on parent"
in response.json()["link_reach"][0]
)
def test_api_documents_link_configuration_update_invalid_role_for_reach_validation():
"""
Test the specific validation logic that checks if link_role is allowed for link_reach.
This tests the code section that validates allowed_roles from get_select_options.
"""
user = factories.UserFactory()
client = APIClient()
client.force_login(user)
parent_document = factories.DocumentFactory(
link_reach=models.LinkReachChoices.AUTHENTICATED,
link_role=models.LinkRoleChoices.EDITOR,
)
child_document = factories.DocumentFactory(
parent=parent_document,
link_reach=models.LinkReachChoices.RESTRICTED,
link_role=models.LinkRoleChoices.READER,
)
factories.UserDocumentAccessFactory(
document=child_document, user=user, role=models.RoleChoices.OWNER
)
new_data = {
"link_reach": models.LinkReachChoices.AUTHENTICATED,
"link_role": models.LinkRoleChoices.READER, # This should be rejected
}
response = client.put(
f"/api/v1.0/documents/{child_document.id!s}/link-configuration/",
new_data,
format="json",
)
assert response.status_code == 400
assert "link_role" in response.json()
error_message = response.json()["link_role"][0]
assert (
"Link role 'reader' is not allowed for link reach 'authenticated'"
in error_message
)
assert "Allowed roles: editor" in error_message

View File

@@ -69,6 +69,7 @@ def test_api_documents_list_format():
"computed_link_role": document.computed_link_role, "computed_link_role": document.computed_link_role,
"created_at": document.created_at.isoformat().replace("+00:00", "Z"), "created_at": document.created_at.isoformat().replace("+00:00", "Z"),
"creator": str(document.creator.id), "creator": str(document.creator.id),
"deleted_at": None,
"depth": 1, "depth": 1,
"excerpt": document.excerpt, "excerpt": document.excerpt,
"is_favorite": True, "is_favorite": True,
@@ -427,3 +428,20 @@ def test_api_documents_list_favorites_no_extra_queries(django_assert_num_queries
assert result["is_favorite"] is True assert result["is_favorite"] is True
else: else:
assert result["is_favorite"] is False assert result["is_favorite"] is False
def test_api_documents_list_throttling(settings):
"""Test api documents throttling."""
current_rate = settings.REST_FRAMEWORK["DEFAULT_THROTTLE_RATES"]["document"]
settings.REST_FRAMEWORK["DEFAULT_THROTTLE_RATES"]["document"] = "2/minute"
client = APIClient()
for _i in range(2):
response = client.get("/api/v1.0/documents/")
assert response.status_code == 200
with mock.patch("core.api.throttling.capture_message") as mock_capture_message:
response = client.get("/api/v1.0/documents/")
assert response.status_code == 429
mock_capture_message.assert_called_once_with(
"Rate limit exceeded for scope document", "warning"
)
settings.REST_FRAMEWORK["DEFAULT_THROTTLE_RATES"]["document"] = current_rate

View File

@@ -36,7 +36,9 @@ def test_api_documents_retrieve_anonymous_public_standalone():
"children_create": False, "children_create": False,
"children_list": True, "children_list": True,
"collaboration_auth": True, "collaboration_auth": True,
"comment": document.link_role in ["commenter", "editor"],
"cors_proxy": True, "cors_proxy": True,
"content": True,
"descendants": True, "descendants": True,
"destroy": False, "destroy": False,
"duplicate": False, "duplicate": False,
@@ -45,8 +47,8 @@ def test_api_documents_retrieve_anonymous_public_standalone():
"invite_owner": False, "invite_owner": False,
"link_configuration": False, "link_configuration": False,
"link_select_options": { "link_select_options": {
"authenticated": ["reader", "editor"], "authenticated": ["reader", "commenter", "editor"],
"public": ["reader", "editor"], "public": ["reader", "commenter", "editor"],
"restricted": None, "restricted": None,
}, },
"mask": False, "mask": False,
@@ -69,6 +71,7 @@ def test_api_documents_retrieve_anonymous_public_standalone():
"content": document.content, "content": document.content,
"created_at": document.created_at.isoformat().replace("+00:00", "Z"), "created_at": document.created_at.isoformat().replace("+00:00", "Z"),
"creator": str(document.creator.id), "creator": str(document.creator.id),
"deleted_at": None,
"depth": 1, "depth": 1,
"excerpt": document.excerpt, "excerpt": document.excerpt,
"is_favorite": False, "is_favorite": False,
@@ -111,8 +114,10 @@ def test_api_documents_retrieve_anonymous_public_parent():
"children_create": False, "children_create": False,
"children_list": True, "children_list": True,
"collaboration_auth": True, "collaboration_auth": True,
"comment": grand_parent.link_role in ["commenter", "editor"],
"descendants": True, "descendants": True,
"cors_proxy": True, "cors_proxy": True,
"content": True,
"destroy": False, "destroy": False,
"duplicate": False, "duplicate": False,
# Anonymous user can't favorite a document even with read access # Anonymous user can't favorite a document even with read access
@@ -142,6 +147,7 @@ def test_api_documents_retrieve_anonymous_public_parent():
"content": document.content, "content": document.content,
"created_at": document.created_at.isoformat().replace("+00:00", "Z"), "created_at": document.created_at.isoformat().replace("+00:00", "Z"),
"creator": str(document.creator.id), "creator": str(document.creator.id),
"deleted_at": None,
"depth": 3, "depth": 3,
"excerpt": document.excerpt, "excerpt": document.excerpt,
"is_favorite": False, "is_favorite": False,
@@ -216,16 +222,18 @@ def test_api_documents_retrieve_authenticated_unrelated_public_or_authenticated(
"children_create": document.link_role == "editor", "children_create": document.link_role == "editor",
"children_list": True, "children_list": True,
"collaboration_auth": True, "collaboration_auth": True,
"comment": document.link_role in ["commenter", "editor"],
"descendants": True, "descendants": True,
"cors_proxy": True, "cors_proxy": True,
"content": True,
"destroy": False, "destroy": False,
"duplicate": True, "duplicate": True,
"favorite": True, "favorite": True,
"invite_owner": False, "invite_owner": False,
"link_configuration": False, "link_configuration": False,
"link_select_options": { "link_select_options": {
"authenticated": ["reader", "editor"], "authenticated": ["reader", "commenter", "editor"],
"public": ["reader", "editor"], "public": ["reader", "commenter", "editor"],
"restricted": None, "restricted": None,
}, },
"mask": True, "mask": True,
@@ -249,6 +257,7 @@ def test_api_documents_retrieve_authenticated_unrelated_public_or_authenticated(
"created_at": document.created_at.isoformat().replace("+00:00", "Z"), "created_at": document.created_at.isoformat().replace("+00:00", "Z"),
"creator": str(document.creator.id), "creator": str(document.creator.id),
"depth": 1, "depth": 1,
"deleted_at": None,
"excerpt": document.excerpt, "excerpt": document.excerpt,
"is_favorite": False, "is_favorite": False,
"link_reach": reach, "link_reach": reach,
@@ -298,8 +307,10 @@ def test_api_documents_retrieve_authenticated_public_or_authenticated_parent(rea
"children_create": grand_parent.link_role == "editor", "children_create": grand_parent.link_role == "editor",
"children_list": True, "children_list": True,
"collaboration_auth": True, "collaboration_auth": True,
"comment": grand_parent.link_role in ["commenter", "editor"],
"descendants": True, "descendants": True,
"cors_proxy": True, "cors_proxy": True,
"content": True,
"destroy": False, "destroy": False,
"duplicate": True, "duplicate": True,
"favorite": True, "favorite": True,
@@ -329,6 +340,7 @@ def test_api_documents_retrieve_authenticated_public_or_authenticated_parent(rea
"created_at": document.created_at.isoformat().replace("+00:00", "Z"), "created_at": document.created_at.isoformat().replace("+00:00", "Z"),
"creator": str(document.creator.id), "creator": str(document.creator.id),
"depth": 3, "depth": 3,
"deleted_at": None,
"excerpt": document.excerpt, "excerpt": document.excerpt,
"is_favorite": False, "is_favorite": False,
"link_reach": document.link_reach, "link_reach": document.link_reach,
@@ -442,6 +454,7 @@ def test_api_documents_retrieve_authenticated_related_direct():
"content": document.content, "content": document.content,
"creator": str(document.creator.id), "creator": str(document.creator.id),
"created_at": document.created_at.isoformat().replace("+00:00", "Z"), "created_at": document.created_at.isoformat().replace("+00:00", "Z"),
"deleted_at": None,
"depth": 1, "depth": 1,
"excerpt": document.excerpt, "excerpt": document.excerpt,
"is_favorite": False, "is_favorite": False,
@@ -485,16 +498,18 @@ def test_api_documents_retrieve_authenticated_related_parent():
"abilities": { "abilities": {
"accesses_manage": access.role in ["administrator", "owner"], "accesses_manage": access.role in ["administrator", "owner"],
"accesses_view": True, "accesses_view": True,
"ai_transform": access.role != "reader", "ai_transform": access.role not in ["reader", "commenter"],
"ai_translate": access.role != "reader", "ai_translate": access.role not in ["reader", "commenter"],
"attachment_upload": access.role != "reader", "attachment_upload": access.role not in ["reader", "commenter"],
"can_edit": access.role != "reader", "can_edit": access.role not in ["reader", "commenter"],
"children_create": access.role != "reader", "children_create": access.role not in ["reader", "commenter"],
"children_list": True, "children_list": True,
"collaboration_auth": True, "collaboration_auth": True,
"comment": access.role != "reader",
"descendants": True, "descendants": True,
"cors_proxy": True, "cors_proxy": True,
"destroy": access.role == "owner", "content": True,
"destroy": access.role in ["administrator", "owner"],
"duplicate": True, "duplicate": True,
"favorite": True, "favorite": True,
"invite_owner": access.role == "owner", "invite_owner": access.role == "owner",
@@ -506,11 +521,11 @@ def test_api_documents_retrieve_authenticated_related_parent():
"media_auth": True, "media_auth": True,
"media_check": True, "media_check": True,
"move": access.role in ["administrator", "owner"], "move": access.role in ["administrator", "owner"],
"partial_update": access.role != "reader", "partial_update": access.role not in ["reader", "commenter"],
"restore": access.role == "owner", "restore": access.role == "owner",
"retrieve": True, "retrieve": True,
"tree": True, "tree": True,
"update": access.role != "reader", "update": access.role not in ["reader", "commenter"],
"versions_destroy": access.role in ["administrator", "owner"], "versions_destroy": access.role in ["administrator", "owner"],
"versions_list": True, "versions_list": True,
"versions_retrieve": True, "versions_retrieve": True,
@@ -523,6 +538,7 @@ def test_api_documents_retrieve_authenticated_related_parent():
"creator": str(document.creator.id), "creator": str(document.creator.id),
"created_at": document.created_at.isoformat().replace("+00:00", "Z"), "created_at": document.created_at.isoformat().replace("+00:00", "Z"),
"depth": 3, "depth": 3,
"deleted_at": None,
"excerpt": document.excerpt, "excerpt": document.excerpt,
"is_favorite": False, "is_favorite": False,
"link_reach": "restricted", "link_reach": "restricted",
@@ -678,6 +694,7 @@ def test_api_documents_retrieve_authenticated_related_team_members(
"content": document.content, "content": document.content,
"created_at": document.created_at.isoformat().replace("+00:00", "Z"), "created_at": document.created_at.isoformat().replace("+00:00", "Z"),
"creator": str(document.creator.id), "creator": str(document.creator.id),
"deleted_at": None,
"depth": 1, "depth": 1,
"excerpt": document.excerpt, "excerpt": document.excerpt,
"is_favorite": False, "is_favorite": False,
@@ -744,6 +761,7 @@ def test_api_documents_retrieve_authenticated_related_team_administrators(
"content": document.content, "content": document.content,
"created_at": document.created_at.isoformat().replace("+00:00", "Z"), "created_at": document.created_at.isoformat().replace("+00:00", "Z"),
"creator": str(document.creator.id), "creator": str(document.creator.id),
"deleted_at": None,
"depth": 1, "depth": 1,
"excerpt": document.excerpt, "excerpt": document.excerpt,
"is_favorite": False, "is_favorite": False,
@@ -810,6 +828,7 @@ def test_api_documents_retrieve_authenticated_related_team_owners(
"content": document.content, "content": document.content,
"created_at": document.created_at.isoformat().replace("+00:00", "Z"), "created_at": document.created_at.isoformat().replace("+00:00", "Z"),
"creator": str(document.creator.id), "creator": str(document.creator.id),
"deleted_at": None,
"depth": 1, "depth": 1,
"excerpt": document.excerpt, "excerpt": document.excerpt,
"is_favorite": False, "is_favorite": False,

File diff suppressed because it is too large Load Diff

View File

@@ -48,11 +48,11 @@ def test_api_documents_trashbin_format():
other_users = factories.UserFactory.create_batch(3) other_users = factories.UserFactory.create_batch(3)
document = factories.DocumentFactory( document = factories.DocumentFactory(
deleted_at=timezone.now(),
users=factories.UserFactory.create_batch(2), users=factories.UserFactory.create_batch(2),
favorited_by=[user, *other_users], favorited_by=[user, *other_users],
link_traces=other_users, link_traces=other_users,
) )
document.soft_delete()
factories.UserDocumentAccessFactory(document=document, user=user, role="owner") factories.UserDocumentAccessFactory(document=document, user=user, role="owner")
response = client.get("/api/v1.0/documents/trashbin/") response = client.get("/api/v1.0/documents/trashbin/")
@@ -70,39 +70,41 @@ def test_api_documents_trashbin_format():
assert results[0] == { assert results[0] == {
"id": str(document.id), "id": str(document.id),
"abilities": { "abilities": {
"accesses_manage": True, "accesses_manage": False,
"accesses_view": True, "accesses_view": False,
"ai_transform": True, "ai_transform": False,
"ai_translate": True, "ai_translate": False,
"attachment_upload": True, "attachment_upload": False,
"can_edit": True, "can_edit": False,
"children_create": True, "children_create": False,
"children_list": True, "children_list": False,
"collaboration_auth": True, "collaboration_auth": False,
"descendants": True, "descendants": False,
"cors_proxy": True, "cors_proxy": False,
"destroy": True, "comment": False,
"duplicate": True, "content": False,
"favorite": True, "destroy": False,
"invite_owner": True, "duplicate": False,
"link_configuration": True, "favorite": False,
"invite_owner": False,
"link_configuration": False,
"link_select_options": { "link_select_options": {
"authenticated": ["reader", "editor"], "authenticated": ["reader", "commenter", "editor"],
"public": ["reader", "editor"], "public": ["reader", "commenter", "editor"],
"restricted": None, "restricted": None,
}, },
"mask": True, "mask": False,
"media_auth": True, "media_auth": False,
"media_check": True, "media_check": False,
"move": False, # Can't move a deleted document "move": False, # Can't move a deleted document
"partial_update": True, "partial_update": False,
"restore": True, "restore": True,
"retrieve": True, "retrieve": True,
"tree": True, "tree": True,
"update": True, "update": False,
"versions_destroy": True, "versions_destroy": False,
"versions_list": True, "versions_list": False,
"versions_retrieve": True, "versions_retrieve": False,
}, },
"ancestors_link_reach": None, "ancestors_link_reach": None,
"ancestors_link_role": None, "ancestors_link_role": None,
@@ -112,6 +114,7 @@ def test_api_documents_trashbin_format():
"creator": str(document.creator.id), "creator": str(document.creator.id),
"depth": 1, "depth": 1,
"excerpt": document.excerpt, "excerpt": document.excerpt,
"deleted_at": document.ancestors_deleted_at.isoformat().replace("+00:00", "Z"),
"link_reach": document.link_reach, "link_reach": document.link_reach,
"link_role": document.link_role, "link_role": document.link_role,
"nb_accesses_ancestors": 0, "nb_accesses_ancestors": 0,
@@ -164,10 +167,10 @@ def test_api_documents_trashbin_authenticated_direct(django_assert_num_queries):
expected_ids = {str(document1.id), str(document2.id), str(document3.id)} expected_ids = {str(document1.id), str(document2.id), str(document3.id)}
with django_assert_num_queries(10): with django_assert_num_queries(11):
response = client.get("/api/v1.0/documents/trashbin/") response = client.get("/api/v1.0/documents/trashbin/")
with django_assert_num_queries(4): with django_assert_num_queries(5):
response = client.get("/api/v1.0/documents/trashbin/") response = client.get("/api/v1.0/documents/trashbin/")
assert response.status_code == 200 assert response.status_code == 200
@@ -206,10 +209,10 @@ def test_api_documents_trashbin_authenticated_via_team(
expected_ids = {str(deleted_document_team1.id), str(deleted_document_team2.id)} expected_ids = {str(deleted_document_team1.id), str(deleted_document_team2.id)}
with django_assert_num_queries(7): with django_assert_num_queries(8):
response = client.get("/api/v1.0/documents/trashbin/") response = client.get("/api/v1.0/documents/trashbin/")
with django_assert_num_queries(3): with django_assert_num_queries(4):
response = client.get("/api/v1.0/documents/trashbin/") response = client.get("/api/v1.0/documents/trashbin/")
assert response.status_code == 200 assert response.status_code == 200
@@ -291,3 +294,29 @@ def test_api_documents_trashbin_distinct():
content = response.json() content = response.json()
assert len(content["results"]) == 1 assert len(content["results"]) == 1
assert content["results"][0]["id"] == str(document.id) assert content["results"][0]["id"] == str(document.id)
def test_api_documents_trashbin_empty_queryset_bug():
"""
Test that users with no owner role don't see documents.
"""
# Create a new user with no owner access to any document
new_user = factories.UserFactory()
client = APIClient()
client.force_login(new_user)
# Create some deleted documents owned by other users
other_user = factories.UserFactory()
item1 = factories.DocumentFactory(users=[(other_user, "owner")])
item1.soft_delete()
item2 = factories.DocumentFactory(users=[(other_user, "owner")])
item2.soft_delete()
item3 = factories.DocumentFactory(users=[(other_user, "owner")])
item3.soft_delete()
response = client.get("/api/v1.0/documents/trashbin/")
assert response.status_code == 200
content = response.json()
assert content["count"] == 0
assert len(content["results"]) == 0

View File

@@ -50,6 +50,7 @@ def test_api_documents_tree_list_anonymous_public_standalone(django_assert_num_q
), ),
"creator": str(child.creator.id), "creator": str(child.creator.id),
"depth": 3, "depth": 3,
"deleted_at": None,
"excerpt": child.excerpt, "excerpt": child.excerpt,
"id": str(child.id), "id": str(child.id),
"is_favorite": False, "is_favorite": False,
@@ -73,6 +74,7 @@ def test_api_documents_tree_list_anonymous_public_standalone(django_assert_num_q
"created_at": document.created_at.isoformat().replace("+00:00", "Z"), "created_at": document.created_at.isoformat().replace("+00:00", "Z"),
"creator": str(document.creator.id), "creator": str(document.creator.id),
"depth": 2, "depth": 2,
"deleted_at": None,
"excerpt": document.excerpt, "excerpt": document.excerpt,
"id": str(document.id), "id": str(document.id),
"is_favorite": False, "is_favorite": False,
@@ -96,6 +98,7 @@ def test_api_documents_tree_list_anonymous_public_standalone(django_assert_num_q
"created_at": sibling1.created_at.isoformat().replace("+00:00", "Z"), "created_at": sibling1.created_at.isoformat().replace("+00:00", "Z"),
"creator": str(sibling1.creator.id), "creator": str(sibling1.creator.id),
"depth": 2, "depth": 2,
"deleted_at": None,
"excerpt": sibling1.excerpt, "excerpt": sibling1.excerpt,
"id": str(sibling1.id), "id": str(sibling1.id),
"is_favorite": False, "is_favorite": False,
@@ -119,6 +122,7 @@ def test_api_documents_tree_list_anonymous_public_standalone(django_assert_num_q
"created_at": sibling2.created_at.isoformat().replace("+00:00", "Z"), "created_at": sibling2.created_at.isoformat().replace("+00:00", "Z"),
"creator": str(sibling2.creator.id), "creator": str(sibling2.creator.id),
"depth": 2, "depth": 2,
"deleted_at": None,
"excerpt": sibling2.excerpt, "excerpt": sibling2.excerpt,
"id": str(sibling2.id), "id": str(sibling2.id),
"is_favorite": False, "is_favorite": False,
@@ -138,6 +142,7 @@ def test_api_documents_tree_list_anonymous_public_standalone(django_assert_num_q
"created_at": parent.created_at.isoformat().replace("+00:00", "Z"), "created_at": parent.created_at.isoformat().replace("+00:00", "Z"),
"creator": str(parent.creator.id), "creator": str(parent.creator.id),
"depth": 1, "depth": 1,
"deleted_at": None,
"excerpt": parent.excerpt, "excerpt": parent.excerpt,
"id": str(parent.id), "id": str(parent.id),
"is_favorite": False, "is_favorite": False,
@@ -210,6 +215,7 @@ def test_api_documents_tree_list_anonymous_public_parent():
), ),
"creator": str(child.creator.id), "creator": str(child.creator.id),
"depth": 5, "depth": 5,
"deleted_at": None,
"excerpt": child.excerpt, "excerpt": child.excerpt,
"id": str(child.id), "id": str(child.id),
"is_favorite": False, "is_favorite": False,
@@ -233,6 +239,7 @@ def test_api_documents_tree_list_anonymous_public_parent():
), ),
"creator": str(document.creator.id), "creator": str(document.creator.id),
"depth": 4, "depth": 4,
"deleted_at": None,
"excerpt": document.excerpt, "excerpt": document.excerpt,
"id": str(document.id), "id": str(document.id),
"is_favorite": False, "is_favorite": False,
@@ -260,6 +267,7 @@ def test_api_documents_tree_list_anonymous_public_parent():
), ),
"creator": str(document_sibling.creator.id), "creator": str(document_sibling.creator.id),
"depth": 4, "depth": 4,
"deleted_at": None,
"excerpt": document_sibling.excerpt, "excerpt": document_sibling.excerpt,
"id": str(document_sibling.id), "id": str(document_sibling.id),
"is_favorite": False, "is_favorite": False,
@@ -281,6 +289,7 @@ def test_api_documents_tree_list_anonymous_public_parent():
"created_at": parent.created_at.isoformat().replace("+00:00", "Z"), "created_at": parent.created_at.isoformat().replace("+00:00", "Z"),
"creator": str(parent.creator.id), "creator": str(parent.creator.id),
"depth": 3, "depth": 3,
"deleted_at": None,
"excerpt": parent.excerpt, "excerpt": parent.excerpt,
"id": str(parent.id), "id": str(parent.id),
"is_favorite": False, "is_favorite": False,
@@ -306,6 +315,7 @@ def test_api_documents_tree_list_anonymous_public_parent():
), ),
"creator": str(parent_sibling.creator.id), "creator": str(parent_sibling.creator.id),
"depth": 3, "depth": 3,
"deleted_at": None,
"excerpt": parent_sibling.excerpt, "excerpt": parent_sibling.excerpt,
"id": str(parent_sibling.id), "id": str(parent_sibling.id),
"is_favorite": False, "is_favorite": False,
@@ -327,6 +337,7 @@ def test_api_documents_tree_list_anonymous_public_parent():
"created_at": grand_parent.created_at.isoformat().replace("+00:00", "Z"), "created_at": grand_parent.created_at.isoformat().replace("+00:00", "Z"),
"creator": str(grand_parent.creator.id), "creator": str(grand_parent.creator.id),
"depth": 2, "depth": 2,
"deleted_at": None,
"excerpt": grand_parent.excerpt, "excerpt": grand_parent.excerpt,
"id": str(grand_parent.id), "id": str(grand_parent.id),
"is_favorite": False, "is_favorite": False,
@@ -406,6 +417,7 @@ def test_api_documents_tree_list_authenticated_unrelated_public_or_authenticated
), ),
"creator": str(child.creator.id), "creator": str(child.creator.id),
"depth": 3, "depth": 3,
"deleted_at": None,
"excerpt": child.excerpt, "excerpt": child.excerpt,
"id": str(child.id), "id": str(child.id),
"is_favorite": False, "is_favorite": False,
@@ -427,6 +439,7 @@ def test_api_documents_tree_list_authenticated_unrelated_public_or_authenticated
"created_at": document.created_at.isoformat().replace("+00:00", "Z"), "created_at": document.created_at.isoformat().replace("+00:00", "Z"),
"creator": str(document.creator.id), "creator": str(document.creator.id),
"depth": 2, "depth": 2,
"deleted_at": None,
"excerpt": document.excerpt, "excerpt": document.excerpt,
"id": str(document.id), "id": str(document.id),
"is_favorite": False, "is_favorite": False,
@@ -450,6 +463,7 @@ def test_api_documents_tree_list_authenticated_unrelated_public_or_authenticated
"created_at": sibling.created_at.isoformat().replace("+00:00", "Z"), "created_at": sibling.created_at.isoformat().replace("+00:00", "Z"),
"creator": str(sibling.creator.id), "creator": str(sibling.creator.id),
"depth": 2, "depth": 2,
"deleted_at": None,
"excerpt": sibling.excerpt, "excerpt": sibling.excerpt,
"id": str(sibling.id), "id": str(sibling.id),
"is_favorite": False, "is_favorite": False,
@@ -469,6 +483,7 @@ def test_api_documents_tree_list_authenticated_unrelated_public_or_authenticated
"created_at": parent.created_at.isoformat().replace("+00:00", "Z"), "created_at": parent.created_at.isoformat().replace("+00:00", "Z"),
"creator": str(parent.creator.id), "creator": str(parent.creator.id),
"depth": 1, "depth": 1,
"deleted_at": None,
"excerpt": parent.excerpt, "excerpt": parent.excerpt,
"id": str(parent.id), "id": str(parent.id),
"is_favorite": False, "is_favorite": False,
@@ -546,6 +561,7 @@ def test_api_documents_tree_list_authenticated_public_or_authenticated_parent(
), ),
"creator": str(child.creator.id), "creator": str(child.creator.id),
"depth": 5, "depth": 5,
"deleted_at": None,
"excerpt": child.excerpt, "excerpt": child.excerpt,
"id": str(child.id), "id": str(child.id),
"is_favorite": False, "is_favorite": False,
@@ -569,6 +585,7 @@ def test_api_documents_tree_list_authenticated_public_or_authenticated_parent(
), ),
"creator": str(document.creator.id), "creator": str(document.creator.id),
"depth": 4, "depth": 4,
"deleted_at": None,
"excerpt": document.excerpt, "excerpt": document.excerpt,
"id": str(document.id), "id": str(document.id),
"is_favorite": False, "is_favorite": False,
@@ -596,6 +613,7 @@ def test_api_documents_tree_list_authenticated_public_or_authenticated_parent(
), ),
"creator": str(document_sibling.creator.id), "creator": str(document_sibling.creator.id),
"depth": 4, "depth": 4,
"deleted_at": None,
"excerpt": document_sibling.excerpt, "excerpt": document_sibling.excerpt,
"id": str(document_sibling.id), "id": str(document_sibling.id),
"is_favorite": False, "is_favorite": False,
@@ -617,6 +635,7 @@ def test_api_documents_tree_list_authenticated_public_or_authenticated_parent(
"created_at": parent.created_at.isoformat().replace("+00:00", "Z"), "created_at": parent.created_at.isoformat().replace("+00:00", "Z"),
"creator": str(parent.creator.id), "creator": str(parent.creator.id),
"depth": 3, "depth": 3,
"deleted_at": None,
"excerpt": parent.excerpt, "excerpt": parent.excerpt,
"id": str(parent.id), "id": str(parent.id),
"is_favorite": False, "is_favorite": False,
@@ -642,6 +661,7 @@ def test_api_documents_tree_list_authenticated_public_or_authenticated_parent(
), ),
"creator": str(parent_sibling.creator.id), "creator": str(parent_sibling.creator.id),
"depth": 3, "depth": 3,
"deleted_at": None,
"excerpt": parent_sibling.excerpt, "excerpt": parent_sibling.excerpt,
"id": str(parent_sibling.id), "id": str(parent_sibling.id),
"is_favorite": False, "is_favorite": False,
@@ -663,6 +683,7 @@ def test_api_documents_tree_list_authenticated_public_or_authenticated_parent(
"created_at": grand_parent.created_at.isoformat().replace("+00:00", "Z"), "created_at": grand_parent.created_at.isoformat().replace("+00:00", "Z"),
"creator": str(grand_parent.creator.id), "creator": str(grand_parent.creator.id),
"depth": 2, "depth": 2,
"deleted_at": None,
"excerpt": grand_parent.excerpt, "excerpt": grand_parent.excerpt,
"id": str(grand_parent.id), "id": str(grand_parent.id),
"is_favorite": False, "is_favorite": False,
@@ -744,6 +765,7 @@ def test_api_documents_tree_list_authenticated_related_direct():
), ),
"creator": str(child.creator.id), "creator": str(child.creator.id),
"depth": 3, "depth": 3,
"deleted_at": None,
"excerpt": child.excerpt, "excerpt": child.excerpt,
"id": str(child.id), "id": str(child.id),
"is_favorite": False, "is_favorite": False,
@@ -765,6 +787,7 @@ def test_api_documents_tree_list_authenticated_related_direct():
"created_at": document.created_at.isoformat().replace("+00:00", "Z"), "created_at": document.created_at.isoformat().replace("+00:00", "Z"),
"creator": str(document.creator.id), "creator": str(document.creator.id),
"depth": 2, "depth": 2,
"deleted_at": None,
"excerpt": document.excerpt, "excerpt": document.excerpt,
"id": str(document.id), "id": str(document.id),
"is_favorite": False, "is_favorite": False,
@@ -788,6 +811,7 @@ def test_api_documents_tree_list_authenticated_related_direct():
"created_at": sibling.created_at.isoformat().replace("+00:00", "Z"), "created_at": sibling.created_at.isoformat().replace("+00:00", "Z"),
"creator": str(sibling.creator.id), "creator": str(sibling.creator.id),
"depth": 2, "depth": 2,
"deleted_at": None,
"excerpt": sibling.excerpt, "excerpt": sibling.excerpt,
"id": str(sibling.id), "id": str(sibling.id),
"is_favorite": False, "is_favorite": False,
@@ -807,6 +831,7 @@ def test_api_documents_tree_list_authenticated_related_direct():
"created_at": parent.created_at.isoformat().replace("+00:00", "Z"), "created_at": parent.created_at.isoformat().replace("+00:00", "Z"),
"creator": str(parent.creator.id), "creator": str(parent.creator.id),
"depth": 1, "depth": 1,
"deleted_at": None,
"excerpt": parent.excerpt, "excerpt": parent.excerpt,
"id": str(parent.id), "id": str(parent.id),
"is_favorite": False, "is_favorite": False,
@@ -888,6 +913,7 @@ def test_api_documents_tree_list_authenticated_related_parent():
), ),
"creator": str(child.creator.id), "creator": str(child.creator.id),
"depth": 5, "depth": 5,
"deleted_at": None,
"excerpt": child.excerpt, "excerpt": child.excerpt,
"id": str(child.id), "id": str(child.id),
"is_favorite": False, "is_favorite": False,
@@ -911,6 +937,7 @@ def test_api_documents_tree_list_authenticated_related_parent():
), ),
"creator": str(document.creator.id), "creator": str(document.creator.id),
"depth": 4, "depth": 4,
"deleted_at": None,
"excerpt": document.excerpt, "excerpt": document.excerpt,
"id": str(document.id), "id": str(document.id),
"is_favorite": False, "is_favorite": False,
@@ -938,6 +965,7 @@ def test_api_documents_tree_list_authenticated_related_parent():
), ),
"creator": str(document_sibling.creator.id), "creator": str(document_sibling.creator.id),
"depth": 4, "depth": 4,
"deleted_at": None,
"excerpt": document_sibling.excerpt, "excerpt": document_sibling.excerpt,
"id": str(document_sibling.id), "id": str(document_sibling.id),
"is_favorite": False, "is_favorite": False,
@@ -959,6 +987,7 @@ def test_api_documents_tree_list_authenticated_related_parent():
"created_at": parent.created_at.isoformat().replace("+00:00", "Z"), "created_at": parent.created_at.isoformat().replace("+00:00", "Z"),
"creator": str(parent.creator.id), "creator": str(parent.creator.id),
"depth": 3, "depth": 3,
"deleted_at": None,
"excerpt": parent.excerpt, "excerpt": parent.excerpt,
"id": str(parent.id), "id": str(parent.id),
"is_favorite": False, "is_favorite": False,
@@ -984,6 +1013,7 @@ def test_api_documents_tree_list_authenticated_related_parent():
), ),
"creator": str(parent_sibling.creator.id), "creator": str(parent_sibling.creator.id),
"depth": 3, "depth": 3,
"deleted_at": None,
"excerpt": parent_sibling.excerpt, "excerpt": parent_sibling.excerpt,
"id": str(parent_sibling.id), "id": str(parent_sibling.id),
"is_favorite": False, "is_favorite": False,
@@ -1005,6 +1035,7 @@ def test_api_documents_tree_list_authenticated_related_parent():
"created_at": grand_parent.created_at.isoformat().replace("+00:00", "Z"), "created_at": grand_parent.created_at.isoformat().replace("+00:00", "Z"),
"creator": str(grand_parent.creator.id), "creator": str(grand_parent.creator.id),
"depth": 2, "depth": 2,
"deleted_at": None,
"excerpt": grand_parent.excerpt, "excerpt": grand_parent.excerpt,
"id": str(grand_parent.id), "id": str(grand_parent.id),
"is_favorite": False, "is_favorite": False,
@@ -1094,6 +1125,7 @@ def test_api_documents_tree_list_authenticated_related_team_members(
), ),
"creator": str(child.creator.id), "creator": str(child.creator.id),
"depth": 3, "depth": 3,
"deleted_at": None,
"excerpt": child.excerpt, "excerpt": child.excerpt,
"id": str(child.id), "id": str(child.id),
"is_favorite": False, "is_favorite": False,
@@ -1115,6 +1147,7 @@ def test_api_documents_tree_list_authenticated_related_team_members(
"created_at": document.created_at.isoformat().replace("+00:00", "Z"), "created_at": document.created_at.isoformat().replace("+00:00", "Z"),
"creator": str(document.creator.id), "creator": str(document.creator.id),
"depth": 2, "depth": 2,
"deleted_at": None,
"excerpt": document.excerpt, "excerpt": document.excerpt,
"id": str(document.id), "id": str(document.id),
"is_favorite": False, "is_favorite": False,
@@ -1138,6 +1171,7 @@ def test_api_documents_tree_list_authenticated_related_team_members(
"created_at": sibling.created_at.isoformat().replace("+00:00", "Z"), "created_at": sibling.created_at.isoformat().replace("+00:00", "Z"),
"creator": str(sibling.creator.id), "creator": str(sibling.creator.id),
"depth": 2, "depth": 2,
"deleted_at": None,
"excerpt": sibling.excerpt, "excerpt": sibling.excerpt,
"id": str(sibling.id), "id": str(sibling.id),
"is_favorite": False, "is_favorite": False,
@@ -1157,6 +1191,7 @@ def test_api_documents_tree_list_authenticated_related_team_members(
"created_at": parent.created_at.isoformat().replace("+00:00", "Z"), "created_at": parent.created_at.isoformat().replace("+00:00", "Z"),
"creator": str(parent.creator.id), "creator": str(parent.creator.id),
"depth": 1, "depth": 1,
"deleted_at": None,
"excerpt": parent.excerpt, "excerpt": parent.excerpt,
"id": str(parent.id), "id": str(parent.id),
"is_favorite": False, "is_favorite": False,
@@ -1170,3 +1205,56 @@ def test_api_documents_tree_list_authenticated_related_team_members(
"updated_at": parent.updated_at.isoformat().replace("+00:00", "Z"), "updated_at": parent.updated_at.isoformat().replace("+00:00", "Z"),
"user_role": access.role, "user_role": access.role,
} }
def test_api_documents_tree_list_deleted_document():
"""
Tree of a deleted document should only be accessible to the owner.
"""
user = factories.UserFactory()
client = APIClient()
client.force_login(user)
parent = factories.DocumentFactory(link_reach="public")
document, _ = factories.DocumentFactory.create_batch(2, parent=parent)
factories.DocumentFactory(link_reach="public", parent=document)
document.soft_delete()
response = client.get(f"/api/v1.0/documents/{document.id!s}/tree/")
assert response.status_code == 403
def test_api_documents_tree_list_deleted_document_owner(django_assert_num_queries):
"""
Tree of a deleted document should only be accessible to the owner.
"""
user = factories.UserFactory()
client = APIClient()
client.force_login(user)
parent = factories.DocumentFactory(link_reach="public", users=[(user, "owner")])
document, _ = factories.DocumentFactory.create_batch(2, parent=parent)
child = factories.DocumentFactory(parent=document)
document.soft_delete()
document.refresh_from_db()
child.refresh_from_db()
with django_assert_num_queries(9):
client.get(f"/api/v1.0/documents/{document.id!s}/tree/")
with django_assert_num_queries(5):
response = client.get(f"/api/v1.0/documents/{document.id!s}/tree/")
assert response.status_code == 200
content = response.json()
assert content["id"] == str(document.id)
assert content["deleted_at"] == document.deleted_at.isoformat().replace(
"+00:00", "Z"
)
assert len(content["children"]) == 1
assert content["children"][0]["id"] == str(child.id)
assert content["children"][0][
"deleted_at"
] == child.ancestors_deleted_at.isoformat().replace("+00:00", "Z")

View File

@@ -0,0 +1,44 @@
"""Test user light serializer."""
import pytest
from core import factories
from core.api.serializers import UserLightSerializer
pytestmark = pytest.mark.django_db
def test_user_light_serializer():
"""Test user light serializer."""
user = factories.UserFactory(
email="test@test.com",
full_name="John Doe",
short_name="John",
)
serializer = UserLightSerializer(user)
assert serializer.data["full_name"] == "John Doe"
assert serializer.data["short_name"] == "John"
def test_user_light_serializer_no_full_name():
"""Test user light serializer without full name."""
user = factories.UserFactory(
email="test_foo@test.com",
full_name=None,
short_name="John",
)
serializer = UserLightSerializer(user)
assert serializer.data["full_name"] == "test_foo"
assert serializer.data["short_name"] == "John"
def test_user_light_serializer_no_short_name():
"""Test user light serializer without short name."""
user = factories.UserFactory(
email="test_foo@test.com",
full_name=None,
short_name=None,
)
serializer = UserLightSerializer(user)
assert serializer.data["full_name"] == "test_foo"
assert serializer.data["short_name"] == "test_foo"

View File

@@ -1,775 +0,0 @@
"""
Test template accesses API endpoints for users in impress's core app.
"""
import random
from uuid import uuid4
import pytest
from rest_framework.test import APIClient
from core import factories, models
from core.api import serializers
from core.tests.conftest import TEAM, USER, VIA
pytestmark = pytest.mark.django_db
def test_api_template_accesses_list_anonymous():
"""Anonymous users should not be allowed to list template accesses."""
template = factories.TemplateFactory()
factories.UserTemplateAccessFactory.create_batch(2, template=template)
response = APIClient().get(f"/api/v1.0/templates/{template.id!s}/accesses/")
assert response.status_code == 401
assert response.json() == {
"detail": "Authentication credentials were not provided."
}
def test_api_template_accesses_list_authenticated_unrelated():
"""
Authenticated users should not be allowed to list template accesses for a template
to which they are not related.
"""
user = factories.UserFactory(with_owned_template=True)
client = APIClient()
client.force_login(user)
template = factories.TemplateFactory()
factories.UserTemplateAccessFactory.create_batch(3, template=template)
# Accesses for other templates to which the user is related should not be listed either
other_access = factories.UserTemplateAccessFactory(user=user)
factories.UserTemplateAccessFactory(template=other_access.template)
response = client.get(
f"/api/v1.0/templates/{template.id!s}/accesses/",
)
assert response.status_code == 200
assert response.json() == []
@pytest.mark.parametrize("via", VIA)
def test_api_template_accesses_list_authenticated_related(via, mock_user_teams):
"""
Authenticated users should be able to list template accesses for a template
to which they are directly related, whatever their role in the template.
"""
user = factories.UserFactory(with_owned_template=True)
client = APIClient()
client.force_login(user)
template = factories.TemplateFactory()
user_access = None
if via == USER:
user_access = models.TemplateAccess.objects.create(
template=template,
user=user,
role=random.choice(models.RoleChoices.values),
)
elif via == TEAM:
mock_user_teams.return_value = ["lasuite", "unknown"]
user_access = models.TemplateAccess.objects.create(
template=template,
team="lasuite",
role=random.choice(models.RoleChoices.values),
)
access1 = factories.TeamTemplateAccessFactory(template=template)
access2 = factories.UserTemplateAccessFactory(template=template)
# Accesses for other templates to which the user is related should not be listed either
other_access = factories.UserTemplateAccessFactory(user=user)
factories.UserTemplateAccessFactory(template=other_access.template)
response = client.get(
f"/api/v1.0/templates/{template.id!s}/accesses/",
)
assert response.status_code == 200
content = response.json()
assert len(content) == 3
assert sorted(content, key=lambda x: x["id"]) == sorted(
[
{
"id": str(user_access.id),
"user": str(user.id) if via == "user" else None,
"team": "lasuite" if via == "team" else "",
"role": user_access.role,
"abilities": user_access.get_abilities(user),
},
{
"id": str(access1.id),
"user": None,
"team": access1.team,
"role": access1.role,
"abilities": access1.get_abilities(user),
},
{
"id": str(access2.id),
"user": str(access2.user.id),
"team": "",
"role": access2.role,
"abilities": access2.get_abilities(user),
},
],
key=lambda x: x["id"],
)
def test_api_template_accesses_retrieve_anonymous():
"""
Anonymous users should not be allowed to retrieve a template access.
"""
access = factories.UserTemplateAccessFactory()
response = APIClient().get(
f"/api/v1.0/templates/{access.template_id!s}/accesses/{access.id!s}/",
)
assert response.status_code == 401
assert response.json() == {
"detail": "Authentication credentials were not provided."
}
def test_api_template_accesses_retrieve_authenticated_unrelated():
"""
Authenticated users should not be allowed to retrieve a template access for
a template to which they are not related.
"""
user = factories.UserFactory(with_owned_template=True)
client = APIClient()
client.force_login(user)
template = factories.TemplateFactory()
access = factories.UserTemplateAccessFactory(template=template)
response = client.get(
f"/api/v1.0/templates/{template.id!s}/accesses/{access.id!s}/",
)
assert response.status_code == 403
assert response.json() == {
"detail": "You do not have permission to perform this action."
}
# Accesses related to another template should be excluded even if the user is related to it
for access in [
factories.UserTemplateAccessFactory(),
factories.UserTemplateAccessFactory(user=user),
]:
response = client.get(
f"/api/v1.0/templates/{template.id!s}/accesses/{access.id!s}/",
)
assert response.status_code == 404
assert response.json() == {
"detail": "No TemplateAccess matches the given query."
}
@pytest.mark.parametrize("via", VIA)
def test_api_template_accesses_retrieve_authenticated_related(via, mock_user_teams):
"""
A user who is related to a template should be allowed to retrieve the
associated template user accesses.
"""
user = factories.UserFactory(with_owned_template=True)
client = APIClient()
client.force_login(user)
template = factories.TemplateFactory()
if via == USER:
factories.UserTemplateAccessFactory(template=template, user=user)
elif via == TEAM:
mock_user_teams.return_value = ["lasuite", "unknown"]
factories.TeamTemplateAccessFactory(template=template, team="lasuite")
access = factories.UserTemplateAccessFactory(template=template)
response = client.get(
f"/api/v1.0/templates/{template.id!s}/accesses/{access.id!s}/",
)
assert response.status_code == 200
assert response.json() == {
"id": str(access.id),
"user": str(access.user.id),
"team": "",
"role": access.role,
"abilities": access.get_abilities(user),
}
def test_api_template_accesses_update_anonymous():
"""Anonymous users should not be allowed to update a template access."""
access = factories.UserTemplateAccessFactory()
old_values = serializers.TemplateAccessSerializer(instance=access).data
new_values = {
"id": uuid4(),
"user": factories.UserFactory().id,
"role": random.choice(models.RoleChoices.values),
}
api_client = APIClient()
for field, value in new_values.items():
response = api_client.put(
f"/api/v1.0/templates/{access.template_id!s}/accesses/{access.id!s}/",
{**old_values, field: value},
format="json",
)
assert response.status_code == 401
access.refresh_from_db()
updated_values = serializers.TemplateAccessSerializer(instance=access).data
assert updated_values == old_values
def test_api_template_accesses_update_authenticated_unrelated():
"""
Authenticated users should not be allowed to update a template access for a template to which
they are not related.
"""
user = factories.UserFactory(with_owned_template=True)
client = APIClient()
client.force_login(user)
access = factories.UserTemplateAccessFactory()
old_values = serializers.TemplateAccessSerializer(instance=access).data
new_values = {
"id": uuid4(),
"user": factories.UserFactory().id,
"role": random.choice(models.RoleChoices.values),
}
for field, value in new_values.items():
response = client.put(
f"/api/v1.0/templates/{access.template_id!s}/accesses/{access.id!s}/",
{**old_values, field: value},
format="json",
)
assert response.status_code == 403
access.refresh_from_db()
updated_values = serializers.TemplateAccessSerializer(instance=access).data
assert updated_values == old_values
@pytest.mark.parametrize("role", ["reader", "editor"])
@pytest.mark.parametrize("via", VIA)
def test_api_template_accesses_update_authenticated_editor_or_reader(
via, role, mock_user_teams
):
"""Editors or readers of a template should not be allowed to update its accesses."""
user = factories.UserFactory(with_owned_template=True)
client = APIClient()
client.force_login(user)
template = factories.TemplateFactory()
if via == USER:
factories.UserTemplateAccessFactory(template=template, user=user, role=role)
elif via == TEAM:
mock_user_teams.return_value = ["lasuite", "unknown"]
factories.TeamTemplateAccessFactory(
template=template, team="lasuite", role=role
)
access = factories.UserTemplateAccessFactory(template=template)
old_values = serializers.TemplateAccessSerializer(instance=access).data
new_values = {
"id": uuid4(),
"user": factories.UserFactory().id,
"role": random.choice(models.RoleChoices.values),
}
for field, value in new_values.items():
response = client.put(
f"/api/v1.0/templates/{access.template_id!s}/accesses/{access.id!s}/",
{**old_values, field: value},
format="json",
)
assert response.status_code == 403
access.refresh_from_db()
updated_values = serializers.TemplateAccessSerializer(instance=access).data
assert updated_values == old_values
@pytest.mark.parametrize("via", VIA)
def test_api_template_accesses_update_administrator_except_owner(via, mock_user_teams):
"""
A user who is a direct administrator in a template should be allowed to update a user
access for this template, as long as they don't try to set the role to owner.
"""
user = factories.UserFactory(with_owned_template=True)
client = APIClient()
client.force_login(user)
template = factories.TemplateFactory()
if via == USER:
factories.UserTemplateAccessFactory(
template=template, user=user, role="administrator"
)
elif via == TEAM:
mock_user_teams.return_value = ["lasuite", "unknown"]
factories.TeamTemplateAccessFactory(
template=template, team="lasuite", role="administrator"
)
access = factories.UserTemplateAccessFactory(
template=template,
role=random.choice(["administrator", "editor", "reader"]),
)
old_values = serializers.TemplateAccessSerializer(instance=access).data
new_values = {
"id": uuid4(),
"user_id": factories.UserFactory().id,
"role": random.choice(["administrator", "editor", "reader"]),
}
for field, value in new_values.items():
new_data = {**old_values, field: value}
response = client.put(
f"/api/v1.0/templates/{template.id!s}/accesses/{access.id!s}/",
data=new_data,
format="json",
)
if (
new_data["role"] == old_values["role"]
): # we are not really updating the role
assert response.status_code == 403
else:
assert response.status_code == 200
access.refresh_from_db()
updated_values = serializers.TemplateAccessSerializer(instance=access).data
if field == "role":
assert updated_values == {**old_values, "role": new_values["role"]}
else:
assert updated_values == old_values
@pytest.mark.parametrize("via", VIA)
def test_api_template_accesses_update_administrator_from_owner(via, mock_user_teams):
"""
A user who is an administrator in a template, should not be allowed to update
the user access of an "owner" for this template.
"""
user = factories.UserFactory(with_owned_template=True)
client = APIClient()
client.force_login(user)
template = factories.TemplateFactory()
if via == USER:
factories.UserTemplateAccessFactory(
template=template, user=user, role="administrator"
)
elif via == TEAM:
mock_user_teams.return_value = ["lasuite", "unknown"]
factories.TeamTemplateAccessFactory(
template=template, team="lasuite", role="administrator"
)
other_user = factories.UserFactory()
access = factories.UserTemplateAccessFactory(
template=template, user=other_user, role="owner"
)
old_values = serializers.TemplateAccessSerializer(instance=access).data
new_values = {
"id": uuid4(),
"user_id": factories.UserFactory().id,
"role": random.choice(models.RoleChoices.values),
}
for field, value in new_values.items():
response = client.put(
f"/api/v1.0/templates/{template.id!s}/accesses/{access.id!s}/",
data={**old_values, field: value},
format="json",
)
assert response.status_code == 403
access.refresh_from_db()
updated_values = serializers.TemplateAccessSerializer(instance=access).data
assert updated_values == old_values
@pytest.mark.parametrize("via", VIA)
def test_api_template_accesses_update_administrator_to_owner(via, mock_user_teams):
"""
A user who is an administrator in a template, should not be allowed to update
the user access of another user to grant template ownership.
"""
user = factories.UserFactory(with_owned_template=True)
client = APIClient()
client.force_login(user)
template = factories.TemplateFactory()
if via == USER:
factories.UserTemplateAccessFactory(
template=template, user=user, role="administrator"
)
elif via == TEAM:
mock_user_teams.return_value = ["lasuite", "unknown"]
factories.TeamTemplateAccessFactory(
template=template, team="lasuite", role="administrator"
)
other_user = factories.UserFactory()
access = factories.UserTemplateAccessFactory(
template=template,
user=other_user,
role=random.choice(["administrator", "editor", "reader"]),
)
old_values = serializers.TemplateAccessSerializer(instance=access).data
new_values = {
"id": uuid4(),
"user_id": factories.UserFactory().id,
"role": "owner",
}
for field, value in new_values.items():
new_data = {**old_values, field: value}
response = client.put(
f"/api/v1.0/templates/{template.id!s}/accesses/{access.id!s}/",
data=new_data,
format="json",
)
# We are not allowed or not really updating the role
if field == "role" or new_data["role"] == old_values["role"]:
assert response.status_code == 403
else:
assert response.status_code == 200
access.refresh_from_db()
updated_values = serializers.TemplateAccessSerializer(instance=access).data
assert updated_values == old_values
@pytest.mark.parametrize("via", VIA)
def test_api_template_accesses_update_owner(via, mock_user_teams):
"""
A user who is an owner in a template should be allowed to update
a user access for this template whatever the role.
"""
user = factories.UserFactory(with_owned_template=True)
client = APIClient()
client.force_login(user)
template = factories.TemplateFactory()
if via == USER:
factories.UserTemplateAccessFactory(template=template, user=user, role="owner")
elif via == TEAM:
mock_user_teams.return_value = ["lasuite", "unknown"]
factories.TeamTemplateAccessFactory(
template=template, team="lasuite", role="owner"
)
factories.UserFactory()
access = factories.UserTemplateAccessFactory(
template=template,
)
old_values = serializers.TemplateAccessSerializer(instance=access).data
new_values = {
"id": uuid4(),
"user_id": factories.UserFactory().id,
"role": random.choice(models.RoleChoices.values),
}
for field, value in new_values.items():
new_data = {**old_values, field: value}
response = client.put(
f"/api/v1.0/templates/{template.id!s}/accesses/{access.id!s}/",
data=new_data,
format="json",
)
if (
new_data["role"] == old_values["role"]
): # we are not really updating the role
assert response.status_code == 403
else:
assert response.status_code == 200
access.refresh_from_db()
updated_values = serializers.TemplateAccessSerializer(instance=access).data
if field == "role":
assert updated_values == {**old_values, "role": new_values["role"]}
else:
assert updated_values == old_values
@pytest.mark.parametrize("via", VIA)
def test_api_template_accesses_update_owner_self(via, mock_user_teams):
"""
A user who is owner of a template should be allowed to update
their own user access provided there are other owners in the template.
"""
user = factories.UserFactory(with_owned_template=True)
client = APIClient()
client.force_login(user)
template = factories.TemplateFactory()
if via == TEAM:
mock_user_teams.return_value = ["lasuite", "unknown"]
access = factories.TeamTemplateAccessFactory(
template=template, team="lasuite", role="owner"
)
else:
access = factories.UserTemplateAccessFactory(
template=template, user=user, role="owner"
)
old_values = serializers.TemplateAccessSerializer(instance=access).data
new_role = random.choice(["administrator", "editor", "reader"])
response = client.put(
f"/api/v1.0/templates/{template.id!s}/accesses/{access.id!s}/",
data={**old_values, "role": new_role},
format="json",
)
assert response.status_code == 403
access.refresh_from_db()
assert access.role == "owner"
# Add another owner and it should now work
factories.UserTemplateAccessFactory(template=template, role="owner")
response = client.put(
f"/api/v1.0/templates/{template.id!s}/accesses/{access.id!s}/",
data={**old_values, "role": new_role},
format="json",
)
assert response.status_code == 200
access.refresh_from_db()
assert access.role == new_role
# Delete
def test_api_template_accesses_delete_anonymous():
"""Anonymous users should not be allowed to destroy a template access."""
access = factories.UserTemplateAccessFactory()
response = APIClient().delete(
f"/api/v1.0/templates/{access.template_id!s}/accesses/{access.id!s}/",
)
assert response.status_code == 401
assert models.TemplateAccess.objects.count() == 1
def test_api_template_accesses_delete_authenticated():
"""
Authenticated users should not be allowed to delete a template access for a
template to which they are not related.
"""
user = factories.UserFactory(with_owned_template=True)
client = APIClient()
client.force_login(user)
access = factories.UserTemplateAccessFactory()
response = client.delete(
f"/api/v1.0/templates/{access.template_id!s}/accesses/{access.id!s}/",
)
assert response.status_code == 403
assert models.TemplateAccess.objects.count() == 2
@pytest.mark.parametrize("role", ["reader", "editor"])
@pytest.mark.parametrize("via", VIA)
def test_api_template_accesses_delete_editor_or_reader(via, role, mock_user_teams):
"""
Authenticated users should not be allowed to delete a template access for a
template in which they are a simple editor or reader.
"""
user = factories.UserFactory(with_owned_template=True)
client = APIClient()
client.force_login(user)
template = factories.TemplateFactory()
if via == USER:
factories.UserTemplateAccessFactory(template=template, user=user, role=role)
elif via == TEAM:
mock_user_teams.return_value = ["lasuite", "unknown"]
factories.TeamTemplateAccessFactory(
template=template, team="lasuite", role=role
)
access = factories.UserTemplateAccessFactory(template=template)
assert models.TemplateAccess.objects.count() == 3
assert models.TemplateAccess.objects.filter(user=access.user).exists()
response = client.delete(
f"/api/v1.0/templates/{template.id!s}/accesses/{access.id!s}/",
)
assert response.status_code == 403
assert models.TemplateAccess.objects.count() == 3
@pytest.mark.parametrize("via", VIA)
def test_api_template_accesses_delete_administrators_except_owners(
via, mock_user_teams
):
"""
Users who are administrators in a template should be allowed to delete an access
from the template provided it is not ownership.
"""
user = factories.UserFactory()
client = APIClient()
client.force_login(user)
template = factories.TemplateFactory()
if via == USER:
factories.UserTemplateAccessFactory(
template=template, user=user, role="administrator"
)
elif via == TEAM:
mock_user_teams.return_value = ["lasuite", "unknown"]
factories.TeamTemplateAccessFactory(
template=template, team="lasuite", role="administrator"
)
access = factories.UserTemplateAccessFactory(
template=template, role=random.choice(["reader", "editor", "administrator"])
)
assert models.TemplateAccess.objects.count() == 2
assert models.TemplateAccess.objects.filter(user=access.user).exists()
response = client.delete(
f"/api/v1.0/templates/{template.id!s}/accesses/{access.id!s}/",
)
assert response.status_code == 204
assert models.TemplateAccess.objects.count() == 1
@pytest.mark.parametrize("via", VIA)
def test_api_template_accesses_delete_administrator_on_owners(via, mock_user_teams):
"""
Users who are administrators in a template should not be allowed to delete an ownership
access from the template.
"""
user = factories.UserFactory(with_owned_template=True)
client = APIClient()
client.force_login(user)
template = factories.TemplateFactory()
if via == USER:
factories.UserTemplateAccessFactory(
template=template, user=user, role="administrator"
)
elif via == TEAM:
mock_user_teams.return_value = ["lasuite", "unknown"]
factories.TeamTemplateAccessFactory(
template=template, team="lasuite", role="administrator"
)
access = factories.UserTemplateAccessFactory(template=template, role="owner")
assert models.TemplateAccess.objects.count() == 3
assert models.TemplateAccess.objects.filter(user=access.user).exists()
response = client.delete(
f"/api/v1.0/templates/{template.id!s}/accesses/{access.id!s}/",
)
assert response.status_code == 403
assert models.TemplateAccess.objects.count() == 3
@pytest.mark.parametrize("via", VIA)
def test_api_template_accesses_delete_owners(via, mock_user_teams):
"""
Users should be able to delete the template access of another user
for a template of which they are owner.
"""
user = factories.UserFactory()
client = APIClient()
client.force_login(user)
template = factories.TemplateFactory()
if via == USER:
factories.UserTemplateAccessFactory(template=template, user=user, role="owner")
elif via == TEAM:
mock_user_teams.return_value = ["lasuite", "unknown"]
factories.TeamTemplateAccessFactory(
template=template, team="lasuite", role="owner"
)
access = factories.UserTemplateAccessFactory(template=template)
assert models.TemplateAccess.objects.count() == 2
assert models.TemplateAccess.objects.filter(user=access.user).exists()
response = client.delete(
f"/api/v1.0/templates/{template.id!s}/accesses/{access.id!s}/",
)
assert response.status_code == 204
assert models.TemplateAccess.objects.count() == 1
@pytest.mark.parametrize("via", VIA)
def test_api_template_accesses_delete_owners_last_owner(via, mock_user_teams):
"""
It should not be possible to delete the last owner access from a template
"""
user = factories.UserFactory(with_owned_template=True)
client = APIClient()
client.force_login(user)
template = factories.TemplateFactory()
access = None
if via == USER:
access = factories.UserTemplateAccessFactory(
template=template, user=user, role="owner"
)
elif via == TEAM:
mock_user_teams.return_value = ["lasuite", "unknown"]
access = factories.TeamTemplateAccessFactory(
template=template, team="lasuite", role="owner"
)
assert models.TemplateAccess.objects.count() == 2
response = client.delete(
f"/api/v1.0/templates/{template.id!s}/accesses/{access.id!s}/",
)
assert response.status_code == 403
assert models.TemplateAccess.objects.count() == 2

View File

@@ -1,206 +0,0 @@
"""
Test template accesses create API endpoint for users in impress's core app.
"""
import random
import pytest
from rest_framework.test import APIClient
from core import factories, models
from core.tests.conftest import TEAM, USER, VIA
pytestmark = pytest.mark.django_db
def test_api_template_accesses_create_anonymous():
"""Anonymous users should not be allowed to create template accesses."""
template = factories.TemplateFactory()
other_user = factories.UserFactory()
response = APIClient().post(
f"/api/v1.0/templates/{template.id!s}/accesses/",
{
"user": str(other_user.id),
"template": str(template.id),
"role": random.choice(models.RoleChoices.values),
},
format="json",
)
assert response.status_code == 401
assert response.json() == {
"detail": "Authentication credentials were not provided."
}
assert models.TemplateAccess.objects.exists() is False
def test_api_template_accesses_create_authenticated_unrelated():
"""
Authenticated users should not be allowed to create template accesses for a template to
which they are not related.
"""
user = factories.UserFactory(with_owned_template=True)
client = APIClient()
client.force_login(user)
other_user = factories.UserFactory()
template = factories.TemplateFactory()
response = client.post(
f"/api/v1.0/templates/{template.id!s}/accesses/",
{
"user": str(other_user.id),
},
format="json",
)
assert response.status_code == 403
assert not models.TemplateAccess.objects.filter(user=other_user).exists()
@pytest.mark.parametrize("role", ["reader", "editor"])
@pytest.mark.parametrize("via", VIA)
def test_api_template_accesses_create_authenticated_editor_or_reader(
via, role, mock_user_teams
):
"""Editors or readers of a template should not be allowed to create template accesses."""
user = factories.UserFactory(with_owned_template=True)
client = APIClient()
client.force_login(user)
template = factories.TemplateFactory()
if via == USER:
factories.UserTemplateAccessFactory(template=template, user=user, role=role)
elif via == TEAM:
mock_user_teams.return_value = ["lasuite", "unknown"]
factories.TeamTemplateAccessFactory(
template=template, team="lasuite", role=role
)
other_user = factories.UserFactory()
for new_role in [role[0] for role in models.RoleChoices.choices]:
response = client.post(
f"/api/v1.0/templates/{template.id!s}/accesses/",
{
"user": str(other_user.id),
"role": new_role,
},
format="json",
)
assert response.status_code == 403
assert not models.TemplateAccess.objects.filter(user=other_user).exists()
@pytest.mark.parametrize("via", VIA)
def test_api_template_accesses_create_authenticated_administrator(via, mock_user_teams):
"""
Administrators of a template should be able to create template accesses
except for the "owner" role.
"""
user = factories.UserFactory(with_owned_template=True)
client = APIClient()
client.force_login(user)
template = factories.TemplateFactory()
if via == USER:
factories.UserTemplateAccessFactory(
template=template, user=user, role="administrator"
)
elif via == TEAM:
mock_user_teams.return_value = ["lasuite", "unknown"]
factories.TeamTemplateAccessFactory(
template=template, team="lasuite", role="administrator"
)
other_user = factories.UserFactory()
# It should not be allowed to create an owner access
response = client.post(
f"/api/v1.0/templates/{template.id!s}/accesses/",
{
"user": str(other_user.id),
"role": "owner",
},
format="json",
)
assert response.status_code == 403
assert response.json() == {
"detail": "Only owners of a template can assign other users as owners."
}
# It should be allowed to create a lower access
role = random.choice(
[role[0] for role in models.RoleChoices.choices if role[0] != "owner"]
)
response = client.post(
f"/api/v1.0/templates/{template.id!s}/accesses/",
{
"user": str(other_user.id),
"role": role,
},
format="json",
)
assert response.status_code == 201
assert models.TemplateAccess.objects.filter(user=other_user).count() == 1
new_template_access = models.TemplateAccess.objects.filter(user=other_user).get()
assert response.json() == {
"abilities": new_template_access.get_abilities(user),
"id": str(new_template_access.id),
"team": "",
"role": role,
"user": str(other_user.id),
}
@pytest.mark.parametrize("via", VIA)
def test_api_template_accesses_create_authenticated_owner(via, mock_user_teams):
"""
Owners of a template should be able to create template accesses whatever the role.
"""
user = factories.UserFactory(with_owned_template=True)
client = APIClient()
client.force_login(user)
template = factories.TemplateFactory()
if via == USER:
factories.UserTemplateAccessFactory(template=template, user=user, role="owner")
elif via == TEAM:
mock_user_teams.return_value = ["lasuite", "unknown"]
factories.TeamTemplateAccessFactory(
template=template, team="lasuite", role="owner"
)
other_user = factories.UserFactory()
role = random.choice([role[0] for role in models.RoleChoices.choices])
response = client.post(
f"/api/v1.0/templates/{template.id!s}/accesses/",
{
"user": str(other_user.id),
"role": role,
},
format="json",
)
assert response.status_code == 201
assert models.TemplateAccess.objects.filter(user=other_user).count() == 1
new_template_access = models.TemplateAccess.objects.filter(user=other_user).get()
assert response.json() == {
"id": str(new_template_access.id),
"user": str(other_user.id),
"team": "",
"role": role,
"abilities": new_template_access.get_abilities(user),
}

View File

@@ -42,7 +42,5 @@ def test_api_templates_create_authenticated():
format="json", format="json",
) )
assert response.status_code == 201 assert response.status_code == 405
template = Template.objects.get() assert not Template.objects.exists()
assert template.title == "my template"
assert template.accesses.filter(role="owner", user=user).exists()

View File

@@ -8,7 +8,6 @@ import pytest
from rest_framework.test import APIClient from rest_framework.test import APIClient
from core import factories, models from core import factories, models
from core.tests.conftest import TEAM, USER, VIA
pytestmark = pytest.mark.django_db pytestmark = pytest.mark.django_db
@@ -25,7 +24,7 @@ def test_api_templates_delete_anonymous():
assert models.Template.objects.count() == 1 assert models.Template.objects.count() == 1
def test_api_templates_delete_authenticated_unrelated(): def test_api_templates_delete_not_implemented():
""" """
Authenticated users should not be allowed to delete a template to which they are not Authenticated users should not be allowed to delete a template to which they are not
related. related.
@@ -36,72 +35,11 @@ def test_api_templates_delete_authenticated_unrelated():
client.force_login(user) client.force_login(user)
is_public = random.choice([True, False]) is_public = random.choice([True, False])
template = factories.TemplateFactory(is_public=is_public) template = factories.TemplateFactory(is_public=is_public, users=[(user, "owner")])
response = client.delete( response = client.delete(
f"/api/v1.0/templates/{template.id!s}/", f"/api/v1.0/templates/{template.id!s}/",
) )
assert response.status_code == 403 if is_public else 404 assert response.status_code == 405
assert models.Template.objects.count() == 1 assert models.Template.objects.count() == 1
@pytest.mark.parametrize("role", ["reader", "editor", "administrator"])
@pytest.mark.parametrize("via", VIA)
def test_api_templates_delete_authenticated_member_or_administrator(
via, role, mock_user_teams
):
"""
Authenticated users should not be allowed to delete a template for which they are
only a member or administrator.
"""
user = factories.UserFactory()
client = APIClient()
client.force_login(user)
template = factories.TemplateFactory()
if via == USER:
factories.UserTemplateAccessFactory(template=template, user=user, role=role)
elif via == TEAM:
mock_user_teams.return_value = ["lasuite", "unknown"]
factories.TeamTemplateAccessFactory(
template=template, team="lasuite", role=role
)
response = client.delete(
f"/api/v1.0/templates/{template.id}/",
)
assert response.status_code == 403
assert response.json() == {
"detail": "You do not have permission to perform this action."
}
assert models.Template.objects.count() == 1
@pytest.mark.parametrize("via", VIA)
def test_api_templates_delete_authenticated_owner(via, mock_user_teams):
"""
Authenticated users should be able to delete a template they own.
"""
user = factories.UserFactory()
client = APIClient()
client.force_login(user)
template = factories.TemplateFactory()
if via == USER:
factories.UserTemplateAccessFactory(template=template, user=user, role="owner")
elif via == TEAM:
mock_user_teams.return_value = ["lasuite", "unknown"]
factories.TeamTemplateAccessFactory(
template=template, team="lasuite", role="owner"
)
response = client.delete(
f"/api/v1.0/templates/{template.id}/",
)
assert response.status_code == 204
assert models.Template.objects.exists() is False

View File

@@ -218,3 +218,20 @@ def test_api_templates_list_order_param():
assert response_template_ids == templates_ids, ( assert response_template_ids == templates_ids, (
"created_at values are not sorted from oldest to newest" "created_at values are not sorted from oldest to newest"
) )
def test_api_template_throttling(settings):
"""Test api template throttling."""
current_rate = settings.REST_FRAMEWORK["DEFAULT_THROTTLE_RATES"]["template"]
settings.REST_FRAMEWORK["DEFAULT_THROTTLE_RATES"]["template"] = "2/minute"
client = APIClient()
for _i in range(2):
response = client.get("/api/v1.0/templates/")
assert response.status_code == 200
with mock.patch("core.api.throttling.capture_message") as mock_capture_message:
response = client.get("/api/v1.0/templates/")
assert response.status_code == 429
mock_capture_message.assert_called_once_with(
"Rate limit exceeded for scope template", "warning"
)
settings.REST_FRAMEWORK["DEFAULT_THROTTLE_RATES"]["template"] = current_rate

View File

@@ -2,14 +2,11 @@
Tests for Templates API endpoint in impress's core app: update Tests for Templates API endpoint in impress's core app: update
""" """
import random
import pytest import pytest
from rest_framework.test import APIClient from rest_framework.test import APIClient
from core import factories from core import factories
from core.api import serializers from core.api import serializers
from core.tests.conftest import TEAM, USER, VIA
pytestmark = pytest.mark.django_db pytestmark = pytest.mark.django_db
@@ -17,7 +14,6 @@ pytestmark = pytest.mark.django_db
def test_api_templates_update_anonymous(): def test_api_templates_update_anonymous():
"""Anonymous users should not be allowed to update a template.""" """Anonymous users should not be allowed to update a template."""
template = factories.TemplateFactory() template = factories.TemplateFactory()
old_template_values = serializers.TemplateSerializer(instance=template).data
new_template_values = serializers.TemplateSerializer( new_template_values = serializers.TemplateSerializer(
instance=factories.TemplateFactory() instance=factories.TemplateFactory()
@@ -28,145 +24,18 @@ def test_api_templates_update_anonymous():
format="json", format="json",
) )
assert response.status_code == 401 assert response.status_code == 401
assert response.json() == {
"detail": "Authentication credentials were not provided."
}
template.refresh_from_db()
template_values = serializers.TemplateSerializer(instance=template).data
assert template_values == old_template_values
def test_api_templates_update_authenticated_unrelated(): def test_api_templates_update_not_implemented():
""" """
Authenticated users should not be allowed to update a template to which they are not related. Authenticated users should not be allowed to update a template.
""" """
user = factories.UserFactory() user = factories.UserFactory()
client = APIClient() client = APIClient()
client.force_login(user) client.force_login(user)
template = factories.TemplateFactory(is_public=False) template = factories.TemplateFactory(users=[(user, "owner")])
old_template_values = serializers.TemplateSerializer(instance=template).data
new_template_values = serializers.TemplateSerializer(
instance=factories.TemplateFactory()
).data
response = client.put(
f"/api/v1.0/templates/{template.id!s}/",
new_template_values,
format="json",
)
assert response.status_code == 403
assert response.json() == {
"detail": "You do not have permission to perform this action."
}
template.refresh_from_db()
template_values = serializers.TemplateSerializer(instance=template).data
assert template_values == old_template_values
@pytest.mark.parametrize("via", VIA)
def test_api_templates_update_authenticated_readers(via, mock_user_teams):
"""
Users who are readers of a template should not be allowed to update it.
"""
user = factories.UserFactory()
client = APIClient()
client.force_login(user)
template = factories.TemplateFactory()
if via == USER:
factories.UserTemplateAccessFactory(template=template, user=user, role="reader")
elif via == TEAM:
mock_user_teams.return_value = ["lasuite", "unknown"]
factories.TeamTemplateAccessFactory(
template=template, team="lasuite", role="reader"
)
old_template_values = serializers.TemplateSerializer(instance=template).data
new_template_values = serializers.TemplateSerializer(
instance=factories.TemplateFactory()
).data
response = client.put(
f"/api/v1.0/templates/{template.id!s}/",
new_template_values,
format="json",
)
assert response.status_code == 403
assert response.json() == {
"detail": "You do not have permission to perform this action."
}
template.refresh_from_db()
template_values = serializers.TemplateSerializer(instance=template).data
assert template_values == old_template_values
@pytest.mark.parametrize("role", ["editor", "administrator", "owner"])
@pytest.mark.parametrize("via", VIA)
def test_api_templates_update_authenticated_editor_or_administrator_or_owner(
via, role, mock_user_teams
):
"""Administrator or owner of a template should be allowed to update it."""
user = factories.UserFactory()
client = APIClient()
client.force_login(user)
template = factories.TemplateFactory()
if via == USER:
factories.UserTemplateAccessFactory(template=template, user=user, role=role)
elif via == TEAM:
mock_user_teams.return_value = ["lasuite", "unknown"]
factories.TeamTemplateAccessFactory(
template=template, team="lasuite", role=role
)
old_template_values = serializers.TemplateSerializer(instance=template).data
new_template_values = serializers.TemplateSerializer(
instance=factories.TemplateFactory()
).data
response = client.put(
f"/api/v1.0/templates/{template.id!s}/",
new_template_values,
format="json",
)
assert response.status_code == 200
template.refresh_from_db()
template_values = serializers.TemplateSerializer(instance=template).data
for key, value in template_values.items():
if key in ["id", "accesses"]:
assert value == old_template_values[key]
else:
assert value == new_template_values[key]
@pytest.mark.parametrize("via", VIA)
def test_api_templates_update_authenticated_owners(via, mock_user_teams):
"""Administrators of a template should be allowed to update it."""
user = factories.UserFactory()
client = APIClient()
client.force_login(user)
template = factories.TemplateFactory()
if via == USER:
factories.UserTemplateAccessFactory(template=template, user=user, role="owner")
elif via == TEAM:
mock_user_teams.return_value = ["lasuite", "unknown"]
factories.TeamTemplateAccessFactory(
template=template, team="lasuite", role="owner"
)
old_template_values = serializers.TemplateSerializer(instance=template).data
new_template_values = serializers.TemplateSerializer( new_template_values = serializers.TemplateSerializer(
instance=factories.TemplateFactory() instance=factories.TemplateFactory()
@@ -176,55 +45,10 @@ def test_api_templates_update_authenticated_owners(via, mock_user_teams):
f"/api/v1.0/templates/{template.id!s}/", new_template_values, format="json" f"/api/v1.0/templates/{template.id!s}/", new_template_values, format="json"
) )
assert response.status_code == 200 assert response.status_code == 405
template.refresh_from_db()
template_values = serializers.TemplateSerializer(instance=template).data
for key, value in template_values.items():
if key in ["id", "accesses"]:
assert value == old_template_values[key]
else:
assert value == new_template_values[key]
response = client.patch(
@pytest.mark.parametrize("via", VIA) f"/api/v1.0/templates/{template.id!s}/", new_template_values, format="json"
def test_api_templates_update_administrator_or_owner_of_another(via, mock_user_teams):
"""
Being administrator or owner of a template should not grant authorization to update
another template.
"""
user = factories.UserFactory()
client = APIClient()
client.force_login(user)
template = factories.TemplateFactory()
if via == USER:
factories.UserTemplateAccessFactory(
template=template, user=user, role=random.choice(["administrator", "owner"])
)
elif via == TEAM:
mock_user_teams.return_value = ["lasuite", "unknown"]
factories.TeamTemplateAccessFactory(
template=template,
team="lasuite",
role=random.choice(["administrator", "owner"]),
) )
is_public = random.choice([True, False]) assert response.status_code == 405
template = factories.TemplateFactory(title="Old title", is_public=is_public)
old_template_values = serializers.TemplateSerializer(instance=template).data
new_template_values = serializers.TemplateSerializer(
instance=factories.TemplateFactory()
).data
response = client.put(
f"/api/v1.0/templates/{template.id!s}/",
new_template_values,
format="json",
)
assert response.status_code == 403 if is_public else 404
template.refresh_from_db()
template_values = serializers.TemplateSerializer(instance=template).data
assert template_values == old_template_values

View File

@@ -3,6 +3,7 @@ Test config API endpoints in the Impress core app.
""" """
import json import json
from unittest.mock import patch
from django.test import override_settings from django.test import override_settings
@@ -41,6 +42,7 @@ def test_api_config(is_authenticated):
response = client.get("/api/v1.0/config/") response = client.get("/api/v1.0/config/")
assert response.status_code == HTTP_200_OK assert response.status_code == HTTP_200_OK
assert response.json() == { assert response.json() == {
"AI_FEATURE_ENABLED": False,
"COLLABORATION_WS_URL": "http://testcollab/", "COLLABORATION_WS_URL": "http://testcollab/",
"COLLABORATION_WS_NOT_CONNECTED_READY_ONLY": True, "COLLABORATION_WS_NOT_CONNECTED_READY_ONLY": True,
"CRISP_WEBSITE_ID": "123", "CRISP_WEBSITE_ID": "123",
@@ -59,7 +61,7 @@ def test_api_config(is_authenticated):
"MEDIA_BASE_URL": "http://testserver/", "MEDIA_BASE_URL": "http://testserver/",
"POSTHOG_KEY": {"id": "132456", "host": "https://eu.i.posthog-test.com"}, "POSTHOG_KEY": {"id": "132456", "host": "https://eu.i.posthog-test.com"},
"SENTRY_DSN": "https://sentry.test/123", "SENTRY_DSN": "https://sentry.test/123",
"AI_FEATURE_ENABLED": False, "TRASHBIN_CUTOFF_DAYS": 30,
"theme_customization": {}, "theme_customization": {},
} }
policy_list = sorted(response.headers["Content-Security-Policy"].split("; ")) policy_list = sorted(response.headers["Content-Security-Policy"].split("; "))
@@ -174,3 +176,20 @@ def test_api_config_with_original_theme_customization(is_authenticated, settings
theme_customization = json.load(f) theme_customization = json.load(f)
assert content["theme_customization"] == theme_customization assert content["theme_customization"] == theme_customization
def test_api_config_throttling(settings):
"""Test api config throttling."""
current_rate = settings.REST_FRAMEWORK["DEFAULT_THROTTLE_RATES"]["config"]
settings.REST_FRAMEWORK["DEFAULT_THROTTLE_RATES"]["config"] = "2/minute"
client = APIClient()
for _i in range(2):
response = client.get("/api/v1.0/config/")
assert response.status_code == 200
with patch("core.api.throttling.capture_message") as mock_capture_message:
response = client.get("/api/v1.0/config/")
assert response.status_code == 429
mock_capture_message.assert_called_once_with(
"Rate limit exceeded for scope config", "warning"
)
settings.REST_FRAMEWORK["DEFAULT_THROTTLE_RATES"]["config"] = current_rate

View File

@@ -194,18 +194,41 @@ def test_api_users_list_query_short_queries():
factories.UserFactory(email="john.lennon@example.com") factories.UserFactory(email="john.lennon@example.com")
response = client.get("/api/v1.0/users/?q=jo") response = client.get("/api/v1.0/users/?q=jo")
assert response.status_code == 200 assert response.status_code == 400
assert response.json() == [] assert response.json() == {
"q": ["Ensure this value has at least 5 characters (it has 2)."]
}
response = client.get("/api/v1.0/users/?q=john") response = client.get("/api/v1.0/users/?q=john")
assert response.status_code == 200 assert response.status_code == 400
assert response.json() == [] assert response.json() == {
"q": ["Ensure this value has at least 5 characters (it has 4)."]
}
response = client.get("/api/v1.0/users/?q=john.") response = client.get("/api/v1.0/users/?q=john.")
assert response.status_code == 200 assert response.status_code == 200
assert len(response.json()) == 2 assert len(response.json()) == 2
def test_api_users_list_query_long_queries():
"""
Queries longer than 255 characters should return an empty result set.
"""
user = factories.UserFactory(email="paul@example.com")
client = APIClient()
client.force_login(user)
factories.UserFactory(email="john.doe@example.com")
factories.UserFactory(email="john.lennon@example.com")
query = "a" * 244
response = client.get(f"/api/v1.0/users/?q={query}@example.com")
assert response.status_code == 400
assert response.json() == {
"q": ["Ensure this value has at most 254 characters (it has 256)."]
}
def test_api_users_list_query_inactive(): def test_api_users_list_query_inactive():
"""Inactive users should not be listed.""" """Inactive users should not be listed."""
user = factories.UserFactory() user = factories.UserFactory()
@@ -255,6 +278,35 @@ def test_api_users_retrieve_me_authenticated():
} }
def test_api_users_retrieve_me_authenticated_empty_name():
"""
Authenticated users should be able to retrieve their own user via the "/users/me" path.
when no name is provided, the full name and short name should be the email without the domain.
"""
user = factories.UserFactory(
email="test_foo@test.com",
full_name=None,
short_name=None,
)
client = APIClient()
client.force_login(user)
factories.UserFactory.create_batch(2)
response = client.get(
"/api/v1.0/users/me/",
)
assert response.status_code == 200
assert response.json() == {
"id": str(user.id),
"email": "test_foo@test.com",
"full_name": "test_foo",
"language": user.language,
"short_name": "test_foo",
}
def test_api_users_retrieve_anonymous(): def test_api_users_retrieve_anonymous():
"""Anonymous users should not be allowed to retrieve a user.""" """Anonymous users should not be allowed to retrieve a user."""
client = APIClient() client = APIClient()

View File

@@ -0,0 +1,283 @@
"""Test the comment model."""
import random
from django.contrib.auth.models import AnonymousUser
import pytest
from core import factories
from core.models import LinkReachChoices, LinkRoleChoices, RoleChoices
pytestmark = pytest.mark.django_db
@pytest.mark.parametrize(
"role,can_comment",
[
(LinkRoleChoices.READER, False),
(LinkRoleChoices.COMMENTER, True),
(LinkRoleChoices.EDITOR, True),
],
)
def test_comment_get_abilities_anonymous_user_public_document(role, can_comment):
"""Anonymous users cannot comment on a document."""
document = factories.DocumentFactory(
link_role=role, link_reach=LinkReachChoices.PUBLIC
)
comment = factories.CommentFactory(thread__document=document)
user = AnonymousUser()
assert comment.get_abilities(user) == {
"destroy": False,
"update": False,
"partial_update": False,
"reactions": False,
"retrieve": can_comment,
}
@pytest.mark.parametrize(
"link_reach", [LinkReachChoices.RESTRICTED, LinkReachChoices.AUTHENTICATED]
)
def test_comment_get_abilities_anonymous_user_restricted_document(link_reach):
"""Anonymous users cannot comment on a restricted document."""
document = factories.DocumentFactory(link_reach=link_reach)
comment = factories.CommentFactory(thread__document=document)
user = AnonymousUser()
assert comment.get_abilities(user) == {
"destroy": False,
"update": False,
"partial_update": False,
"reactions": False,
"retrieve": False,
}
@pytest.mark.parametrize(
"link_role,link_reach,can_comment",
[
(LinkRoleChoices.READER, LinkReachChoices.PUBLIC, False),
(LinkRoleChoices.COMMENTER, LinkReachChoices.PUBLIC, True),
(LinkRoleChoices.EDITOR, LinkReachChoices.PUBLIC, True),
(LinkRoleChoices.READER, LinkReachChoices.RESTRICTED, False),
(LinkRoleChoices.COMMENTER, LinkReachChoices.RESTRICTED, False),
(LinkRoleChoices.EDITOR, LinkReachChoices.RESTRICTED, False),
(LinkRoleChoices.READER, LinkReachChoices.AUTHENTICATED, False),
(LinkRoleChoices.COMMENTER, LinkReachChoices.AUTHENTICATED, True),
(LinkRoleChoices.EDITOR, LinkReachChoices.AUTHENTICATED, True),
],
)
def test_comment_get_abilities_user_reader(link_role, link_reach, can_comment):
"""Readers cannot comment on a document."""
user = factories.UserFactory()
document = factories.DocumentFactory(
link_role=link_role, link_reach=link_reach, users=[(user, RoleChoices.READER)]
)
comment = factories.CommentFactory(thread__document=document)
assert comment.get_abilities(user) == {
"destroy": False,
"update": False,
"partial_update": False,
"reactions": can_comment,
"retrieve": can_comment,
}
@pytest.mark.parametrize(
"link_role,link_reach,can_comment",
[
(LinkRoleChoices.READER, LinkReachChoices.PUBLIC, False),
(LinkRoleChoices.COMMENTER, LinkReachChoices.PUBLIC, True),
(LinkRoleChoices.EDITOR, LinkReachChoices.PUBLIC, True),
(LinkRoleChoices.READER, LinkReachChoices.RESTRICTED, False),
(LinkRoleChoices.COMMENTER, LinkReachChoices.RESTRICTED, False),
(LinkRoleChoices.EDITOR, LinkReachChoices.RESTRICTED, False),
(LinkRoleChoices.READER, LinkReachChoices.AUTHENTICATED, False),
(LinkRoleChoices.COMMENTER, LinkReachChoices.AUTHENTICATED, True),
(LinkRoleChoices.EDITOR, LinkReachChoices.AUTHENTICATED, True),
],
)
def test_comment_get_abilities_user_reader_own_comment(
link_role, link_reach, can_comment
):
"""User with reader role on a document has all accesses to its own comment."""
user = factories.UserFactory()
document = factories.DocumentFactory(
link_role=link_role, link_reach=link_reach, users=[(user, RoleChoices.READER)]
)
comment = factories.CommentFactory(
thread__document=document, user=user if can_comment else None
)
assert comment.get_abilities(user) == {
"destroy": can_comment,
"update": can_comment,
"partial_update": can_comment,
"reactions": can_comment,
"retrieve": can_comment,
}
@pytest.mark.parametrize(
"link_role,link_reach",
[
(LinkRoleChoices.READER, LinkReachChoices.PUBLIC),
(LinkRoleChoices.COMMENTER, LinkReachChoices.PUBLIC),
(LinkRoleChoices.EDITOR, LinkReachChoices.PUBLIC),
(LinkRoleChoices.READER, LinkReachChoices.RESTRICTED),
(LinkRoleChoices.COMMENTER, LinkReachChoices.RESTRICTED),
(LinkRoleChoices.EDITOR, LinkReachChoices.RESTRICTED),
(LinkRoleChoices.READER, LinkReachChoices.AUTHENTICATED),
(LinkRoleChoices.COMMENTER, LinkReachChoices.AUTHENTICATED),
(LinkRoleChoices.EDITOR, LinkReachChoices.AUTHENTICATED),
],
)
def test_comment_get_abilities_user_commenter(link_role, link_reach):
"""Commenters can comment on a document."""
user = factories.UserFactory()
document = factories.DocumentFactory(
link_role=link_role,
link_reach=link_reach,
users=[(user, RoleChoices.COMMENTER)],
)
comment = factories.CommentFactory(thread__document=document)
assert comment.get_abilities(user) == {
"destroy": False,
"update": False,
"partial_update": False,
"reactions": True,
"retrieve": True,
}
@pytest.mark.parametrize(
"link_role,link_reach",
[
(LinkRoleChoices.READER, LinkReachChoices.PUBLIC),
(LinkRoleChoices.COMMENTER, LinkReachChoices.PUBLIC),
(LinkRoleChoices.EDITOR, LinkReachChoices.PUBLIC),
(LinkRoleChoices.READER, LinkReachChoices.RESTRICTED),
(LinkRoleChoices.COMMENTER, LinkReachChoices.RESTRICTED),
(LinkRoleChoices.EDITOR, LinkReachChoices.RESTRICTED),
(LinkRoleChoices.READER, LinkReachChoices.AUTHENTICATED),
(LinkRoleChoices.COMMENTER, LinkReachChoices.AUTHENTICATED),
(LinkRoleChoices.EDITOR, LinkReachChoices.AUTHENTICATED),
],
)
def test_comment_get_abilities_user_commenter_own_comment(link_role, link_reach):
"""Commenters have all accesses to its own comment."""
user = factories.UserFactory()
document = factories.DocumentFactory(
link_role=link_role,
link_reach=link_reach,
users=[(user, RoleChoices.COMMENTER)],
)
comment = factories.CommentFactory(thread__document=document, user=user)
assert comment.get_abilities(user) == {
"destroy": True,
"update": True,
"partial_update": True,
"reactions": True,
"retrieve": True,
}
@pytest.mark.parametrize(
"link_role,link_reach",
[
(LinkRoleChoices.READER, LinkReachChoices.PUBLIC),
(LinkRoleChoices.COMMENTER, LinkReachChoices.PUBLIC),
(LinkRoleChoices.EDITOR, LinkReachChoices.PUBLIC),
(LinkRoleChoices.READER, LinkReachChoices.RESTRICTED),
(LinkRoleChoices.COMMENTER, LinkReachChoices.RESTRICTED),
(LinkRoleChoices.EDITOR, LinkReachChoices.RESTRICTED),
(LinkRoleChoices.READER, LinkReachChoices.AUTHENTICATED),
(LinkRoleChoices.COMMENTER, LinkReachChoices.AUTHENTICATED),
(LinkRoleChoices.EDITOR, LinkReachChoices.AUTHENTICATED),
],
)
def test_comment_get_abilities_user_editor(link_role, link_reach):
"""Editors can comment on a document."""
user = factories.UserFactory()
document = factories.DocumentFactory(
link_role=link_role, link_reach=link_reach, users=[(user, RoleChoices.EDITOR)]
)
comment = factories.CommentFactory(thread__document=document)
assert comment.get_abilities(user) == {
"destroy": False,
"update": False,
"partial_update": False,
"reactions": True,
"retrieve": True,
}
@pytest.mark.parametrize(
"link_role,link_reach",
[
(LinkRoleChoices.READER, LinkReachChoices.PUBLIC),
(LinkRoleChoices.COMMENTER, LinkReachChoices.PUBLIC),
(LinkRoleChoices.EDITOR, LinkReachChoices.PUBLIC),
(LinkRoleChoices.READER, LinkReachChoices.RESTRICTED),
(LinkRoleChoices.COMMENTER, LinkReachChoices.RESTRICTED),
(LinkRoleChoices.EDITOR, LinkReachChoices.RESTRICTED),
(LinkRoleChoices.READER, LinkReachChoices.AUTHENTICATED),
(LinkRoleChoices.COMMENTER, LinkReachChoices.AUTHENTICATED),
(LinkRoleChoices.EDITOR, LinkReachChoices.AUTHENTICATED),
],
)
def test_comment_get_abilities_user_editor_own_comment(link_role, link_reach):
"""Editors have all accesses to its own comment."""
user = factories.UserFactory()
document = factories.DocumentFactory(
link_role=link_role, link_reach=link_reach, users=[(user, RoleChoices.EDITOR)]
)
comment = factories.CommentFactory(thread__document=document, user=user)
assert comment.get_abilities(user) == {
"destroy": True,
"update": True,
"partial_update": True,
"reactions": True,
"retrieve": True,
}
def test_comment_get_abilities_user_admin():
"""Admins have all accesses to a comment."""
user = factories.UserFactory()
document = factories.DocumentFactory(users=[(user, RoleChoices.ADMIN)])
comment = factories.CommentFactory(
thread__document=document, user=random.choice([user, None])
)
assert comment.get_abilities(user) == {
"destroy": True,
"update": True,
"partial_update": True,
"reactions": True,
"retrieve": True,
}
def test_comment_get_abilities_user_owner():
"""Owners have all accesses to a comment."""
user = factories.UserFactory()
document = factories.DocumentFactory(users=[(user, RoleChoices.OWNER)])
comment = factories.CommentFactory(
thread__document=document, user=random.choice([user, None])
)
assert comment.get_abilities(user) == {
"destroy": True,
"update": True,
"partial_update": True,
"reactions": True,
"retrieve": True,
}

View File

@@ -123,7 +123,7 @@ def test_models_document_access_get_abilities_for_owner_of_self_allowed():
"retrieve": True, "retrieve": True,
"update": True, "update": True,
"partial_update": True, "partial_update": True,
"set_role_to": ["reader", "editor", "administrator", "owner"], "set_role_to": ["reader", "commenter", "editor", "administrator", "owner"],
} }
@@ -166,7 +166,7 @@ def test_models_document_access_get_abilities_for_owner_of_self_last_on_child(
"retrieve": True, "retrieve": True,
"update": True, "update": True,
"partial_update": True, "partial_update": True,
"set_role_to": ["reader", "editor", "administrator", "owner"], "set_role_to": ["reader", "commenter", "editor", "administrator", "owner"],
} }
@@ -183,7 +183,7 @@ def test_models_document_access_get_abilities_for_owner_of_owner():
"retrieve": True, "retrieve": True,
"update": True, "update": True,
"partial_update": True, "partial_update": True,
"set_role_to": ["reader", "editor", "administrator", "owner"], "set_role_to": ["reader", "commenter", "editor", "administrator", "owner"],
} }
@@ -200,7 +200,7 @@ def test_models_document_access_get_abilities_for_owner_of_administrator():
"retrieve": True, "retrieve": True,
"update": True, "update": True,
"partial_update": True, "partial_update": True,
"set_role_to": ["reader", "editor", "administrator", "owner"], "set_role_to": ["reader", "commenter", "editor", "administrator", "owner"],
} }
@@ -217,7 +217,7 @@ def test_models_document_access_get_abilities_for_owner_of_editor():
"retrieve": True, "retrieve": True,
"update": True, "update": True,
"partial_update": True, "partial_update": True,
"set_role_to": ["reader", "editor", "administrator", "owner"], "set_role_to": ["reader", "commenter", "editor", "administrator", "owner"],
} }
@@ -234,7 +234,7 @@ def test_models_document_access_get_abilities_for_owner_of_reader():
"retrieve": True, "retrieve": True,
"update": True, "update": True,
"partial_update": True, "partial_update": True,
"set_role_to": ["reader", "editor", "administrator", "owner"], "set_role_to": ["reader", "commenter", "editor", "administrator", "owner"],
} }
@@ -271,7 +271,7 @@ def test_models_document_access_get_abilities_for_administrator_of_administrator
"retrieve": True, "retrieve": True,
"update": True, "update": True,
"partial_update": True, "partial_update": True,
"set_role_to": ["reader", "editor", "administrator"], "set_role_to": ["reader", "commenter", "editor", "administrator"],
} }
@@ -288,7 +288,7 @@ def test_models_document_access_get_abilities_for_administrator_of_editor():
"retrieve": True, "retrieve": True,
"update": True, "update": True,
"partial_update": True, "partial_update": True,
"set_role_to": ["reader", "editor", "administrator"], "set_role_to": ["reader", "commenter", "editor", "administrator"],
} }
@@ -305,7 +305,7 @@ def test_models_document_access_get_abilities_for_administrator_of_reader():
"retrieve": True, "retrieve": True,
"update": True, "update": True,
"partial_update": True, "partial_update": True,
"set_role_to": ["reader", "editor", "administrator"], "set_role_to": ["reader", "commenter", "editor", "administrator"],
} }

View File

@@ -134,10 +134,13 @@ def test_models_documents_soft_delete(depth):
[ [
(True, "restricted", "reader"), (True, "restricted", "reader"),
(True, "restricted", "editor"), (True, "restricted", "editor"),
(True, "restricted", "commenter"),
(False, "restricted", "reader"), (False, "restricted", "reader"),
(False, "restricted", "editor"), (False, "restricted", "editor"),
(False, "restricted", "commenter"),
(False, "authenticated", "reader"), (False, "authenticated", "reader"),
(False, "authenticated", "editor"), (False, "authenticated", "editor"),
(False, "authenticated", "commenter"),
], ],
) )
def test_models_documents_get_abilities_forbidden( def test_models_documents_get_abilities_forbidden(
@@ -161,9 +164,11 @@ def test_models_documents_get_abilities_forbidden(
"collaboration_auth": False, "collaboration_auth": False,
"descendants": False, "descendants": False,
"cors_proxy": False, "cors_proxy": False,
"content": False,
"destroy": False, "destroy": False,
"duplicate": False, "duplicate": False,
"favorite": False, "favorite": False,
"comment": False,
"invite_owner": False, "invite_owner": False,
"mask": False, "mask": False,
"media_auth": False, "media_auth": False,
@@ -171,8 +176,8 @@ def test_models_documents_get_abilities_forbidden(
"move": False, "move": False,
"link_configuration": False, "link_configuration": False,
"link_select_options": { "link_select_options": {
"authenticated": ["reader", "editor"], "authenticated": ["reader", "commenter", "editor"],
"public": ["reader", "editor"], "public": ["reader", "commenter", "editor"],
"restricted": None, "restricted": None,
}, },
"partial_update": False, "partial_update": False,
@@ -222,6 +227,78 @@ def test_models_documents_get_abilities_reader(
"children_create": False, "children_create": False,
"children_list": True, "children_list": True,
"collaboration_auth": True, "collaboration_auth": True,
"comment": False,
"descendants": True,
"cors_proxy": True,
"content": True,
"destroy": False,
"duplicate": is_authenticated,
"favorite": is_authenticated,
"invite_owner": False,
"link_configuration": False,
"link_select_options": {
"authenticated": ["reader", "commenter", "editor"],
"public": ["reader", "commenter", "editor"],
"restricted": None,
},
"mask": is_authenticated,
"media_auth": True,
"media_check": True,
"move": False,
"partial_update": False,
"restore": False,
"retrieve": True,
"tree": True,
"update": False,
"versions_destroy": False,
"versions_list": False,
"versions_retrieve": False,
}
nb_queries = 1 if is_authenticated else 0
with django_assert_num_queries(nb_queries):
assert document.get_abilities(user) == expected_abilities
document.soft_delete()
document.refresh_from_db()
assert all(
value is False
for key, value in document.get_abilities(user).items()
if key not in ["link_select_options", "ancestors_links_definition"]
)
@override_settings(
AI_ALLOW_REACH_FROM=random.choice(["public", "authenticated", "restricted"])
)
@pytest.mark.parametrize(
"is_authenticated,reach",
[
(True, "public"),
(False, "public"),
(True, "authenticated"),
],
)
def test_models_documents_get_abilities_commenter(
is_authenticated, reach, django_assert_num_queries
):
"""
Check abilities returned for a document giving commenter role to link holders
i.e anonymous users or authenticated users who have no specific role on the document.
"""
document = factories.DocumentFactory(link_reach=reach, link_role="commenter")
user = factories.UserFactory() if is_authenticated else AnonymousUser()
expected_abilities = {
"accesses_manage": False,
"accesses_view": False,
"ai_transform": False,
"ai_translate": False,
"attachment_upload": False,
"can_edit": False,
"children_create": False,
"children_list": True,
"collaboration_auth": True,
"comment": True,
"content": True,
"descendants": True, "descendants": True,
"cors_proxy": True, "cors_proxy": True,
"destroy": False, "destroy": False,
@@ -230,8 +307,8 @@ def test_models_documents_get_abilities_reader(
"invite_owner": False, "invite_owner": False,
"link_configuration": False, "link_configuration": False,
"link_select_options": { "link_select_options": {
"authenticated": ["reader", "editor"], "authenticated": ["reader", "commenter", "editor"],
"public": ["reader", "editor"], "public": ["reader", "commenter", "editor"],
"restricted": None, "restricted": None,
}, },
"mask": is_authenticated, "mask": is_authenticated,
@@ -287,16 +364,18 @@ def test_models_documents_get_abilities_editor(
"children_create": is_authenticated, "children_create": is_authenticated,
"children_list": True, "children_list": True,
"collaboration_auth": True, "collaboration_auth": True,
"comment": True,
"descendants": True, "descendants": True,
"cors_proxy": True, "cors_proxy": True,
"content": True,
"destroy": False, "destroy": False,
"duplicate": is_authenticated, "duplicate": is_authenticated,
"favorite": is_authenticated, "favorite": is_authenticated,
"invite_owner": False, "invite_owner": False,
"link_configuration": False, "link_configuration": False,
"link_select_options": { "link_select_options": {
"authenticated": ["reader", "editor"], "authenticated": ["reader", "commenter", "editor"],
"public": ["reader", "editor"], "public": ["reader", "commenter", "editor"],
"restricted": None, "restricted": None,
}, },
"mask": is_authenticated, "mask": is_authenticated,
@@ -341,16 +420,18 @@ def test_models_documents_get_abilities_owner(django_assert_num_queries):
"children_create": True, "children_create": True,
"children_list": True, "children_list": True,
"collaboration_auth": True, "collaboration_auth": True,
"comment": True,
"descendants": True, "descendants": True,
"cors_proxy": True, "cors_proxy": True,
"content": True,
"destroy": True, "destroy": True,
"duplicate": True, "duplicate": True,
"favorite": True, "favorite": True,
"invite_owner": True, "invite_owner": True,
"link_configuration": True, "link_configuration": True,
"link_select_options": { "link_select_options": {
"authenticated": ["reader", "editor"], "authenticated": ["reader", "commenter", "editor"],
"public": ["reader", "editor"], "public": ["reader", "commenter", "editor"],
"restricted": None, "restricted": None,
}, },
"mask": True, "mask": True,
@@ -371,8 +452,43 @@ def test_models_documents_get_abilities_owner(django_assert_num_queries):
document.soft_delete() document.soft_delete()
document.refresh_from_db() document.refresh_from_db()
expected_abilities["move"] = False assert document.get_abilities(user) == {
assert document.get_abilities(user) == expected_abilities "accesses_manage": False,
"accesses_view": False,
"ai_transform": False,
"ai_translate": False,
"attachment_upload": False,
"can_edit": False,
"children_create": False,
"children_list": False,
"collaboration_auth": False,
"comment": False,
"descendants": False,
"cors_proxy": False,
"content": False,
"destroy": False,
"duplicate": False,
"favorite": False,
"invite_owner": False,
"link_configuration": False,
"link_select_options": {
"authenticated": ["reader", "commenter", "editor"],
"public": ["reader", "commenter", "editor"],
"restricted": None,
},
"mask": False,
"media_auth": False,
"media_check": False,
"move": False,
"partial_update": False,
"restore": True,
"retrieve": True,
"tree": True,
"update": False,
"versions_destroy": False,
"versions_list": False,
"versions_retrieve": False,
}
@override_settings( @override_settings(
@@ -392,16 +508,18 @@ def test_models_documents_get_abilities_administrator(django_assert_num_queries)
"children_create": True, "children_create": True,
"children_list": True, "children_list": True,
"collaboration_auth": True, "collaboration_auth": True,
"comment": True,
"descendants": True, "descendants": True,
"cors_proxy": True, "cors_proxy": True,
"content": True,
"destroy": False, "destroy": False,
"duplicate": True, "duplicate": True,
"favorite": True, "favorite": True,
"invite_owner": False, "invite_owner": False,
"link_configuration": True, "link_configuration": True,
"link_select_options": { "link_select_options": {
"authenticated": ["reader", "editor"], "authenticated": ["reader", "commenter", "editor"],
"public": ["reader", "editor"], "public": ["reader", "commenter", "editor"],
"restricted": None, "restricted": None,
}, },
"mask": True, "mask": True,
@@ -446,16 +564,18 @@ def test_models_documents_get_abilities_editor_user(django_assert_num_queries):
"children_create": True, "children_create": True,
"children_list": True, "children_list": True,
"collaboration_auth": True, "collaboration_auth": True,
"comment": True,
"descendants": True, "descendants": True,
"cors_proxy": True, "cors_proxy": True,
"content": True,
"destroy": False, "destroy": False,
"duplicate": True, "duplicate": True,
"favorite": True, "favorite": True,
"invite_owner": False, "invite_owner": False,
"link_configuration": False, "link_configuration": False,
"link_select_options": { "link_select_options": {
"authenticated": ["reader", "editor"], "authenticated": ["reader", "commenter", "editor"],
"public": ["reader", "editor"], "public": ["reader", "commenter", "editor"],
"restricted": None, "restricted": None,
}, },
"mask": True, "mask": True,
@@ -507,6 +627,74 @@ def test_models_documents_get_abilities_reader_user(
"children_create": access_from_link, "children_create": access_from_link,
"children_list": True, "children_list": True,
"collaboration_auth": True, "collaboration_auth": True,
"comment": document.link_reach != "restricted"
and document.link_role in ["commenter", "editor"],
"descendants": True,
"cors_proxy": True,
"content": True,
"destroy": False,
"duplicate": True,
"favorite": True,
"invite_owner": False,
"link_configuration": False,
"link_select_options": {
"authenticated": ["reader", "commenter", "editor"],
"public": ["reader", "commenter", "editor"],
"restricted": None,
},
"mask": True,
"media_auth": True,
"media_check": True,
"move": False,
"partial_update": access_from_link,
"restore": False,
"retrieve": True,
"tree": True,
"update": access_from_link,
"versions_destroy": False,
"versions_list": True,
"versions_retrieve": True,
}
with override_settings(AI_ALLOW_REACH_FROM=ai_access_setting):
with django_assert_num_queries(1):
assert document.get_abilities(user) == expected_abilities
document.soft_delete()
document.refresh_from_db()
assert all(
value is False
for key, value in document.get_abilities(user).items()
if key not in ["link_select_options", "ancestors_links_definition"]
)
@pytest.mark.parametrize("ai_access_setting", ["public", "authenticated", "restricted"])
def test_models_documents_get_abilities_commenter_user(
ai_access_setting, django_assert_num_queries
):
"""Check abilities returned for the commenter of a document."""
user = factories.UserFactory()
document = factories.DocumentFactory(users=[(user, "commenter")])
access_from_link = (
document.link_reach != "restricted" and document.link_role == "editor"
)
expected_abilities = {
"accesses_manage": False,
"accesses_view": True,
# If you get your editor rights from the link role and not your access role
# You should not access AI if it's restricted to users with specific access
"ai_transform": access_from_link and ai_access_setting != "restricted",
"ai_translate": access_from_link and ai_access_setting != "restricted",
"attachment_upload": access_from_link,
"can_edit": access_from_link,
"children_create": access_from_link,
"children_list": True,
"collaboration_auth": True,
"comment": True,
"content": True,
"descendants": True, "descendants": True,
"cors_proxy": True, "cors_proxy": True,
"destroy": False, "destroy": False,
@@ -515,8 +703,8 @@ def test_models_documents_get_abilities_reader_user(
"invite_owner": False, "invite_owner": False,
"link_configuration": False, "link_configuration": False,
"link_select_options": { "link_select_options": {
"authenticated": ["reader", "editor"], "authenticated": ["reader", "commenter", "editor"],
"public": ["reader", "editor"], "public": ["reader", "commenter", "editor"],
"restricted": None, "restricted": None,
}, },
"mask": True, "mask": True,
@@ -566,16 +754,18 @@ def test_models_documents_get_abilities_preset_role(django_assert_num_queries):
"children_create": False, "children_create": False,
"children_list": True, "children_list": True,
"collaboration_auth": True, "collaboration_auth": True,
"comment": False,
"descendants": True, "descendants": True,
"cors_proxy": True, "cors_proxy": True,
"content": True,
"destroy": False, "destroy": False,
"duplicate": True, "duplicate": True,
"favorite": True, "favorite": True,
"invite_owner": False, "invite_owner": False,
"link_configuration": False, "link_configuration": False,
"link_select_options": { "link_select_options": {
"authenticated": ["reader", "editor"], "authenticated": ["reader", "commenter", "editor"],
"public": ["reader", "editor"], "public": ["reader", "commenter", "editor"],
"restricted": None, "restricted": None,
}, },
"mask": True, "mask": True,
@@ -593,6 +783,86 @@ def test_models_documents_get_abilities_preset_role(django_assert_num_queries):
} }
@pytest.mark.parametrize(
"is_authenticated, is_creator,role,link_reach,link_role,can_destroy",
[
(True, False, "owner", "restricted", "editor", True),
(True, True, "owner", "restricted", "editor", True),
(True, False, "owner", "restricted", "reader", True),
(True, True, "owner", "restricted", "reader", True),
(True, False, "owner", "authenticated", "editor", True),
(True, True, "owner", "authenticated", "editor", True),
(True, False, "owner", "authenticated", "reader", True),
(True, True, "owner", "authenticated", "reader", True),
(True, False, "owner", "public", "editor", True),
(True, True, "owner", "public", "editor", True),
(True, False, "owner", "public", "reader", True),
(True, True, "owner", "public", "reader", True),
(True, False, "administrator", "restricted", "editor", True),
(True, True, "administrator", "restricted", "editor", True),
(True, False, "administrator", "restricted", "reader", True),
(True, True, "administrator", "restricted", "reader", True),
(True, False, "administrator", "authenticated", "editor", True),
(True, True, "administrator", "authenticated", "editor", True),
(True, False, "administrator", "authenticated", "reader", True),
(True, True, "administrator", "authenticated", "reader", True),
(True, False, "administrator", "public", "editor", True),
(True, True, "administrator", "public", "editor", True),
(True, False, "administrator", "public", "reader", True),
(True, True, "administrator", "public", "reader", True),
(True, False, "editor", "restricted", "editor", False),
(True, True, "editor", "restricted", "editor", True),
(True, False, "editor", "restricted", "reader", False),
(True, True, "editor", "restricted", "reader", True),
(True, False, "editor", "authenticated", "editor", False),
(True, True, "editor", "authenticated", "editor", True),
(True, False, "editor", "authenticated", "reader", False),
(True, True, "editor", "authenticated", "reader", True),
(True, False, "editor", "public", "editor", False),
(True, True, "editor", "public", "editor", True),
(True, False, "editor", "public", "reader", False),
(True, True, "editor", "public", "reader", True),
(True, False, "reader", "restricted", "editor", False),
(True, False, "reader", "restricted", "reader", False),
(True, False, "reader", "authenticated", "editor", False),
(True, True, "reader", "authenticated", "editor", True),
(True, False, "reader", "authenticated", "reader", False),
(True, False, "reader", "public", "editor", False),
(True, True, "reader", "public", "editor", True),
(True, False, "reader", "public", "reader", False),
(False, False, None, "restricted", "editor", False),
(False, False, None, "restricted", "reader", False),
(False, False, None, "authenticated", "editor", False),
(False, False, None, "authenticated", "reader", False),
(False, False, None, "public", "editor", False),
(False, False, None, "public", "reader", False),
],
)
# pylint: disable=too-many-arguments, too-many-positional-arguments
def test_models_documents_get_abilities_children_destroy( # noqa: PLR0913
is_authenticated,
is_creator,
role,
link_reach,
link_role,
can_destroy,
):
"""For a sub document, if a user can create children, he can destroy it."""
user = factories.UserFactory() if is_authenticated else AnonymousUser()
parent = factories.DocumentFactory(link_reach=link_reach, link_role=link_role)
document = factories.DocumentFactory(
link_reach=link_reach,
link_role=link_role,
parent=parent,
creator=user if is_creator else None,
)
if is_authenticated:
factories.UserDocumentAccessFactory(document=parent, user=user, role=role)
abilities = document.get_abilities(user)
assert abilities["destroy"] is can_destroy
@override_settings(AI_ALLOW_REACH_FROM="public") @override_settings(AI_ALLOW_REACH_FROM="public")
@pytest.mark.parametrize( @pytest.mark.parametrize(
"is_authenticated,reach", "is_authenticated,reach",
@@ -1198,7 +1468,14 @@ def test_models_documents_restore_complex_bis(django_assert_num_queries):
"public", "public",
"reader", "reader",
{ {
"public": ["reader", "editor"], "public": ["reader", "commenter", "editor"],
},
),
(
"public",
"commenter",
{
"public": ["commenter", "editor"],
}, },
), ),
("public", "editor", {"public": ["editor"]}), ("public", "editor", {"public": ["editor"]}),
@@ -1206,8 +1483,16 @@ def test_models_documents_restore_complex_bis(django_assert_num_queries):
"authenticated", "authenticated",
"reader", "reader",
{ {
"authenticated": ["reader", "editor"], "authenticated": ["reader", "commenter", "editor"],
"public": ["reader", "editor"], "public": ["reader", "commenter", "editor"],
},
),
(
"authenticated",
"commenter",
{
"authenticated": ["commenter", "editor"],
"public": ["commenter", "editor"],
}, },
), ),
( (
@@ -1220,8 +1505,17 @@ def test_models_documents_restore_complex_bis(django_assert_num_queries):
"reader", "reader",
{ {
"restricted": None, "restricted": None,
"authenticated": ["reader", "editor"], "authenticated": ["reader", "commenter", "editor"],
"public": ["reader", "editor"], "public": ["reader", "commenter", "editor"],
},
),
(
"restricted",
"commenter",
{
"restricted": None,
"authenticated": ["commenter", "editor"],
"public": ["commenter", "editor"],
}, },
), ),
( (
@@ -1238,15 +1532,15 @@ def test_models_documents_restore_complex_bis(django_assert_num_queries):
"public", "public",
None, None,
{ {
"public": ["reader", "editor"], "public": ["reader", "commenter", "editor"],
}, },
), ),
( (
None, None,
"reader", "reader",
{ {
"public": ["reader", "editor"], "public": ["reader", "commenter", "editor"],
"authenticated": ["reader", "editor"], "authenticated": ["reader", "commenter", "editor"],
"restricted": None, "restricted": None,
}, },
), ),
@@ -1254,8 +1548,8 @@ def test_models_documents_restore_complex_bis(django_assert_num_queries):
None, None,
None, None,
{ {
"public": ["reader", "editor"], "public": ["reader", "commenter", "editor"],
"authenticated": ["reader", "editor"], "authenticated": ["reader", "commenter", "editor"],
"restricted": None, "restricted": None,
}, },
), ),

View File

@@ -8,7 +8,7 @@ from django.core.exceptions import ValidationError
import pytest import pytest
from core import factories from core import factories, models
pytestmark = pytest.mark.django_db pytestmark = pytest.mark.django_db
@@ -44,3 +44,55 @@ def test_models_users_send_mail_main_missing():
user.email_user("my subject", "my message") user.email_user("my subject", "my message")
assert str(excinfo.value) == "User has no email address." assert str(excinfo.value) == "User has no email address."
@pytest.mark.parametrize(
"sub,is_valid",
[
("valid_sub.@+-:=/", True),
("invalid süb", False),
(12345, True),
],
)
def test_models_users_sub_validator(sub, is_valid):
"""The "sub" field should be validated."""
user = factories.UserFactory()
user.sub = sub
if is_valid:
user.full_clean()
else:
with pytest.raises(
ValidationError,
match=("Enter a valid sub. This value should be ASCII only."),
):
user.full_clean()
def test_modes_users_convert_valid_invitations():
"""
The "convert_valid_invitations" method should convert valid invitations to document accesses.
"""
email = "test@example.com"
document = factories.DocumentFactory()
other_document = factories.DocumentFactory()
invitation_document = factories.InvitationFactory(email=email, document=document)
invitation_other_document = factories.InvitationFactory(
email="Test@example.coM", document=other_document
)
other_email_invitation = factories.InvitationFactory(
email="pre_test@example.com", document=document
)
assert document.accesses.count() == 0
assert other_document.accesses.count() == 0
user = factories.UserFactory(email=email)
assert document.accesses.filter(user=user).count() == 1
assert other_document.accesses.filter(user=user).count() == 1
assert not models.Invitation.objects.filter(id=invitation_document.id).exists()
assert not models.Invitation.objects.filter(
id=invitation_other_document.id
).exists()
assert models.Invitation.objects.filter(id=other_email_invitation.id).exists()

View File

@@ -1,4 +1,4 @@
"""Test converter services.""" """Test y-provider services."""
from base64 import b64decode from base64 import b64decode
from unittest.mock import MagicMock, patch from unittest.mock import MagicMock, patch
@@ -84,6 +84,42 @@ def test_convert_full_integration(mock_post, settings):
headers={ headers={
"Authorization": "Bearer test-key", "Authorization": "Bearer test-key",
"Content-Type": "text/markdown", "Content-Type": "text/markdown",
"Accept": "application/vnd.yjs.doc",
},
timeout=5,
verify=False,
)
@patch("requests.post")
def test_convert_full_integration_with_specific_headers(mock_post, settings):
"""Test successful conversion with specific content type and accept headers."""
settings.Y_PROVIDER_API_BASE_URL = "http://test.com/"
settings.Y_PROVIDER_API_KEY = "test-key"
settings.CONVERSION_API_ENDPOINT = "conversion-endpoint"
settings.CONVERSION_API_TIMEOUT = 5
settings.CONVERSION_API_SECURE = False
converter = YdocConverter()
expected_response = "# Test Document\n\nThis is test content."
mock_response = MagicMock()
mock_response.text = expected_response
mock_response.raise_for_status.return_value = None
mock_post.return_value = mock_response
result = converter.convert(
b"test_content", "application/vnd.yjs.doc", "text/markdown"
)
assert result == expected_response
mock_post.assert_called_once_with(
"http://test.com/conversion-endpoint/",
data=b"test_content",
headers={
"Authorization": "Bearer test-key",
"Content-Type": "application/vnd.yjs.doc",
"Accept": "text/markdown",
}, },
timeout=5, timeout=5,
verify=False, verify=False,

View File

@@ -26,20 +26,22 @@ document_related_router.register(
viewsets.InvitationViewset, viewsets.InvitationViewset,
basename="invitations", basename="invitations",
) )
document_related_router.register(
"threads",
viewsets.ThreadViewSet,
basename="threads",
)
document_related_router.register( document_related_router.register(
"ask-for-access", "ask-for-access",
viewsets.DocumentAskForAccessViewSet, viewsets.DocumentAskForAccessViewSet,
basename="ask_for_access", basename="ask_for_access",
) )
thread_related_router = DefaultRouter()
# - Routes nested under a template thread_related_router.register(
template_related_router = DefaultRouter() "comments",
template_related_router.register( viewsets.CommentViewSet,
"accesses", basename="comments",
viewsets.TemplateAccessViewSet,
basename="template_accesses",
) )
@@ -55,8 +57,8 @@ urlpatterns = [
include(document_related_router.urls), include(document_related_router.urls),
), ),
re_path( re_path(
r"^templates/(?P<resource_id>[0-9a-z-]*)/", r"^documents/(?P<resource_id>[0-9a-z-]*)/threads/(?P<thread_id>[0-9a-z-]*)/",
include(template_related_router.urls), include(thread_related_router.urls),
), ),
] ]
), ),

View File

@@ -0,0 +1,9 @@
"""Custom validators for the core app."""
from django.core.exceptions import ValidationError
def sub_validator(value):
"""Validate that the sub is ASCII only."""
if not value.isascii():
raise ValidationError("Enter a valid sub. This value should be ASCII only.")

View File

@@ -8,11 +8,19 @@ NB_OBJECTS = {
DEV_USERS = [ DEV_USERS = [
{"username": "impress", "email": "impress@impress.world", "language": "en-us"}, {"username": "impress", "email": "impress@impress.world", "language": "en-us"},
{"username": "user-e2e-webkit", "email": "user@webkit.test", "language": "en-us"}, {
{"username": "user-e2e-firefox", "email": "user@firefox.test", "language": "en-us"}, "username": "user-e2e-webkit",
"email": "user.test@webkit.test",
"language": "en-us",
},
{
"username": "user-e2e-firefox",
"email": "user.test@firefox.test",
"language": "en-us",
},
{ {
"username": "user-e2e-chromium", "username": "user-e2e-chromium",
"email": "user@chromium.test", "email": "user.test@chromium.test",
"language": "en-us", "language": "en-us",
}, },
] ]

View File

@@ -119,8 +119,8 @@ def create_demo(stdout):
first_name = random.choice(first_names) first_name = random.choice(first_names)
queue.push( queue.push(
models.User( models.User(
admin_email=f"user{i:d}@example.com", admin_email=f"user.test{i:d}@example.com",
email=f"user{i:d}@example.com", email=f"user.test{i:d}@example.com",
password="!", password="!",
is_superuser=False, is_superuser=False,
is_active=True, is_active=True,

View File

@@ -33,9 +33,9 @@ def test_commands_create_demo():
# assert dev users have doc accesses # assert dev users have doc accesses
user = models.User.objects.get(email="impress@impress.world") user = models.User.objects.get(email="impress@impress.world")
assert models.DocumentAccess.objects.filter(user=user).exists() assert models.DocumentAccess.objects.filter(user=user).exists()
user = models.User.objects.get(email="user@webkit.test") user = models.User.objects.get(email="user.test@webkit.test")
assert models.DocumentAccess.objects.filter(user=user).exists() assert models.DocumentAccess.objects.filter(user=user).exists()
user = models.User.objects.get(email="user@firefox.test") user = models.User.objects.get(email="user.test@firefox.test")
assert models.DocumentAccess.objects.filter(user=user).exists() assert models.DocumentAccess.objects.filter(user=user).exists()
user = models.User.objects.get(email="user@chromium.test") user = models.User.objects.get(email="user.test@chromium.test")
assert models.DocumentAccess.objects.filter(user=user).exists() assert models.DocumentAccess.objects.filter(user=user).exists()

View File

@@ -9,7 +9,7 @@
}, },
"externalLinks": [ "externalLinks": [
{ {
"label": "Github", "label": "GitHub",
"href": "https://github.com/suitenumerique/docs/" "href": "https://github.com/suitenumerique/docs/"
}, },
{ {

View File

@@ -142,7 +142,7 @@ class Base(Configuration):
) )
# Document images # Document images
DOCUMENT_IMAGE_MAX_SIZE = values.Value( DOCUMENT_IMAGE_MAX_SIZE = values.IntegerValue(
10 * (2**20), # 10MB 10 * (2**20), # 10MB
environ_name="DOCUMENT_IMAGE_MAX_SIZE", environ_name="DOCUMENT_IMAGE_MAX_SIZE",
environ_prefix=None, environ_prefix=None,
@@ -356,6 +356,9 @@ class Base(Configuration):
"PAGE_SIZE": 20, "PAGE_SIZE": 20,
"DEFAULT_VERSIONING_CLASS": "rest_framework.versioning.URLPathVersioning", "DEFAULT_VERSIONING_CLASS": "rest_framework.versioning.URLPathVersioning",
"DEFAULT_SCHEMA_CLASS": "drf_spectacular.openapi.AutoSchema", "DEFAULT_SCHEMA_CLASS": "drf_spectacular.openapi.AutoSchema",
"DEFAULT_THROTTLE_CLASSES": [
"lasuite.drf.throttling.MonitoredScopedRateThrottle",
],
"DEFAULT_THROTTLE_RATES": { "DEFAULT_THROTTLE_RATES": {
"user_list_sustained": values.Value( "user_list_sustained": values.Value(
default="180/hour", default="180/hour",
@@ -367,8 +370,46 @@ class Base(Configuration):
environ_name="API_USERS_LIST_THROTTLE_RATE_BURST", environ_name="API_USERS_LIST_THROTTLE_RATE_BURST",
environ_prefix=None, environ_prefix=None,
), ),
"document": values.Value(
default="80/minute",
environ_name="API_DOCUMENT_THROTTLE_RATE",
environ_prefix=None,
),
"document_access": values.Value(
default="50/minute",
environ_name="API_DOCUMENT_ACCESS_THROTTLE_RATE",
environ_prefix=None,
),
"template": values.Value(
default="30/minute",
environ_name="API_TEMPLATE_THROTTLE_RATE",
environ_prefix=None,
),
"template_access": values.Value(
default="30/minute",
environ_name="API_TEMPLATE_ACCESS_THROTTLE_RATE",
environ_prefix=None,
),
"invitation": values.Value(
default="60/minute",
environ_name="API_INVITATION_THROTTLE_RATE",
environ_prefix=None,
),
"document_ask_for_access": values.Value(
default="30/minute",
environ_name="API_DOCUMENT_ASK_FOR_ACCESS_THROTTLE_RATE",
environ_prefix=None,
),
"config": values.Value(
default="30/minute",
environ_name="API_CONFIG_THROTTLE_RATE",
environ_prefix=None,
),
}, },
} }
MONITORED_THROTTLE_FAILURE_CALLBACK = (
"core.api.throttling.sentry_monitoring_throttle_failure"
)
SPECTACULAR_SETTINGS = { SPECTACULAR_SETTINGS = {
"TITLE": "Impress API", "TITLE": "Impress API",
@@ -449,7 +490,7 @@ class Base(Configuration):
environ_prefix=None, environ_prefix=None,
) )
THEME_CUSTOMIZATION_CACHE_TIMEOUT = values.Value( THEME_CUSTOMIZATION_CACHE_TIMEOUT = values.IntegerValue(
60 * 60 * 24, 60 * 60 * 24,
environ_name="THEME_CUSTOMIZATION_CACHE_TIMEOUT", environ_name="THEME_CUSTOMIZATION_CACHE_TIMEOUT",
environ_prefix=None, environ_prefix=None,

View File

@@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: lasuite-docs\n" "Project-Id-Version: lasuite-docs\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-24 20:42+0000\n" "POT-Creation-Date: 2025-11-17 08:04+0000\n"
"PO-Revision-Date: 2025-07-31 12:38\n" "PO-Revision-Date: 2025-11-19 10:13\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Breton\n" "Language-Team: Breton\n"
"Language: br_FR\n" "Language: br_FR\n"
@@ -17,20 +17,20 @@ msgstr ""
"X-Crowdin-File: backend-impress.pot\n" "X-Crowdin-File: backend-impress.pot\n"
"X-Crowdin-File-ID: 18\n" "X-Crowdin-File-ID: 18\n"
#: build/lib/core/admin.py:37 core/admin.py:37 #: build/lib/core/admin.py:36 core/admin.py:36
msgid "Personal info" msgid "Personal info"
msgstr "Titouroù personel" msgstr "Titouroù personel"
#: build/lib/core/admin.py:50 build/lib/core/admin.py:138 core/admin.py:50 #: build/lib/core/admin.py:49 build/lib/core/admin.py:137 core/admin.py:49
#: core/admin.py:138 #: core/admin.py:137
msgid "Permissions" msgid "Permissions"
msgstr "Aotreoù" msgstr "Aotreoù"
#: build/lib/core/admin.py:62 core/admin.py:62 #: build/lib/core/admin.py:61 core/admin.py:61
msgid "Important dates" msgid "Important dates"
msgstr "Deiziadoù a-bouez" msgstr "Deiziadoù a-bouez"
#: build/lib/core/admin.py:148 core/admin.py:148 #: build/lib/core/admin.py:147 core/admin.py:147
msgid "Tree structure" msgid "Tree structure"
msgstr "Gwezennadur" msgstr "Gwezennadur"
@@ -44,33 +44,42 @@ msgstr "Me eo an aozer"
#: build/lib/core/api/filters.py:64 core/api/filters.py:64 #: build/lib/core/api/filters.py:64 core/api/filters.py:64
msgid "Masked" msgid "Masked"
msgstr "" msgstr "Kuzhet"
#: build/lib/core/api/filters.py:67 core/api/filters.py:67 #: build/lib/core/api/filters.py:67 core/api/filters.py:67
msgid "Favorite" msgid "Favorite"
msgstr "Sinedoù" msgstr "Sinedoù"
#: build/lib/core/api/serializers.py:467 core/api/serializers.py:467 #: build/lib/core/api/serializers.py:496 core/api/serializers.py:496
msgid "A new document was created on your behalf!" msgid "A new document was created on your behalf!"
msgstr "Ur restr nevez a zo bet krouet ganeoc'h!" msgstr "Ur restr nevez a zo bet krouet ganeoc'h!"
#: build/lib/core/api/serializers.py:471 core/api/serializers.py:471 #: build/lib/core/api/serializers.py:500 core/api/serializers.py:500
msgid "You have been granted ownership of a new document:" msgid "You have been granted ownership of a new document:"
msgstr "C'hwi zo bet disklaeriet perc'henn ur restr nevez:" msgstr "C'hwi zo bet disklaeriet perc'henn ur restr nevez:"
#: build/lib/core/api/serializers.py:608 core/api/serializers.py:608 #: build/lib/core/api/serializers.py:536 core/api/serializers.py:536
msgid "This field is required."
msgstr "Ar vaezienn-mañ a zo rekis."
#: build/lib/core/api/serializers.py:547 core/api/serializers.py:547
#, python-format
msgid "Link reach '%(link_reach)s' is not allowed based on parent document configuration."
msgstr ""
#: build/lib/core/api/serializers.py:693 core/api/serializers.py:693
msgid "Body" msgid "Body"
msgstr "Korf" msgstr "Korf"
#: build/lib/core/api/serializers.py:611 core/api/serializers.py:611 #: build/lib/core/api/serializers.py:696 core/api/serializers.py:696
msgid "Body type" msgid "Body type"
msgstr "Doare korf" msgstr "Doare korf"
#: build/lib/core/api/serializers.py:617 core/api/serializers.py:617 #: build/lib/core/api/serializers.py:702 core/api/serializers.py:702
msgid "Format" msgid "Format"
msgstr "Stumm" msgstr "Stumm"
#: build/lib/core/api/viewsets.py:942 core/api/viewsets.py:942 #: build/lib/core/api/viewsets.py:1003 core/api/viewsets.py:1003
#, python-brace-format #, python-brace-format
msgid "copy of {title}" msgid "copy of {title}"
msgstr "eilenn {title}" msgstr "eilenn {title}"
@@ -129,291 +138,287 @@ msgstr "Kleiz"
msgid "Right" msgid "Right"
msgstr "Dehoù" msgstr "Dehoù"
#: build/lib/core/models.py:79 core/models.py:79 #: build/lib/core/models.py:80 core/models.py:80
msgid "id" msgid "id"
msgstr "id" msgstr "id"
#: build/lib/core/models.py:80 core/models.py:80 #: build/lib/core/models.py:81 core/models.py:81
msgid "primary key for the record as UUID" msgid "primary key for the record as UUID"
msgstr "alc'hwez kentañ evit an enrollañ evel UIID" msgstr "alc'hwez kentañ evit an enrollañ evel UIID"
#: build/lib/core/models.py:86 core/models.py:86 #: build/lib/core/models.py:87 core/models.py:87
msgid "created on" msgid "created on"
msgstr "krouet d'ar/al" msgstr "krouet d'ar/al"
#: build/lib/core/models.py:87 core/models.py:87 #: build/lib/core/models.py:88 core/models.py:88
msgid "date and time at which a record was created" msgid "date and time at which a record was created"
msgstr "deiziad hag eurvezh krouidigezh an enrolladenn" msgstr "deiziad hag eurvezh krouidigezh an enrolladenn"
#: build/lib/core/models.py:92 core/models.py:92 #: build/lib/core/models.py:93 core/models.py:93
msgid "updated on" msgid "updated on"
msgstr "hizivaet d'ar/al" msgstr "hizivaet d'ar/al"
#: build/lib/core/models.py:93 core/models.py:93 #: build/lib/core/models.py:94 core/models.py:94
msgid "date and time at which a record was last updated" msgid "date and time at which a record was last updated"
msgstr "deiziad hag eurvezh m'eo bet hizivaet an enrolladenn" msgstr "deiziad hag eurvezh m'eo bet hizivaet an enrolladenn"
#: build/lib/core/models.py:129 core/models.py:129 #: build/lib/core/models.py:130 core/models.py:130
msgid "We couldn't find a user with this sub but the email is already associated with a registered user." msgid "We couldn't find a user with this sub but the email is already associated with a registered user."
msgstr "N'hon eus kavet implijer ebet gant an isstrollad-mañ met ar postel a zo liammet ouzh un implijer enrollet." msgstr "N'hon eus kavet implijer ebet gant an isstrollad-mañ met ar postel a zo liammet ouzh un implijer enrollet."
#: build/lib/core/models.py:142 core/models.py:142 #: build/lib/core/models.py:141 core/models.py:141
msgid "Enter a valid sub. This value may contain only letters, numbers, and @/./+/-/_/: characters."
msgstr "Ebarzhit un isstrollad mat. An talvoud-mañ a c'hall enderc'hel lizhiri, sifroù hag arouezioù @/./+/-/_/: hepken."
#: build/lib/core/models.py:148 core/models.py:148
msgid "sub" msgid "sub"
msgstr "isstrollad" msgstr "isstrollad"
#: build/lib/core/models.py:150 core/models.py:150 #: build/lib/core/models.py:142 core/models.py:142
msgid "Required. 255 characters or fewer. Letters, numbers, and @/./+/-/_/: characters only." msgid "Required. 255 characters or fewer. ASCII characters only."
msgstr "Rekis. 255 arouezenn pe nebeutoc'h. Lizhiri, sifroù hag arouezioù @/./+/-/_/: hepken." msgstr ""
#: build/lib/core/models.py:159 core/models.py:159 #: build/lib/core/models.py:150 core/models.py:150
msgid "full name" msgid "full name"
msgstr "anv klok" msgstr "anv klok"
#: build/lib/core/models.py:160 core/models.py:160 #: build/lib/core/models.py:152 core/models.py:152
msgid "short name" msgid "short name"
msgstr "anv berr" msgstr "anv berr"
#: build/lib/core/models.py:162 core/models.py:162 #: build/lib/core/models.py:155 core/models.py:155
msgid "identity email address" msgid "identity email address"
msgstr "postel identelezh" msgstr "postel identelezh"
#: build/lib/core/models.py:167 core/models.py:167 #: build/lib/core/models.py:160 core/models.py:160
msgid "admin email address" msgid "admin email address"
msgstr "postel ar merour" msgstr "postel ar merour"
#: build/lib/core/models.py:174 core/models.py:174 #: build/lib/core/models.py:167 core/models.py:167
msgid "language" msgid "language"
msgstr "yezh" msgstr "yezh"
#: build/lib/core/models.py:175 core/models.py:175 #: build/lib/core/models.py:168 core/models.py:168
msgid "The language in which the user wants to see the interface." msgid "The language in which the user wants to see the interface."
msgstr "Ar yezh en deus c'hoant da welet an implijer an etrefas enni." msgstr "Ar yezh a vo implijet evit etrefas an implijer."
#: build/lib/core/models.py:183 core/models.py:183 #: build/lib/core/models.py:176 core/models.py:176
msgid "The timezone in which the user wants to see times." msgid "The timezone in which the user wants to see times."
msgstr "Ar gwerzhid-eur en deus c'hoant da welet an implijer an eur drezañ." msgstr "Ar gwerzhid-eur a vo implijet evit etrefas an implijer."
#: build/lib/core/models.py:186 core/models.py:186 #: build/lib/core/models.py:179 core/models.py:179
msgid "device" msgid "device"
msgstr "trevnad" msgstr "trevnad"
#: build/lib/core/models.py:188 core/models.py:188 #: build/lib/core/models.py:181 core/models.py:181
msgid "Whether the user is a device or a real user." msgid "Whether the user is a device or a real user."
msgstr "Pe vefe an implijer un aparailh pe un implijer gwirion." msgstr "Pe vefe an implijer un aparailh pe un implijer gwirion."
#: build/lib/core/models.py:191 core/models.py:191 #: build/lib/core/models.py:184 core/models.py:184
msgid "staff status" msgid "staff status"
msgstr "statud ar skipailh" msgstr "statud ar skipailh"
#: build/lib/core/models.py:193 core/models.py:193 #: build/lib/core/models.py:186 core/models.py:186
msgid "Whether the user can log into this admin site." msgid "Whether the user can log into this admin site."
msgstr "Ma c'hall an implijer kevreañ ouzh al lec'hienn verañ-mañ." msgstr "Ma c'hall an implijer kevreañ ouzh al lec'hienn verañ-mañ."
#: build/lib/core/models.py:196 core/models.py:196 #: build/lib/core/models.py:189 core/models.py:189
msgid "active" msgid "active"
msgstr "oberiant" msgstr "oberiant"
#: build/lib/core/models.py:199 core/models.py:199 #: build/lib/core/models.py:192 core/models.py:192
msgid "Whether this user should be treated as active. Unselect this instead of deleting accounts." msgid "Whether this user should be treated as active. Unselect this instead of deleting accounts."
msgstr "Ma rank bezañ tretet an implijer-mañ evel oberiant. Diziuzit an dra-mañ e-plas dilemel kontoù." msgstr "Ma rank bezañ tretet an implijer-mañ evel oberiant. Diziuzit an dra-mañ e-plas dilemel kontoù."
#: build/lib/core/models.py:211 core/models.py:211 #: build/lib/core/models.py:204 core/models.py:204
msgid "user" msgid "user"
msgstr "implijer" msgstr "implijer"
#: build/lib/core/models.py:212 core/models.py:212 #: build/lib/core/models.py:205 core/models.py:205
msgid "users" msgid "users"
msgstr "implijerien" msgstr "implijerien"
#: build/lib/core/models.py:368 build/lib/core/models.py:1283 #: build/lib/core/models.py:361 build/lib/core/models.py:1276
#: core/models.py:368 core/models.py:1283 #: core/models.py:361 core/models.py:1276
msgid "title" msgid "title"
msgstr "titl" msgstr "titl"
#: build/lib/core/models.py:369 core/models.py:369 #: build/lib/core/models.py:362 core/models.py:362
msgid "excerpt" msgid "excerpt"
msgstr "bomm" msgstr "bomm"
#: build/lib/core/models.py:418 core/models.py:418 #: build/lib/core/models.py:411 core/models.py:411
msgid "Document" msgid "Document"
msgstr "Restr" msgstr "Restr"
#: build/lib/core/models.py:419 core/models.py:419 #: build/lib/core/models.py:412 core/models.py:412
msgid "Documents" msgid "Documents"
msgstr "Restroù" msgstr "Restroù"
#: build/lib/core/models.py:431 build/lib/core/models.py:821 core/models.py:431 #: build/lib/core/models.py:424 build/lib/core/models.py:822 core/models.py:424
#: core/models.py:821 #: core/models.py:822
msgid "Untitled Document" msgid "Untitled Document"
msgstr "Restr hep titl" msgstr "Restr hep titl"
#: build/lib/core/models.py:856 core/models.py:856 #: build/lib/core/models.py:857 core/models.py:857
#, python-brace-format #, python-brace-format
msgid "{name} shared a document with you!" msgid "{name} shared a document with you!"
msgstr "{name} en deus rannet ur restr ganeoc'h!" msgstr "{name} en deus rannet ur restr ganeoc'h!"
#: build/lib/core/models.py:860 core/models.py:860 #: build/lib/core/models.py:861 core/models.py:861
#, python-brace-format #, python-brace-format
msgid "{name} invited you with the role \"{role}\" on the following document:" msgid "{name} invited you with the role \"{role}\" on the following document:"
msgstr "{name} en deus pedet ac'hanoc'h gant ar rol \"{role}\" war ar restr da-heul:" msgstr "{name} en deus pedet ac'hanoc'h gant ar rol \"{role}\" war ar restr da-heul:"
#: build/lib/core/models.py:866 core/models.py:866 #: build/lib/core/models.py:867 core/models.py:867
#, python-brace-format #, python-brace-format
msgid "{name} shared a document with you: {title}" msgid "{name} shared a document with you: {title}"
msgstr "{name} en deus rannet ur restr ganeoc'h: {title}" msgstr "{name} en deus rannet ur restr ganeoc'h: {title}"
#: build/lib/core/models.py:966 core/models.py:966 #: build/lib/core/models.py:967 core/models.py:967
msgid "Document/user link trace" msgid "Document/user link trace"
msgstr "Roud liamm ar restr/an implijer" msgstr "Roud liamm ar restr/an implijer"
#: build/lib/core/models.py:967 core/models.py:967 #: build/lib/core/models.py:968 core/models.py:968
msgid "Document/user link traces" msgid "Document/user link traces"
msgstr "Roudoù liamm ar restr/an implijer" msgstr "Roudoù liamm ar restr/an implijer"
#: build/lib/core/models.py:973 core/models.py:973 #: build/lib/core/models.py:974 core/models.py:974
msgid "A link trace already exists for this document/user." msgid "A link trace already exists for this document/user."
msgstr "Ur roud liamm a zo dija evit an restr/an implijer." msgstr "Ur roud liamm a zo dija evit an restr/an implijer."
#: build/lib/core/models.py:996 core/models.py:996 #: build/lib/core/models.py:997 core/models.py:997
msgid "Document favorite" msgid "Document favorite"
msgstr "Restr muiañ-karet" msgstr "Restr muiañ-karet"
#: build/lib/core/models.py:997 core/models.py:997 #: build/lib/core/models.py:998 core/models.py:998
msgid "Document favorites" msgid "Document favorites"
msgstr "Restroù muiañ-karet" msgstr "Restroù muiañ-karet"
#: build/lib/core/models.py:1003 core/models.py:1003 #: build/lib/core/models.py:1004 core/models.py:1004
msgid "This document is already targeted by a favorite relation instance for the same user." msgid "This document is already targeted by a favorite relation instance for the same user."
msgstr "Ar restr-mañ a zo ur restr muiañ karet gant an implijer-mañ." msgstr "Ar restr-mañ a zo ur restr muiañ karet gant an implijer-mañ."
#: build/lib/core/models.py:1025 core/models.py:1025 #: build/lib/core/models.py:1026 core/models.py:1026
msgid "Document/user relation" msgid "Document/user relation"
msgstr "Liamm restr/implijer" msgstr "Liamm restr/implijer"
#: build/lib/core/models.py:1026 core/models.py:1026 #: build/lib/core/models.py:1027 core/models.py:1027
msgid "Document/user relations" msgid "Document/user relations"
msgstr "Liammoù restr/implijer" msgstr "Liammoù restr/implijer"
#: build/lib/core/models.py:1032 core/models.py:1032 #: build/lib/core/models.py:1033 core/models.py:1033
msgid "This user is already in this document." msgid "This user is already in this document."
msgstr "An implijer-mañ a zo dija er restr-mañ." msgstr "An implijer-mañ a zo dija er restr-mañ."
#: build/lib/core/models.py:1038 core/models.py:1038 #: build/lib/core/models.py:1039 core/models.py:1039
msgid "This team is already in this document." msgid "This team is already in this document."
msgstr "Ar skipailh-mañ a zo dija en restr-mañ." msgstr "Ar skipailh-mañ a zo dija en restr-mañ."
#: build/lib/core/models.py:1044 build/lib/core/models.py:1369 #: build/lib/core/models.py:1045 build/lib/core/models.py:1362
#: core/models.py:1044 core/models.py:1369 #: core/models.py:1045 core/models.py:1362
msgid "Either user or team must be set, not both." msgid "Either user or team must be set, not both."
msgstr "An implijer pe ar skipailh a rank bezañ termenet, ket an daou avat." msgstr "An implijer pe ar skipailh a rank bezañ termenet, ket an daou avat."
#: build/lib/core/models.py:1190 core/models.py:1190 #: build/lib/core/models.py:1191 core/models.py:1191
msgid "Document ask for access" msgid "Document ask for access"
msgstr "Goulenn tizhout ar restr" msgstr "Goulenn tizhout ar restr"
#: build/lib/core/models.py:1191 core/models.py:1191 #: build/lib/core/models.py:1192 core/models.py:1192
msgid "Document ask for accesses" msgid "Document ask for accesses"
msgstr "Goulennoù tizhout ar restr" msgstr "Goulennoù tizhout ar restr"
#: build/lib/core/models.py:1197 core/models.py:1197 #: build/lib/core/models.py:1198 core/models.py:1198
msgid "This user has already asked for access to this document." msgid "This user has already asked for access to this document."
msgstr "An implijer en deus goulennet tizhout ar restr-mañ." msgstr "An implijer en deus goulennet tizhout ar restr-mañ."
#: build/lib/core/models.py:1262 core/models.py:1262 #: build/lib/core/models.py:1255 core/models.py:1255
#, python-brace-format #, python-brace-format
msgid "{name} would like access to a document!" msgid "{name} would like access to a document!"
msgstr "{name} en defe c'hoant da dizhout ar restr-mañ!" msgstr "{name} en defe c'hoant da dizhout ar restr-mañ!"
#: build/lib/core/models.py:1266 core/models.py:1266 #: build/lib/core/models.py:1259 core/models.py:1259
#, python-brace-format #, python-brace-format
msgid "{name} would like access to the following document:" msgid "{name} would like access to the following document:"
msgstr "{name} en defe c'hoant da dizhout ar restr da-heul:" msgstr "{name} en defe c'hoant da dizhout ar restr da-heul:"
#: build/lib/core/models.py:1272 core/models.py:1272 #: build/lib/core/models.py:1265 core/models.py:1265
#, python-brace-format #, python-brace-format
msgid "{name} is asking for access to the document: {title}" msgid "{name} is asking for access to the document: {title}"
msgstr "{name} en defe c'hoant da dizhout ar restr: {title}" msgstr "{name} en defe c'hoant da dizhout ar restr: {title}"
#: build/lib/core/models.py:1284 core/models.py:1284 #: build/lib/core/models.py:1277 core/models.py:1277
msgid "description" msgid "description"
msgstr "deskrivadur" msgstr "deskrivadur"
#: build/lib/core/models.py:1285 core/models.py:1285 #: build/lib/core/models.py:1278 core/models.py:1278
msgid "code" msgid "code"
msgstr "kod" msgstr "kod"
#: build/lib/core/models.py:1286 core/models.py:1286 #: build/lib/core/models.py:1279 core/models.py:1279
msgid "css" msgid "css"
msgstr "css" msgstr "css"
#: build/lib/core/models.py:1288 core/models.py:1288 #: build/lib/core/models.py:1281 core/models.py:1281
msgid "public" msgid "public"
msgstr "publik" msgstr "publik"
#: build/lib/core/models.py:1290 core/models.py:1290 #: build/lib/core/models.py:1283 core/models.py:1283
msgid "Whether this template is public for anyone to use." msgid "Whether this template is public for anyone to use."
msgstr "M'eo foran ar patrom-mañ hag implijus gant n'eus forzh piv." msgstr "M'eo foran ar patrom-mañ hag implijus gant n'eus forzh piv."
#: build/lib/core/models.py:1296 core/models.py:1296 #: build/lib/core/models.py:1289 core/models.py:1289
msgid "Template" msgid "Template"
msgstr "Patrom" msgstr "Patrom"
#: build/lib/core/models.py:1297 core/models.py:1297 #: build/lib/core/models.py:1290 core/models.py:1290
msgid "Templates" msgid "Templates"
msgstr "Patromoù" msgstr "Patromoù"
#: build/lib/core/models.py:1350 core/models.py:1350 #: build/lib/core/models.py:1343 core/models.py:1343
msgid "Template/user relation" msgid "Template/user relation"
msgstr "Liamm patrom/implijer" msgstr "Liamm patrom/implijer"
#: build/lib/core/models.py:1351 core/models.py:1351 #: build/lib/core/models.py:1344 core/models.py:1344
msgid "Template/user relations" msgid "Template/user relations"
msgstr "Liammoù patrom/implijer" msgstr "Liammoù patrom/implijer"
#: build/lib/core/models.py:1357 core/models.py:1357 #: build/lib/core/models.py:1350 core/models.py:1350
msgid "This user is already in this template." msgid "This user is already in this template."
msgstr "An implijer-mañ a zo dija er patrom-mañ." msgstr "An implijer-mañ a zo dija er patrom-mañ."
#: build/lib/core/models.py:1363 core/models.py:1363 #: build/lib/core/models.py:1356 core/models.py:1356
msgid "This team is already in this template." msgid "This team is already in this template."
msgstr "Ar skipailh-mañ a zo dija er patrom-mañ." msgstr "Ar skipailh-mañ a zo dija er patrom-mañ."
#: build/lib/core/models.py:1440 core/models.py:1440 #: build/lib/core/models.py:1433 core/models.py:1433
msgid "email address" msgid "email address"
msgstr "postel" msgstr "postel"
#: build/lib/core/models.py:1459 core/models.py:1459 #: build/lib/core/models.py:1452 core/models.py:1452
msgid "Document invitation" msgid "Document invitation"
msgstr "Pedadenn d'ur restr" msgstr "Pedadenn d'ur restr"
#: build/lib/core/models.py:1460 core/models.py:1460 #: build/lib/core/models.py:1453 core/models.py:1453
msgid "Document invitations" msgid "Document invitations"
msgstr "Pedadennoù d'ur restr" msgstr "Pedadennoù d'ur restr"
#: build/lib/core/models.py:1480 core/models.py:1480 #: build/lib/core/models.py:1473 core/models.py:1473
msgid "This email is already associated to a registered user." msgid "This email is already associated to a registered user."
msgstr "Ar postel-mañ a zo liammet ouzh un implijer enskrivet." msgstr "Ar postel-mañ a zo liammet ouzh un implijer enskrivet."
#: core/templates/mail/html/template.html:162 #: core/templates/mail/html/template.html:153
#: core/templates/mail/text/template.txt:3 #: core/templates/mail/text/template.txt:3
msgid "Logo email" msgid "Logo email"
msgstr "Logo ar postel" msgstr "Logo ar postel"
#: core/templates/mail/html/template.html:209 #: core/templates/mail/html/template.html:200
#: core/templates/mail/text/template.txt:10 #: core/templates/mail/text/template.txt:10
msgid "Open" msgid "Open"
msgstr "Digeriñ" msgstr "Digeriñ"
#: core/templates/mail/html/template.html:226 #: core/templates/mail/html/template.html:217
#: core/templates/mail/text/template.txt:14 #: core/templates/mail/text/template.txt:14
msgid " Docs, your new essential tool for organizing, sharing and collaborating on your documents as a team. " msgid " Docs, your new essential tool for organizing, sharing and collaborating on your documents as a team. "
msgstr " Docs, hoc'h ostilh nevez ret-holl evit aozañ, rannañ ha kenlabourat war ar restr e skipailh. " msgstr " Docs, hoc'h ostilh nevez ret-holl evit aozañ, rannañ ha kenlabourat war ar restr e skipailh. "
#: core/templates/mail/html/template.html:233 #: core/templates/mail/html/template.html:224
#: core/templates/mail/text/template.txt:16 #: core/templates/mail/text/template.txt:16
#, python-format #, python-format
msgid " Brought to you by %(brandname)s " msgid " Brought to you by %(brandname)s "

View File

@@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: lasuite-docs\n" "Project-Id-Version: lasuite-docs\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-24 20:42+0000\n" "POT-Creation-Date: 2025-11-17 08:04+0000\n"
"PO-Revision-Date: 2025-07-31 12:38\n" "PO-Revision-Date: 2025-11-19 10:13\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: German\n" "Language-Team: German\n"
"Language: de_DE\n" "Language: de_DE\n"
@@ -17,20 +17,20 @@ msgstr ""
"X-Crowdin-File: backend-impress.pot\n" "X-Crowdin-File: backend-impress.pot\n"
"X-Crowdin-File-ID: 18\n" "X-Crowdin-File-ID: 18\n"
#: build/lib/core/admin.py:37 core/admin.py:37 #: build/lib/core/admin.py:36 core/admin.py:36
msgid "Personal info" msgid "Personal info"
msgstr "Persönliche Daten" msgstr "Persönliche Daten"
#: build/lib/core/admin.py:50 build/lib/core/admin.py:138 core/admin.py:50 #: build/lib/core/admin.py:49 build/lib/core/admin.py:137 core/admin.py:49
#: core/admin.py:138 #: core/admin.py:137
msgid "Permissions" msgid "Permissions"
msgstr "Berechtigungen" msgstr "Berechtigungen"
#: build/lib/core/admin.py:62 core/admin.py:62 #: build/lib/core/admin.py:61 core/admin.py:61
msgid "Important dates" msgid "Important dates"
msgstr "Wichtige Daten" msgstr "Wichtige Daten"
#: build/lib/core/admin.py:148 core/admin.py:148 #: build/lib/core/admin.py:147 core/admin.py:147
msgid "Tree structure" msgid "Tree structure"
msgstr "Baumstruktur" msgstr "Baumstruktur"
@@ -50,27 +50,36 @@ msgstr ""
msgid "Favorite" msgid "Favorite"
msgstr "Favorit" msgstr "Favorit"
#: build/lib/core/api/serializers.py:467 core/api/serializers.py:467 #: build/lib/core/api/serializers.py:496 core/api/serializers.py:496
msgid "A new document was created on your behalf!" msgid "A new document was created on your behalf!"
msgstr "Ein neues Dokument wurde in Ihrem Namen erstellt!" msgstr "Ein neues Dokument wurde in Ihrem Namen erstellt!"
#: build/lib/core/api/serializers.py:471 core/api/serializers.py:471 #: build/lib/core/api/serializers.py:500 core/api/serializers.py:500
msgid "You have been granted ownership of a new document:" msgid "You have been granted ownership of a new document:"
msgstr "Sie sind Besitzer eines neuen Dokuments:" msgstr "Sie sind Besitzer eines neuen Dokuments:"
#: build/lib/core/api/serializers.py:608 core/api/serializers.py:608 #: build/lib/core/api/serializers.py:536 core/api/serializers.py:536
msgid "This field is required."
msgstr ""
#: build/lib/core/api/serializers.py:547 core/api/serializers.py:547
#, python-format
msgid "Link reach '%(link_reach)s' is not allowed based on parent document configuration."
msgstr ""
#: build/lib/core/api/serializers.py:693 core/api/serializers.py:693
msgid "Body" msgid "Body"
msgstr "Inhalt" msgstr "Inhalt"
#: build/lib/core/api/serializers.py:611 core/api/serializers.py:611 #: build/lib/core/api/serializers.py:696 core/api/serializers.py:696
msgid "Body type" msgid "Body type"
msgstr "Typ" msgstr "Typ"
#: build/lib/core/api/serializers.py:617 core/api/serializers.py:617 #: build/lib/core/api/serializers.py:702 core/api/serializers.py:702
msgid "Format" msgid "Format"
msgstr "Format" msgstr "Format"
#: build/lib/core/api/viewsets.py:942 core/api/viewsets.py:942 #: build/lib/core/api/viewsets.py:1003 core/api/viewsets.py:1003
#, python-brace-format #, python-brace-format
msgid "copy of {title}" msgid "copy of {title}"
msgstr "Kopie von {title}" msgstr "Kopie von {title}"
@@ -129,291 +138,287 @@ msgstr "Links"
msgid "Right" msgid "Right"
msgstr "Rechts" msgstr "Rechts"
#: build/lib/core/models.py:79 core/models.py:79 #: build/lib/core/models.py:80 core/models.py:80
msgid "id" msgid "id"
msgstr "id" msgstr "id"
#: build/lib/core/models.py:80 core/models.py:80 #: build/lib/core/models.py:81 core/models.py:81
msgid "primary key for the record as UUID" msgid "primary key for the record as UUID"
msgstr "primärer Schlüssel für den Datensatz als UUID" msgstr "primärer Schlüssel für den Datensatz als UUID"
#: build/lib/core/models.py:86 core/models.py:86 #: build/lib/core/models.py:87 core/models.py:87
msgid "created on" msgid "created on"
msgstr "Erstellt" msgstr "Erstellt"
#: build/lib/core/models.py:87 core/models.py:87 #: build/lib/core/models.py:88 core/models.py:88
msgid "date and time at which a record was created" msgid "date and time at which a record was created"
msgstr "Datum und Uhrzeit, an dem ein Datensatz erstellt wurde" msgstr "Datum und Uhrzeit, an dem ein Datensatz erstellt wurde"
#: build/lib/core/models.py:92 core/models.py:92 #: build/lib/core/models.py:93 core/models.py:93
msgid "updated on" msgid "updated on"
msgstr "Aktualisiert" msgstr "Aktualisiert"
#: build/lib/core/models.py:93 core/models.py:93 #: build/lib/core/models.py:94 core/models.py:94
msgid "date and time at which a record was last updated" msgid "date and time at which a record was last updated"
msgstr "Datum und Uhrzeit, an dem zuletzt aktualisiert wurde" msgstr "Datum und Uhrzeit, an dem zuletzt aktualisiert wurde"
#: build/lib/core/models.py:129 core/models.py:129 #: build/lib/core/models.py:130 core/models.py:130
msgid "We couldn't find a user with this sub but the email is already associated with a registered user." msgid "We couldn't find a user with this sub but the email is already associated with a registered user."
msgstr "Wir konnten keinen Benutzer mit diesem Abo finden, aber die E-Mail-Adresse ist bereits einem registrierten Benutzer zugeordnet." msgstr "Wir konnten keinen Benutzer mit diesem Abo finden, aber die E-Mail-Adresse ist bereits einem registrierten Benutzer zugeordnet."
#: build/lib/core/models.py:142 core/models.py:142 #: build/lib/core/models.py:141 core/models.py:141
msgid "Enter a valid sub. This value may contain only letters, numbers, and @/./+/-/_/: characters."
msgstr "Geben Sie eine gültige Unterseite ein. Dieser Wert darf nur Buchstaben, Zahlen und die @/./+/-/_/: Zeichen enthalten."
#: build/lib/core/models.py:148 core/models.py:148
msgid "sub" msgid "sub"
msgstr "unter" msgstr "unter"
#: build/lib/core/models.py:150 core/models.py:150 #: build/lib/core/models.py:142 core/models.py:142
msgid "Required. 255 characters or fewer. Letters, numbers, and @/./+/-/_/: characters only." msgid "Required. 255 characters or fewer. ASCII characters only."
msgstr "Erforderlich. 255 Zeichen oder weniger. Buchstaben, Zahlen und die Zeichen @/./+/-/_/:" msgstr ""
#: build/lib/core/models.py:159 core/models.py:159 #: build/lib/core/models.py:150 core/models.py:150
msgid "full name" msgid "full name"
msgstr "Name" msgstr "Name"
#: build/lib/core/models.py:160 core/models.py:160 #: build/lib/core/models.py:152 core/models.py:152
msgid "short name" msgid "short name"
msgstr "Kurzbezeichnung" msgstr "Kurzbezeichnung"
#: build/lib/core/models.py:162 core/models.py:162 #: build/lib/core/models.py:155 core/models.py:155
msgid "identity email address" msgid "identity email address"
msgstr "Identitäts-E-Mail-Adresse" msgstr "Identitäts-E-Mail-Adresse"
#: build/lib/core/models.py:167 core/models.py:167 #: build/lib/core/models.py:160 core/models.py:160
msgid "admin email address" msgid "admin email address"
msgstr "Admin E-Mail-Adresse" msgstr "Admin E-Mail-Adresse"
#: build/lib/core/models.py:174 core/models.py:174 #: build/lib/core/models.py:167 core/models.py:167
msgid "language" msgid "language"
msgstr "Sprache" msgstr "Sprache"
#: build/lib/core/models.py:175 core/models.py:175 #: build/lib/core/models.py:168 core/models.py:168
msgid "The language in which the user wants to see the interface." msgid "The language in which the user wants to see the interface."
msgstr "Die Sprache, in der der Benutzer die Benutzeroberfläche sehen möchte." msgstr "Die Sprache, in der der Benutzer die Benutzeroberfläche sehen möchte."
#: build/lib/core/models.py:183 core/models.py:183 #: build/lib/core/models.py:176 core/models.py:176
msgid "The timezone in which the user wants to see times." msgid "The timezone in which the user wants to see times."
msgstr "Die Zeitzone, in der der Nutzer Zeiten sehen möchte." msgstr "Die Zeitzone, in der der Nutzer Zeiten sehen möchte."
#: build/lib/core/models.py:186 core/models.py:186 #: build/lib/core/models.py:179 core/models.py:179
msgid "device" msgid "device"
msgstr "Gerät" msgstr "Gerät"
#: build/lib/core/models.py:188 core/models.py:188 #: build/lib/core/models.py:181 core/models.py:181
msgid "Whether the user is a device or a real user." msgid "Whether the user is a device or a real user."
msgstr "Ob der Benutzer ein Gerät oder ein echter Benutzer ist." msgstr "Ob der Benutzer ein Gerät oder ein echter Benutzer ist."
#: build/lib/core/models.py:191 core/models.py:191 #: build/lib/core/models.py:184 core/models.py:184
msgid "staff status" msgid "staff status"
msgstr "Status des Teammitgliedes" msgstr "Status des Teammitgliedes"
#: build/lib/core/models.py:193 core/models.py:193 #: build/lib/core/models.py:186 core/models.py:186
msgid "Whether the user can log into this admin site." msgid "Whether the user can log into this admin site."
msgstr "Gibt an, ob der Benutzer sich in diese Admin-Seite einloggen kann." msgstr "Gibt an, ob der Benutzer sich in diese Admin-Seite einloggen kann."
#: build/lib/core/models.py:196 core/models.py:196 #: build/lib/core/models.py:189 core/models.py:189
msgid "active" msgid "active"
msgstr "aktiviert" msgstr "aktiviert"
#: build/lib/core/models.py:199 core/models.py:199 #: build/lib/core/models.py:192 core/models.py:192
msgid "Whether this user should be treated as active. Unselect this instead of deleting accounts." msgid "Whether this user should be treated as active. Unselect this instead of deleting accounts."
msgstr "Ob dieser Benutzer als aktiviert behandelt werden soll. Deaktivieren Sie diese Option, anstatt Konten zu löschen." msgstr "Ob dieser Benutzer als aktiviert behandelt werden soll. Deaktivieren Sie diese Option, anstatt Konten zu löschen."
#: build/lib/core/models.py:211 core/models.py:211 #: build/lib/core/models.py:204 core/models.py:204
msgid "user" msgid "user"
msgstr "Benutzer" msgstr "Benutzer"
#: build/lib/core/models.py:212 core/models.py:212 #: build/lib/core/models.py:205 core/models.py:205
msgid "users" msgid "users"
msgstr "Benutzer" msgstr "Benutzer"
#: build/lib/core/models.py:368 build/lib/core/models.py:1283 #: build/lib/core/models.py:361 build/lib/core/models.py:1276
#: core/models.py:368 core/models.py:1283 #: core/models.py:361 core/models.py:1276
msgid "title" msgid "title"
msgstr "Titel" msgstr "Titel"
#: build/lib/core/models.py:369 core/models.py:369 #: build/lib/core/models.py:362 core/models.py:362
msgid "excerpt" msgid "excerpt"
msgstr "Auszug" msgstr "Auszug"
#: build/lib/core/models.py:418 core/models.py:418 #: build/lib/core/models.py:411 core/models.py:411
msgid "Document" msgid "Document"
msgstr "Dokument" msgstr "Dokument"
#: build/lib/core/models.py:419 core/models.py:419 #: build/lib/core/models.py:412 core/models.py:412
msgid "Documents" msgid "Documents"
msgstr "Dokumente" msgstr "Dokumente"
#: build/lib/core/models.py:431 build/lib/core/models.py:821 core/models.py:431 #: build/lib/core/models.py:424 build/lib/core/models.py:822 core/models.py:424
#: core/models.py:821 #: core/models.py:822
msgid "Untitled Document" msgid "Untitled Document"
msgstr "Unbenanntes Dokument" msgstr "Unbenanntes Dokument"
#: build/lib/core/models.py:856 core/models.py:856 #: build/lib/core/models.py:857 core/models.py:857
#, python-brace-format #, python-brace-format
msgid "{name} shared a document with you!" msgid "{name} shared a document with you!"
msgstr "{name} hat ein Dokument mit Ihnen geteilt!" msgstr "{name} hat ein Dokument mit Ihnen geteilt!"
#: build/lib/core/models.py:860 core/models.py:860 #: build/lib/core/models.py:861 core/models.py:861
#, python-brace-format #, python-brace-format
msgid "{name} invited you with the role \"{role}\" on the following document:" msgid "{name} invited you with the role \"{role}\" on the following document:"
msgstr "{name} hat Sie mit der Rolle \"{role}\" zu folgendem Dokument eingeladen:" msgstr "{name} hat Sie mit der Rolle \"{role}\" zu folgendem Dokument eingeladen:"
#: build/lib/core/models.py:866 core/models.py:866 #: build/lib/core/models.py:867 core/models.py:867
#, python-brace-format #, python-brace-format
msgid "{name} shared a document with you: {title}" msgid "{name} shared a document with you: {title}"
msgstr "{name} hat ein Dokument mit Ihnen geteilt: {title}" msgstr "{name} hat ein Dokument mit Ihnen geteilt: {title}"
#: build/lib/core/models.py:966 core/models.py:966 #: build/lib/core/models.py:967 core/models.py:967
msgid "Document/user link trace" msgid "Document/user link trace"
msgstr "Dokument/Benutzer Linkverfolgung" msgstr "Dokument/Benutzer Linkverfolgung"
#: build/lib/core/models.py:967 core/models.py:967 #: build/lib/core/models.py:968 core/models.py:968
msgid "Document/user link traces" msgid "Document/user link traces"
msgstr "Dokument/Benutzer Linkverfolgung" msgstr "Dokument/Benutzer Linkverfolgung"
#: build/lib/core/models.py:973 core/models.py:973 #: build/lib/core/models.py:974 core/models.py:974
msgid "A link trace already exists for this document/user." msgid "A link trace already exists for this document/user."
msgstr "Für dieses Dokument/ diesen Benutzer ist bereits eine Linkverfolgung vorhanden." msgstr "Für dieses Dokument/ diesen Benutzer ist bereits eine Linkverfolgung vorhanden."
#: build/lib/core/models.py:996 core/models.py:996 #: build/lib/core/models.py:997 core/models.py:997
msgid "Document favorite" msgid "Document favorite"
msgstr "Dokumentenfavorit" msgstr "Dokumentenfavorit"
#: build/lib/core/models.py:997 core/models.py:997 #: build/lib/core/models.py:998 core/models.py:998
msgid "Document favorites" msgid "Document favorites"
msgstr "Dokumentfavoriten" msgstr "Dokumentfavoriten"
#: build/lib/core/models.py:1003 core/models.py:1003 #: build/lib/core/models.py:1004 core/models.py:1004
msgid "This document is already targeted by a favorite relation instance for the same user." msgid "This document is already targeted by a favorite relation instance for the same user."
msgstr "Dieses Dokument ist bereits durch den gleichen Benutzer favorisiert worden." msgstr "Dieses Dokument ist bereits durch den gleichen Benutzer favorisiert worden."
#: build/lib/core/models.py:1025 core/models.py:1025 #: build/lib/core/models.py:1026 core/models.py:1026
msgid "Document/user relation" msgid "Document/user relation"
msgstr "Dokument/Benutzerbeziehung" msgstr "Dokument/Benutzerbeziehung"
#: build/lib/core/models.py:1026 core/models.py:1026 #: build/lib/core/models.py:1027 core/models.py:1027
msgid "Document/user relations" msgid "Document/user relations"
msgstr "Dokument/Benutzerbeziehungen" msgstr "Dokument/Benutzerbeziehungen"
#: build/lib/core/models.py:1032 core/models.py:1032 #: build/lib/core/models.py:1033 core/models.py:1033
msgid "This user is already in this document." msgid "This user is already in this document."
msgstr "Dieser Benutzer befindet sich bereits in diesem Dokument." msgstr "Dieser Benutzer befindet sich bereits in diesem Dokument."
#: build/lib/core/models.py:1038 core/models.py:1038 #: build/lib/core/models.py:1039 core/models.py:1039
msgid "This team is already in this document." msgid "This team is already in this document."
msgstr "Dieses Team befindet sich bereits in diesem Dokument." msgstr "Dieses Team befindet sich bereits in diesem Dokument."
#: build/lib/core/models.py:1044 build/lib/core/models.py:1369 #: build/lib/core/models.py:1045 build/lib/core/models.py:1362
#: core/models.py:1044 core/models.py:1369 #: core/models.py:1045 core/models.py:1362
msgid "Either user or team must be set, not both." msgid "Either user or team must be set, not both."
msgstr "Benutzer oder Team müssen gesetzt werden, nicht beides." msgstr "Benutzer oder Team müssen gesetzt werden, nicht beides."
#: build/lib/core/models.py:1190 core/models.py:1190 #: build/lib/core/models.py:1191 core/models.py:1191
msgid "Document ask for access" msgid "Document ask for access"
msgstr "" msgstr ""
#: build/lib/core/models.py:1191 core/models.py:1191 #: build/lib/core/models.py:1192 core/models.py:1192
msgid "Document ask for accesses" msgid "Document ask for accesses"
msgstr "" msgstr ""
#: build/lib/core/models.py:1197 core/models.py:1197 #: build/lib/core/models.py:1198 core/models.py:1198
msgid "This user has already asked for access to this document." msgid "This user has already asked for access to this document."
msgstr "" msgstr ""
#: build/lib/core/models.py:1262 core/models.py:1262 #: build/lib/core/models.py:1255 core/models.py:1255
#, python-brace-format #, python-brace-format
msgid "{name} would like access to a document!" msgid "{name} would like access to a document!"
msgstr "" msgstr ""
#: build/lib/core/models.py:1266 core/models.py:1266 #: build/lib/core/models.py:1259 core/models.py:1259
#, python-brace-format #, python-brace-format
msgid "{name} would like access to the following document:" msgid "{name} would like access to the following document:"
msgstr "" msgstr ""
#: build/lib/core/models.py:1272 core/models.py:1272 #: build/lib/core/models.py:1265 core/models.py:1265
#, python-brace-format #, python-brace-format
msgid "{name} is asking for access to the document: {title}" msgid "{name} is asking for access to the document: {title}"
msgstr "" msgstr ""
#: build/lib/core/models.py:1284 core/models.py:1284 #: build/lib/core/models.py:1277 core/models.py:1277
msgid "description" msgid "description"
msgstr "Beschreibung" msgstr "Beschreibung"
#: build/lib/core/models.py:1285 core/models.py:1285 #: build/lib/core/models.py:1278 core/models.py:1278
msgid "code" msgid "code"
msgstr "Code" msgstr "Code"
#: build/lib/core/models.py:1286 core/models.py:1286 #: build/lib/core/models.py:1279 core/models.py:1279
msgid "css" msgid "css"
msgstr "CSS" msgstr "CSS"
#: build/lib/core/models.py:1288 core/models.py:1288 #: build/lib/core/models.py:1281 core/models.py:1281
msgid "public" msgid "public"
msgstr "öffentlich" msgstr "öffentlich"
#: build/lib/core/models.py:1290 core/models.py:1290 #: build/lib/core/models.py:1283 core/models.py:1283
msgid "Whether this template is public for anyone to use." msgid "Whether this template is public for anyone to use."
msgstr "Ob diese Vorlage für jedermann öffentlich ist." msgstr "Ob diese Vorlage für jedermann öffentlich ist."
#: build/lib/core/models.py:1296 core/models.py:1296 #: build/lib/core/models.py:1289 core/models.py:1289
msgid "Template" msgid "Template"
msgstr "Vorlage" msgstr "Vorlage"
#: build/lib/core/models.py:1297 core/models.py:1297 #: build/lib/core/models.py:1290 core/models.py:1290
msgid "Templates" msgid "Templates"
msgstr "Vorlagen" msgstr "Vorlagen"
#: build/lib/core/models.py:1350 core/models.py:1350 #: build/lib/core/models.py:1343 core/models.py:1343
msgid "Template/user relation" msgid "Template/user relation"
msgstr "Vorlage/Benutzer-Beziehung" msgstr "Vorlage/Benutzer-Beziehung"
#: build/lib/core/models.py:1351 core/models.py:1351 #: build/lib/core/models.py:1344 core/models.py:1344
msgid "Template/user relations" msgid "Template/user relations"
msgstr "Vorlage/Benutzerbeziehungen" msgstr "Vorlage/Benutzerbeziehungen"
#: build/lib/core/models.py:1357 core/models.py:1357 #: build/lib/core/models.py:1350 core/models.py:1350
msgid "This user is already in this template." msgid "This user is already in this template."
msgstr "Dieser Benutzer ist bereits in dieser Vorlage." msgstr "Dieser Benutzer ist bereits in dieser Vorlage."
#: build/lib/core/models.py:1363 core/models.py:1363 #: build/lib/core/models.py:1356 core/models.py:1356
msgid "This team is already in this template." msgid "This team is already in this template."
msgstr "Dieses Team ist bereits in diesem Template." msgstr "Dieses Team ist bereits in diesem Template."
#: build/lib/core/models.py:1440 core/models.py:1440 #: build/lib/core/models.py:1433 core/models.py:1433
msgid "email address" msgid "email address"
msgstr "E-Mail-Adresse" msgstr "E-Mail-Adresse"
#: build/lib/core/models.py:1459 core/models.py:1459 #: build/lib/core/models.py:1452 core/models.py:1452
msgid "Document invitation" msgid "Document invitation"
msgstr "Einladung zum Dokument" msgstr "Einladung zum Dokument"
#: build/lib/core/models.py:1460 core/models.py:1460 #: build/lib/core/models.py:1453 core/models.py:1453
msgid "Document invitations" msgid "Document invitations"
msgstr "Dokumenteinladungen" msgstr "Dokumenteinladungen"
#: build/lib/core/models.py:1480 core/models.py:1480 #: build/lib/core/models.py:1473 core/models.py:1473
msgid "This email is already associated to a registered user." msgid "This email is already associated to a registered user."
msgstr "Diese E-Mail ist bereits einem registrierten Benutzer zugeordnet." msgstr "Diese E-Mail ist bereits einem registrierten Benutzer zugeordnet."
#: core/templates/mail/html/template.html:162 #: core/templates/mail/html/template.html:153
#: core/templates/mail/text/template.txt:3 #: core/templates/mail/text/template.txt:3
msgid "Logo email" msgid "Logo email"
msgstr "Logo-E-Mail" msgstr "Logo-E-Mail"
#: core/templates/mail/html/template.html:209 #: core/templates/mail/html/template.html:200
#: core/templates/mail/text/template.txt:10 #: core/templates/mail/text/template.txt:10
msgid "Open" msgid "Open"
msgstr "Öffnen" msgstr "Öffnen"
#: core/templates/mail/html/template.html:226 #: core/templates/mail/html/template.html:217
#: core/templates/mail/text/template.txt:14 #: core/templates/mail/text/template.txt:14
msgid " Docs, your new essential tool for organizing, sharing and collaborating on your documents as a team. " msgid " Docs, your new essential tool for organizing, sharing and collaborating on your documents as a team. "
msgstr " Docs, Ihr neues unentbehrliches Werkzeug für die Organisation, den Austausch und die Zusammenarbeit in Ihren Dokumenten als Team. " msgstr " Docs, Ihr neues unentbehrliches Werkzeug für die Organisation, den Austausch und die Zusammenarbeit in Ihren Dokumenten als Team. "
#: core/templates/mail/html/template.html:233 #: core/templates/mail/html/template.html:224
#: core/templates/mail/text/template.txt:16 #: core/templates/mail/text/template.txt:16
#, python-format #, python-format
msgid " Brought to you by %(brandname)s " msgid " Brought to you by %(brandname)s "

View File

@@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: lasuite-docs\n" "Project-Id-Version: lasuite-docs\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-24 20:42+0000\n" "POT-Creation-Date: 2025-11-17 08:04+0000\n"
"PO-Revision-Date: 2025-07-31 12:38\n" "PO-Revision-Date: 2025-11-19 10:13\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: English\n" "Language-Team: English\n"
"Language: en_US\n" "Language: en_US\n"
@@ -17,20 +17,20 @@ msgstr ""
"X-Crowdin-File: backend-impress.pot\n" "X-Crowdin-File: backend-impress.pot\n"
"X-Crowdin-File-ID: 18\n" "X-Crowdin-File-ID: 18\n"
#: build/lib/core/admin.py:37 core/admin.py:37 #: build/lib/core/admin.py:36 core/admin.py:36
msgid "Personal info" msgid "Personal info"
msgstr "" msgstr ""
#: build/lib/core/admin.py:50 build/lib/core/admin.py:138 core/admin.py:50 #: build/lib/core/admin.py:49 build/lib/core/admin.py:137 core/admin.py:49
#: core/admin.py:138 #: core/admin.py:137
msgid "Permissions" msgid "Permissions"
msgstr "" msgstr ""
#: build/lib/core/admin.py:62 core/admin.py:62 #: build/lib/core/admin.py:61 core/admin.py:61
msgid "Important dates" msgid "Important dates"
msgstr "" msgstr ""
#: build/lib/core/admin.py:148 core/admin.py:148 #: build/lib/core/admin.py:147 core/admin.py:147
msgid "Tree structure" msgid "Tree structure"
msgstr "" msgstr ""
@@ -50,27 +50,36 @@ msgstr ""
msgid "Favorite" msgid "Favorite"
msgstr "" msgstr ""
#: build/lib/core/api/serializers.py:467 core/api/serializers.py:467 #: build/lib/core/api/serializers.py:496 core/api/serializers.py:496
msgid "A new document was created on your behalf!" msgid "A new document was created on your behalf!"
msgstr "" msgstr ""
#: build/lib/core/api/serializers.py:471 core/api/serializers.py:471 #: build/lib/core/api/serializers.py:500 core/api/serializers.py:500
msgid "You have been granted ownership of a new document:" msgid "You have been granted ownership of a new document:"
msgstr "" msgstr ""
#: build/lib/core/api/serializers.py:608 core/api/serializers.py:608 #: build/lib/core/api/serializers.py:536 core/api/serializers.py:536
msgid "This field is required."
msgstr ""
#: build/lib/core/api/serializers.py:547 core/api/serializers.py:547
#, python-format
msgid "Link reach '%(link_reach)s' is not allowed based on parent document configuration."
msgstr ""
#: build/lib/core/api/serializers.py:693 core/api/serializers.py:693
msgid "Body" msgid "Body"
msgstr "" msgstr ""
#: build/lib/core/api/serializers.py:611 core/api/serializers.py:611 #: build/lib/core/api/serializers.py:696 core/api/serializers.py:696
msgid "Body type" msgid "Body type"
msgstr "" msgstr ""
#: build/lib/core/api/serializers.py:617 core/api/serializers.py:617 #: build/lib/core/api/serializers.py:702 core/api/serializers.py:702
msgid "Format" msgid "Format"
msgstr "" msgstr ""
#: build/lib/core/api/viewsets.py:942 core/api/viewsets.py:942 #: build/lib/core/api/viewsets.py:1003 core/api/viewsets.py:1003
#, python-brace-format #, python-brace-format
msgid "copy of {title}" msgid "copy of {title}"
msgstr "" msgstr ""
@@ -129,291 +138,287 @@ msgstr ""
msgid "Right" msgid "Right"
msgstr "" msgstr ""
#: build/lib/core/models.py:79 core/models.py:79 #: build/lib/core/models.py:80 core/models.py:80
msgid "id" msgid "id"
msgstr "" msgstr ""
#: build/lib/core/models.py:80 core/models.py:80 #: build/lib/core/models.py:81 core/models.py:81
msgid "primary key for the record as UUID" msgid "primary key for the record as UUID"
msgstr "" msgstr ""
#: build/lib/core/models.py:86 core/models.py:86 #: build/lib/core/models.py:87 core/models.py:87
msgid "created on" msgid "created on"
msgstr "" msgstr ""
#: build/lib/core/models.py:87 core/models.py:87 #: build/lib/core/models.py:88 core/models.py:88
msgid "date and time at which a record was created" msgid "date and time at which a record was created"
msgstr "" msgstr ""
#: build/lib/core/models.py:92 core/models.py:92 #: build/lib/core/models.py:93 core/models.py:93
msgid "updated on" msgid "updated on"
msgstr "" msgstr ""
#: build/lib/core/models.py:93 core/models.py:93 #: build/lib/core/models.py:94 core/models.py:94
msgid "date and time at which a record was last updated" msgid "date and time at which a record was last updated"
msgstr "" msgstr ""
#: build/lib/core/models.py:129 core/models.py:129 #: build/lib/core/models.py:130 core/models.py:130
msgid "We couldn't find a user with this sub but the email is already associated with a registered user." msgid "We couldn't find a user with this sub but the email is already associated with a registered user."
msgstr "" msgstr ""
#: build/lib/core/models.py:142 core/models.py:142 #: build/lib/core/models.py:141 core/models.py:141
msgid "Enter a valid sub. This value may contain only letters, numbers, and @/./+/-/_/: characters."
msgstr ""
#: build/lib/core/models.py:148 core/models.py:148
msgid "sub" msgid "sub"
msgstr "" msgstr ""
#: build/lib/core/models.py:150 core/models.py:150 #: build/lib/core/models.py:142 core/models.py:142
msgid "Required. 255 characters or fewer. Letters, numbers, and @/./+/-/_/: characters only." msgid "Required. 255 characters or fewer. ASCII characters only."
msgstr "" msgstr ""
#: build/lib/core/models.py:159 core/models.py:159 #: build/lib/core/models.py:150 core/models.py:150
msgid "full name" msgid "full name"
msgstr "" msgstr ""
#: build/lib/core/models.py:160 core/models.py:160 #: build/lib/core/models.py:152 core/models.py:152
msgid "short name" msgid "short name"
msgstr "" msgstr ""
#: build/lib/core/models.py:162 core/models.py:162 #: build/lib/core/models.py:155 core/models.py:155
msgid "identity email address" msgid "identity email address"
msgstr "" msgstr ""
#: build/lib/core/models.py:167 core/models.py:167 #: build/lib/core/models.py:160 core/models.py:160
msgid "admin email address" msgid "admin email address"
msgstr "" msgstr ""
#: build/lib/core/models.py:174 core/models.py:174 #: build/lib/core/models.py:167 core/models.py:167
msgid "language" msgid "language"
msgstr "" msgstr ""
#: build/lib/core/models.py:175 core/models.py:175 #: build/lib/core/models.py:168 core/models.py:168
msgid "The language in which the user wants to see the interface." msgid "The language in which the user wants to see the interface."
msgstr "" msgstr ""
#: build/lib/core/models.py:183 core/models.py:183 #: build/lib/core/models.py:176 core/models.py:176
msgid "The timezone in which the user wants to see times." msgid "The timezone in which the user wants to see times."
msgstr "" msgstr ""
#: build/lib/core/models.py:186 core/models.py:186 #: build/lib/core/models.py:179 core/models.py:179
msgid "device" msgid "device"
msgstr "" msgstr ""
#: build/lib/core/models.py:188 core/models.py:188 #: build/lib/core/models.py:181 core/models.py:181
msgid "Whether the user is a device or a real user." msgid "Whether the user is a device or a real user."
msgstr "" msgstr ""
#: build/lib/core/models.py:191 core/models.py:191 #: build/lib/core/models.py:184 core/models.py:184
msgid "staff status" msgid "staff status"
msgstr "" msgstr ""
#: build/lib/core/models.py:193 core/models.py:193 #: build/lib/core/models.py:186 core/models.py:186
msgid "Whether the user can log into this admin site." msgid "Whether the user can log into this admin site."
msgstr "" msgstr ""
#: build/lib/core/models.py:196 core/models.py:196 #: build/lib/core/models.py:189 core/models.py:189
msgid "active" msgid "active"
msgstr "" msgstr ""
#: build/lib/core/models.py:199 core/models.py:199 #: build/lib/core/models.py:192 core/models.py:192
msgid "Whether this user should be treated as active. Unselect this instead of deleting accounts." msgid "Whether this user should be treated as active. Unselect this instead of deleting accounts."
msgstr "" msgstr ""
#: build/lib/core/models.py:211 core/models.py:211 #: build/lib/core/models.py:204 core/models.py:204
msgid "user" msgid "user"
msgstr "" msgstr ""
#: build/lib/core/models.py:212 core/models.py:212 #: build/lib/core/models.py:205 core/models.py:205
msgid "users" msgid "users"
msgstr "" msgstr ""
#: build/lib/core/models.py:368 build/lib/core/models.py:1283 #: build/lib/core/models.py:361 build/lib/core/models.py:1276
#: core/models.py:368 core/models.py:1283 #: core/models.py:361 core/models.py:1276
msgid "title" msgid "title"
msgstr "" msgstr ""
#: build/lib/core/models.py:369 core/models.py:369 #: build/lib/core/models.py:362 core/models.py:362
msgid "excerpt" msgid "excerpt"
msgstr "" msgstr ""
#: build/lib/core/models.py:418 core/models.py:418 #: build/lib/core/models.py:411 core/models.py:411
msgid "Document" msgid "Document"
msgstr "" msgstr ""
#: build/lib/core/models.py:419 core/models.py:419 #: build/lib/core/models.py:412 core/models.py:412
msgid "Documents" msgid "Documents"
msgstr "" msgstr ""
#: build/lib/core/models.py:431 build/lib/core/models.py:821 core/models.py:431 #: build/lib/core/models.py:424 build/lib/core/models.py:822 core/models.py:424
#: core/models.py:821 #: core/models.py:822
msgid "Untitled Document" msgid "Untitled Document"
msgstr "" msgstr ""
#: build/lib/core/models.py:856 core/models.py:856 #: build/lib/core/models.py:857 core/models.py:857
#, python-brace-format #, python-brace-format
msgid "{name} shared a document with you!" msgid "{name} shared a document with you!"
msgstr "" msgstr ""
#: build/lib/core/models.py:860 core/models.py:860 #: build/lib/core/models.py:861 core/models.py:861
#, python-brace-format #, python-brace-format
msgid "{name} invited you with the role \"{role}\" on the following document:" msgid "{name} invited you with the role \"{role}\" on the following document:"
msgstr "" msgstr ""
#: build/lib/core/models.py:866 core/models.py:866 #: build/lib/core/models.py:867 core/models.py:867
#, python-brace-format #, python-brace-format
msgid "{name} shared a document with you: {title}" msgid "{name} shared a document with you: {title}"
msgstr "" msgstr ""
#: build/lib/core/models.py:966 core/models.py:966 #: build/lib/core/models.py:967 core/models.py:967
msgid "Document/user link trace" msgid "Document/user link trace"
msgstr "" msgstr ""
#: build/lib/core/models.py:967 core/models.py:967 #: build/lib/core/models.py:968 core/models.py:968
msgid "Document/user link traces" msgid "Document/user link traces"
msgstr "" msgstr ""
#: build/lib/core/models.py:973 core/models.py:973 #: build/lib/core/models.py:974 core/models.py:974
msgid "A link trace already exists for this document/user." msgid "A link trace already exists for this document/user."
msgstr "" msgstr ""
#: build/lib/core/models.py:996 core/models.py:996 #: build/lib/core/models.py:997 core/models.py:997
msgid "Document favorite" msgid "Document favorite"
msgstr "" msgstr ""
#: build/lib/core/models.py:997 core/models.py:997 #: build/lib/core/models.py:998 core/models.py:998
msgid "Document favorites" msgid "Document favorites"
msgstr "" msgstr ""
#: build/lib/core/models.py:1003 core/models.py:1003 #: build/lib/core/models.py:1004 core/models.py:1004
msgid "This document is already targeted by a favorite relation instance for the same user." msgid "This document is already targeted by a favorite relation instance for the same user."
msgstr "" msgstr ""
#: build/lib/core/models.py:1025 core/models.py:1025 #: build/lib/core/models.py:1026 core/models.py:1026
msgid "Document/user relation" msgid "Document/user relation"
msgstr "" msgstr ""
#: build/lib/core/models.py:1026 core/models.py:1026 #: build/lib/core/models.py:1027 core/models.py:1027
msgid "Document/user relations" msgid "Document/user relations"
msgstr "" msgstr ""
#: build/lib/core/models.py:1032 core/models.py:1032 #: build/lib/core/models.py:1033 core/models.py:1033
msgid "This user is already in this document." msgid "This user is already in this document."
msgstr "" msgstr ""
#: build/lib/core/models.py:1038 core/models.py:1038 #: build/lib/core/models.py:1039 core/models.py:1039
msgid "This team is already in this document." msgid "This team is already in this document."
msgstr "" msgstr ""
#: build/lib/core/models.py:1044 build/lib/core/models.py:1369 #: build/lib/core/models.py:1045 build/lib/core/models.py:1362
#: core/models.py:1044 core/models.py:1369 #: core/models.py:1045 core/models.py:1362
msgid "Either user or team must be set, not both." msgid "Either user or team must be set, not both."
msgstr "" msgstr ""
#: build/lib/core/models.py:1190 core/models.py:1190 #: build/lib/core/models.py:1191 core/models.py:1191
msgid "Document ask for access" msgid "Document ask for access"
msgstr "" msgstr ""
#: build/lib/core/models.py:1191 core/models.py:1191 #: build/lib/core/models.py:1192 core/models.py:1192
msgid "Document ask for accesses" msgid "Document ask for accesses"
msgstr "" msgstr ""
#: build/lib/core/models.py:1197 core/models.py:1197 #: build/lib/core/models.py:1198 core/models.py:1198
msgid "This user has already asked for access to this document." msgid "This user has already asked for access to this document."
msgstr "" msgstr ""
#: build/lib/core/models.py:1262 core/models.py:1262 #: build/lib/core/models.py:1255 core/models.py:1255
#, python-brace-format #, python-brace-format
msgid "{name} would like access to a document!" msgid "{name} would like access to a document!"
msgstr "" msgstr ""
#: build/lib/core/models.py:1266 core/models.py:1266 #: build/lib/core/models.py:1259 core/models.py:1259
#, python-brace-format #, python-brace-format
msgid "{name} would like access to the following document:" msgid "{name} would like access to the following document:"
msgstr "" msgstr ""
#: build/lib/core/models.py:1272 core/models.py:1272 #: build/lib/core/models.py:1265 core/models.py:1265
#, python-brace-format #, python-brace-format
msgid "{name} is asking for access to the document: {title}" msgid "{name} is asking for access to the document: {title}"
msgstr "" msgstr ""
#: build/lib/core/models.py:1284 core/models.py:1284 #: build/lib/core/models.py:1277 core/models.py:1277
msgid "description" msgid "description"
msgstr "" msgstr ""
#: build/lib/core/models.py:1285 core/models.py:1285 #: build/lib/core/models.py:1278 core/models.py:1278
msgid "code" msgid "code"
msgstr "" msgstr ""
#: build/lib/core/models.py:1286 core/models.py:1286 #: build/lib/core/models.py:1279 core/models.py:1279
msgid "css" msgid "css"
msgstr "" msgstr ""
#: build/lib/core/models.py:1288 core/models.py:1288 #: build/lib/core/models.py:1281 core/models.py:1281
msgid "public" msgid "public"
msgstr "" msgstr ""
#: build/lib/core/models.py:1290 core/models.py:1290 #: build/lib/core/models.py:1283 core/models.py:1283
msgid "Whether this template is public for anyone to use." msgid "Whether this template is public for anyone to use."
msgstr "" msgstr ""
#: build/lib/core/models.py:1296 core/models.py:1296 #: build/lib/core/models.py:1289 core/models.py:1289
msgid "Template" msgid "Template"
msgstr "" msgstr ""
#: build/lib/core/models.py:1297 core/models.py:1297 #: build/lib/core/models.py:1290 core/models.py:1290
msgid "Templates" msgid "Templates"
msgstr "" msgstr ""
#: build/lib/core/models.py:1350 core/models.py:1350 #: build/lib/core/models.py:1343 core/models.py:1343
msgid "Template/user relation" msgid "Template/user relation"
msgstr "" msgstr ""
#: build/lib/core/models.py:1351 core/models.py:1351 #: build/lib/core/models.py:1344 core/models.py:1344
msgid "Template/user relations" msgid "Template/user relations"
msgstr "" msgstr ""
#: build/lib/core/models.py:1357 core/models.py:1357 #: build/lib/core/models.py:1350 core/models.py:1350
msgid "This user is already in this template." msgid "This user is already in this template."
msgstr "" msgstr ""
#: build/lib/core/models.py:1363 core/models.py:1363 #: build/lib/core/models.py:1356 core/models.py:1356
msgid "This team is already in this template." msgid "This team is already in this template."
msgstr "" msgstr ""
#: build/lib/core/models.py:1440 core/models.py:1440 #: build/lib/core/models.py:1433 core/models.py:1433
msgid "email address" msgid "email address"
msgstr "" msgstr ""
#: build/lib/core/models.py:1459 core/models.py:1459 #: build/lib/core/models.py:1452 core/models.py:1452
msgid "Document invitation" msgid "Document invitation"
msgstr "" msgstr ""
#: build/lib/core/models.py:1460 core/models.py:1460 #: build/lib/core/models.py:1453 core/models.py:1453
msgid "Document invitations" msgid "Document invitations"
msgstr "" msgstr ""
#: build/lib/core/models.py:1480 core/models.py:1480 #: build/lib/core/models.py:1473 core/models.py:1473
msgid "This email is already associated to a registered user." msgid "This email is already associated to a registered user."
msgstr "" msgstr ""
#: core/templates/mail/html/template.html:162 #: core/templates/mail/html/template.html:153
#: core/templates/mail/text/template.txt:3 #: core/templates/mail/text/template.txt:3
msgid "Logo email" msgid "Logo email"
msgstr "" msgstr ""
#: core/templates/mail/html/template.html:209 #: core/templates/mail/html/template.html:200
#: core/templates/mail/text/template.txt:10 #: core/templates/mail/text/template.txt:10
msgid "Open" msgid "Open"
msgstr "" msgstr ""
#: core/templates/mail/html/template.html:226 #: core/templates/mail/html/template.html:217
#: core/templates/mail/text/template.txt:14 #: core/templates/mail/text/template.txt:14
msgid " Docs, your new essential tool for organizing, sharing and collaborating on your documents as a team. " msgid " Docs, your new essential tool for organizing, sharing and collaborating on your documents as a team. "
msgstr "" msgstr ""
#: core/templates/mail/html/template.html:233 #: core/templates/mail/html/template.html:224
#: core/templates/mail/text/template.txt:16 #: core/templates/mail/text/template.txt:16
#, python-format #, python-format
msgid " Brought to you by %(brandname)s " msgid " Brought to you by %(brandname)s "

View File

@@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: lasuite-docs\n" "Project-Id-Version: lasuite-docs\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-24 20:42+0000\n" "POT-Creation-Date: 2025-11-17 08:04+0000\n"
"PO-Revision-Date: 2025-07-31 12:38\n" "PO-Revision-Date: 2025-11-19 10:13\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Spanish\n" "Language-Team: Spanish\n"
"Language: es_ES\n" "Language: es_ES\n"
@@ -17,20 +17,20 @@ msgstr ""
"X-Crowdin-File: backend-impress.pot\n" "X-Crowdin-File: backend-impress.pot\n"
"X-Crowdin-File-ID: 18\n" "X-Crowdin-File-ID: 18\n"
#: build/lib/core/admin.py:37 core/admin.py:37 #: build/lib/core/admin.py:36 core/admin.py:36
msgid "Personal info" msgid "Personal info"
msgstr "Información Personal" msgstr "Información Personal"
#: build/lib/core/admin.py:50 build/lib/core/admin.py:138 core/admin.py:50 #: build/lib/core/admin.py:49 build/lib/core/admin.py:137 core/admin.py:49
#: core/admin.py:138 #: core/admin.py:137
msgid "Permissions" msgid "Permissions"
msgstr "Permisos" msgstr "Permisos"
#: build/lib/core/admin.py:62 core/admin.py:62 #: build/lib/core/admin.py:61 core/admin.py:61
msgid "Important dates" msgid "Important dates"
msgstr "Fechas importantes" msgstr "Fechas importantes"
#: build/lib/core/admin.py:148 core/admin.py:148 #: build/lib/core/admin.py:147 core/admin.py:147
msgid "Tree structure" msgid "Tree structure"
msgstr "Estructura en árbol" msgstr "Estructura en árbol"
@@ -50,27 +50,36 @@ msgstr ""
msgid "Favorite" msgid "Favorite"
msgstr "Favorito" msgstr "Favorito"
#: build/lib/core/api/serializers.py:467 core/api/serializers.py:467 #: build/lib/core/api/serializers.py:496 core/api/serializers.py:496
msgid "A new document was created on your behalf!" msgid "A new document was created on your behalf!"
msgstr "¡Un nuevo documento se ha creado por ti!" msgstr "¡Un nuevo documento se ha creado por ti!"
#: build/lib/core/api/serializers.py:471 core/api/serializers.py:471 #: build/lib/core/api/serializers.py:500 core/api/serializers.py:500
msgid "You have been granted ownership of a new document:" msgid "You have been granted ownership of a new document:"
msgstr "Se le ha concedido la propiedad de un nuevo documento :" msgstr "Se le ha concedido la propiedad de un nuevo documento :"
#: build/lib/core/api/serializers.py:608 core/api/serializers.py:608 #: build/lib/core/api/serializers.py:536 core/api/serializers.py:536
msgid "This field is required."
msgstr ""
#: build/lib/core/api/serializers.py:547 core/api/serializers.py:547
#, python-format
msgid "Link reach '%(link_reach)s' is not allowed based on parent document configuration."
msgstr ""
#: build/lib/core/api/serializers.py:693 core/api/serializers.py:693
msgid "Body" msgid "Body"
msgstr "Cuerpo" msgstr "Cuerpo"
#: build/lib/core/api/serializers.py:611 core/api/serializers.py:611 #: build/lib/core/api/serializers.py:696 core/api/serializers.py:696
msgid "Body type" msgid "Body type"
msgstr "Tipo de Cuerpo" msgstr "Tipo de Cuerpo"
#: build/lib/core/api/serializers.py:617 core/api/serializers.py:617 #: build/lib/core/api/serializers.py:702 core/api/serializers.py:702
msgid "Format" msgid "Format"
msgstr "Formato" msgstr "Formato"
#: build/lib/core/api/viewsets.py:942 core/api/viewsets.py:942 #: build/lib/core/api/viewsets.py:1003 core/api/viewsets.py:1003
#, python-brace-format #, python-brace-format
msgid "copy of {title}" msgid "copy of {title}"
msgstr "copia de {title}" msgstr "copia de {title}"
@@ -129,291 +138,287 @@ msgstr "Izquierda"
msgid "Right" msgid "Right"
msgstr "Derecha" msgstr "Derecha"
#: build/lib/core/models.py:79 core/models.py:79 #: build/lib/core/models.py:80 core/models.py:80
msgid "id" msgid "id"
msgstr "id" msgstr "id"
#: build/lib/core/models.py:80 core/models.py:80 #: build/lib/core/models.py:81 core/models.py:81
msgid "primary key for the record as UUID" msgid "primary key for the record as UUID"
msgstr "clave primaria para el registro como UUID" msgstr "clave primaria para el registro como UUID"
#: build/lib/core/models.py:86 core/models.py:86 #: build/lib/core/models.py:87 core/models.py:87
msgid "created on" msgid "created on"
msgstr "creado el" msgstr "creado el"
#: build/lib/core/models.py:87 core/models.py:87 #: build/lib/core/models.py:88 core/models.py:88
msgid "date and time at which a record was created" msgid "date and time at which a record was created"
msgstr "fecha y hora en la que se creó un registro" msgstr "fecha y hora en la que se creó un registro"
#: build/lib/core/models.py:92 core/models.py:92 #: build/lib/core/models.py:93 core/models.py:93
msgid "updated on" msgid "updated on"
msgstr "actualizado el" msgstr "actualizado el"
#: build/lib/core/models.py:93 core/models.py:93 #: build/lib/core/models.py:94 core/models.py:94
msgid "date and time at which a record was last updated" msgid "date and time at which a record was last updated"
msgstr "fecha y hora en la que un registro fue actualizado por última vez" msgstr "fecha y hora en la que un registro fue actualizado por última vez"
#: build/lib/core/models.py:129 core/models.py:129 #: build/lib/core/models.py:130 core/models.py:130
msgid "We couldn't find a user with this sub but the email is already associated with a registered user." msgid "We couldn't find a user with this sub but the email is already associated with a registered user."
msgstr "No se ha podido encontrar un usuario con este sub (UUID), pero el correo electrónico ya está asociado con un usuario." msgstr "No se ha podido encontrar un usuario con este sub (UUID), pero el correo electrónico ya está asociado con un usuario."
#: build/lib/core/models.py:142 core/models.py:142 #: build/lib/core/models.py:141 core/models.py:141
msgid "Enter a valid sub. This value may contain only letters, numbers, and @/./+/-/_/: characters."
msgstr "Introduzca un sub (UUID) válido. Este valor solo puede contener letras, números y los siguientes caracteres @/./+/-/_/:"
#: build/lib/core/models.py:148 core/models.py:148
msgid "sub" msgid "sub"
msgstr "sub (UUID)" msgstr "sub (UUID)"
#: build/lib/core/models.py:150 core/models.py:150 #: build/lib/core/models.py:142 core/models.py:142
msgid "Required. 255 characters or fewer. Letters, numbers, and @/./+/-/_/: characters only." msgid "Required. 255 characters or fewer. ASCII characters only."
msgstr "Requerido. 255 caracteres o menos. Letras, números y los siguientes caracteres @/./+/-/_/: solamente." msgstr "Obligatorio. 255 caracteres o menos. Solo caracteres ASCII."
#: build/lib/core/models.py:159 core/models.py:159 #: build/lib/core/models.py:150 core/models.py:150
msgid "full name" msgid "full name"
msgstr "nombre completo" msgstr "nombre completo"
#: build/lib/core/models.py:160 core/models.py:160 #: build/lib/core/models.py:152 core/models.py:152
msgid "short name" msgid "short name"
msgstr "nombre abreviado" msgstr "nombre abreviado"
#: build/lib/core/models.py:162 core/models.py:162 #: build/lib/core/models.py:155 core/models.py:155
msgid "identity email address" msgid "identity email address"
msgstr "correo electrónico de identidad" msgstr "correo electrónico de identidad"
#: build/lib/core/models.py:167 core/models.py:167 #: build/lib/core/models.py:160 core/models.py:160
msgid "admin email address" msgid "admin email address"
msgstr "correo electrónico del administrador" msgstr "correo electrónico del administrador"
#: build/lib/core/models.py:174 core/models.py:174 #: build/lib/core/models.py:167 core/models.py:167
msgid "language" msgid "language"
msgstr "idioma" msgstr "idioma"
#: build/lib/core/models.py:175 core/models.py:175 #: build/lib/core/models.py:168 core/models.py:168
msgid "The language in which the user wants to see the interface." msgid "The language in which the user wants to see the interface."
msgstr "El idioma en el que el usuario desea ver la interfaz." msgstr "El idioma en el que el usuario desea ver la interfaz."
#: build/lib/core/models.py:183 core/models.py:183 #: build/lib/core/models.py:176 core/models.py:176
msgid "The timezone in which the user wants to see times." msgid "The timezone in which the user wants to see times."
msgstr "La zona horaria en la que el usuario quiere ver los tiempos." msgstr "La zona horaria en la que el usuario quiere ver los tiempos."
#: build/lib/core/models.py:186 core/models.py:186 #: build/lib/core/models.py:179 core/models.py:179
msgid "device" msgid "device"
msgstr "dispositivo" msgstr "dispositivo"
#: build/lib/core/models.py:188 core/models.py:188 #: build/lib/core/models.py:181 core/models.py:181
msgid "Whether the user is a device or a real user." msgid "Whether the user is a device or a real user."
msgstr "Si el usuario es un dispositivo o un usuario real." msgstr "Si el usuario es un dispositivo o un usuario real."
#: build/lib/core/models.py:191 core/models.py:191 #: build/lib/core/models.py:184 core/models.py:184
msgid "staff status" msgid "staff status"
msgstr "rol en el equipo" msgstr "rol en el equipo"
#: build/lib/core/models.py:193 core/models.py:193 #: build/lib/core/models.py:186 core/models.py:186
msgid "Whether the user can log into this admin site." msgid "Whether the user can log into this admin site."
msgstr "Si el usuario puede iniciar sesión en esta página web de administración." msgstr "Si el usuario puede iniciar sesión en esta página web de administración."
#: build/lib/core/models.py:196 core/models.py:196 #: build/lib/core/models.py:189 core/models.py:189
msgid "active" msgid "active"
msgstr "activo" msgstr "activo"
#: build/lib/core/models.py:199 core/models.py:199 #: build/lib/core/models.py:192 core/models.py:192
msgid "Whether this user should be treated as active. Unselect this instead of deleting accounts." msgid "Whether this user should be treated as active. Unselect this instead of deleting accounts."
msgstr "Si este usuario debe ser considerado como activo. Deseleccionar en lugar de eliminar cuentas." msgstr "Si este usuario debe ser considerado como activo. Deseleccionar en lugar de eliminar cuentas."
#: build/lib/core/models.py:211 core/models.py:211 #: build/lib/core/models.py:204 core/models.py:204
msgid "user" msgid "user"
msgstr "usuario" msgstr "usuario"
#: build/lib/core/models.py:212 core/models.py:212 #: build/lib/core/models.py:205 core/models.py:205
msgid "users" msgid "users"
msgstr "usuarios" msgstr "usuarios"
#: build/lib/core/models.py:368 build/lib/core/models.py:1283 #: build/lib/core/models.py:361 build/lib/core/models.py:1276
#: core/models.py:368 core/models.py:1283 #: core/models.py:361 core/models.py:1276
msgid "title" msgid "title"
msgstr "título" msgstr "título"
#: build/lib/core/models.py:369 core/models.py:369 #: build/lib/core/models.py:362 core/models.py:362
msgid "excerpt" msgid "excerpt"
msgstr "resumen" msgstr "resumen"
#: build/lib/core/models.py:418 core/models.py:418 #: build/lib/core/models.py:411 core/models.py:411
msgid "Document" msgid "Document"
msgstr "Documento" msgstr "Documento"
#: build/lib/core/models.py:419 core/models.py:419 #: build/lib/core/models.py:412 core/models.py:412
msgid "Documents" msgid "Documents"
msgstr "Documentos" msgstr "Documentos"
#: build/lib/core/models.py:431 build/lib/core/models.py:821 core/models.py:431 #: build/lib/core/models.py:424 build/lib/core/models.py:822 core/models.py:424
#: core/models.py:821 #: core/models.py:822
msgid "Untitled Document" msgid "Untitled Document"
msgstr "Documento sin título" msgstr "Documento sin título"
#: build/lib/core/models.py:856 core/models.py:856 #: build/lib/core/models.py:857 core/models.py:857
#, python-brace-format #, python-brace-format
msgid "{name} shared a document with you!" msgid "{name} shared a document with you!"
msgstr "¡{name} ha compartido un documento contigo!" msgstr "¡{name} ha compartido un documento contigo!"
#: build/lib/core/models.py:860 core/models.py:860 #: build/lib/core/models.py:861 core/models.py:861
#, python-brace-format #, python-brace-format
msgid "{name} invited you with the role \"{role}\" on the following document:" msgid "{name} invited you with the role \"{role}\" on the following document:"
msgstr "Te ha invitado {name} al siguiente documento con el rol \"{role}\" :" msgstr "Te ha invitado {name} al siguiente documento con el rol \"{role}\" :"
#: build/lib/core/models.py:866 core/models.py:866 #: build/lib/core/models.py:867 core/models.py:867
#, python-brace-format #, python-brace-format
msgid "{name} shared a document with you: {title}" msgid "{name} shared a document with you: {title}"
msgstr "{name} ha compartido un documento contigo: {title}" msgstr "{name} ha compartido un documento contigo: {title}"
#: build/lib/core/models.py:966 core/models.py:966 #: build/lib/core/models.py:967 core/models.py:967
msgid "Document/user link trace" msgid "Document/user link trace"
msgstr "Traza del enlace de documento/usuario" msgstr "Traza del enlace de documento/usuario"
#: build/lib/core/models.py:967 core/models.py:967 #: build/lib/core/models.py:968 core/models.py:968
msgid "Document/user link traces" msgid "Document/user link traces"
msgstr "Trazas del enlace de documento/usuario" msgstr "Trazas del enlace de documento/usuario"
#: build/lib/core/models.py:973 core/models.py:973 #: build/lib/core/models.py:974 core/models.py:974
msgid "A link trace already exists for this document/user." msgid "A link trace already exists for this document/user."
msgstr "Ya existe una traza de enlace para este documento/usuario." msgstr "Ya existe una traza de enlace para este documento/usuario."
#: build/lib/core/models.py:996 core/models.py:996 #: build/lib/core/models.py:997 core/models.py:997
msgid "Document favorite" msgid "Document favorite"
msgstr "Documento favorito" msgstr "Documento favorito"
#: build/lib/core/models.py:997 core/models.py:997 #: build/lib/core/models.py:998 core/models.py:998
msgid "Document favorites" msgid "Document favorites"
msgstr "Documentos favoritos" msgstr "Documentos favoritos"
#: build/lib/core/models.py:1003 core/models.py:1003 #: build/lib/core/models.py:1004 core/models.py:1004
msgid "This document is already targeted by a favorite relation instance for the same user." msgid "This document is already targeted by a favorite relation instance for the same user."
msgstr "Este documento ya ha sido marcado como favorito por el usuario." msgstr "Este documento ya ha sido marcado como favorito por el usuario."
#: build/lib/core/models.py:1025 core/models.py:1025 #: build/lib/core/models.py:1026 core/models.py:1026
msgid "Document/user relation" msgid "Document/user relation"
msgstr "Relación documento/usuario" msgstr "Relación documento/usuario"
#: build/lib/core/models.py:1026 core/models.py:1026 #: build/lib/core/models.py:1027 core/models.py:1027
msgid "Document/user relations" msgid "Document/user relations"
msgstr "Relaciones documento/usuario" msgstr "Relaciones documento/usuario"
#: build/lib/core/models.py:1032 core/models.py:1032 #: build/lib/core/models.py:1033 core/models.py:1033
msgid "This user is already in this document." msgid "This user is already in this document."
msgstr "Este usuario ya forma parte del documento." msgstr "Este usuario ya forma parte del documento."
#: build/lib/core/models.py:1038 core/models.py:1038 #: build/lib/core/models.py:1039 core/models.py:1039
msgid "This team is already in this document." msgid "This team is already in this document."
msgstr "Este equipo ya forma parte del documento." msgstr "Este equipo ya forma parte del documento."
#: build/lib/core/models.py:1044 build/lib/core/models.py:1369 #: build/lib/core/models.py:1045 build/lib/core/models.py:1362
#: core/models.py:1044 core/models.py:1369 #: core/models.py:1045 core/models.py:1362
msgid "Either user or team must be set, not both." msgid "Either user or team must be set, not both."
msgstr "Debe establecerse un usuario o un equipo, no ambos." msgstr "Debe establecerse un usuario o un equipo, no ambos."
#: build/lib/core/models.py:1190 core/models.py:1190
msgid "Document ask for access"
msgstr ""
#: build/lib/core/models.py:1191 core/models.py:1191 #: build/lib/core/models.py:1191 core/models.py:1191
msgid "Document ask for accesses" msgid "Document ask for access"
msgstr "" msgstr "Solicitud de acceso"
#: build/lib/core/models.py:1197 core/models.py:1197 #: build/lib/core/models.py:1192 core/models.py:1192
msgid "Document ask for accesses"
msgstr "Solicitud de accesos"
#: build/lib/core/models.py:1198 core/models.py:1198
msgid "This user has already asked for access to this document." msgid "This user has already asked for access to this document."
msgstr "Este usuario ya ha solicitado acceso a este documento." msgstr "Este usuario ya ha solicitado acceso a este documento."
#: build/lib/core/models.py:1262 core/models.py:1262 #: build/lib/core/models.py:1255 core/models.py:1255
#, python-brace-format #, python-brace-format
msgid "{name} would like access to a document!" msgid "{name} would like access to a document!"
msgstr "¡{name} desea acceder a un documento!" msgstr "¡{name} desea acceder a un documento!"
#: build/lib/core/models.py:1266 core/models.py:1266 #: build/lib/core/models.py:1259 core/models.py:1259
#, python-brace-format #, python-brace-format
msgid "{name} would like access to the following document:" msgid "{name} would like access to the following document:"
msgstr "" msgstr "{name} desea acceso al siguiente documento:"
#: build/lib/core/models.py:1272 core/models.py:1272 #: build/lib/core/models.py:1265 core/models.py:1265
#, python-brace-format #, python-brace-format
msgid "{name} is asking for access to the document: {title}" msgid "{name} is asking for access to the document: {title}"
msgstr "" msgstr "{name} está pidiendo acceso al documento: {title}"
#: build/lib/core/models.py:1284 core/models.py:1284 #: build/lib/core/models.py:1277 core/models.py:1277
msgid "description" msgid "description"
msgstr "descripción" msgstr "descripción"
#: build/lib/core/models.py:1285 core/models.py:1285 #: build/lib/core/models.py:1278 core/models.py:1278
msgid "code" msgid "code"
msgstr "código" msgstr "código"
#: build/lib/core/models.py:1286 core/models.py:1286 #: build/lib/core/models.py:1279 core/models.py:1279
msgid "css" msgid "css"
msgstr "css" msgstr "css"
#: build/lib/core/models.py:1288 core/models.py:1288 #: build/lib/core/models.py:1281 core/models.py:1281
msgid "public" msgid "public"
msgstr "público" msgstr "público"
#: build/lib/core/models.py:1290 core/models.py:1290 #: build/lib/core/models.py:1283 core/models.py:1283
msgid "Whether this template is public for anyone to use." msgid "Whether this template is public for anyone to use."
msgstr "Si esta plantilla es pública para que cualquiera la utilice." msgstr "Si esta plantilla es pública para que cualquiera la utilice."
#: build/lib/core/models.py:1296 core/models.py:1296 #: build/lib/core/models.py:1289 core/models.py:1289
msgid "Template" msgid "Template"
msgstr "Plantilla" msgstr "Plantilla"
#: build/lib/core/models.py:1297 core/models.py:1297 #: build/lib/core/models.py:1290 core/models.py:1290
msgid "Templates" msgid "Templates"
msgstr "Plantillas" msgstr "Plantillas"
#: build/lib/core/models.py:1350 core/models.py:1350 #: build/lib/core/models.py:1343 core/models.py:1343
msgid "Template/user relation" msgid "Template/user relation"
msgstr "Relación plantilla/usuario" msgstr "Relación plantilla/usuario"
#: build/lib/core/models.py:1351 core/models.py:1351 #: build/lib/core/models.py:1344 core/models.py:1344
msgid "Template/user relations" msgid "Template/user relations"
msgstr "Relaciones plantilla/usuario" msgstr "Relaciones plantilla/usuario"
#: build/lib/core/models.py:1357 core/models.py:1357 #: build/lib/core/models.py:1350 core/models.py:1350
msgid "This user is already in this template." msgid "This user is already in this template."
msgstr "Este usuario ya forma parte de la plantilla." msgstr "Este usuario ya forma parte de la plantilla."
#: build/lib/core/models.py:1363 core/models.py:1363 #: build/lib/core/models.py:1356 core/models.py:1356
msgid "This team is already in this template." msgid "This team is already in this template."
msgstr "Este equipo ya se encuentra en esta plantilla." msgstr "Este equipo ya se encuentra en esta plantilla."
#: build/lib/core/models.py:1440 core/models.py:1440 #: build/lib/core/models.py:1433 core/models.py:1433
msgid "email address" msgid "email address"
msgstr "dirección de correo electrónico" msgstr "dirección de correo electrónico"
#: build/lib/core/models.py:1459 core/models.py:1459 #: build/lib/core/models.py:1452 core/models.py:1452
msgid "Document invitation" msgid "Document invitation"
msgstr "Invitación al documento" msgstr "Invitación al documento"
#: build/lib/core/models.py:1460 core/models.py:1460 #: build/lib/core/models.py:1453 core/models.py:1453
msgid "Document invitations" msgid "Document invitations"
msgstr "Invitaciones a documentos" msgstr "Invitaciones a documentos"
#: build/lib/core/models.py:1480 core/models.py:1480 #: build/lib/core/models.py:1473 core/models.py:1473
msgid "This email is already associated to a registered user." msgid "This email is already associated to a registered user."
msgstr "Este correo electrónico está asociado a un usuario registrado." msgstr "Este correo electrónico está asociado a un usuario registrado."
#: core/templates/mail/html/template.html:162 #: core/templates/mail/html/template.html:153
#: core/templates/mail/text/template.txt:3 #: core/templates/mail/text/template.txt:3
msgid "Logo email" msgid "Logo email"
msgstr "Logo de correo electrónico" msgstr "Logo de correo electrónico"
#: core/templates/mail/html/template.html:209 #: core/templates/mail/html/template.html:200
#: core/templates/mail/text/template.txt:10 #: core/templates/mail/text/template.txt:10
msgid "Open" msgid "Open"
msgstr "Abrir" msgstr "Abrir"
#: core/templates/mail/html/template.html:226 #: core/templates/mail/html/template.html:217
#: core/templates/mail/text/template.txt:14 #: core/templates/mail/text/template.txt:14
msgid " Docs, your new essential tool for organizing, sharing and collaborating on your documents as a team. " msgid " Docs, your new essential tool for organizing, sharing and collaborating on your documents as a team. "
msgstr "Docs, su nueva herramienta esencial para organizar, compartir y colaborar en sus documentos como equipo." msgstr "Docs, su nueva herramienta esencial para organizar, compartir y colaborar en sus documentos como equipo."
#: core/templates/mail/html/template.html:233 #: core/templates/mail/html/template.html:224
#: core/templates/mail/text/template.txt:16 #: core/templates/mail/text/template.txt:16
#, python-format #, python-format
msgid " Brought to you by %(brandname)s " msgid " Brought to you by %(brandname)s "

View File

@@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: lasuite-docs\n" "Project-Id-Version: lasuite-docs\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-24 20:42+0000\n" "POT-Creation-Date: 2025-11-17 08:04+0000\n"
"PO-Revision-Date: 2025-07-31 12:38\n" "PO-Revision-Date: 2025-11-19 10:13\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: French\n" "Language-Team: French\n"
"Language: fr_FR\n" "Language: fr_FR\n"
@@ -17,20 +17,20 @@ msgstr ""
"X-Crowdin-File: backend-impress.pot\n" "X-Crowdin-File: backend-impress.pot\n"
"X-Crowdin-File-ID: 18\n" "X-Crowdin-File-ID: 18\n"
#: build/lib/core/admin.py:37 core/admin.py:37 #: build/lib/core/admin.py:36 core/admin.py:36
msgid "Personal info" msgid "Personal info"
msgstr "Infos Personnelles" msgstr "Infos Personnelles"
#: build/lib/core/admin.py:50 build/lib/core/admin.py:138 core/admin.py:50 #: build/lib/core/admin.py:49 build/lib/core/admin.py:137 core/admin.py:49
#: core/admin.py:138 #: core/admin.py:137
msgid "Permissions" msgid "Permissions"
msgstr "Permissions" msgstr "Permissions"
#: build/lib/core/admin.py:62 core/admin.py:62 #: build/lib/core/admin.py:61 core/admin.py:61
msgid "Important dates" msgid "Important dates"
msgstr "Dates importantes" msgstr "Dates importantes"
#: build/lib/core/admin.py:148 core/admin.py:148 #: build/lib/core/admin.py:147 core/admin.py:147
msgid "Tree structure" msgid "Tree structure"
msgstr "Arborescence" msgstr "Arborescence"
@@ -44,33 +44,42 @@ msgstr "Je suis l'auteur"
#: build/lib/core/api/filters.py:64 core/api/filters.py:64 #: build/lib/core/api/filters.py:64 core/api/filters.py:64
msgid "Masked" msgid "Masked"
msgstr "" msgstr "Masqué"
#: build/lib/core/api/filters.py:67 core/api/filters.py:67 #: build/lib/core/api/filters.py:67 core/api/filters.py:67
msgid "Favorite" msgid "Favorite"
msgstr "Favoris" msgstr "Favoris"
#: build/lib/core/api/serializers.py:467 core/api/serializers.py:467 #: build/lib/core/api/serializers.py:496 core/api/serializers.py:496
msgid "A new document was created on your behalf!" msgid "A new document was created on your behalf!"
msgstr "Un nouveau document a été créé pour vous !" msgstr "Un nouveau document a été créé pour vous !"
#: build/lib/core/api/serializers.py:471 core/api/serializers.py:471 #: build/lib/core/api/serializers.py:500 core/api/serializers.py:500
msgid "You have been granted ownership of a new document:" msgid "You have been granted ownership of a new document:"
msgstr "Vous avez été déclaré propriétaire d'un nouveau document :" msgstr "Vous avez été déclaré propriétaire d'un nouveau document :"
#: build/lib/core/api/serializers.py:608 core/api/serializers.py:608 #: build/lib/core/api/serializers.py:536 core/api/serializers.py:536
msgid "This field is required."
msgstr "Ce champ est obligatoire."
#: build/lib/core/api/serializers.py:547 core/api/serializers.py:547
#, python-format
msgid "Link reach '%(link_reach)s' is not allowed based on parent document configuration."
msgstr "La portée du lien '%(link_reach)s' n'est pas autorisée en fonction de la configuration du document parent."
#: build/lib/core/api/serializers.py:693 core/api/serializers.py:693
msgid "Body" msgid "Body"
msgstr "Corps" msgstr "Corps"
#: build/lib/core/api/serializers.py:611 core/api/serializers.py:611 #: build/lib/core/api/serializers.py:696 core/api/serializers.py:696
msgid "Body type" msgid "Body type"
msgstr "Type de corps" msgstr "Type de corps"
#: build/lib/core/api/serializers.py:617 core/api/serializers.py:617 #: build/lib/core/api/serializers.py:702 core/api/serializers.py:702
msgid "Format" msgid "Format"
msgstr "Format" msgstr "Format"
#: build/lib/core/api/viewsets.py:942 core/api/viewsets.py:942 #: build/lib/core/api/viewsets.py:1003 core/api/viewsets.py:1003
#, python-brace-format #, python-brace-format
msgid "copy of {title}" msgid "copy of {title}"
msgstr "copie de {title}" msgstr "copie de {title}"
@@ -129,291 +138,287 @@ msgstr "Gauche"
msgid "Right" msgid "Right"
msgstr "Droite" msgstr "Droite"
#: build/lib/core/models.py:79 core/models.py:79 #: build/lib/core/models.py:80 core/models.py:80
msgid "id" msgid "id"
msgstr "identifiant/id" msgstr "identifiant/id"
#: build/lib/core/models.py:80 core/models.py:80 #: build/lib/core/models.py:81 core/models.py:81
msgid "primary key for the record as UUID" msgid "primary key for the record as UUID"
msgstr "clé primaire pour l'enregistrement en tant que UUID" msgstr "clé primaire pour l'enregistrement en tant que UUID"
#: build/lib/core/models.py:86 core/models.py:86 #: build/lib/core/models.py:87 core/models.py:87
msgid "created on" msgid "created on"
msgstr "créé le" msgstr "créé le"
#: build/lib/core/models.py:87 core/models.py:87 #: build/lib/core/models.py:88 core/models.py:88
msgid "date and time at which a record was created" msgid "date and time at which a record was created"
msgstr "date et heure de création de l'enregistrement" msgstr "date et heure de création de l'enregistrement"
#: build/lib/core/models.py:92 core/models.py:92 #: build/lib/core/models.py:93 core/models.py:93
msgid "updated on" msgid "updated on"
msgstr "mis à jour le" msgstr "mis à jour le"
#: build/lib/core/models.py:93 core/models.py:93 #: build/lib/core/models.py:94 core/models.py:94
msgid "date and time at which a record was last updated" msgid "date and time at which a record was last updated"
msgstr "date et heure de la dernière mise à jour de l'enregistrement" msgstr "date et heure de la dernière mise à jour de l'enregistrement"
#: build/lib/core/models.py:129 core/models.py:129 #: build/lib/core/models.py:130 core/models.py:130
msgid "We couldn't find a user with this sub but the email is already associated with a registered user." msgid "We couldn't find a user with this sub but the email is already associated with a registered user."
msgstr "Nous n'avons pas pu trouver un utilisateur avec ce sous-groupe mais l'e-mail est déjà associé à un utilisateur enregistré." msgstr "Nous n'avons pas pu trouver un utilisateur avec ce sous-groupe mais l'e-mail est déjà associé à un utilisateur enregistré."
#: build/lib/core/models.py:142 core/models.py:142 #: build/lib/core/models.py:141 core/models.py:141
msgid "Enter a valid sub. This value may contain only letters, numbers, and @/./+/-/_/: characters."
msgstr "Saisissez un sous-groupe valide. Cette valeur ne peut contenir que des lettres, des chiffres et les caractères @/./+/-/_/: uniquement."
#: build/lib/core/models.py:148 core/models.py:148
msgid "sub" msgid "sub"
msgstr "sous-groupe" msgstr "sous-groupe"
#: build/lib/core/models.py:150 core/models.py:150 #: build/lib/core/models.py:142 core/models.py:142
msgid "Required. 255 characters or fewer. Letters, numbers, and @/./+/-/_/: characters only." msgid "Required. 255 characters or fewer. ASCII characters only."
msgstr "Obligatoire. 255 caractères ou moins. Lettres, chiffres et caractères @/./+/-/_/: uniquement." msgstr "Obligatoire. 255 caractères ou moins. Caractères ASCII uniquement."
#: build/lib/core/models.py:159 core/models.py:159 #: build/lib/core/models.py:150 core/models.py:150
msgid "full name" msgid "full name"
msgstr "nom complet" msgstr "nom complet"
#: build/lib/core/models.py:160 core/models.py:160 #: build/lib/core/models.py:152 core/models.py:152
msgid "short name" msgid "short name"
msgstr "nom court" msgstr "nom court"
#: build/lib/core/models.py:162 core/models.py:162 #: build/lib/core/models.py:155 core/models.py:155
msgid "identity email address" msgid "identity email address"
msgstr "adresse e-mail d'identité" msgstr "adresse e-mail d'identité"
#: build/lib/core/models.py:167 core/models.py:167 #: build/lib/core/models.py:160 core/models.py:160
msgid "admin email address" msgid "admin email address"
msgstr "adresse e-mail de l'administrateur" msgstr "adresse e-mail de l'administrateur"
#: build/lib/core/models.py:174 core/models.py:174 #: build/lib/core/models.py:167 core/models.py:167
msgid "language" msgid "language"
msgstr "langue" msgstr "langue"
#: build/lib/core/models.py:175 core/models.py:175 #: build/lib/core/models.py:168 core/models.py:168
msgid "The language in which the user wants to see the interface." msgid "The language in which the user wants to see the interface."
msgstr "La langue dans laquelle l'utilisateur veut voir l'interface." msgstr "La langue dans laquelle l'utilisateur veut voir l'interface."
#: build/lib/core/models.py:183 core/models.py:183 #: build/lib/core/models.py:176 core/models.py:176
msgid "The timezone in which the user wants to see times." msgid "The timezone in which the user wants to see times."
msgstr "Le fuseau horaire dans lequel l'utilisateur souhaite voir les heures." msgstr "Le fuseau horaire dans lequel l'utilisateur souhaite voir les heures."
#: build/lib/core/models.py:186 core/models.py:186 #: build/lib/core/models.py:179 core/models.py:179
msgid "device" msgid "device"
msgstr "appareil" msgstr "appareil"
#: build/lib/core/models.py:188 core/models.py:188 #: build/lib/core/models.py:181 core/models.py:181
msgid "Whether the user is a device or a real user." msgid "Whether the user is a device or a real user."
msgstr "Si l'utilisateur est un appareil ou un utilisateur réel." msgstr "Si l'utilisateur est un appareil ou un utilisateur réel."
#: build/lib/core/models.py:191 core/models.py:191 #: build/lib/core/models.py:184 core/models.py:184
msgid "staff status" msgid "staff status"
msgstr "statut d'équipe" msgstr "statut d'équipe"
#: build/lib/core/models.py:193 core/models.py:193 #: build/lib/core/models.py:186 core/models.py:186
msgid "Whether the user can log into this admin site." msgid "Whether the user can log into this admin site."
msgstr "Si l'utilisateur peut se connecter à ce site d'administration." msgstr "Si l'utilisateur peut se connecter à ce site d'administration."
#: build/lib/core/models.py:196 core/models.py:196 #: build/lib/core/models.py:189 core/models.py:189
msgid "active" msgid "active"
msgstr "actif" msgstr "actif"
#: build/lib/core/models.py:199 core/models.py:199 #: build/lib/core/models.py:192 core/models.py:192
msgid "Whether this user should be treated as active. Unselect this instead of deleting accounts." msgid "Whether this user should be treated as active. Unselect this instead of deleting accounts."
msgstr "Si cet utilisateur doit être traité comme actif. Désélectionnez ceci au lieu de supprimer des comptes." msgstr "Si cet utilisateur doit être traité comme actif. Désélectionnez ceci au lieu de supprimer des comptes."
#: build/lib/core/models.py:211 core/models.py:211 #: build/lib/core/models.py:204 core/models.py:204
msgid "user" msgid "user"
msgstr "utilisateur" msgstr "utilisateur"
#: build/lib/core/models.py:212 core/models.py:212 #: build/lib/core/models.py:205 core/models.py:205
msgid "users" msgid "users"
msgstr "utilisateurs" msgstr "utilisateurs"
#: build/lib/core/models.py:368 build/lib/core/models.py:1283 #: build/lib/core/models.py:361 build/lib/core/models.py:1276
#: core/models.py:368 core/models.py:1283 #: core/models.py:361 core/models.py:1276
msgid "title" msgid "title"
msgstr "titre" msgstr "titre"
#: build/lib/core/models.py:369 core/models.py:369 #: build/lib/core/models.py:362 core/models.py:362
msgid "excerpt" msgid "excerpt"
msgstr "extrait" msgstr "extrait"
#: build/lib/core/models.py:418 core/models.py:418 #: build/lib/core/models.py:411 core/models.py:411
msgid "Document" msgid "Document"
msgstr "Document" msgstr "Document"
#: build/lib/core/models.py:419 core/models.py:419 #: build/lib/core/models.py:412 core/models.py:412
msgid "Documents" msgid "Documents"
msgstr "Documents" msgstr "Documents"
#: build/lib/core/models.py:431 build/lib/core/models.py:821 core/models.py:431 #: build/lib/core/models.py:424 build/lib/core/models.py:822 core/models.py:424
#: core/models.py:821 #: core/models.py:822
msgid "Untitled Document" msgid "Untitled Document"
msgstr "Document sans titre" msgstr "Document sans titre"
#: build/lib/core/models.py:856 core/models.py:856 #: build/lib/core/models.py:857 core/models.py:857
#, python-brace-format #, python-brace-format
msgid "{name} shared a document with you!" msgid "{name} shared a document with you!"
msgstr "{name} a partagé un document avec vous!" msgstr "{name} a partagé un document avec vous!"
#: build/lib/core/models.py:860 core/models.py:860 #: build/lib/core/models.py:861 core/models.py:861
#, python-brace-format #, python-brace-format
msgid "{name} invited you with the role \"{role}\" on the following document:" msgid "{name} invited you with the role \"{role}\" on the following document:"
msgstr "{name} vous a invité avec le rôle \"{role}\" sur le document suivant :" msgstr "{name} vous a invité avec le rôle \"{role}\" sur le document suivant :"
#: build/lib/core/models.py:866 core/models.py:866 #: build/lib/core/models.py:867 core/models.py:867
#, python-brace-format #, python-brace-format
msgid "{name} shared a document with you: {title}" msgid "{name} shared a document with you: {title}"
msgstr "{name} a partagé un document avec vous : {title}" msgstr "{name} a partagé un document avec vous : {title}"
#: build/lib/core/models.py:966 core/models.py:966 #: build/lib/core/models.py:967 core/models.py:967
msgid "Document/user link trace" msgid "Document/user link trace"
msgstr "Trace du lien document/utilisateur" msgstr "Trace du lien document/utilisateur"
#: build/lib/core/models.py:967 core/models.py:967 #: build/lib/core/models.py:968 core/models.py:968
msgid "Document/user link traces" msgid "Document/user link traces"
msgstr "Traces du lien document/utilisateur" msgstr "Traces du lien document/utilisateur"
#: build/lib/core/models.py:973 core/models.py:973 #: build/lib/core/models.py:974 core/models.py:974
msgid "A link trace already exists for this document/user." msgid "A link trace already exists for this document/user."
msgstr "Une trace de lien existe déjà pour ce document/utilisateur." msgstr "Une trace de lien existe déjà pour ce document/utilisateur."
#: build/lib/core/models.py:996 core/models.py:996 #: build/lib/core/models.py:997 core/models.py:997
msgid "Document favorite" msgid "Document favorite"
msgstr "Document favori" msgstr "Document favori"
#: build/lib/core/models.py:997 core/models.py:997 #: build/lib/core/models.py:998 core/models.py:998
msgid "Document favorites" msgid "Document favorites"
msgstr "Documents favoris" msgstr "Documents favoris"
#: build/lib/core/models.py:1003 core/models.py:1003 #: build/lib/core/models.py:1004 core/models.py:1004
msgid "This document is already targeted by a favorite relation instance for the same user." msgid "This document is already targeted by a favorite relation instance for the same user."
msgstr "Ce document est déjà un favori de cet utilisateur." msgstr "Ce document est déjà un favori de cet utilisateur."
#: build/lib/core/models.py:1025 core/models.py:1025 #: build/lib/core/models.py:1026 core/models.py:1026
msgid "Document/user relation" msgid "Document/user relation"
msgstr "Relation document/utilisateur" msgstr "Relation document/utilisateur"
#: build/lib/core/models.py:1026 core/models.py:1026 #: build/lib/core/models.py:1027 core/models.py:1027
msgid "Document/user relations" msgid "Document/user relations"
msgstr "Relations document/utilisateur" msgstr "Relations document/utilisateur"
#: build/lib/core/models.py:1032 core/models.py:1032 #: build/lib/core/models.py:1033 core/models.py:1033
msgid "This user is already in this document." msgid "This user is already in this document."
msgstr "Cet utilisateur est déjà dans ce document." msgstr "Cet utilisateur est déjà dans ce document."
#: build/lib/core/models.py:1038 core/models.py:1038 #: build/lib/core/models.py:1039 core/models.py:1039
msgid "This team is already in this document." msgid "This team is already in this document."
msgstr "Cette équipe est déjà dans ce document." msgstr "Cette équipe est déjà dans ce document."
#: build/lib/core/models.py:1044 build/lib/core/models.py:1369 #: build/lib/core/models.py:1045 build/lib/core/models.py:1362
#: core/models.py:1044 core/models.py:1369 #: core/models.py:1045 core/models.py:1362
msgid "Either user or team must be set, not both." msgid "Either user or team must be set, not both."
msgstr "L'utilisateur ou l'équipe doivent être définis, pas les deux." msgstr "L'utilisateur ou l'équipe doivent être définis, pas les deux."
#: build/lib/core/models.py:1190 core/models.py:1190 #: build/lib/core/models.py:1191 core/models.py:1191
msgid "Document ask for access" msgid "Document ask for access"
msgstr "Demande d'accès au document" msgstr "Demande d'accès au document"
#: build/lib/core/models.py:1191 core/models.py:1191 #: build/lib/core/models.py:1192 core/models.py:1192
msgid "Document ask for accesses" msgid "Document ask for accesses"
msgstr "Demande d'accès au document" msgstr "Demande d'accès au document"
#: build/lib/core/models.py:1197 core/models.py:1197 #: build/lib/core/models.py:1198 core/models.py:1198
msgid "This user has already asked for access to this document." msgid "This user has already asked for access to this document."
msgstr "Cet utilisateur a déjà demandé l'accès à ce document." msgstr "Cet utilisateur a déjà demandé l'accès à ce document."
#: build/lib/core/models.py:1262 core/models.py:1262 #: build/lib/core/models.py:1255 core/models.py:1255
#, python-brace-format #, python-brace-format
msgid "{name} would like access to a document!" msgid "{name} would like access to a document!"
msgstr "{name} souhaiterait accéder au document suivant !" msgstr "{name} souhaiterait accéder au document suivant !"
#: build/lib/core/models.py:1266 core/models.py:1266 #: build/lib/core/models.py:1259 core/models.py:1259
#, python-brace-format #, python-brace-format
msgid "{name} would like access to the following document:" msgid "{name} would like access to the following document:"
msgstr "{name} souhaiterait accéder au document suivant :" msgstr "{name} souhaiterait accéder au document suivant :"
#: build/lib/core/models.py:1272 core/models.py:1272 #: build/lib/core/models.py:1265 core/models.py:1265
#, python-brace-format #, python-brace-format
msgid "{name} is asking for access to the document: {title}" msgid "{name} is asking for access to the document: {title}"
msgstr "{name} demande l'accès au document : {title}" msgstr "{name} demande l'accès au document : {title}"
#: build/lib/core/models.py:1284 core/models.py:1284 #: build/lib/core/models.py:1277 core/models.py:1277
msgid "description" msgid "description"
msgstr "description" msgstr "description"
#: build/lib/core/models.py:1285 core/models.py:1285 #: build/lib/core/models.py:1278 core/models.py:1278
msgid "code" msgid "code"
msgstr "code" msgstr "code"
#: build/lib/core/models.py:1286 core/models.py:1286 #: build/lib/core/models.py:1279 core/models.py:1279
msgid "css" msgid "css"
msgstr "CSS" msgstr "CSS"
#: build/lib/core/models.py:1288 core/models.py:1288 #: build/lib/core/models.py:1281 core/models.py:1281
msgid "public" msgid "public"
msgstr "public" msgstr "public"
#: build/lib/core/models.py:1290 core/models.py:1290 #: build/lib/core/models.py:1283 core/models.py:1283
msgid "Whether this template is public for anyone to use." msgid "Whether this template is public for anyone to use."
msgstr "Si ce modèle est public, utilisable par n'importe qui." msgstr "Si ce modèle est public, utilisable par n'importe qui."
#: build/lib/core/models.py:1296 core/models.py:1296 #: build/lib/core/models.py:1289 core/models.py:1289
msgid "Template" msgid "Template"
msgstr "Modèle" msgstr "Modèle"
#: build/lib/core/models.py:1297 core/models.py:1297 #: build/lib/core/models.py:1290 core/models.py:1290
msgid "Templates" msgid "Templates"
msgstr "Modèles" msgstr "Modèles"
#: build/lib/core/models.py:1350 core/models.py:1350 #: build/lib/core/models.py:1343 core/models.py:1343
msgid "Template/user relation" msgid "Template/user relation"
msgstr "Relation modèle/utilisateur" msgstr "Relation modèle/utilisateur"
#: build/lib/core/models.py:1351 core/models.py:1351 #: build/lib/core/models.py:1344 core/models.py:1344
msgid "Template/user relations" msgid "Template/user relations"
msgstr "Relations modèle/utilisateur" msgstr "Relations modèle/utilisateur"
#: build/lib/core/models.py:1357 core/models.py:1357 #: build/lib/core/models.py:1350 core/models.py:1350
msgid "This user is already in this template." msgid "This user is already in this template."
msgstr "Cet utilisateur est déjà dans ce modèle." msgstr "Cet utilisateur est déjà dans ce modèle."
#: build/lib/core/models.py:1363 core/models.py:1363 #: build/lib/core/models.py:1356 core/models.py:1356
msgid "This team is already in this template." msgid "This team is already in this template."
msgstr "Cette équipe est déjà modèle." msgstr "Cette équipe est déjà modèle."
#: build/lib/core/models.py:1440 core/models.py:1440 #: build/lib/core/models.py:1433 core/models.py:1433
msgid "email address" msgid "email address"
msgstr "adresse e-mail" msgstr "adresse e-mail"
#: build/lib/core/models.py:1459 core/models.py:1459 #: build/lib/core/models.py:1452 core/models.py:1452
msgid "Document invitation" msgid "Document invitation"
msgstr "Invitation à un document" msgstr "Invitation à un document"
#: build/lib/core/models.py:1460 core/models.py:1460 #: build/lib/core/models.py:1453 core/models.py:1453
msgid "Document invitations" msgid "Document invitations"
msgstr "Invitations à un document" msgstr "Invitations à un document"
#: build/lib/core/models.py:1480 core/models.py:1480 #: build/lib/core/models.py:1473 core/models.py:1473
msgid "This email is already associated to a registered user." msgid "This email is already associated to a registered user."
msgstr "Cette adresse email est déjà associée à un utilisateur inscrit." msgstr "Cette adresse email est déjà associée à un utilisateur inscrit."
#: core/templates/mail/html/template.html:162 #: core/templates/mail/html/template.html:153
#: core/templates/mail/text/template.txt:3 #: core/templates/mail/text/template.txt:3
msgid "Logo email" msgid "Logo email"
msgstr "Logo de l'e-mail" msgstr "Logo de l'e-mail"
#: core/templates/mail/html/template.html:209 #: core/templates/mail/html/template.html:200
#: core/templates/mail/text/template.txt:10 #: core/templates/mail/text/template.txt:10
msgid "Open" msgid "Open"
msgstr "Ouvrir" msgstr "Ouvrir"
#: core/templates/mail/html/template.html:226 #: core/templates/mail/html/template.html:217
#: core/templates/mail/text/template.txt:14 #: core/templates/mail/text/template.txt:14
msgid " Docs, your new essential tool for organizing, sharing and collaborating on your documents as a team. " msgid " Docs, your new essential tool for organizing, sharing and collaborating on your documents as a team. "
msgstr " Docs, votre nouvel outil incontournable pour organiser, partager et collaborer sur vos documents en équipe. " msgstr " Docs, votre nouvel outil incontournable pour organiser, partager et collaborer sur vos documents en équipe. "
#: core/templates/mail/html/template.html:233 #: core/templates/mail/html/template.html:224
#: core/templates/mail/text/template.txt:16 #: core/templates/mail/text/template.txt:16
#, python-format #, python-format
msgid " Brought to you by %(brandname)s " msgid " Brought to you by %(brandname)s "

View File

@@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: lasuite-docs\n" "Project-Id-Version: lasuite-docs\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-24 20:42+0000\n" "POT-Creation-Date: 2025-11-17 08:04+0000\n"
"PO-Revision-Date: 2025-07-31 12:38\n" "PO-Revision-Date: 2025-11-19 10:13\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Italian\n" "Language-Team: Italian\n"
"Language: it_IT\n" "Language: it_IT\n"
@@ -17,20 +17,20 @@ msgstr ""
"X-Crowdin-File: backend-impress.pot\n" "X-Crowdin-File: backend-impress.pot\n"
"X-Crowdin-File-ID: 18\n" "X-Crowdin-File-ID: 18\n"
#: build/lib/core/admin.py:37 core/admin.py:37 #: build/lib/core/admin.py:36 core/admin.py:36
msgid "Personal info" msgid "Personal info"
msgstr "Informazioni personali" msgstr "Informazioni personali"
#: build/lib/core/admin.py:50 build/lib/core/admin.py:138 core/admin.py:50 #: build/lib/core/admin.py:49 build/lib/core/admin.py:137 core/admin.py:49
#: core/admin.py:138 #: core/admin.py:137
msgid "Permissions" msgid "Permissions"
msgstr "Permessi" msgstr "Permessi"
#: build/lib/core/admin.py:62 core/admin.py:62 #: build/lib/core/admin.py:61 core/admin.py:61
msgid "Important dates" msgid "Important dates"
msgstr "Date importanti" msgstr "Date importanti"
#: build/lib/core/admin.py:148 core/admin.py:148 #: build/lib/core/admin.py:147 core/admin.py:147
msgid "Tree structure" msgid "Tree structure"
msgstr "Struttura ad albero" msgstr "Struttura ad albero"
@@ -50,27 +50,36 @@ msgstr ""
msgid "Favorite" msgid "Favorite"
msgstr "Preferiti" msgstr "Preferiti"
#: build/lib/core/api/serializers.py:467 core/api/serializers.py:467 #: build/lib/core/api/serializers.py:496 core/api/serializers.py:496
msgid "A new document was created on your behalf!" msgid "A new document was created on your behalf!"
msgstr "Un nuovo documento è stato creato a tuo nome!" msgstr "Un nuovo documento è stato creato a tuo nome!"
#: build/lib/core/api/serializers.py:471 core/api/serializers.py:471 #: build/lib/core/api/serializers.py:500 core/api/serializers.py:500
msgid "You have been granted ownership of a new document:" msgid "You have been granted ownership of a new document:"
msgstr "Sei ora proprietario di un nuovo documento:" msgstr "Sei ora proprietario di un nuovo documento:"
#: build/lib/core/api/serializers.py:608 core/api/serializers.py:608 #: build/lib/core/api/serializers.py:536 core/api/serializers.py:536
msgid "This field is required."
msgstr ""
#: build/lib/core/api/serializers.py:547 core/api/serializers.py:547
#, python-format
msgid "Link reach '%(link_reach)s' is not allowed based on parent document configuration."
msgstr ""
#: build/lib/core/api/serializers.py:693 core/api/serializers.py:693
msgid "Body" msgid "Body"
msgstr "Corpo" msgstr "Corpo"
#: build/lib/core/api/serializers.py:611 core/api/serializers.py:611 #: build/lib/core/api/serializers.py:696 core/api/serializers.py:696
msgid "Body type" msgid "Body type"
msgstr "" msgstr ""
#: build/lib/core/api/serializers.py:617 core/api/serializers.py:617 #: build/lib/core/api/serializers.py:702 core/api/serializers.py:702
msgid "Format" msgid "Format"
msgstr "Formato" msgstr "Formato"
#: build/lib/core/api/viewsets.py:942 core/api/viewsets.py:942 #: build/lib/core/api/viewsets.py:1003 core/api/viewsets.py:1003
#, python-brace-format #, python-brace-format
msgid "copy of {title}" msgid "copy of {title}"
msgstr "copia di {title}" msgstr "copia di {title}"
@@ -129,291 +138,287 @@ msgstr "Sinistra"
msgid "Right" msgid "Right"
msgstr "Destra" msgstr "Destra"
#: build/lib/core/models.py:79 core/models.py:79 #: build/lib/core/models.py:80 core/models.py:80
msgid "id" msgid "id"
msgstr "Id" msgstr "Id"
#: build/lib/core/models.py:80 core/models.py:80 #: build/lib/core/models.py:81 core/models.py:81
msgid "primary key for the record as UUID" msgid "primary key for the record as UUID"
msgstr "chiave primaria per il record come UUID" msgstr "chiave primaria per il record come UUID"
#: build/lib/core/models.py:86 core/models.py:86 #: build/lib/core/models.py:87 core/models.py:87
msgid "created on" msgid "created on"
msgstr "creato il" msgstr "creato il"
#: build/lib/core/models.py:87 core/models.py:87 #: build/lib/core/models.py:88 core/models.py:88
msgid "date and time at which a record was created" msgid "date and time at which a record was created"
msgstr "data e ora in cui è stato creato un record" msgstr "data e ora in cui è stato creato un record"
#: build/lib/core/models.py:92 core/models.py:92 #: build/lib/core/models.py:93 core/models.py:93
msgid "updated on" msgid "updated on"
msgstr "aggiornato il" msgstr "aggiornato il"
#: build/lib/core/models.py:93 core/models.py:93 #: build/lib/core/models.py:94 core/models.py:94
msgid "date and time at which a record was last updated" msgid "date and time at which a record was last updated"
msgstr "data e ora in cui lultimo record è stato aggiornato" msgstr "data e ora in cui lultimo record è stato aggiornato"
#: build/lib/core/models.py:129 core/models.py:129 #: build/lib/core/models.py:130 core/models.py:130
msgid "We couldn't find a user with this sub but the email is already associated with a registered user." msgid "We couldn't find a user with this sub but the email is already associated with a registered user."
msgstr "" msgstr ""
#: build/lib/core/models.py:142 core/models.py:142 #: build/lib/core/models.py:141 core/models.py:141
msgid "Enter a valid sub. This value may contain only letters, numbers, and @/./+/-/_/: characters."
msgstr ""
#: build/lib/core/models.py:148 core/models.py:148
msgid "sub" msgid "sub"
msgstr "" msgstr ""
#: build/lib/core/models.py:150 core/models.py:150 #: build/lib/core/models.py:142 core/models.py:142
msgid "Required. 255 characters or fewer. Letters, numbers, and @/./+/-/_/: characters only." msgid "Required. 255 characters or fewer. ASCII characters only."
msgstr "Richiesto. 255 caratteri o meno. Solo lettere, numeri e @/./+/-/_/: caratteri." msgstr ""
#: build/lib/core/models.py:159 core/models.py:159 #: build/lib/core/models.py:150 core/models.py:150
msgid "full name" msgid "full name"
msgstr "nome completo" msgstr "nome completo"
#: build/lib/core/models.py:160 core/models.py:160 #: build/lib/core/models.py:152 core/models.py:152
msgid "short name" msgid "short name"
msgstr "nome" msgstr "nome"
#: build/lib/core/models.py:162 core/models.py:162 #: build/lib/core/models.py:155 core/models.py:155
msgid "identity email address" msgid "identity email address"
msgstr "indirizzo email di identità" msgstr "indirizzo email di identità"
#: build/lib/core/models.py:167 core/models.py:167 #: build/lib/core/models.py:160 core/models.py:160
msgid "admin email address" msgid "admin email address"
msgstr "Indirizzo email dell'amministratore" msgstr "Indirizzo email dell'amministratore"
#: build/lib/core/models.py:174 core/models.py:174 #: build/lib/core/models.py:167 core/models.py:167
msgid "language" msgid "language"
msgstr "lingua" msgstr "lingua"
#: build/lib/core/models.py:175 core/models.py:175 #: build/lib/core/models.py:168 core/models.py:168
msgid "The language in which the user wants to see the interface." msgid "The language in which the user wants to see the interface."
msgstr "La lingua in cui l'utente vuole vedere l'interfaccia." msgstr "La lingua in cui l'utente vuole vedere l'interfaccia."
#: build/lib/core/models.py:183 core/models.py:183 #: build/lib/core/models.py:176 core/models.py:176
msgid "The timezone in which the user wants to see times." msgid "The timezone in which the user wants to see times."
msgstr "Il fuso orario in cui l'utente vuole vedere gli orari." msgstr "Il fuso orario in cui l'utente vuole vedere gli orari."
#: build/lib/core/models.py:186 core/models.py:186 #: build/lib/core/models.py:179 core/models.py:179
msgid "device" msgid "device"
msgstr "dispositivo" msgstr "dispositivo"
#: build/lib/core/models.py:188 core/models.py:188 #: build/lib/core/models.py:181 core/models.py:181
msgid "Whether the user is a device or a real user." msgid "Whether the user is a device or a real user."
msgstr "Se l'utente è un dispositivo o un utente reale." msgstr "Se l'utente è un dispositivo o un utente reale."
#: build/lib/core/models.py:191 core/models.py:191 #: build/lib/core/models.py:184 core/models.py:184
msgid "staff status" msgid "staff status"
msgstr "stato del personale" msgstr "stato del personale"
#: build/lib/core/models.py:193 core/models.py:193 #: build/lib/core/models.py:186 core/models.py:186
msgid "Whether the user can log into this admin site." msgid "Whether the user can log into this admin site."
msgstr "Indica se l'utente può accedere a questo sito amministratore." msgstr "Indica se l'utente può accedere a questo sito amministratore."
#: build/lib/core/models.py:196 core/models.py:196 #: build/lib/core/models.py:189 core/models.py:189
msgid "active" msgid "active"
msgstr "attivo" msgstr "attivo"
#: build/lib/core/models.py:199 core/models.py:199 #: build/lib/core/models.py:192 core/models.py:192
msgid "Whether this user should be treated as active. Unselect this instead of deleting accounts." msgid "Whether this user should be treated as active. Unselect this instead of deleting accounts."
msgstr "Indica se questo utente deve essere trattato come attivo. Deseleziona invece di eliminare gli account." msgstr "Indica se questo utente deve essere trattato come attivo. Deseleziona invece di eliminare gli account."
#: build/lib/core/models.py:211 core/models.py:211 #: build/lib/core/models.py:204 core/models.py:204
msgid "user" msgid "user"
msgstr "utente" msgstr "utente"
#: build/lib/core/models.py:212 core/models.py:212 #: build/lib/core/models.py:205 core/models.py:205
msgid "users" msgid "users"
msgstr "utenti" msgstr "utenti"
#: build/lib/core/models.py:368 build/lib/core/models.py:1283 #: build/lib/core/models.py:361 build/lib/core/models.py:1276
#: core/models.py:368 core/models.py:1283 #: core/models.py:361 core/models.py:1276
msgid "title" msgid "title"
msgstr "titolo" msgstr "titolo"
#: build/lib/core/models.py:369 core/models.py:369 #: build/lib/core/models.py:362 core/models.py:362
msgid "excerpt" msgid "excerpt"
msgstr "" msgstr ""
#: build/lib/core/models.py:418 core/models.py:418 #: build/lib/core/models.py:411 core/models.py:411
msgid "Document" msgid "Document"
msgstr "Documento" msgstr "Documento"
#: build/lib/core/models.py:419 core/models.py:419 #: build/lib/core/models.py:412 core/models.py:412
msgid "Documents" msgid "Documents"
msgstr "Documenti" msgstr "Documenti"
#: build/lib/core/models.py:431 build/lib/core/models.py:821 core/models.py:431 #: build/lib/core/models.py:424 build/lib/core/models.py:822 core/models.py:424
#: core/models.py:821 #: core/models.py:822
msgid "Untitled Document" msgid "Untitled Document"
msgstr "Documento senza titolo" msgstr "Documento senza titolo"
#: build/lib/core/models.py:856 core/models.py:856 #: build/lib/core/models.py:857 core/models.py:857
#, python-brace-format #, python-brace-format
msgid "{name} shared a document with you!" msgid "{name} shared a document with you!"
msgstr "{name} ha condiviso un documento con te!" msgstr "{name} ha condiviso un documento con te!"
#: build/lib/core/models.py:860 core/models.py:860 #: build/lib/core/models.py:861 core/models.py:861
#, python-brace-format #, python-brace-format
msgid "{name} invited you with the role \"{role}\" on the following document:" msgid "{name} invited you with the role \"{role}\" on the following document:"
msgstr "{name} ti ha invitato con il ruolo \"{role}\" nel seguente documento:" msgstr "{name} ti ha invitato con il ruolo \"{role}\" nel seguente documento:"
#: build/lib/core/models.py:866 core/models.py:866 #: build/lib/core/models.py:867 core/models.py:867
#, python-brace-format #, python-brace-format
msgid "{name} shared a document with you: {title}" msgid "{name} shared a document with you: {title}"
msgstr "{name} ha condiviso un documento con te: {title}" msgstr "{name} ha condiviso un documento con te: {title}"
#: build/lib/core/models.py:966 core/models.py:966 #: build/lib/core/models.py:967 core/models.py:967
msgid "Document/user link trace" msgid "Document/user link trace"
msgstr "" msgstr ""
#: build/lib/core/models.py:967 core/models.py:967 #: build/lib/core/models.py:968 core/models.py:968
msgid "Document/user link traces" msgid "Document/user link traces"
msgstr "" msgstr ""
#: build/lib/core/models.py:973 core/models.py:973 #: build/lib/core/models.py:974 core/models.py:974
msgid "A link trace already exists for this document/user." msgid "A link trace already exists for this document/user."
msgstr "" msgstr ""
#: build/lib/core/models.py:996 core/models.py:996 #: build/lib/core/models.py:997 core/models.py:997
msgid "Document favorite" msgid "Document favorite"
msgstr "Documento preferito" msgstr "Documento preferito"
#: build/lib/core/models.py:997 core/models.py:997 #: build/lib/core/models.py:998 core/models.py:998
msgid "Document favorites" msgid "Document favorites"
msgstr "Documenti preferiti" msgstr "Documenti preferiti"
#: build/lib/core/models.py:1003 core/models.py:1003 #: build/lib/core/models.py:1004 core/models.py:1004
msgid "This document is already targeted by a favorite relation instance for the same user." msgid "This document is already targeted by a favorite relation instance for the same user."
msgstr "" msgstr ""
#: build/lib/core/models.py:1025 core/models.py:1025 #: build/lib/core/models.py:1026 core/models.py:1026
msgid "Document/user relation" msgid "Document/user relation"
msgstr "" msgstr ""
#: build/lib/core/models.py:1026 core/models.py:1026 #: build/lib/core/models.py:1027 core/models.py:1027
msgid "Document/user relations" msgid "Document/user relations"
msgstr "" msgstr ""
#: build/lib/core/models.py:1032 core/models.py:1032 #: build/lib/core/models.py:1033 core/models.py:1033
msgid "This user is already in this document." msgid "This user is already in this document."
msgstr "Questo utente è già presente in questo documento." msgstr "Questo utente è già presente in questo documento."
#: build/lib/core/models.py:1038 core/models.py:1038 #: build/lib/core/models.py:1039 core/models.py:1039
msgid "This team is already in this document." msgid "This team is already in this document."
msgstr "Questo team è già presente in questo documento." msgstr "Questo team è già presente in questo documento."
#: build/lib/core/models.py:1044 build/lib/core/models.py:1369 #: build/lib/core/models.py:1045 build/lib/core/models.py:1362
#: core/models.py:1044 core/models.py:1369 #: core/models.py:1045 core/models.py:1362
msgid "Either user or team must be set, not both." msgid "Either user or team must be set, not both."
msgstr "" msgstr ""
#: build/lib/core/models.py:1190 core/models.py:1190 #: build/lib/core/models.py:1191 core/models.py:1191
msgid "Document ask for access" msgid "Document ask for access"
msgstr "" msgstr ""
#: build/lib/core/models.py:1191 core/models.py:1191 #: build/lib/core/models.py:1192 core/models.py:1192
msgid "Document ask for accesses" msgid "Document ask for accesses"
msgstr "" msgstr ""
#: build/lib/core/models.py:1197 core/models.py:1197 #: build/lib/core/models.py:1198 core/models.py:1198
msgid "This user has already asked for access to this document." msgid "This user has already asked for access to this document."
msgstr "" msgstr ""
#: build/lib/core/models.py:1262 core/models.py:1262 #: build/lib/core/models.py:1255 core/models.py:1255
#, python-brace-format #, python-brace-format
msgid "{name} would like access to a document!" msgid "{name} would like access to a document!"
msgstr "" msgstr ""
#: build/lib/core/models.py:1266 core/models.py:1266 #: build/lib/core/models.py:1259 core/models.py:1259
#, python-brace-format #, python-brace-format
msgid "{name} would like access to the following document:" msgid "{name} would like access to the following document:"
msgstr "" msgstr ""
#: build/lib/core/models.py:1272 core/models.py:1272 #: build/lib/core/models.py:1265 core/models.py:1265
#, python-brace-format #, python-brace-format
msgid "{name} is asking for access to the document: {title}" msgid "{name} is asking for access to the document: {title}"
msgstr "" msgstr ""
#: build/lib/core/models.py:1284 core/models.py:1284 #: build/lib/core/models.py:1277 core/models.py:1277
msgid "description" msgid "description"
msgstr "descrizione" msgstr "descrizione"
#: build/lib/core/models.py:1285 core/models.py:1285 #: build/lib/core/models.py:1278 core/models.py:1278
msgid "code" msgid "code"
msgstr "code" msgstr "code"
#: build/lib/core/models.py:1286 core/models.py:1286 #: build/lib/core/models.py:1279 core/models.py:1279
msgid "css" msgid "css"
msgstr "css" msgstr "css"
#: build/lib/core/models.py:1288 core/models.py:1288 #: build/lib/core/models.py:1281 core/models.py:1281
msgid "public" msgid "public"
msgstr "pubblico" msgstr "pubblico"
#: build/lib/core/models.py:1290 core/models.py:1290 #: build/lib/core/models.py:1283 core/models.py:1283
msgid "Whether this template is public for anyone to use." msgid "Whether this template is public for anyone to use."
msgstr "Indica se questo modello è pubblico per chiunque." msgstr "Indica se questo modello è pubblico per chiunque."
#: build/lib/core/models.py:1296 core/models.py:1296 #: build/lib/core/models.py:1289 core/models.py:1289
msgid "Template" msgid "Template"
msgstr "Modello" msgstr "Modello"
#: build/lib/core/models.py:1297 core/models.py:1297 #: build/lib/core/models.py:1290 core/models.py:1290
msgid "Templates" msgid "Templates"
msgstr "Modelli" msgstr "Modelli"
#: build/lib/core/models.py:1350 core/models.py:1350 #: build/lib/core/models.py:1343 core/models.py:1343
msgid "Template/user relation" msgid "Template/user relation"
msgstr "" msgstr ""
#: build/lib/core/models.py:1351 core/models.py:1351 #: build/lib/core/models.py:1344 core/models.py:1344
msgid "Template/user relations" msgid "Template/user relations"
msgstr "" msgstr ""
#: build/lib/core/models.py:1357 core/models.py:1357 #: build/lib/core/models.py:1350 core/models.py:1350
msgid "This user is already in this template." msgid "This user is already in this template."
msgstr "Questo utente è già in questo modello." msgstr "Questo utente è già in questo modello."
#: build/lib/core/models.py:1363 core/models.py:1363 #: build/lib/core/models.py:1356 core/models.py:1356
msgid "This team is already in this template." msgid "This team is already in this template."
msgstr "Questo team è già in questo modello." msgstr "Questo team è già in questo modello."
#: build/lib/core/models.py:1440 core/models.py:1440 #: build/lib/core/models.py:1433 core/models.py:1433
msgid "email address" msgid "email address"
msgstr "indirizzo e-mail" msgstr "indirizzo e-mail"
#: build/lib/core/models.py:1459 core/models.py:1459 #: build/lib/core/models.py:1452 core/models.py:1452
msgid "Document invitation" msgid "Document invitation"
msgstr "Invito al documento" msgstr "Invito al documento"
#: build/lib/core/models.py:1460 core/models.py:1460 #: build/lib/core/models.py:1453 core/models.py:1453
msgid "Document invitations" msgid "Document invitations"
msgstr "Inviti al documento" msgstr "Inviti al documento"
#: build/lib/core/models.py:1480 core/models.py:1480 #: build/lib/core/models.py:1473 core/models.py:1473
msgid "This email is already associated to a registered user." msgid "This email is already associated to a registered user."
msgstr "Questa email è già associata a un utente registrato." msgstr "Questa email è già associata a un utente registrato."
#: core/templates/mail/html/template.html:162 #: core/templates/mail/html/template.html:153
#: core/templates/mail/text/template.txt:3 #: core/templates/mail/text/template.txt:3
msgid "Logo email" msgid "Logo email"
msgstr "Logo e-mail" msgstr "Logo e-mail"
#: core/templates/mail/html/template.html:209 #: core/templates/mail/html/template.html:200
#: core/templates/mail/text/template.txt:10 #: core/templates/mail/text/template.txt:10
msgid "Open" msgid "Open"
msgstr "Apri" msgstr "Apri"
#: core/templates/mail/html/template.html:226 #: core/templates/mail/html/template.html:217
#: core/templates/mail/text/template.txt:14 #: core/templates/mail/text/template.txt:14
msgid " Docs, your new essential tool for organizing, sharing and collaborating on your documents as a team. " msgid " Docs, your new essential tool for organizing, sharing and collaborating on your documents as a team. "
msgstr "" msgstr ""
#: core/templates/mail/html/template.html:233 #: core/templates/mail/html/template.html:224
#: core/templates/mail/text/template.txt:16 #: core/templates/mail/text/template.txt:16
#, python-format #, python-format
msgid " Brought to you by %(brandname)s " msgid " Brought to you by %(brandname)s "

View File

@@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: lasuite-docs\n" "Project-Id-Version: lasuite-docs\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-24 20:42+0000\n" "POT-Creation-Date: 2025-11-17 08:04+0000\n"
"PO-Revision-Date: 2025-07-31 12:38\n" "PO-Revision-Date: 2025-11-19 10:13\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Dutch\n" "Language-Team: Dutch\n"
"Language: nl_NL\n" "Language: nl_NL\n"
@@ -17,22 +17,22 @@ msgstr ""
"X-Crowdin-File: backend-impress.pot\n" "X-Crowdin-File: backend-impress.pot\n"
"X-Crowdin-File-ID: 18\n" "X-Crowdin-File-ID: 18\n"
#: build/lib/core/admin.py:37 core/admin.py:37 #: build/lib/core/admin.py:36 core/admin.py:36
msgid "Personal info" msgid "Personal info"
msgstr "Persoonlijke informatie" msgstr "Persoonlijke informatie"
#: build/lib/core/admin.py:50 build/lib/core/admin.py:138 core/admin.py:50 #: build/lib/core/admin.py:49 build/lib/core/admin.py:137 core/admin.py:49
#: core/admin.py:138 #: core/admin.py:137
msgid "Permissions" msgid "Permissions"
msgstr "Toestemmingen" msgstr "Machtigingen"
#: build/lib/core/admin.py:62 core/admin.py:62 #: build/lib/core/admin.py:61 core/admin.py:61
msgid "Important dates" msgid "Important dates"
msgstr "Belangrijke datums" msgstr "Belangrijke data"
#: build/lib/core/admin.py:148 core/admin.py:148 #: build/lib/core/admin.py:147 core/admin.py:147
msgid "Tree structure" msgid "Tree structure"
msgstr "Document structuur" msgstr "Boomstructuur"
#: build/lib/core/api/filters.py:47 core/api/filters.py:47 #: build/lib/core/api/filters.py:47 core/api/filters.py:47
msgid "Title" msgid "Title"
@@ -40,37 +40,46 @@ msgstr "Titel"
#: build/lib/core/api/filters.py:61 core/api/filters.py:61 #: build/lib/core/api/filters.py:61 core/api/filters.py:61
msgid "Creator is me" msgid "Creator is me"
msgstr "Ik ben Eigenaar" msgstr "Ik ben eigenaar"
#: build/lib/core/api/filters.py:64 core/api/filters.py:64 #: build/lib/core/api/filters.py:64 core/api/filters.py:64
msgid "Masked" msgid "Masked"
msgstr "" msgstr "Gemaskeerd"
#: build/lib/core/api/filters.py:67 core/api/filters.py:67 #: build/lib/core/api/filters.py:67 core/api/filters.py:67
msgid "Favorite" msgid "Favorite"
msgstr "Favoriete" msgstr "Favoriet"
#: build/lib/core/api/serializers.py:467 core/api/serializers.py:467 #: build/lib/core/api/serializers.py:496 core/api/serializers.py:496
msgid "A new document was created on your behalf!" msgid "A new document was created on your behalf!"
msgstr "Een nieuw document was gecreëerd voor u!" msgstr "Een nieuw document is namens u gemaakt!"
#: build/lib/core/api/serializers.py:471 core/api/serializers.py:471 #: build/lib/core/api/serializers.py:500 core/api/serializers.py:500
msgid "You have been granted ownership of a new document:" msgid "You have been granted ownership of a new document:"
msgstr "U heeft eigenaarschap van een nieuw document:" msgstr "U heeft eigenaarschap van een nieuw document gekregen:"
#: build/lib/core/api/serializers.py:608 core/api/serializers.py:608 #: build/lib/core/api/serializers.py:536 core/api/serializers.py:536
msgid "This field is required."
msgstr "Dit veld is verplicht."
#: build/lib/core/api/serializers.py:547 core/api/serializers.py:547
#, python-format
msgid "Link reach '%(link_reach)s' is not allowed based on parent document configuration."
msgstr "Link bereik '%(link_reach)s' is niet toegestaan op basis van bovenliggende documentconfiguratie."
#: build/lib/core/api/serializers.py:693 core/api/serializers.py:693
msgid "Body" msgid "Body"
msgstr "Text" msgstr "Text"
#: build/lib/core/api/serializers.py:611 core/api/serializers.py:611 #: build/lib/core/api/serializers.py:696 core/api/serializers.py:696
msgid "Body type" msgid "Body type"
msgstr "Text type" msgstr "Text type"
#: build/lib/core/api/serializers.py:617 core/api/serializers.py:617 #: build/lib/core/api/serializers.py:702 core/api/serializers.py:702
msgid "Format" msgid "Format"
msgstr "Formaat" msgstr "Formaat"
#: build/lib/core/api/viewsets.py:942 core/api/viewsets.py:942 #: build/lib/core/api/viewsets.py:1003 core/api/viewsets.py:1003
#, python-brace-format #, python-brace-format
msgid "copy of {title}" msgid "copy of {title}"
msgstr "kopie van {title}" msgstr "kopie van {title}"
@@ -83,11 +92,11 @@ msgstr "Lezer"
#: build/lib/core/choices.py:36 build/lib/core/choices.py:43 core/choices.py:36 #: build/lib/core/choices.py:36 build/lib/core/choices.py:43 core/choices.py:36
#: core/choices.py:43 #: core/choices.py:43
msgid "Editor" msgid "Editor"
msgstr "Bewerker" msgstr "Redacteur"
#: build/lib/core/choices.py:44 core/choices.py:44 #: build/lib/core/choices.py:44 core/choices.py:44
msgid "Administrator" msgid "Administrator"
msgstr "Administrator" msgstr "Beheerder"
#: build/lib/core/choices.py:45 core/choices.py:45 #: build/lib/core/choices.py:45 core/choices.py:45
msgid "Owner" msgid "Owner"
@@ -95,7 +104,7 @@ msgstr "Eigenaar"
#: build/lib/core/choices.py:56 core/choices.py:56 #: build/lib/core/choices.py:56 core/choices.py:56
msgid "Restricted" msgid "Restricted"
msgstr "Niet toegestaan" msgstr "Beperkt"
#: build/lib/core/choices.py:60 core/choices.py:60 #: build/lib/core/choices.py:60 core/choices.py:60
msgid "Authenticated" msgid "Authenticated"
@@ -129,291 +138,287 @@ msgstr "Links"
msgid "Right" msgid "Right"
msgstr "Rechts" msgstr "Rechts"
#: build/lib/core/models.py:79 core/models.py:79 #: build/lib/core/models.py:80 core/models.py:80
msgid "id" msgid "id"
msgstr "id" msgstr "id"
#: build/lib/core/models.py:80 core/models.py:80 #: build/lib/core/models.py:81 core/models.py:81
msgid "primary key for the record as UUID" msgid "primary key for the record as UUID"
msgstr "primaire sleutel voor dossier als UUID" msgstr "primaire sleutel voor dossier als UUID"
#: build/lib/core/models.py:86 core/models.py:86
msgid "created on"
msgstr "gemaakt op"
#: build/lib/core/models.py:87 core/models.py:87 #: build/lib/core/models.py:87 core/models.py:87
msgid "date and time at which a record was created" msgid "created on"
msgstr "datum en tijd wanneer dossier was gecreëerd" msgstr "gecreëerd op"
#: build/lib/core/models.py:92 core/models.py:92 #: build/lib/core/models.py:88 core/models.py:88
msgid "date and time at which a record was created"
msgstr "datum en tijd waarop dossier is gecreeërd"
#: build/lib/core/models.py:93 core/models.py:93
msgid "updated on" msgid "updated on"
msgstr "Laatst gewijzigd op" msgstr "Laatst gewijzigd op"
#: build/lib/core/models.py:93 core/models.py:93 #: build/lib/core/models.py:94 core/models.py:94
msgid "date and time at which a record was last updated" msgid "date and time at which a record was last updated"
msgstr "datum en tijd waarop dossier laatst was gewijzigd" msgstr "datum en tijd waarop dossier laatst was gewijzigd"
#: build/lib/core/models.py:129 core/models.py:129 #: build/lib/core/models.py:130 core/models.py:130
msgid "We couldn't find a user with this sub but the email is already associated with a registered user." msgid "We couldn't find a user with this sub but the email is already associated with a registered user."
msgstr "Wij konden geen gebruiker vinden met deze id, maar de email is al geassocieerd met een geregistreerde gebruiker." msgstr "Wij konden geen gebruiker vinden met dit id, maar de email is al geassocieerd met een geregistreerde gebruiker."
#: build/lib/core/models.py:142 core/models.py:142 #: build/lib/core/models.py:141 core/models.py:141
msgid "Enter a valid sub. This value may contain only letters, numbers, and @/./+/-/_/: characters."
msgstr ".Geef een valide id. De waarde mag alleen letters, nummers en @/./.+/-/_: karakters bevatten."
#: build/lib/core/models.py:148 core/models.py:148
msgid "sub" msgid "sub"
msgstr "id" msgstr "id"
#: build/lib/core/models.py:150 core/models.py:150 #: build/lib/core/models.py:142 core/models.py:142
msgid "Required. 255 characters or fewer. Letters, numbers, and @/./+/-/_/: characters only." msgid "Required. 255 characters or fewer. ASCII characters only."
msgstr "Verplicht. 255 karakters of minder. Alleen letters, nummers en @/./+/-/_/: karakters zijn toegestaan." msgstr "Vereist. 255 tekens of minder. Alleen ASCII tekens."
#: build/lib/core/models.py:159 core/models.py:159 #: build/lib/core/models.py:150 core/models.py:150
msgid "full name" msgid "full name"
msgstr "volledige naam" msgstr "volledige naam"
#: build/lib/core/models.py:160 core/models.py:160 #: build/lib/core/models.py:152 core/models.py:152
msgid "short name" msgid "short name"
msgstr "gebruikersnaam" msgstr "gebruikersnaam"
#: build/lib/core/models.py:162 core/models.py:162 #: build/lib/core/models.py:155 core/models.py:155
msgid "identity email address" msgid "identity email address"
msgstr "identiteit emailadres" msgstr "identiteit emailadres"
#: build/lib/core/models.py:167 core/models.py:167 #: build/lib/core/models.py:160 core/models.py:160
msgid "admin email address" msgid "admin email address"
msgstr "admin emailadres" msgstr "admin emailadres"
#: build/lib/core/models.py:174 core/models.py:174 #: build/lib/core/models.py:167 core/models.py:167
msgid "language" msgid "language"
msgstr "taal" msgstr "taal"
#: build/lib/core/models.py:175 core/models.py:175 #: build/lib/core/models.py:168 core/models.py:168
msgid "The language in which the user wants to see the interface." msgid "The language in which the user wants to see the interface."
msgstr "De taal waarin de gebruiker de interface wilt zien." msgstr "De taal waarin de gebruiker de interface wil zien."
#: build/lib/core/models.py:183 core/models.py:183 #: build/lib/core/models.py:176 core/models.py:176
msgid "The timezone in which the user wants to see times." msgid "The timezone in which the user wants to see times."
msgstr "De tijdzone waarin de gebruiker de tijden wilt zien." msgstr "De tijdzone waarin de gebruiker de tijden wil zien."
#: build/lib/core/models.py:186 core/models.py:186 #: build/lib/core/models.py:179 core/models.py:179
msgid "device" msgid "device"
msgstr "apparaat" msgstr "apparaat"
#: build/lib/core/models.py:188 core/models.py:188 #: build/lib/core/models.py:181 core/models.py:181
msgid "Whether the user is a device or a real user." msgid "Whether the user is a device or a real user."
msgstr "Of de gebruiker een apparaat is of een echte gebruiker." msgstr "Of de gebruiker een apparaat is of een echte gebruiker."
#: build/lib/core/models.py:191 core/models.py:191 #: build/lib/core/models.py:184 core/models.py:184
msgid "staff status" msgid "staff status"
msgstr "beheerder status" msgstr "beheerder status"
#: build/lib/core/models.py:193 core/models.py:193 #: build/lib/core/models.py:186 core/models.py:186
msgid "Whether the user can log into this admin site." msgid "Whether the user can log into this admin site."
msgstr "Of de gebruiker kan inloggen in het admin gedeelte." msgstr "Of de gebruiker kan inloggen in het beheer gedeelte."
#: build/lib/core/models.py:196 core/models.py:196 #: build/lib/core/models.py:189 core/models.py:189
msgid "active" msgid "active"
msgstr "actief" msgstr "actief"
#: build/lib/core/models.py:199 core/models.py:199 #: build/lib/core/models.py:192 core/models.py:192
msgid "Whether this user should be treated as active. Unselect this instead of deleting accounts." msgid "Whether this user should be treated as active. Unselect this instead of deleting accounts."
msgstr "Of een gebruiker als actief moet worden beschouwd. Deselecteer dit in plaats van het account te deleten." msgstr "Of een gebruiker als actief moet worden beschouwd. Deselecteer dit in plaats van het account te deleten."
#: build/lib/core/models.py:211 core/models.py:211 #: build/lib/core/models.py:204 core/models.py:204
msgid "user" msgid "user"
msgstr "gebruiker" msgstr "gebruiker"
#: build/lib/core/models.py:212 core/models.py:212 #: build/lib/core/models.py:205 core/models.py:205
msgid "users" msgid "users"
msgstr "gebruikers" msgstr "gebruikers"
#: build/lib/core/models.py:368 build/lib/core/models.py:1283 #: build/lib/core/models.py:361 build/lib/core/models.py:1276
#: core/models.py:368 core/models.py:1283 #: core/models.py:361 core/models.py:1276
msgid "title" msgid "title"
msgstr "titel" msgstr "titel"
#: build/lib/core/models.py:369 core/models.py:369 #: build/lib/core/models.py:362 core/models.py:362
msgid "excerpt" msgid "excerpt"
msgstr "uittreksel" msgstr "uittreksel"
#: build/lib/core/models.py:418 core/models.py:418 #: build/lib/core/models.py:411 core/models.py:411
msgid "Document" msgid "Document"
msgstr "Document" msgstr "Document"
#: build/lib/core/models.py:419 core/models.py:419 #: build/lib/core/models.py:412 core/models.py:412
msgid "Documents" msgid "Documents"
msgstr "Documenten" msgstr "Documenten"
#: build/lib/core/models.py:431 build/lib/core/models.py:821 core/models.py:431 #: build/lib/core/models.py:424 build/lib/core/models.py:822 core/models.py:424
#: core/models.py:821 #: core/models.py:822
msgid "Untitled Document" msgid "Untitled Document"
msgstr "Naamloos Document" msgstr "Naamloos Document"
#: build/lib/core/models.py:856 core/models.py:856 #: build/lib/core/models.py:857 core/models.py:857
#, python-brace-format #, python-brace-format
msgid "{name} shared a document with you!" msgid "{name} shared a document with you!"
msgstr "{name} heeft een document met gedeeld!" msgstr "{name} heeft een document met u gedeeld!"
#: build/lib/core/models.py:860 core/models.py:860 #: build/lib/core/models.py:861 core/models.py:861
#, python-brace-format #, python-brace-format
msgid "{name} invited you with the role \"{role}\" on the following document:" msgid "{name} invited you with the role \"{role}\" on the following document:"
msgstr "{name} heeft u uitgenodigd met de rol \"{role}\" op het volgende document:" msgstr "{name} heeft u uitgenodigd met de rol \"{role}\" op het volgende document:"
#: build/lib/core/models.py:866 core/models.py:866 #: build/lib/core/models.py:867 core/models.py:867
#, python-brace-format #, python-brace-format
msgid "{name} shared a document with you: {title}" msgid "{name} shared a document with you: {title}"
msgstr "{name} heeft een document met u gedeeld: {title}" msgstr "{name} heeft een document met u gedeeld: {title}"
#: build/lib/core/models.py:966 core/models.py:966
msgid "Document/user link trace"
msgstr "Document/gebruiker url"
#: build/lib/core/models.py:967 core/models.py:967 #: build/lib/core/models.py:967 core/models.py:967
msgid "Document/user link trace"
msgstr "Document/gebruiker link"
#: build/lib/core/models.py:968 core/models.py:968
msgid "Document/user link traces" msgid "Document/user link traces"
msgstr "Document/gebruiker url" msgstr "Document/gebruiker link"
#: build/lib/core/models.py:973 core/models.py:973 #: build/lib/core/models.py:974 core/models.py:974
msgid "A link trace already exists for this document/user." msgid "A link trace already exists for this document/user."
msgstr "Een url bestaat al voor dit document/deze gebruiker." msgstr "Een link bestaat al voor dit document/deze gebruiker."
#: build/lib/core/models.py:996 core/models.py:996 #: build/lib/core/models.py:997 core/models.py:997
msgid "Document favorite" msgid "Document favorite"
msgstr "Document favoriet" msgstr "Document favoriet"
#: build/lib/core/models.py:997 core/models.py:997 #: build/lib/core/models.py:998 core/models.py:998
msgid "Document favorites" msgid "Document favorites"
msgstr "Document favorieten" msgstr "Document favorieten"
#: build/lib/core/models.py:1003 core/models.py:1003 #: build/lib/core/models.py:1004 core/models.py:1004
msgid "This document is already targeted by a favorite relation instance for the same user." msgid "This document is already targeted by a favorite relation instance for the same user."
msgstr "Dit document is al in gebruik als favoriete door dezelfde gebruiker." msgstr "Dit document is al in gebruik als favoriet door dezelfde gebruiker."
#: build/lib/core/models.py:1025 core/models.py:1025 #: build/lib/core/models.py:1026 core/models.py:1026
msgid "Document/user relation" msgid "Document/user relation"
msgstr "Document/gebruiker relatie" msgstr "Document/gebruiker relatie"
#: build/lib/core/models.py:1026 core/models.py:1026 #: build/lib/core/models.py:1027 core/models.py:1027
msgid "Document/user relations" msgid "Document/user relations"
msgstr "Document/gebruiker relaties" msgstr "Document/gebruiker relaties"
#: build/lib/core/models.py:1032 core/models.py:1032 #: build/lib/core/models.py:1033 core/models.py:1033
msgid "This user is already in this document." msgid "This user is already in this document."
msgstr "De gebruiker is al in dit document." msgstr "De gebruiker bestaat al in dit document."
#: build/lib/core/models.py:1038 core/models.py:1038 #: build/lib/core/models.py:1039 core/models.py:1039
msgid "This team is already in this document." msgid "This team is already in this document."
msgstr "Het team is al in dit document." msgstr "Dit team bestaat al in dit document."
#: build/lib/core/models.py:1044 build/lib/core/models.py:1369 #: build/lib/core/models.py:1045 build/lib/core/models.py:1362
#: core/models.py:1044 core/models.py:1369 #: core/models.py:1045 core/models.py:1362
msgid "Either user or team must be set, not both." msgid "Either user or team must be set, not both."
msgstr "Een gebruiker of team moet gekozen worden, maar niet beide." msgstr "Een gebruiker of team moet gekozen worden, maar niet beide."
#: build/lib/core/models.py:1190 core/models.py:1190
msgid "Document ask for access"
msgstr ""
#: build/lib/core/models.py:1191 core/models.py:1191 #: build/lib/core/models.py:1191 core/models.py:1191
msgid "Document ask for access"
msgstr "Document verzoekt om toegang"
#: build/lib/core/models.py:1192 core/models.py:1192
msgid "Document ask for accesses" msgid "Document ask for accesses"
msgstr "" msgstr "Document verzoekt om toegangen"
#: build/lib/core/models.py:1197 core/models.py:1197 #: build/lib/core/models.py:1198 core/models.py:1198
msgid "This user has already asked for access to this document." msgid "This user has already asked for access to this document."
msgstr "" msgstr "Deze gebruiker heeft al om toegang tot dit document gevraagd."
#: build/lib/core/models.py:1262 core/models.py:1262 #: build/lib/core/models.py:1255 core/models.py:1255
#, python-brace-format #, python-brace-format
msgid "{name} would like access to a document!" msgid "{name} would like access to a document!"
msgstr "" msgstr "{name} verzoekt toegang tot een document!"
#: build/lib/core/models.py:1266 core/models.py:1266 #: build/lib/core/models.py:1259 core/models.py:1259
#, python-brace-format #, python-brace-format
msgid "{name} would like access to the following document:" msgid "{name} would like access to the following document:"
msgstr "" msgstr "{name} verzoekt toegang tot het volgende document:"
#: build/lib/core/models.py:1272 core/models.py:1272 #: build/lib/core/models.py:1265 core/models.py:1265
#, python-brace-format #, python-brace-format
msgid "{name} is asking for access to the document: {title}" msgid "{name} is asking for access to the document: {title}"
msgstr "" msgstr "{name} verzoekt toegang tot het document: {title}"
#: build/lib/core/models.py:1284 core/models.py:1284 #: build/lib/core/models.py:1277 core/models.py:1277
msgid "description" msgid "description"
msgstr "omschrijving" msgstr "omschrijving"
#: build/lib/core/models.py:1285 core/models.py:1285 #: build/lib/core/models.py:1278 core/models.py:1278
msgid "code" msgid "code"
msgstr "code" msgstr "code"
#: build/lib/core/models.py:1286 core/models.py:1286 #: build/lib/core/models.py:1279 core/models.py:1279
msgid "css" msgid "css"
msgstr "css" msgstr "css"
#: build/lib/core/models.py:1288 core/models.py:1288 #: build/lib/core/models.py:1281 core/models.py:1281
msgid "public" msgid "public"
msgstr "publiek" msgstr "publiek"
#: build/lib/core/models.py:1290 core/models.py:1290 #: build/lib/core/models.py:1283 core/models.py:1283
msgid "Whether this template is public for anyone to use." msgid "Whether this template is public for anyone to use."
msgstr "Of dit template als publiek is en door iedereen te gebruiken is." msgstr "Of dit sjabloon door iedereen publiekelijk te gebruiken is."
#: build/lib/core/models.py:1296 core/models.py:1296 #: build/lib/core/models.py:1289 core/models.py:1289
msgid "Template" msgid "Template"
msgstr "Template" msgstr "Sjabloon"
#: build/lib/core/models.py:1297 core/models.py:1297 #: build/lib/core/models.py:1290 core/models.py:1290
msgid "Templates" msgid "Templates"
msgstr "Templates" msgstr "Sjabloon"
#: build/lib/core/models.py:1343 core/models.py:1343
msgid "Template/user relation"
msgstr "Sjabloon/gebruiker relatie"
#: build/lib/core/models.py:1344 core/models.py:1344
msgid "Template/user relations"
msgstr "Sjabloon/gebruiker relaties"
#: build/lib/core/models.py:1350 core/models.py:1350 #: build/lib/core/models.py:1350 core/models.py:1350
msgid "Template/user relation"
msgstr "Template/gebruiker relatie"
#: build/lib/core/models.py:1351 core/models.py:1351
msgid "Template/user relations"
msgstr "Template/gebruiker relaties"
#: build/lib/core/models.py:1357 core/models.py:1357
msgid "This user is already in this template." msgid "This user is already in this template."
msgstr "De gebruiker bestaat al in dit template." msgstr "De gebruiker bestaat al in dit sjabloon."
#: build/lib/core/models.py:1363 core/models.py:1363 #: build/lib/core/models.py:1356 core/models.py:1356
msgid "This team is already in this template." msgid "This team is already in this template."
msgstr "Het team bestaat al in dit template." msgstr "Het team bestaat al in dit sjabloon."
#: build/lib/core/models.py:1440 core/models.py:1440 #: build/lib/core/models.py:1433 core/models.py:1433
msgid "email address" msgid "email address"
msgstr "email adres" msgstr "e-mailadres"
#: build/lib/core/models.py:1459 core/models.py:1459 #: build/lib/core/models.py:1452 core/models.py:1452
msgid "Document invitation" msgid "Document invitation"
msgstr "Document uitnodiging" msgstr "Document uitnodiging"
#: build/lib/core/models.py:1460 core/models.py:1460 #: build/lib/core/models.py:1453 core/models.py:1453
msgid "Document invitations" msgid "Document invitations"
msgstr "Document uitnodigingen" msgstr "Document uitnodigingen"
#: build/lib/core/models.py:1480 core/models.py:1480 #: build/lib/core/models.py:1473 core/models.py:1473
msgid "This email is already associated to a registered user." msgid "This email is already associated to a registered user."
msgstr "Deze email is al geassocieerd met een geregistreerde gebruiker." msgstr "Deze email is al geassocieerd met een geregistreerde gebruiker."
#: core/templates/mail/html/template.html:162 #: core/templates/mail/html/template.html:153
#: core/templates/mail/text/template.txt:3 #: core/templates/mail/text/template.txt:3
msgid "Logo email" msgid "Logo email"
msgstr "Logo email" msgstr "Logo email"
#: core/templates/mail/html/template.html:209 #: core/templates/mail/html/template.html:200
#: core/templates/mail/text/template.txt:10 #: core/templates/mail/text/template.txt:10
msgid "Open" msgid "Open"
msgstr "Open" msgstr "Open"
#: core/templates/mail/html/template.html:226 #: core/templates/mail/html/template.html:217
#: core/templates/mail/text/template.txt:14 #: core/templates/mail/text/template.txt:14
msgid " Docs, your new essential tool for organizing, sharing and collaborating on your documents as a team. " msgid " Docs, your new essential tool for organizing, sharing and collaborating on your documents as a team. "
msgstr " Docs, jouw nieuwe essentiële tool voor het organiseren, delen en collaboreren van documenten als team. " msgstr " Docs, jouw nieuwe essentiële tool voor het organiseren, delen en collaboreren van documenten als team. "
#: core/templates/mail/html/template.html:233 #: core/templates/mail/html/template.html:224
#: core/templates/mail/text/template.txt:16 #: core/templates/mail/text/template.txt:16
#, python-format #, python-format
msgid " Brought to you by %(brandname)s " msgid " Brought to you by %(brandname)s "

View File

@@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: lasuite-docs\n" "Project-Id-Version: lasuite-docs\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-24 20:42+0000\n" "POT-Creation-Date: 2025-11-17 08:04+0000\n"
"PO-Revision-Date: 2025-07-31 12:38\n" "PO-Revision-Date: 2025-11-19 10:13\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Portuguese\n" "Language-Team: Portuguese\n"
"Language: pt_PT\n" "Language: pt_PT\n"
@@ -17,20 +17,20 @@ msgstr ""
"X-Crowdin-File: backend-impress.pot\n" "X-Crowdin-File: backend-impress.pot\n"
"X-Crowdin-File-ID: 18\n" "X-Crowdin-File-ID: 18\n"
#: build/lib/core/admin.py:37 core/admin.py:37 #: build/lib/core/admin.py:36 core/admin.py:36
msgid "Personal info" msgid "Personal info"
msgstr "Informações Pessoais" msgstr "Informações Pessoais"
#: build/lib/core/admin.py:50 build/lib/core/admin.py:138 core/admin.py:50 #: build/lib/core/admin.py:49 build/lib/core/admin.py:137 core/admin.py:49
#: core/admin.py:138 #: core/admin.py:137
msgid "Permissions" msgid "Permissions"
msgstr "Permissões" msgstr "Permissões"
#: build/lib/core/admin.py:62 core/admin.py:62 #: build/lib/core/admin.py:61 core/admin.py:61
msgid "Important dates" msgid "Important dates"
msgstr "Datas importantes" msgstr "Datas importantes"
#: build/lib/core/admin.py:148 core/admin.py:148 #: build/lib/core/admin.py:147 core/admin.py:147
msgid "Tree structure" msgid "Tree structure"
msgstr "Estrutura de árvore" msgstr "Estrutura de árvore"
@@ -50,27 +50,36 @@ msgstr ""
msgid "Favorite" msgid "Favorite"
msgstr "Favorito" msgstr "Favorito"
#: build/lib/core/api/serializers.py:467 core/api/serializers.py:467 #: build/lib/core/api/serializers.py:496 core/api/serializers.py:496
msgid "A new document was created on your behalf!" msgid "A new document was created on your behalf!"
msgstr "Um novo documento foi criado em seu nome!" msgstr "Um novo documento foi criado em seu nome!"
#: build/lib/core/api/serializers.py:471 core/api/serializers.py:471 #: build/lib/core/api/serializers.py:500 core/api/serializers.py:500
msgid "You have been granted ownership of a new document:" msgid "You have been granted ownership of a new document:"
msgstr "A propriedade de um novo documento foi concedida a você:" msgstr "A propriedade de um novo documento foi concedida a você:"
#: build/lib/core/api/serializers.py:608 core/api/serializers.py:608 #: build/lib/core/api/serializers.py:536 core/api/serializers.py:536
msgid "This field is required."
msgstr ""
#: build/lib/core/api/serializers.py:547 core/api/serializers.py:547
#, python-format
msgid "Link reach '%(link_reach)s' is not allowed based on parent document configuration."
msgstr ""
#: build/lib/core/api/serializers.py:693 core/api/serializers.py:693
msgid "Body" msgid "Body"
msgstr "Corpo" msgstr "Corpo"
#: build/lib/core/api/serializers.py:611 core/api/serializers.py:611 #: build/lib/core/api/serializers.py:696 core/api/serializers.py:696
msgid "Body type" msgid "Body type"
msgstr "Tipo de corpo" msgstr "Tipo de corpo"
#: build/lib/core/api/serializers.py:617 core/api/serializers.py:617 #: build/lib/core/api/serializers.py:702 core/api/serializers.py:702
msgid "Format" msgid "Format"
msgstr "Formato" msgstr "Formato"
#: build/lib/core/api/viewsets.py:942 core/api/viewsets.py:942 #: build/lib/core/api/viewsets.py:1003 core/api/viewsets.py:1003
#, python-brace-format #, python-brace-format
msgid "copy of {title}" msgid "copy of {title}"
msgstr "cópia de {title}" msgstr "cópia de {title}"
@@ -129,291 +138,287 @@ msgstr ""
msgid "Right" msgid "Right"
msgstr "" msgstr ""
#: build/lib/core/models.py:79 core/models.py:79 #: build/lib/core/models.py:80 core/models.py:80
msgid "id" msgid "id"
msgstr "" msgstr ""
#: build/lib/core/models.py:80 core/models.py:80 #: build/lib/core/models.py:81 core/models.py:81
msgid "primary key for the record as UUID" msgid "primary key for the record as UUID"
msgstr "" msgstr ""
#: build/lib/core/models.py:86 core/models.py:86 #: build/lib/core/models.py:87 core/models.py:87
msgid "created on" msgid "created on"
msgstr "" msgstr ""
#: build/lib/core/models.py:87 core/models.py:87 #: build/lib/core/models.py:88 core/models.py:88
msgid "date and time at which a record was created" msgid "date and time at which a record was created"
msgstr "" msgstr ""
#: build/lib/core/models.py:92 core/models.py:92 #: build/lib/core/models.py:93 core/models.py:93
msgid "updated on" msgid "updated on"
msgstr "" msgstr ""
#: build/lib/core/models.py:93 core/models.py:93 #: build/lib/core/models.py:94 core/models.py:94
msgid "date and time at which a record was last updated" msgid "date and time at which a record was last updated"
msgstr "" msgstr ""
#: build/lib/core/models.py:129 core/models.py:129 #: build/lib/core/models.py:130 core/models.py:130
msgid "We couldn't find a user with this sub but the email is already associated with a registered user." msgid "We couldn't find a user with this sub but the email is already associated with a registered user."
msgstr "" msgstr ""
#: build/lib/core/models.py:142 core/models.py:142 #: build/lib/core/models.py:141 core/models.py:141
msgid "Enter a valid sub. This value may contain only letters, numbers, and @/./+/-/_/: characters."
msgstr ""
#: build/lib/core/models.py:148 core/models.py:148
msgid "sub" msgid "sub"
msgstr "" msgstr ""
#: build/lib/core/models.py:150 core/models.py:150 #: build/lib/core/models.py:142 core/models.py:142
msgid "Required. 255 characters or fewer. Letters, numbers, and @/./+/-/_/: characters only." msgid "Required. 255 characters or fewer. ASCII characters only."
msgstr "" msgstr ""
#: build/lib/core/models.py:159 core/models.py:159 #: build/lib/core/models.py:150 core/models.py:150
msgid "full name" msgid "full name"
msgstr "" msgstr ""
#: build/lib/core/models.py:160 core/models.py:160 #: build/lib/core/models.py:152 core/models.py:152
msgid "short name" msgid "short name"
msgstr "" msgstr ""
#: build/lib/core/models.py:162 core/models.py:162 #: build/lib/core/models.py:155 core/models.py:155
msgid "identity email address" msgid "identity email address"
msgstr "" msgstr ""
#: build/lib/core/models.py:167 core/models.py:167 #: build/lib/core/models.py:160 core/models.py:160
msgid "admin email address" msgid "admin email address"
msgstr "" msgstr ""
#: build/lib/core/models.py:174 core/models.py:174 #: build/lib/core/models.py:167 core/models.py:167
msgid "language" msgid "language"
msgstr "" msgstr ""
#: build/lib/core/models.py:175 core/models.py:175 #: build/lib/core/models.py:168 core/models.py:168
msgid "The language in which the user wants to see the interface." msgid "The language in which the user wants to see the interface."
msgstr "" msgstr ""
#: build/lib/core/models.py:183 core/models.py:183 #: build/lib/core/models.py:176 core/models.py:176
msgid "The timezone in which the user wants to see times." msgid "The timezone in which the user wants to see times."
msgstr "" msgstr ""
#: build/lib/core/models.py:186 core/models.py:186 #: build/lib/core/models.py:179 core/models.py:179
msgid "device" msgid "device"
msgstr "" msgstr ""
#: build/lib/core/models.py:188 core/models.py:188 #: build/lib/core/models.py:181 core/models.py:181
msgid "Whether the user is a device or a real user." msgid "Whether the user is a device or a real user."
msgstr "" msgstr ""
#: build/lib/core/models.py:191 core/models.py:191 #: build/lib/core/models.py:184 core/models.py:184
msgid "staff status" msgid "staff status"
msgstr "" msgstr ""
#: build/lib/core/models.py:193 core/models.py:193 #: build/lib/core/models.py:186 core/models.py:186
msgid "Whether the user can log into this admin site." msgid "Whether the user can log into this admin site."
msgstr "" msgstr ""
#: build/lib/core/models.py:196 core/models.py:196 #: build/lib/core/models.py:189 core/models.py:189
msgid "active" msgid "active"
msgstr "" msgstr ""
#: build/lib/core/models.py:199 core/models.py:199 #: build/lib/core/models.py:192 core/models.py:192
msgid "Whether this user should be treated as active. Unselect this instead of deleting accounts." msgid "Whether this user should be treated as active. Unselect this instead of deleting accounts."
msgstr "" msgstr ""
#: build/lib/core/models.py:211 core/models.py:211 #: build/lib/core/models.py:204 core/models.py:204
msgid "user" msgid "user"
msgstr "" msgstr ""
#: build/lib/core/models.py:212 core/models.py:212 #: build/lib/core/models.py:205 core/models.py:205
msgid "users" msgid "users"
msgstr "" msgstr ""
#: build/lib/core/models.py:368 build/lib/core/models.py:1283 #: build/lib/core/models.py:361 build/lib/core/models.py:1276
#: core/models.py:368 core/models.py:1283 #: core/models.py:361 core/models.py:1276
msgid "title" msgid "title"
msgstr "" msgstr ""
#: build/lib/core/models.py:369 core/models.py:369 #: build/lib/core/models.py:362 core/models.py:362
msgid "excerpt" msgid "excerpt"
msgstr "" msgstr ""
#: build/lib/core/models.py:418 core/models.py:418 #: build/lib/core/models.py:411 core/models.py:411
msgid "Document" msgid "Document"
msgstr "" msgstr ""
#: build/lib/core/models.py:419 core/models.py:419 #: build/lib/core/models.py:412 core/models.py:412
msgid "Documents" msgid "Documents"
msgstr "" msgstr ""
#: build/lib/core/models.py:431 build/lib/core/models.py:821 core/models.py:431 #: build/lib/core/models.py:424 build/lib/core/models.py:822 core/models.py:424
#: core/models.py:821 #: core/models.py:822
msgid "Untitled Document" msgid "Untitled Document"
msgstr "" msgstr ""
#: build/lib/core/models.py:856 core/models.py:856 #: build/lib/core/models.py:857 core/models.py:857
#, python-brace-format #, python-brace-format
msgid "{name} shared a document with you!" msgid "{name} shared a document with you!"
msgstr "" msgstr ""
#: build/lib/core/models.py:860 core/models.py:860 #: build/lib/core/models.py:861 core/models.py:861
#, python-brace-format #, python-brace-format
msgid "{name} invited you with the role \"{role}\" on the following document:" msgid "{name} invited you with the role \"{role}\" on the following document:"
msgstr "" msgstr ""
#: build/lib/core/models.py:866 core/models.py:866 #: build/lib/core/models.py:867 core/models.py:867
#, python-brace-format #, python-brace-format
msgid "{name} shared a document with you: {title}" msgid "{name} shared a document with you: {title}"
msgstr "" msgstr ""
#: build/lib/core/models.py:966 core/models.py:966 #: build/lib/core/models.py:967 core/models.py:967
msgid "Document/user link trace" msgid "Document/user link trace"
msgstr "" msgstr ""
#: build/lib/core/models.py:967 core/models.py:967 #: build/lib/core/models.py:968 core/models.py:968
msgid "Document/user link traces" msgid "Document/user link traces"
msgstr "" msgstr ""
#: build/lib/core/models.py:973 core/models.py:973 #: build/lib/core/models.py:974 core/models.py:974
msgid "A link trace already exists for this document/user." msgid "A link trace already exists for this document/user."
msgstr "" msgstr ""
#: build/lib/core/models.py:996 core/models.py:996 #: build/lib/core/models.py:997 core/models.py:997
msgid "Document favorite" msgid "Document favorite"
msgstr "" msgstr ""
#: build/lib/core/models.py:997 core/models.py:997 #: build/lib/core/models.py:998 core/models.py:998
msgid "Document favorites" msgid "Document favorites"
msgstr "" msgstr ""
#: build/lib/core/models.py:1003 core/models.py:1003 #: build/lib/core/models.py:1004 core/models.py:1004
msgid "This document is already targeted by a favorite relation instance for the same user." msgid "This document is already targeted by a favorite relation instance for the same user."
msgstr "" msgstr ""
#: build/lib/core/models.py:1025 core/models.py:1025 #: build/lib/core/models.py:1026 core/models.py:1026
msgid "Document/user relation" msgid "Document/user relation"
msgstr "" msgstr ""
#: build/lib/core/models.py:1026 core/models.py:1026 #: build/lib/core/models.py:1027 core/models.py:1027
msgid "Document/user relations" msgid "Document/user relations"
msgstr "" msgstr ""
#: build/lib/core/models.py:1032 core/models.py:1032 #: build/lib/core/models.py:1033 core/models.py:1033
msgid "This user is already in this document." msgid "This user is already in this document."
msgstr "" msgstr ""
#: build/lib/core/models.py:1038 core/models.py:1038 #: build/lib/core/models.py:1039 core/models.py:1039
msgid "This team is already in this document." msgid "This team is already in this document."
msgstr "" msgstr ""
#: build/lib/core/models.py:1044 build/lib/core/models.py:1369 #: build/lib/core/models.py:1045 build/lib/core/models.py:1362
#: core/models.py:1044 core/models.py:1369 #: core/models.py:1045 core/models.py:1362
msgid "Either user or team must be set, not both." msgid "Either user or team must be set, not both."
msgstr "" msgstr ""
#: build/lib/core/models.py:1190 core/models.py:1190 #: build/lib/core/models.py:1191 core/models.py:1191
msgid "Document ask for access" msgid "Document ask for access"
msgstr "" msgstr ""
#: build/lib/core/models.py:1191 core/models.py:1191 #: build/lib/core/models.py:1192 core/models.py:1192
msgid "Document ask for accesses" msgid "Document ask for accesses"
msgstr "" msgstr ""
#: build/lib/core/models.py:1197 core/models.py:1197 #: build/lib/core/models.py:1198 core/models.py:1198
msgid "This user has already asked for access to this document." msgid "This user has already asked for access to this document."
msgstr "" msgstr ""
#: build/lib/core/models.py:1262 core/models.py:1262 #: build/lib/core/models.py:1255 core/models.py:1255
#, python-brace-format #, python-brace-format
msgid "{name} would like access to a document!" msgid "{name} would like access to a document!"
msgstr "" msgstr ""
#: build/lib/core/models.py:1266 core/models.py:1266 #: build/lib/core/models.py:1259 core/models.py:1259
#, python-brace-format #, python-brace-format
msgid "{name} would like access to the following document:" msgid "{name} would like access to the following document:"
msgstr "" msgstr ""
#: build/lib/core/models.py:1272 core/models.py:1272 #: build/lib/core/models.py:1265 core/models.py:1265
#, python-brace-format #, python-brace-format
msgid "{name} is asking for access to the document: {title}" msgid "{name} is asking for access to the document: {title}"
msgstr "" msgstr ""
#: build/lib/core/models.py:1284 core/models.py:1284 #: build/lib/core/models.py:1277 core/models.py:1277
msgid "description" msgid "description"
msgstr "" msgstr ""
#: build/lib/core/models.py:1285 core/models.py:1285 #: build/lib/core/models.py:1278 core/models.py:1278
msgid "code" msgid "code"
msgstr "" msgstr ""
#: build/lib/core/models.py:1286 core/models.py:1286 #: build/lib/core/models.py:1279 core/models.py:1279
msgid "css" msgid "css"
msgstr "" msgstr ""
#: build/lib/core/models.py:1288 core/models.py:1288 #: build/lib/core/models.py:1281 core/models.py:1281
msgid "public" msgid "public"
msgstr "" msgstr ""
#: build/lib/core/models.py:1290 core/models.py:1290 #: build/lib/core/models.py:1283 core/models.py:1283
msgid "Whether this template is public for anyone to use." msgid "Whether this template is public for anyone to use."
msgstr "" msgstr ""
#: build/lib/core/models.py:1296 core/models.py:1296 #: build/lib/core/models.py:1289 core/models.py:1289
msgid "Template" msgid "Template"
msgstr "" msgstr ""
#: build/lib/core/models.py:1297 core/models.py:1297 #: build/lib/core/models.py:1290 core/models.py:1290
msgid "Templates" msgid "Templates"
msgstr "" msgstr ""
#: build/lib/core/models.py:1350 core/models.py:1350 #: build/lib/core/models.py:1343 core/models.py:1343
msgid "Template/user relation" msgid "Template/user relation"
msgstr "" msgstr ""
#: build/lib/core/models.py:1351 core/models.py:1351 #: build/lib/core/models.py:1344 core/models.py:1344
msgid "Template/user relations" msgid "Template/user relations"
msgstr "" msgstr ""
#: build/lib/core/models.py:1357 core/models.py:1357 #: build/lib/core/models.py:1350 core/models.py:1350
msgid "This user is already in this template." msgid "This user is already in this template."
msgstr "" msgstr ""
#: build/lib/core/models.py:1363 core/models.py:1363 #: build/lib/core/models.py:1356 core/models.py:1356
msgid "This team is already in this template." msgid "This team is already in this template."
msgstr "" msgstr ""
#: build/lib/core/models.py:1440 core/models.py:1440 #: build/lib/core/models.py:1433 core/models.py:1433
msgid "email address" msgid "email address"
msgstr "" msgstr ""
#: build/lib/core/models.py:1459 core/models.py:1459 #: build/lib/core/models.py:1452 core/models.py:1452
msgid "Document invitation" msgid "Document invitation"
msgstr "" msgstr ""
#: build/lib/core/models.py:1460 core/models.py:1460 #: build/lib/core/models.py:1453 core/models.py:1453
msgid "Document invitations" msgid "Document invitations"
msgstr "" msgstr ""
#: build/lib/core/models.py:1480 core/models.py:1480 #: build/lib/core/models.py:1473 core/models.py:1473
msgid "This email is already associated to a registered user." msgid "This email is already associated to a registered user."
msgstr "" msgstr ""
#: core/templates/mail/html/template.html:162 #: core/templates/mail/html/template.html:153
#: core/templates/mail/text/template.txt:3 #: core/templates/mail/text/template.txt:3
msgid "Logo email" msgid "Logo email"
msgstr "" msgstr ""
#: core/templates/mail/html/template.html:209 #: core/templates/mail/html/template.html:200
#: core/templates/mail/text/template.txt:10 #: core/templates/mail/text/template.txt:10
msgid "Open" msgid "Open"
msgstr "" msgstr ""
#: core/templates/mail/html/template.html:226 #: core/templates/mail/html/template.html:217
#: core/templates/mail/text/template.txt:14 #: core/templates/mail/text/template.txt:14
msgid " Docs, your new essential tool for organizing, sharing and collaborating on your documents as a team. " msgid " Docs, your new essential tool for organizing, sharing and collaborating on your documents as a team. "
msgstr "" msgstr ""
#: core/templates/mail/html/template.html:233 #: core/templates/mail/html/template.html:224
#: core/templates/mail/text/template.txt:16 #: core/templates/mail/text/template.txt:16
#, python-format #, python-format
msgid " Brought to you by %(brandname)s " msgid " Brought to you by %(brandname)s "

View File

@@ -0,0 +1,426 @@
msgid ""
msgstr ""
"Project-Id-Version: lasuite-docs\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-17 08:04+0000\n"
"PO-Revision-Date: 2025-11-19 10:13\n"
"Last-Translator: \n"
"Language-Team: Russian\n"
"Language: ru_RU\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n"
"X-Crowdin-Project: lasuite-docs\n"
"X-Crowdin-Project-ID: 754523\n"
"X-Crowdin-Language: ru\n"
"X-Crowdin-File: backend-impress.pot\n"
"X-Crowdin-File-ID: 18\n"
#: build/lib/core/admin.py:36 core/admin.py:36
msgid "Personal info"
msgstr "Личная информация"
#: build/lib/core/admin.py:49 build/lib/core/admin.py:137 core/admin.py:49
#: core/admin.py:137
msgid "Permissions"
msgstr "Разрешения"
#: build/lib/core/admin.py:61 core/admin.py:61
msgid "Important dates"
msgstr "Важные даты"
#: build/lib/core/admin.py:147 core/admin.py:147
msgid "Tree structure"
msgstr "Древовидная структура"
#: build/lib/core/api/filters.py:47 core/api/filters.py:47
msgid "Title"
msgstr "Заголовок"
#: build/lib/core/api/filters.py:61 core/api/filters.py:61
msgid "Creator is me"
msgstr "Создатель - я"
#: build/lib/core/api/filters.py:64 core/api/filters.py:64
msgid "Masked"
msgstr "Скрытый"
#: build/lib/core/api/filters.py:67 core/api/filters.py:67
msgid "Favorite"
msgstr "Избранное"
#: build/lib/core/api/serializers.py:496 core/api/serializers.py:496
msgid "A new document was created on your behalf!"
msgstr "Новый документ был создан от вашего имени!"
#: build/lib/core/api/serializers.py:500 core/api/serializers.py:500
msgid "You have been granted ownership of a new document:"
msgstr "Вы назначены владельцем для нового документа:"
#: build/lib/core/api/serializers.py:536 core/api/serializers.py:536
msgid "This field is required."
msgstr "Это поле обязательное."
#: build/lib/core/api/serializers.py:547 core/api/serializers.py:547
#, python-format
msgid "Link reach '%(link_reach)s' is not allowed based on parent document configuration."
msgstr "Доступ по ссылке '%(link_reach)s' запрещён в соответствии с настройками родительского документа."
#: build/lib/core/api/serializers.py:693 core/api/serializers.py:693
msgid "Body"
msgstr "Текст сообщения"
#: build/lib/core/api/serializers.py:696 core/api/serializers.py:696
msgid "Body type"
msgstr "Тип сообщения"
#: build/lib/core/api/serializers.py:702 core/api/serializers.py:702
msgid "Format"
msgstr "Формат"
#: build/lib/core/api/viewsets.py:1003 core/api/viewsets.py:1003
#, python-brace-format
msgid "copy of {title}"
msgstr "копия {title}"
#: build/lib/core/choices.py:35 build/lib/core/choices.py:42 core/choices.py:35
#: core/choices.py:42
msgid "Reader"
msgstr "Читатель"
#: build/lib/core/choices.py:36 build/lib/core/choices.py:43 core/choices.py:36
#: core/choices.py:43
msgid "Editor"
msgstr "Редактор"
#: build/lib/core/choices.py:44 core/choices.py:44
msgid "Administrator"
msgstr "Администратор"
#: build/lib/core/choices.py:45 core/choices.py:45
msgid "Owner"
msgstr "Владелец"
#: build/lib/core/choices.py:56 core/choices.py:56
msgid "Restricted"
msgstr "Доступ ограничен"
#: build/lib/core/choices.py:60 core/choices.py:60
msgid "Authenticated"
msgstr "Аутентификация выполнена"
#: build/lib/core/choices.py:62 core/choices.py:62
msgid "Public"
msgstr "Доступно всем"
#: build/lib/core/enums.py:36 core/enums.py:36
msgid "First child"
msgstr "Первый потомок"
#: build/lib/core/enums.py:37 core/enums.py:37
msgid "Last child"
msgstr "Последний потомок"
#: build/lib/core/enums.py:38 core/enums.py:38
msgid "First sibling"
msgstr "Первый предок"
#: build/lib/core/enums.py:39 core/enums.py:39
msgid "Last sibling"
msgstr "Последний предок"
#: build/lib/core/enums.py:40 core/enums.py:40
msgid "Left"
msgstr "Слева"
#: build/lib/core/enums.py:41 core/enums.py:41
msgid "Right"
msgstr "Справа"
#: build/lib/core/models.py:80 core/models.py:80
msgid "id"
msgstr "id"
#: build/lib/core/models.py:81 core/models.py:81
msgid "primary key for the record as UUID"
msgstr "первичный ключ для записи как UUID"
#: build/lib/core/models.py:87 core/models.py:87
msgid "created on"
msgstr "создано"
#: build/lib/core/models.py:88 core/models.py:88
msgid "date and time at which a record was created"
msgstr "дата и время создания записи"
#: build/lib/core/models.py:93 core/models.py:93
msgid "updated on"
msgstr "обновлено"
#: build/lib/core/models.py:94 core/models.py:94
msgid "date and time at which a record was last updated"
msgstr "дата и время последнего обновления записи"
#: build/lib/core/models.py:130 core/models.py:130
msgid "We couldn't find a user with this sub but the email is already associated with a registered user."
msgstr "Мы не смогли найти пользователя с этими данными, но этот адрес уже связан с зарегистрированным пользователем."
#: build/lib/core/models.py:141 core/models.py:141
msgid "sub"
msgstr "вложение"
#: build/lib/core/models.py:142 core/models.py:142
msgid "Required. 255 characters or fewer. ASCII characters only."
msgstr "Обязательно. 255 символов или меньше. Только ASCII символы."
#: build/lib/core/models.py:150 core/models.py:150
msgid "full name"
msgstr "полное имя"
#: build/lib/core/models.py:152 core/models.py:152
msgid "short name"
msgstr "короткое имя"
#: build/lib/core/models.py:155 core/models.py:155
msgid "identity email address"
msgstr "личный адрес электронной почты"
#: build/lib/core/models.py:160 core/models.py:160
msgid "admin email address"
msgstr "e-mail администратора"
#: build/lib/core/models.py:167 core/models.py:167
msgid "language"
msgstr "язык"
#: build/lib/core/models.py:168 core/models.py:168
msgid "The language in which the user wants to see the interface."
msgstr "Язык, на котором пользователь хочет видеть интерфейс."
#: build/lib/core/models.py:176 core/models.py:176
msgid "The timezone in which the user wants to see times."
msgstr "Часовой пояс, в котором пользователь хочет видеть время."
#: build/lib/core/models.py:179 core/models.py:179
msgid "device"
msgstr "устройство"
#: build/lib/core/models.py:181 core/models.py:181
msgid "Whether the user is a device or a real user."
msgstr "Пользователь является устройством или человеком."
#: build/lib/core/models.py:184 core/models.py:184
msgid "staff status"
msgstr "статус сотрудника"
#: build/lib/core/models.py:186 core/models.py:186
msgid "Whether the user can log into this admin site."
msgstr "Может ли пользователь войти на этот административный сайт."
#: build/lib/core/models.py:189 core/models.py:189
msgid "active"
msgstr "активный"
#: build/lib/core/models.py:192 core/models.py:192
msgid "Whether this user should be treated as active. Unselect this instead of deleting accounts."
msgstr "Должен ли пользователь рассматриваться как активный. Альтернатива удалению учётных записей."
#: build/lib/core/models.py:204 core/models.py:204
msgid "user"
msgstr "пользователь"
#: build/lib/core/models.py:205 core/models.py:205
msgid "users"
msgstr "пользователи"
#: build/lib/core/models.py:361 build/lib/core/models.py:1276
#: core/models.py:361 core/models.py:1276
msgid "title"
msgstr "заголовок"
#: build/lib/core/models.py:362 core/models.py:362
msgid "excerpt"
msgstr "отрывок"
#: build/lib/core/models.py:411 core/models.py:411
msgid "Document"
msgstr "Документ"
#: build/lib/core/models.py:412 core/models.py:412
msgid "Documents"
msgstr "Документы"
#: build/lib/core/models.py:424 build/lib/core/models.py:822 core/models.py:424
#: core/models.py:822
msgid "Untitled Document"
msgstr "Безымянный документ"
#: build/lib/core/models.py:857 core/models.py:857
#, python-brace-format
msgid "{name} shared a document with you!"
msgstr "{name} делится с вами документом!"
#: build/lib/core/models.py:861 core/models.py:861
#, python-brace-format
msgid "{name} invited you with the role \"{role}\" on the following document:"
msgstr "{name} приглашает вас присоединиться к следующему документу с ролью \"{role}\":"
#: build/lib/core/models.py:867 core/models.py:867
#, python-brace-format
msgid "{name} shared a document with you: {title}"
msgstr "{name} делится с вами документом: {title}"
#: build/lib/core/models.py:967 core/models.py:967
msgid "Document/user link trace"
msgstr "Трассировка связи документ/пользователь"
#: build/lib/core/models.py:968 core/models.py:968
msgid "Document/user link traces"
msgstr "Трассировка связей документ/пользователь"
#: build/lib/core/models.py:974 core/models.py:974
msgid "A link trace already exists for this document/user."
msgstr "Для этого документа/пользователя уже существует трассировка ссылки."
#: build/lib/core/models.py:997 core/models.py:997
msgid "Document favorite"
msgstr "Избранный документ"
#: build/lib/core/models.py:998 core/models.py:998
msgid "Document favorites"
msgstr "Избранные документы"
#: build/lib/core/models.py:1004 core/models.py:1004
msgid "This document is already targeted by a favorite relation instance for the same user."
msgstr "Этот документ уже помечен как избранный для этого пользователя."
#: build/lib/core/models.py:1026 core/models.py:1026
msgid "Document/user relation"
msgstr "Отношение документ/пользователь"
#: build/lib/core/models.py:1027 core/models.py:1027
msgid "Document/user relations"
msgstr "Отношения документ/пользователь"
#: build/lib/core/models.py:1033 core/models.py:1033
msgid "This user is already in this document."
msgstr "Этот пользователь уже имеет доступ к этому документу."
#: build/lib/core/models.py:1039 core/models.py:1039
msgid "This team is already in this document."
msgstr "Эта команда уже имеет доступ к этому документу."
#: build/lib/core/models.py:1045 build/lib/core/models.py:1362
#: core/models.py:1045 core/models.py:1362
msgid "Either user or team must be set, not both."
msgstr "Может быть выбран либо пользователь, либо команда, но не оба варианта сразу."
#: build/lib/core/models.py:1191 core/models.py:1191
msgid "Document ask for access"
msgstr "Документ запрашивает доступ"
#: build/lib/core/models.py:1192 core/models.py:1192
msgid "Document ask for accesses"
msgstr "Документ запрашивает доступы"
#: build/lib/core/models.py:1198 core/models.py:1198
msgid "This user has already asked for access to this document."
msgstr "Этот пользователь уже запросил доступ к этому документу."
#: build/lib/core/models.py:1255 core/models.py:1255
#, python-brace-format
msgid "{name} would like access to a document!"
msgstr "{name} хочет получить доступ к документу!"
#: build/lib/core/models.py:1259 core/models.py:1259
#, python-brace-format
msgid "{name} would like access to the following document:"
msgstr "{name} хочет получить доступ к следующему документу:"
#: build/lib/core/models.py:1265 core/models.py:1265
#, python-brace-format
msgid "{name} is asking for access to the document: {title}"
msgstr "{name} запрашивает доступ к документу: {title}"
#: build/lib/core/models.py:1277 core/models.py:1277
msgid "description"
msgstr "описание"
#: build/lib/core/models.py:1278 core/models.py:1278
msgid "code"
msgstr "код"
#: build/lib/core/models.py:1279 core/models.py:1279
msgid "css"
msgstr "css"
#: build/lib/core/models.py:1281 core/models.py:1281
msgid "public"
msgstr "доступно всем"
#: build/lib/core/models.py:1283 core/models.py:1283
msgid "Whether this template is public for anyone to use."
msgstr "Этот шаблон доступен всем пользователям."
#: build/lib/core/models.py:1289 core/models.py:1289
msgid "Template"
msgstr "Шаблон"
#: build/lib/core/models.py:1290 core/models.py:1290
msgid "Templates"
msgstr "Шаблоны"
#: build/lib/core/models.py:1343 core/models.py:1343
msgid "Template/user relation"
msgstr "Отношение шаблон/пользователь"
#: build/lib/core/models.py:1344 core/models.py:1344
msgid "Template/user relations"
msgstr "Отношения шаблон/пользователь"
#: build/lib/core/models.py:1350 core/models.py:1350
msgid "This user is already in this template."
msgstr "Этот пользователь уже указан в этом шаблоне."
#: build/lib/core/models.py:1356 core/models.py:1356
msgid "This team is already in this template."
msgstr "Эта команда уже указана в этом шаблоне."
#: build/lib/core/models.py:1433 core/models.py:1433
msgid "email address"
msgstr "адрес электронной почты"
#: build/lib/core/models.py:1452 core/models.py:1452
msgid "Document invitation"
msgstr "Приглашение для документа"
#: build/lib/core/models.py:1453 core/models.py:1453
msgid "Document invitations"
msgstr "Приглашения для документов"
#: build/lib/core/models.py:1473 core/models.py:1473
msgid "This email is already associated to a registered user."
msgstr "Этот адрес уже связан с зарегистрированным пользователем."
#: core/templates/mail/html/template.html:153
#: core/templates/mail/text/template.txt:3
msgid "Logo email"
msgstr "Логотип email"
#: core/templates/mail/html/template.html:200
#: core/templates/mail/text/template.txt:10
msgid "Open"
msgstr "Открыть"
#: core/templates/mail/html/template.html:217
#: core/templates/mail/text/template.txt:14
msgid " Docs, your new essential tool for organizing, sharing and collaborating on your documents as a team. "
msgstr " Docs, ваш новый инструмент для организации и совместного использования документов в вашей команде. "
#: core/templates/mail/html/template.html:224
#: core/templates/mail/text/template.txt:16
#, python-format
msgid " Brought to you by %(brandname)s "
msgstr " Доступ получен от %(brandname)s "

View File

@@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: lasuite-docs\n" "Project-Id-Version: lasuite-docs\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-24 20:42+0000\n" "POT-Creation-Date: 2025-11-17 08:04+0000\n"
"PO-Revision-Date: 2025-07-31 12:38\n" "PO-Revision-Date: 2025-11-19 10:13\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Slovenian\n" "Language-Team: Slovenian\n"
"Language: sl_SI\n" "Language: sl_SI\n"
@@ -17,20 +17,20 @@ msgstr ""
"X-Crowdin-File: backend-impress.pot\n" "X-Crowdin-File: backend-impress.pot\n"
"X-Crowdin-File-ID: 18\n" "X-Crowdin-File-ID: 18\n"
#: build/lib/core/admin.py:37 core/admin.py:37 #: build/lib/core/admin.py:36 core/admin.py:36
msgid "Personal info" msgid "Personal info"
msgstr "Osebni podatki" msgstr "Osebni podatki"
#: build/lib/core/admin.py:50 build/lib/core/admin.py:138 core/admin.py:50 #: build/lib/core/admin.py:49 build/lib/core/admin.py:137 core/admin.py:49
#: core/admin.py:138 #: core/admin.py:137
msgid "Permissions" msgid "Permissions"
msgstr "Dovoljenja" msgstr "Dovoljenja"
#: build/lib/core/admin.py:62 core/admin.py:62 #: build/lib/core/admin.py:61 core/admin.py:61
msgid "Important dates" msgid "Important dates"
msgstr "Pomembni datumi" msgstr "Pomembni datumi"
#: build/lib/core/admin.py:148 core/admin.py:148 #: build/lib/core/admin.py:147 core/admin.py:147
msgid "Tree structure" msgid "Tree structure"
msgstr "Drevesna struktura" msgstr "Drevesna struktura"
@@ -50,27 +50,36 @@ msgstr ""
msgid "Favorite" msgid "Favorite"
msgstr "Priljubljena" msgstr "Priljubljena"
#: build/lib/core/api/serializers.py:467 core/api/serializers.py:467 #: build/lib/core/api/serializers.py:496 core/api/serializers.py:496
msgid "A new document was created on your behalf!" msgid "A new document was created on your behalf!"
msgstr "Nov dokument je bil ustvarjen v vašem imenu!" msgstr "Nov dokument je bil ustvarjen v vašem imenu!"
#: build/lib/core/api/serializers.py:471 core/api/serializers.py:471 #: build/lib/core/api/serializers.py:500 core/api/serializers.py:500
msgid "You have been granted ownership of a new document:" msgid "You have been granted ownership of a new document:"
msgstr "Dodeljeno vam je bilo lastništvo nad novim dokumentom:" msgstr "Dodeljeno vam je bilo lastništvo nad novim dokumentom:"
#: build/lib/core/api/serializers.py:608 core/api/serializers.py:608 #: build/lib/core/api/serializers.py:536 core/api/serializers.py:536
msgid "This field is required."
msgstr ""
#: build/lib/core/api/serializers.py:547 core/api/serializers.py:547
#, python-format
msgid "Link reach '%(link_reach)s' is not allowed based on parent document configuration."
msgstr ""
#: build/lib/core/api/serializers.py:693 core/api/serializers.py:693
msgid "Body" msgid "Body"
msgstr "Telo" msgstr "Telo"
#: build/lib/core/api/serializers.py:611 core/api/serializers.py:611 #: build/lib/core/api/serializers.py:696 core/api/serializers.py:696
msgid "Body type" msgid "Body type"
msgstr "Vrsta telesa" msgstr "Vrsta telesa"
#: build/lib/core/api/serializers.py:617 core/api/serializers.py:617 #: build/lib/core/api/serializers.py:702 core/api/serializers.py:702
msgid "Format" msgid "Format"
msgstr "Oblika" msgstr "Oblika"
#: build/lib/core/api/viewsets.py:942 core/api/viewsets.py:942 #: build/lib/core/api/viewsets.py:1003 core/api/viewsets.py:1003
#, python-brace-format #, python-brace-format
msgid "copy of {title}" msgid "copy of {title}"
msgstr "" msgstr ""
@@ -129,291 +138,287 @@ msgstr "Levo"
msgid "Right" msgid "Right"
msgstr "Desno" msgstr "Desno"
#: build/lib/core/models.py:79 core/models.py:79 #: build/lib/core/models.py:80 core/models.py:80
msgid "id" msgid "id"
msgstr "" msgstr ""
#: build/lib/core/models.py:80 core/models.py:80 #: build/lib/core/models.py:81 core/models.py:81
msgid "primary key for the record as UUID" msgid "primary key for the record as UUID"
msgstr "primarni ključ za zapis kot UUID" msgstr "primarni ključ za zapis kot UUID"
#: build/lib/core/models.py:86 core/models.py:86 #: build/lib/core/models.py:87 core/models.py:87
msgid "created on" msgid "created on"
msgstr "ustvarjen na" msgstr "ustvarjen na"
#: build/lib/core/models.py:87 core/models.py:87 #: build/lib/core/models.py:88 core/models.py:88
msgid "date and time at which a record was created" msgid "date and time at which a record was created"
msgstr "datum in čas, ko je bil zapis ustvarjen" msgstr "datum in čas, ko je bil zapis ustvarjen"
#: build/lib/core/models.py:92 core/models.py:92 #: build/lib/core/models.py:93 core/models.py:93
msgid "updated on" msgid "updated on"
msgstr "posodobljeno dne" msgstr "posodobljeno dne"
#: build/lib/core/models.py:93 core/models.py:93 #: build/lib/core/models.py:94 core/models.py:94
msgid "date and time at which a record was last updated" msgid "date and time at which a record was last updated"
msgstr "datum in čas, ko je bil zapis nazadnje posodobljen" msgstr "datum in čas, ko je bil zapis nazadnje posodobljen"
#: build/lib/core/models.py:129 core/models.py:129 #: build/lib/core/models.py:130 core/models.py:130
msgid "We couldn't find a user with this sub but the email is already associated with a registered user." msgid "We couldn't find a user with this sub but the email is already associated with a registered user."
msgstr "Nismo mogli najti uporabnika s tem sub, vendar je e-poštni naslov že povezan z registriranim uporabnikom." msgstr "Nismo mogli najti uporabnika s tem sub, vendar je e-poštni naslov že povezan z registriranim uporabnikom."
#: build/lib/core/models.py:142 core/models.py:142 #: build/lib/core/models.py:141 core/models.py:141
msgid "Enter a valid sub. This value may contain only letters, numbers, and @/./+/-/_/: characters."
msgstr "Vnesite veljavno sub. Ta vrednost lahko vsebuje samo črke, številke in znake @/./+/-/_/:."
#: build/lib/core/models.py:148 core/models.py:148
msgid "sub" msgid "sub"
msgstr "" msgstr ""
#: build/lib/core/models.py:150 core/models.py:150 #: build/lib/core/models.py:142 core/models.py:142
msgid "Required. 255 characters or fewer. Letters, numbers, and @/./+/-/_/: characters only." msgid "Required. 255 characters or fewer. ASCII characters only."
msgstr "Obvezno. 255 znakov ali manj. Samo črke, številke in znaki @/./+/-/_/: ." msgstr ""
#: build/lib/core/models.py:159 core/models.py:159 #: build/lib/core/models.py:150 core/models.py:150
msgid "full name" msgid "full name"
msgstr "polno ime" msgstr "polno ime"
#: build/lib/core/models.py:160 core/models.py:160 #: build/lib/core/models.py:152 core/models.py:152
msgid "short name" msgid "short name"
msgstr "kratko ime" msgstr "kratko ime"
#: build/lib/core/models.py:162 core/models.py:162 #: build/lib/core/models.py:155 core/models.py:155
msgid "identity email address" msgid "identity email address"
msgstr "elektronski naslov identitete" msgstr "elektronski naslov identitete"
#: build/lib/core/models.py:167 core/models.py:167 #: build/lib/core/models.py:160 core/models.py:160
msgid "admin email address" msgid "admin email address"
msgstr "elektronski naslov skrbnika" msgstr "elektronski naslov skrbnika"
#: build/lib/core/models.py:174 core/models.py:174 #: build/lib/core/models.py:167 core/models.py:167
msgid "language" msgid "language"
msgstr "jezik" msgstr "jezik"
#: build/lib/core/models.py:175 core/models.py:175 #: build/lib/core/models.py:168 core/models.py:168
msgid "The language in which the user wants to see the interface." msgid "The language in which the user wants to see the interface."
msgstr "Jezik, v katerem uporabnik želi videti vmesnik." msgstr "Jezik, v katerem uporabnik želi videti vmesnik."
#: build/lib/core/models.py:183 core/models.py:183 #: build/lib/core/models.py:176 core/models.py:176
msgid "The timezone in which the user wants to see times." msgid "The timezone in which the user wants to see times."
msgstr "Časovni pas, v katerem želi uporabnik videti uro." msgstr "Časovni pas, v katerem želi uporabnik videti uro."
#: build/lib/core/models.py:186 core/models.py:186 #: build/lib/core/models.py:179 core/models.py:179
msgid "device" msgid "device"
msgstr "naprava" msgstr "naprava"
#: build/lib/core/models.py:188 core/models.py:188 #: build/lib/core/models.py:181 core/models.py:181
msgid "Whether the user is a device or a real user." msgid "Whether the user is a device or a real user."
msgstr "Ali je uporabnik naprava ali pravi uporabnik." msgstr "Ali je uporabnik naprava ali pravi uporabnik."
#: build/lib/core/models.py:191 core/models.py:191 #: build/lib/core/models.py:184 core/models.py:184
msgid "staff status" msgid "staff status"
msgstr "kadrovski status" msgstr "kadrovski status"
#: build/lib/core/models.py:193 core/models.py:193 #: build/lib/core/models.py:186 core/models.py:186
msgid "Whether the user can log into this admin site." msgid "Whether the user can log into this admin site."
msgstr "Ali se uporabnik lahko prijavi na to skrbniško mesto." msgstr "Ali se uporabnik lahko prijavi na to skrbniško mesto."
#: build/lib/core/models.py:196 core/models.py:196 #: build/lib/core/models.py:189 core/models.py:189
msgid "active" msgid "active"
msgstr "aktivni" msgstr "aktivni"
#: build/lib/core/models.py:199 core/models.py:199 #: build/lib/core/models.py:192 core/models.py:192
msgid "Whether this user should be treated as active. Unselect this instead of deleting accounts." msgid "Whether this user should be treated as active. Unselect this instead of deleting accounts."
msgstr "Ali je treba tega uporabnika obravnavati kot aktivnega. Namesto brisanja računov počistite to izbiro." msgstr "Ali je treba tega uporabnika obravnavati kot aktivnega. Namesto brisanja računov počistite to izbiro."
#: build/lib/core/models.py:211 core/models.py:211 #: build/lib/core/models.py:204 core/models.py:204
msgid "user" msgid "user"
msgstr "uporabnik" msgstr "uporabnik"
#: build/lib/core/models.py:212 core/models.py:212 #: build/lib/core/models.py:205 core/models.py:205
msgid "users" msgid "users"
msgstr "uporabniki" msgstr "uporabniki"
#: build/lib/core/models.py:368 build/lib/core/models.py:1283 #: build/lib/core/models.py:361 build/lib/core/models.py:1276
#: core/models.py:368 core/models.py:1283 #: core/models.py:361 core/models.py:1276
msgid "title" msgid "title"
msgstr "naslov" msgstr "naslov"
#: build/lib/core/models.py:369 core/models.py:369 #: build/lib/core/models.py:362 core/models.py:362
msgid "excerpt" msgid "excerpt"
msgstr "odlomek" msgstr "odlomek"
#: build/lib/core/models.py:418 core/models.py:418 #: build/lib/core/models.py:411 core/models.py:411
msgid "Document" msgid "Document"
msgstr "Dokument" msgstr "Dokument"
#: build/lib/core/models.py:419 core/models.py:419 #: build/lib/core/models.py:412 core/models.py:412
msgid "Documents" msgid "Documents"
msgstr "Dokumenti" msgstr "Dokumenti"
#: build/lib/core/models.py:431 build/lib/core/models.py:821 core/models.py:431 #: build/lib/core/models.py:424 build/lib/core/models.py:822 core/models.py:424
#: core/models.py:821 #: core/models.py:822
msgid "Untitled Document" msgid "Untitled Document"
msgstr "Dokument brez naslova" msgstr "Dokument brez naslova"
#: build/lib/core/models.py:856 core/models.py:856 #: build/lib/core/models.py:857 core/models.py:857
#, python-brace-format #, python-brace-format
msgid "{name} shared a document with you!" msgid "{name} shared a document with you!"
msgstr "{name} je delil dokument z vami!" msgstr "{name} je delil dokument z vami!"
#: build/lib/core/models.py:860 core/models.py:860 #: build/lib/core/models.py:861 core/models.py:861
#, python-brace-format #, python-brace-format
msgid "{name} invited you with the role \"{role}\" on the following document:" msgid "{name} invited you with the role \"{role}\" on the following document:"
msgstr "{name} vas je povabil z vlogo \"{role}\" na naslednjem dokumentu:" msgstr "{name} vas je povabil z vlogo \"{role}\" na naslednjem dokumentu:"
#: build/lib/core/models.py:866 core/models.py:866 #: build/lib/core/models.py:867 core/models.py:867
#, python-brace-format #, python-brace-format
msgid "{name} shared a document with you: {title}" msgid "{name} shared a document with you: {title}"
msgstr "{name} je delil dokument z vami: {title}" msgstr "{name} je delil dokument z vami: {title}"
#: build/lib/core/models.py:966 core/models.py:966 #: build/lib/core/models.py:967 core/models.py:967
msgid "Document/user link trace" msgid "Document/user link trace"
msgstr "Dokument/sled povezave uporabnika" msgstr "Dokument/sled povezave uporabnika"
#: build/lib/core/models.py:967 core/models.py:967 #: build/lib/core/models.py:968 core/models.py:968
msgid "Document/user link traces" msgid "Document/user link traces"
msgstr "Sledi povezav dokumenta/uporabnika" msgstr "Sledi povezav dokumenta/uporabnika"
#: build/lib/core/models.py:973 core/models.py:973 #: build/lib/core/models.py:974 core/models.py:974
msgid "A link trace already exists for this document/user." msgid "A link trace already exists for this document/user."
msgstr "Za ta dokument/uporabnika že obstaja sled povezave." msgstr "Za ta dokument/uporabnika že obstaja sled povezave."
#: build/lib/core/models.py:996 core/models.py:996 #: build/lib/core/models.py:997 core/models.py:997
msgid "Document favorite" msgid "Document favorite"
msgstr "Priljubljeni dokument" msgstr "Priljubljeni dokument"
#: build/lib/core/models.py:997 core/models.py:997 #: build/lib/core/models.py:998 core/models.py:998
msgid "Document favorites" msgid "Document favorites"
msgstr "Priljubljeni dokumenti" msgstr "Priljubljeni dokumenti"
#: build/lib/core/models.py:1003 core/models.py:1003 #: build/lib/core/models.py:1004 core/models.py:1004
msgid "This document is already targeted by a favorite relation instance for the same user." msgid "This document is already targeted by a favorite relation instance for the same user."
msgstr "Ta dokument je že ciljno usmerjen s priljubljenim primerkom relacije za istega uporabnika." msgstr "Ta dokument je že ciljno usmerjen s priljubljenim primerkom relacije za istega uporabnika."
#: build/lib/core/models.py:1025 core/models.py:1025 #: build/lib/core/models.py:1026 core/models.py:1026
msgid "Document/user relation" msgid "Document/user relation"
msgstr "Odnos dokument/uporabnik" msgstr "Odnos dokument/uporabnik"
#: build/lib/core/models.py:1026 core/models.py:1026 #: build/lib/core/models.py:1027 core/models.py:1027
msgid "Document/user relations" msgid "Document/user relations"
msgstr "Odnosi dokument/uporabnik" msgstr "Odnosi dokument/uporabnik"
#: build/lib/core/models.py:1032 core/models.py:1032 #: build/lib/core/models.py:1033 core/models.py:1033
msgid "This user is already in this document." msgid "This user is already in this document."
msgstr "Ta uporabnik je že v tem dokumentu." msgstr "Ta uporabnik je že v tem dokumentu."
#: build/lib/core/models.py:1038 core/models.py:1038 #: build/lib/core/models.py:1039 core/models.py:1039
msgid "This team is already in this document." msgid "This team is already in this document."
msgstr "Ta ekipa je že v tem dokumentu." msgstr "Ta ekipa je že v tem dokumentu."
#: build/lib/core/models.py:1044 build/lib/core/models.py:1369 #: build/lib/core/models.py:1045 build/lib/core/models.py:1362
#: core/models.py:1044 core/models.py:1369 #: core/models.py:1045 core/models.py:1362
msgid "Either user or team must be set, not both." msgid "Either user or team must be set, not both."
msgstr "Nastaviti je treba bodisi uporabnika ali ekipo, a ne obojega." msgstr "Nastaviti je treba bodisi uporabnika ali ekipo, a ne obojega."
#: build/lib/core/models.py:1190 core/models.py:1190 #: build/lib/core/models.py:1191 core/models.py:1191
msgid "Document ask for access" msgid "Document ask for access"
msgstr "" msgstr ""
#: build/lib/core/models.py:1191 core/models.py:1191 #: build/lib/core/models.py:1192 core/models.py:1192
msgid "Document ask for accesses" msgid "Document ask for accesses"
msgstr "" msgstr ""
#: build/lib/core/models.py:1197 core/models.py:1197 #: build/lib/core/models.py:1198 core/models.py:1198
msgid "This user has already asked for access to this document." msgid "This user has already asked for access to this document."
msgstr "" msgstr ""
#: build/lib/core/models.py:1262 core/models.py:1262 #: build/lib/core/models.py:1255 core/models.py:1255
#, python-brace-format #, python-brace-format
msgid "{name} would like access to a document!" msgid "{name} would like access to a document!"
msgstr "" msgstr ""
#: build/lib/core/models.py:1266 core/models.py:1266 #: build/lib/core/models.py:1259 core/models.py:1259
#, python-brace-format #, python-brace-format
msgid "{name} would like access to the following document:" msgid "{name} would like access to the following document:"
msgstr "" msgstr ""
#: build/lib/core/models.py:1272 core/models.py:1272 #: build/lib/core/models.py:1265 core/models.py:1265
#, python-brace-format #, python-brace-format
msgid "{name} is asking for access to the document: {title}" msgid "{name} is asking for access to the document: {title}"
msgstr "" msgstr ""
#: build/lib/core/models.py:1284 core/models.py:1284 #: build/lib/core/models.py:1277 core/models.py:1277
msgid "description" msgid "description"
msgstr "opis" msgstr "opis"
#: build/lib/core/models.py:1285 core/models.py:1285 #: build/lib/core/models.py:1278 core/models.py:1278
msgid "code" msgid "code"
msgstr "koda" msgstr "koda"
#: build/lib/core/models.py:1286 core/models.py:1286 #: build/lib/core/models.py:1279 core/models.py:1279
msgid "css" msgid "css"
msgstr "css" msgstr "css"
#: build/lib/core/models.py:1288 core/models.py:1288 #: build/lib/core/models.py:1281 core/models.py:1281
msgid "public" msgid "public"
msgstr "javno" msgstr "javno"
#: build/lib/core/models.py:1290 core/models.py:1290 #: build/lib/core/models.py:1283 core/models.py:1283
msgid "Whether this template is public for anyone to use." msgid "Whether this template is public for anyone to use."
msgstr "Ali je ta predloga javna za uporabo." msgstr "Ali je ta predloga javna za uporabo."
#: build/lib/core/models.py:1296 core/models.py:1296 #: build/lib/core/models.py:1289 core/models.py:1289
msgid "Template" msgid "Template"
msgstr "Predloga" msgstr "Predloga"
#: build/lib/core/models.py:1297 core/models.py:1297 #: build/lib/core/models.py:1290 core/models.py:1290
msgid "Templates" msgid "Templates"
msgstr "Predloge" msgstr "Predloge"
#: build/lib/core/models.py:1350 core/models.py:1350 #: build/lib/core/models.py:1343 core/models.py:1343
msgid "Template/user relation" msgid "Template/user relation"
msgstr "Odnos predloga/uporabnik" msgstr "Odnos predloga/uporabnik"
#: build/lib/core/models.py:1351 core/models.py:1351 #: build/lib/core/models.py:1344 core/models.py:1344
msgid "Template/user relations" msgid "Template/user relations"
msgstr "Odnosi med predlogo in uporabnikom" msgstr "Odnosi med predlogo in uporabnikom"
#: build/lib/core/models.py:1357 core/models.py:1357 #: build/lib/core/models.py:1350 core/models.py:1350
msgid "This user is already in this template." msgid "This user is already in this template."
msgstr "Ta uporabnik je že v tej predlogi." msgstr "Ta uporabnik je že v tej predlogi."
#: build/lib/core/models.py:1363 core/models.py:1363 #: build/lib/core/models.py:1356 core/models.py:1356
msgid "This team is already in this template." msgid "This team is already in this template."
msgstr "Ta ekipa je že v tej predlogi." msgstr "Ta ekipa je že v tej predlogi."
#: build/lib/core/models.py:1440 core/models.py:1440 #: build/lib/core/models.py:1433 core/models.py:1433
msgid "email address" msgid "email address"
msgstr "elektronski naslov" msgstr "elektronski naslov"
#: build/lib/core/models.py:1459 core/models.py:1459 #: build/lib/core/models.py:1452 core/models.py:1452
msgid "Document invitation" msgid "Document invitation"
msgstr "Vabilo na dokument" msgstr "Vabilo na dokument"
#: build/lib/core/models.py:1460 core/models.py:1460 #: build/lib/core/models.py:1453 core/models.py:1453
msgid "Document invitations" msgid "Document invitations"
msgstr "Vabila na dokument" msgstr "Vabila na dokument"
#: build/lib/core/models.py:1480 core/models.py:1480 #: build/lib/core/models.py:1473 core/models.py:1473
msgid "This email is already associated to a registered user." msgid "This email is already associated to a registered user."
msgstr "Ta e-poštni naslov je že povezan z registriranim uporabnikom." msgstr "Ta e-poštni naslov je že povezan z registriranim uporabnikom."
#: core/templates/mail/html/template.html:162 #: core/templates/mail/html/template.html:153
#: core/templates/mail/text/template.txt:3 #: core/templates/mail/text/template.txt:3
msgid "Logo email" msgid "Logo email"
msgstr "E-pošta z logotipom" msgstr "E-pošta z logotipom"
#: core/templates/mail/html/template.html:209 #: core/templates/mail/html/template.html:200
#: core/templates/mail/text/template.txt:10 #: core/templates/mail/text/template.txt:10
msgid "Open" msgid "Open"
msgstr "Odpri" msgstr "Odpri"
#: core/templates/mail/html/template.html:226 #: core/templates/mail/html/template.html:217
#: core/templates/mail/text/template.txt:14 #: core/templates/mail/text/template.txt:14
msgid " Docs, your new essential tool for organizing, sharing and collaborating on your documents as a team. " msgid " Docs, your new essential tool for organizing, sharing and collaborating on your documents as a team. "
msgstr " Dokumenti, vaše novo bistveno orodje za organiziranje, skupno rabo in skupinsko sodelovanje pri dokumentih. " msgstr " Dokumenti, vaše novo bistveno orodje za organiziranje, skupno rabo in skupinsko sodelovanje pri dokumentih. "
#: core/templates/mail/html/template.html:233 #: core/templates/mail/html/template.html:224
#: core/templates/mail/text/template.txt:16 #: core/templates/mail/text/template.txt:16
#, python-format #, python-format
msgid " Brought to you by %(brandname)s " msgid " Brought to you by %(brandname)s "

View File

@@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: lasuite-docs\n" "Project-Id-Version: lasuite-docs\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-24 20:42+0000\n" "POT-Creation-Date: 2025-11-17 08:04+0000\n"
"PO-Revision-Date: 2025-07-31 12:38\n" "PO-Revision-Date: 2025-11-19 10:13\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Swedish\n" "Language-Team: Swedish\n"
"Language: sv_SE\n" "Language: sv_SE\n"
@@ -17,20 +17,20 @@ msgstr ""
"X-Crowdin-File: backend-impress.pot\n" "X-Crowdin-File: backend-impress.pot\n"
"X-Crowdin-File-ID: 18\n" "X-Crowdin-File-ID: 18\n"
#: build/lib/core/admin.py:37 core/admin.py:37 #: build/lib/core/admin.py:36 core/admin.py:36
msgid "Personal info" msgid "Personal info"
msgstr "Personuppgifter" msgstr "Personuppgifter"
#: build/lib/core/admin.py:50 build/lib/core/admin.py:138 core/admin.py:50 #: build/lib/core/admin.py:49 build/lib/core/admin.py:137 core/admin.py:49
#: core/admin.py:138 #: core/admin.py:137
msgid "Permissions" msgid "Permissions"
msgstr "Behörigheter" msgstr "Behörigheter"
#: build/lib/core/admin.py:62 core/admin.py:62 #: build/lib/core/admin.py:61 core/admin.py:61
msgid "Important dates" msgid "Important dates"
msgstr "Viktiga datum" msgstr "Viktiga datum"
#: build/lib/core/admin.py:148 core/admin.py:148 #: build/lib/core/admin.py:147 core/admin.py:147
msgid "Tree structure" msgid "Tree structure"
msgstr "" msgstr ""
@@ -50,27 +50,36 @@ msgstr ""
msgid "Favorite" msgid "Favorite"
msgstr "Favoriter" msgstr "Favoriter"
#: build/lib/core/api/serializers.py:467 core/api/serializers.py:467 #: build/lib/core/api/serializers.py:496 core/api/serializers.py:496
msgid "A new document was created on your behalf!" msgid "A new document was created on your behalf!"
msgstr "Ett nytt dokument skapades åt dig!" msgstr "Ett nytt dokument skapades åt dig!"
#: build/lib/core/api/serializers.py:471 core/api/serializers.py:471 #: build/lib/core/api/serializers.py:500 core/api/serializers.py:500
msgid "You have been granted ownership of a new document:" msgid "You have been granted ownership of a new document:"
msgstr "Du har beviljats äganderätt till ett nytt dokument:" msgstr "Du har beviljats äganderätt till ett nytt dokument:"
#: build/lib/core/api/serializers.py:608 core/api/serializers.py:608 #: build/lib/core/api/serializers.py:536 core/api/serializers.py:536
msgid "This field is required."
msgstr ""
#: build/lib/core/api/serializers.py:547 core/api/serializers.py:547
#, python-format
msgid "Link reach '%(link_reach)s' is not allowed based on parent document configuration."
msgstr ""
#: build/lib/core/api/serializers.py:693 core/api/serializers.py:693
msgid "Body" msgid "Body"
msgstr "" msgstr ""
#: build/lib/core/api/serializers.py:611 core/api/serializers.py:611 #: build/lib/core/api/serializers.py:696 core/api/serializers.py:696
msgid "Body type" msgid "Body type"
msgstr "" msgstr ""
#: build/lib/core/api/serializers.py:617 core/api/serializers.py:617 #: build/lib/core/api/serializers.py:702 core/api/serializers.py:702
msgid "Format" msgid "Format"
msgstr "Format" msgstr "Format"
#: build/lib/core/api/viewsets.py:942 core/api/viewsets.py:942 #: build/lib/core/api/viewsets.py:1003 core/api/viewsets.py:1003
#, python-brace-format #, python-brace-format
msgid "copy of {title}" msgid "copy of {title}"
msgstr "" msgstr ""
@@ -129,291 +138,287 @@ msgstr ""
msgid "Right" msgid "Right"
msgstr "" msgstr ""
#: build/lib/core/models.py:79 core/models.py:79 #: build/lib/core/models.py:80 core/models.py:80
msgid "id" msgid "id"
msgstr "" msgstr ""
#: build/lib/core/models.py:80 core/models.py:80 #: build/lib/core/models.py:81 core/models.py:81
msgid "primary key for the record as UUID" msgid "primary key for the record as UUID"
msgstr "" msgstr ""
#: build/lib/core/models.py:86 core/models.py:86 #: build/lib/core/models.py:87 core/models.py:87
msgid "created on" msgid "created on"
msgstr "" msgstr ""
#: build/lib/core/models.py:87 core/models.py:87 #: build/lib/core/models.py:88 core/models.py:88
msgid "date and time at which a record was created" msgid "date and time at which a record was created"
msgstr "" msgstr ""
#: build/lib/core/models.py:92 core/models.py:92 #: build/lib/core/models.py:93 core/models.py:93
msgid "updated on" msgid "updated on"
msgstr "" msgstr ""
#: build/lib/core/models.py:93 core/models.py:93 #: build/lib/core/models.py:94 core/models.py:94
msgid "date and time at which a record was last updated" msgid "date and time at which a record was last updated"
msgstr "" msgstr ""
#: build/lib/core/models.py:129 core/models.py:129 #: build/lib/core/models.py:130 core/models.py:130
msgid "We couldn't find a user with this sub but the email is already associated with a registered user." msgid "We couldn't find a user with this sub but the email is already associated with a registered user."
msgstr "" msgstr ""
#: build/lib/core/models.py:142 core/models.py:142 #: build/lib/core/models.py:141 core/models.py:141
msgid "Enter a valid sub. This value may contain only letters, numbers, and @/./+/-/_/: characters."
msgstr ""
#: build/lib/core/models.py:148 core/models.py:148
msgid "sub" msgid "sub"
msgstr "" msgstr ""
#: build/lib/core/models.py:150 core/models.py:150 #: build/lib/core/models.py:142 core/models.py:142
msgid "Required. 255 characters or fewer. Letters, numbers, and @/./+/-/_/: characters only." msgid "Required. 255 characters or fewer. ASCII characters only."
msgstr "" msgstr ""
#: build/lib/core/models.py:159 core/models.py:159 #: build/lib/core/models.py:150 core/models.py:150
msgid "full name" msgid "full name"
msgstr "" msgstr ""
#: build/lib/core/models.py:160 core/models.py:160 #: build/lib/core/models.py:152 core/models.py:152
msgid "short name" msgid "short name"
msgstr "" msgstr ""
#: build/lib/core/models.py:162 core/models.py:162 #: build/lib/core/models.py:155 core/models.py:155
msgid "identity email address" msgid "identity email address"
msgstr "" msgstr ""
#: build/lib/core/models.py:167 core/models.py:167 #: build/lib/core/models.py:160 core/models.py:160
msgid "admin email address" msgid "admin email address"
msgstr "" msgstr ""
#: build/lib/core/models.py:174 core/models.py:174 #: build/lib/core/models.py:167 core/models.py:167
msgid "language" msgid "language"
msgstr "" msgstr ""
#: build/lib/core/models.py:175 core/models.py:175 #: build/lib/core/models.py:168 core/models.py:168
msgid "The language in which the user wants to see the interface." msgid "The language in which the user wants to see the interface."
msgstr "" msgstr ""
#: build/lib/core/models.py:183 core/models.py:183 #: build/lib/core/models.py:176 core/models.py:176
msgid "The timezone in which the user wants to see times." msgid "The timezone in which the user wants to see times."
msgstr "" msgstr ""
#: build/lib/core/models.py:186 core/models.py:186 #: build/lib/core/models.py:179 core/models.py:179
msgid "device" msgid "device"
msgstr "" msgstr ""
#: build/lib/core/models.py:188 core/models.py:188 #: build/lib/core/models.py:181 core/models.py:181
msgid "Whether the user is a device or a real user." msgid "Whether the user is a device or a real user."
msgstr "" msgstr ""
#: build/lib/core/models.py:191 core/models.py:191 #: build/lib/core/models.py:184 core/models.py:184
msgid "staff status" msgid "staff status"
msgstr "" msgstr ""
#: build/lib/core/models.py:193 core/models.py:193 #: build/lib/core/models.py:186 core/models.py:186
msgid "Whether the user can log into this admin site." msgid "Whether the user can log into this admin site."
msgstr "" msgstr ""
#: build/lib/core/models.py:196 core/models.py:196 #: build/lib/core/models.py:189 core/models.py:189
msgid "active" msgid "active"
msgstr "aktiv" msgstr "aktiv"
#: build/lib/core/models.py:199 core/models.py:199 #: build/lib/core/models.py:192 core/models.py:192
msgid "Whether this user should be treated as active. Unselect this instead of deleting accounts." msgid "Whether this user should be treated as active. Unselect this instead of deleting accounts."
msgstr "" msgstr ""
#: build/lib/core/models.py:211 core/models.py:211 #: build/lib/core/models.py:204 core/models.py:204
msgid "user" msgid "user"
msgstr "" msgstr ""
#: build/lib/core/models.py:212 core/models.py:212 #: build/lib/core/models.py:205 core/models.py:205
msgid "users" msgid "users"
msgstr "" msgstr ""
#: build/lib/core/models.py:368 build/lib/core/models.py:1283 #: build/lib/core/models.py:361 build/lib/core/models.py:1276
#: core/models.py:368 core/models.py:1283 #: core/models.py:361 core/models.py:1276
msgid "title" msgid "title"
msgstr "" msgstr ""
#: build/lib/core/models.py:369 core/models.py:369 #: build/lib/core/models.py:362 core/models.py:362
msgid "excerpt" msgid "excerpt"
msgstr "" msgstr ""
#: build/lib/core/models.py:418 core/models.py:418 #: build/lib/core/models.py:411 core/models.py:411
msgid "Document" msgid "Document"
msgstr "" msgstr ""
#: build/lib/core/models.py:419 core/models.py:419 #: build/lib/core/models.py:412 core/models.py:412
msgid "Documents" msgid "Documents"
msgstr "" msgstr ""
#: build/lib/core/models.py:431 build/lib/core/models.py:821 core/models.py:431 #: build/lib/core/models.py:424 build/lib/core/models.py:822 core/models.py:424
#: core/models.py:821 #: core/models.py:822
msgid "Untitled Document" msgid "Untitled Document"
msgstr "" msgstr ""
#: build/lib/core/models.py:856 core/models.py:856 #: build/lib/core/models.py:857 core/models.py:857
#, python-brace-format #, python-brace-format
msgid "{name} shared a document with you!" msgid "{name} shared a document with you!"
msgstr "" msgstr ""
#: build/lib/core/models.py:860 core/models.py:860 #: build/lib/core/models.py:861 core/models.py:861
#, python-brace-format #, python-brace-format
msgid "{name} invited you with the role \"{role}\" on the following document:" msgid "{name} invited you with the role \"{role}\" on the following document:"
msgstr "" msgstr ""
#: build/lib/core/models.py:866 core/models.py:866 #: build/lib/core/models.py:867 core/models.py:867
#, python-brace-format #, python-brace-format
msgid "{name} shared a document with you: {title}" msgid "{name} shared a document with you: {title}"
msgstr "" msgstr ""
#: build/lib/core/models.py:966 core/models.py:966 #: build/lib/core/models.py:967 core/models.py:967
msgid "Document/user link trace" msgid "Document/user link trace"
msgstr "" msgstr ""
#: build/lib/core/models.py:967 core/models.py:967 #: build/lib/core/models.py:968 core/models.py:968
msgid "Document/user link traces" msgid "Document/user link traces"
msgstr "" msgstr ""
#: build/lib/core/models.py:973 core/models.py:973 #: build/lib/core/models.py:974 core/models.py:974
msgid "A link trace already exists for this document/user." msgid "A link trace already exists for this document/user."
msgstr "" msgstr ""
#: build/lib/core/models.py:996 core/models.py:996 #: build/lib/core/models.py:997 core/models.py:997
msgid "Document favorite" msgid "Document favorite"
msgstr "" msgstr ""
#: build/lib/core/models.py:997 core/models.py:997 #: build/lib/core/models.py:998 core/models.py:998
msgid "Document favorites" msgid "Document favorites"
msgstr "" msgstr ""
#: build/lib/core/models.py:1003 core/models.py:1003 #: build/lib/core/models.py:1004 core/models.py:1004
msgid "This document is already targeted by a favorite relation instance for the same user." msgid "This document is already targeted by a favorite relation instance for the same user."
msgstr "" msgstr ""
#: build/lib/core/models.py:1025 core/models.py:1025 #: build/lib/core/models.py:1026 core/models.py:1026
msgid "Document/user relation" msgid "Document/user relation"
msgstr "" msgstr ""
#: build/lib/core/models.py:1026 core/models.py:1026 #: build/lib/core/models.py:1027 core/models.py:1027
msgid "Document/user relations" msgid "Document/user relations"
msgstr "" msgstr ""
#: build/lib/core/models.py:1032 core/models.py:1032 #: build/lib/core/models.py:1033 core/models.py:1033
msgid "This user is already in this document." msgid "This user is already in this document."
msgstr "" msgstr ""
#: build/lib/core/models.py:1038 core/models.py:1038 #: build/lib/core/models.py:1039 core/models.py:1039
msgid "This team is already in this document." msgid "This team is already in this document."
msgstr "" msgstr ""
#: build/lib/core/models.py:1044 build/lib/core/models.py:1369 #: build/lib/core/models.py:1045 build/lib/core/models.py:1362
#: core/models.py:1044 core/models.py:1369 #: core/models.py:1045 core/models.py:1362
msgid "Either user or team must be set, not both." msgid "Either user or team must be set, not both."
msgstr "" msgstr ""
#: build/lib/core/models.py:1190 core/models.py:1190 #: build/lib/core/models.py:1191 core/models.py:1191
msgid "Document ask for access" msgid "Document ask for access"
msgstr "" msgstr ""
#: build/lib/core/models.py:1191 core/models.py:1191 #: build/lib/core/models.py:1192 core/models.py:1192
msgid "Document ask for accesses" msgid "Document ask for accesses"
msgstr "" msgstr ""
#: build/lib/core/models.py:1197 core/models.py:1197 #: build/lib/core/models.py:1198 core/models.py:1198
msgid "This user has already asked for access to this document." msgid "This user has already asked for access to this document."
msgstr "" msgstr ""
#: build/lib/core/models.py:1262 core/models.py:1262 #: build/lib/core/models.py:1255 core/models.py:1255
#, python-brace-format #, python-brace-format
msgid "{name} would like access to a document!" msgid "{name} would like access to a document!"
msgstr "" msgstr ""
#: build/lib/core/models.py:1266 core/models.py:1266 #: build/lib/core/models.py:1259 core/models.py:1259
#, python-brace-format #, python-brace-format
msgid "{name} would like access to the following document:" msgid "{name} would like access to the following document:"
msgstr "" msgstr ""
#: build/lib/core/models.py:1272 core/models.py:1272 #: build/lib/core/models.py:1265 core/models.py:1265
#, python-brace-format #, python-brace-format
msgid "{name} is asking for access to the document: {title}" msgid "{name} is asking for access to the document: {title}"
msgstr "" msgstr ""
#: build/lib/core/models.py:1284 core/models.py:1284 #: build/lib/core/models.py:1277 core/models.py:1277
msgid "description" msgid "description"
msgstr "" msgstr ""
#: build/lib/core/models.py:1285 core/models.py:1285 #: build/lib/core/models.py:1278 core/models.py:1278
msgid "code" msgid "code"
msgstr "" msgstr ""
#: build/lib/core/models.py:1286 core/models.py:1286 #: build/lib/core/models.py:1279 core/models.py:1279
msgid "css" msgid "css"
msgstr "" msgstr ""
#: build/lib/core/models.py:1288 core/models.py:1288 #: build/lib/core/models.py:1281 core/models.py:1281
msgid "public" msgid "public"
msgstr "" msgstr ""
#: build/lib/core/models.py:1290 core/models.py:1290 #: build/lib/core/models.py:1283 core/models.py:1283
msgid "Whether this template is public for anyone to use." msgid "Whether this template is public for anyone to use."
msgstr "" msgstr ""
#: build/lib/core/models.py:1296 core/models.py:1296 #: build/lib/core/models.py:1289 core/models.py:1289
msgid "Template" msgid "Template"
msgstr "" msgstr ""
#: build/lib/core/models.py:1297 core/models.py:1297 #: build/lib/core/models.py:1290 core/models.py:1290
msgid "Templates" msgid "Templates"
msgstr "" msgstr ""
#: build/lib/core/models.py:1350 core/models.py:1350 #: build/lib/core/models.py:1343 core/models.py:1343
msgid "Template/user relation" msgid "Template/user relation"
msgstr "" msgstr ""
#: build/lib/core/models.py:1351 core/models.py:1351 #: build/lib/core/models.py:1344 core/models.py:1344
msgid "Template/user relations" msgid "Template/user relations"
msgstr "" msgstr ""
#: build/lib/core/models.py:1357 core/models.py:1357 #: build/lib/core/models.py:1350 core/models.py:1350
msgid "This user is already in this template." msgid "This user is already in this template."
msgstr "" msgstr ""
#: build/lib/core/models.py:1363 core/models.py:1363 #: build/lib/core/models.py:1356 core/models.py:1356
msgid "This team is already in this template." msgid "This team is already in this template."
msgstr "" msgstr ""
#: build/lib/core/models.py:1440 core/models.py:1440 #: build/lib/core/models.py:1433 core/models.py:1433
msgid "email address" msgid "email address"
msgstr "e-postadress" msgstr "e-postadress"
#: build/lib/core/models.py:1459 core/models.py:1459 #: build/lib/core/models.py:1452 core/models.py:1452
msgid "Document invitation" msgid "Document invitation"
msgstr "Bjud in dokument" msgstr "Bjud in dokument"
#: build/lib/core/models.py:1460 core/models.py:1460 #: build/lib/core/models.py:1453 core/models.py:1453
msgid "Document invitations" msgid "Document invitations"
msgstr "Inbjudningar dokument" msgstr "Inbjudningar dokument"
#: build/lib/core/models.py:1480 core/models.py:1480 #: build/lib/core/models.py:1473 core/models.py:1473
msgid "This email is already associated to a registered user." msgid "This email is already associated to a registered user."
msgstr "Denna e-postadress är redan associerad med en registrerad användare." msgstr "Denna e-postadress är redan associerad med en registrerad användare."
#: core/templates/mail/html/template.html:162 #: core/templates/mail/html/template.html:153
#: core/templates/mail/text/template.txt:3 #: core/templates/mail/text/template.txt:3
msgid "Logo email" msgid "Logo email"
msgstr "Logotyp e-post" msgstr "Logotyp e-post"
#: core/templates/mail/html/template.html:209 #: core/templates/mail/html/template.html:200
#: core/templates/mail/text/template.txt:10 #: core/templates/mail/text/template.txt:10
msgid "Open" msgid "Open"
msgstr "Öppna" msgstr "Öppna"
#: core/templates/mail/html/template.html:226 #: core/templates/mail/html/template.html:217
#: core/templates/mail/text/template.txt:14 #: core/templates/mail/text/template.txt:14
msgid " Docs, your new essential tool for organizing, sharing and collaborating on your documents as a team. " msgid " Docs, your new essential tool for organizing, sharing and collaborating on your documents as a team. "
msgstr "" msgstr ""
#: core/templates/mail/html/template.html:233 #: core/templates/mail/html/template.html:224
#: core/templates/mail/text/template.txt:16 #: core/templates/mail/text/template.txt:16
#, python-format #, python-format
msgid " Brought to you by %(brandname)s " msgid " Brought to you by %(brandname)s "

View File

@@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: lasuite-docs\n" "Project-Id-Version: lasuite-docs\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-24 20:42+0000\n" "POT-Creation-Date: 2025-11-17 08:04+0000\n"
"PO-Revision-Date: 2025-07-31 12:38\n" "PO-Revision-Date: 2025-11-19 10:13\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Turkish\n" "Language-Team: Turkish\n"
"Language: tr_TR\n" "Language: tr_TR\n"
@@ -17,20 +17,20 @@ msgstr ""
"X-Crowdin-File: backend-impress.pot\n" "X-Crowdin-File: backend-impress.pot\n"
"X-Crowdin-File-ID: 18\n" "X-Crowdin-File-ID: 18\n"
#: build/lib/core/admin.py:37 core/admin.py:37 #: build/lib/core/admin.py:36 core/admin.py:36
msgid "Personal info" msgid "Personal info"
msgstr "" msgstr ""
#: build/lib/core/admin.py:50 build/lib/core/admin.py:138 core/admin.py:50 #: build/lib/core/admin.py:49 build/lib/core/admin.py:137 core/admin.py:49
#: core/admin.py:138 #: core/admin.py:137
msgid "Permissions" msgid "Permissions"
msgstr "" msgstr ""
#: build/lib/core/admin.py:62 core/admin.py:62 #: build/lib/core/admin.py:61 core/admin.py:61
msgid "Important dates" msgid "Important dates"
msgstr "" msgstr ""
#: build/lib/core/admin.py:148 core/admin.py:148 #: build/lib/core/admin.py:147 core/admin.py:147
msgid "Tree structure" msgid "Tree structure"
msgstr "" msgstr ""
@@ -50,27 +50,36 @@ msgstr ""
msgid "Favorite" msgid "Favorite"
msgstr "" msgstr ""
#: build/lib/core/api/serializers.py:467 core/api/serializers.py:467 #: build/lib/core/api/serializers.py:496 core/api/serializers.py:496
msgid "A new document was created on your behalf!" msgid "A new document was created on your behalf!"
msgstr "" msgstr ""
#: build/lib/core/api/serializers.py:471 core/api/serializers.py:471 #: build/lib/core/api/serializers.py:500 core/api/serializers.py:500
msgid "You have been granted ownership of a new document:" msgid "You have been granted ownership of a new document:"
msgstr "" msgstr ""
#: build/lib/core/api/serializers.py:608 core/api/serializers.py:608 #: build/lib/core/api/serializers.py:536 core/api/serializers.py:536
msgid "This field is required."
msgstr ""
#: build/lib/core/api/serializers.py:547 core/api/serializers.py:547
#, python-format
msgid "Link reach '%(link_reach)s' is not allowed based on parent document configuration."
msgstr ""
#: build/lib/core/api/serializers.py:693 core/api/serializers.py:693
msgid "Body" msgid "Body"
msgstr "" msgstr ""
#: build/lib/core/api/serializers.py:611 core/api/serializers.py:611 #: build/lib/core/api/serializers.py:696 core/api/serializers.py:696
msgid "Body type" msgid "Body type"
msgstr "" msgstr ""
#: build/lib/core/api/serializers.py:617 core/api/serializers.py:617 #: build/lib/core/api/serializers.py:702 core/api/serializers.py:702
msgid "Format" msgid "Format"
msgstr "" msgstr ""
#: build/lib/core/api/viewsets.py:942 core/api/viewsets.py:942 #: build/lib/core/api/viewsets.py:1003 core/api/viewsets.py:1003
#, python-brace-format #, python-brace-format
msgid "copy of {title}" msgid "copy of {title}"
msgstr "" msgstr ""
@@ -129,291 +138,287 @@ msgstr ""
msgid "Right" msgid "Right"
msgstr "" msgstr ""
#: build/lib/core/models.py:79 core/models.py:79 #: build/lib/core/models.py:80 core/models.py:80
msgid "id" msgid "id"
msgstr "" msgstr ""
#: build/lib/core/models.py:80 core/models.py:80 #: build/lib/core/models.py:81 core/models.py:81
msgid "primary key for the record as UUID" msgid "primary key for the record as UUID"
msgstr "" msgstr ""
#: build/lib/core/models.py:86 core/models.py:86 #: build/lib/core/models.py:87 core/models.py:87
msgid "created on" msgid "created on"
msgstr "" msgstr ""
#: build/lib/core/models.py:87 core/models.py:87 #: build/lib/core/models.py:88 core/models.py:88
msgid "date and time at which a record was created" msgid "date and time at which a record was created"
msgstr "" msgstr ""
#: build/lib/core/models.py:92 core/models.py:92 #: build/lib/core/models.py:93 core/models.py:93
msgid "updated on" msgid "updated on"
msgstr "" msgstr ""
#: build/lib/core/models.py:93 core/models.py:93 #: build/lib/core/models.py:94 core/models.py:94
msgid "date and time at which a record was last updated" msgid "date and time at which a record was last updated"
msgstr "" msgstr ""
#: build/lib/core/models.py:129 core/models.py:129 #: build/lib/core/models.py:130 core/models.py:130
msgid "We couldn't find a user with this sub but the email is already associated with a registered user." msgid "We couldn't find a user with this sub but the email is already associated with a registered user."
msgstr "" msgstr ""
#: build/lib/core/models.py:142 core/models.py:142 #: build/lib/core/models.py:141 core/models.py:141
msgid "Enter a valid sub. This value may contain only letters, numbers, and @/./+/-/_/: characters."
msgstr ""
#: build/lib/core/models.py:148 core/models.py:148
msgid "sub" msgid "sub"
msgstr "" msgstr ""
#: build/lib/core/models.py:150 core/models.py:150 #: build/lib/core/models.py:142 core/models.py:142
msgid "Required. 255 characters or fewer. Letters, numbers, and @/./+/-/_/: characters only." msgid "Required. 255 characters or fewer. ASCII characters only."
msgstr "" msgstr ""
#: build/lib/core/models.py:159 core/models.py:159 #: build/lib/core/models.py:150 core/models.py:150
msgid "full name" msgid "full name"
msgstr "" msgstr ""
#: build/lib/core/models.py:160 core/models.py:160 #: build/lib/core/models.py:152 core/models.py:152
msgid "short name" msgid "short name"
msgstr "" msgstr ""
#: build/lib/core/models.py:162 core/models.py:162 #: build/lib/core/models.py:155 core/models.py:155
msgid "identity email address" msgid "identity email address"
msgstr "" msgstr ""
#: build/lib/core/models.py:167 core/models.py:167 #: build/lib/core/models.py:160 core/models.py:160
msgid "admin email address" msgid "admin email address"
msgstr "" msgstr ""
#: build/lib/core/models.py:174 core/models.py:174 #: build/lib/core/models.py:167 core/models.py:167
msgid "language" msgid "language"
msgstr "" msgstr ""
#: build/lib/core/models.py:175 core/models.py:175 #: build/lib/core/models.py:168 core/models.py:168
msgid "The language in which the user wants to see the interface." msgid "The language in which the user wants to see the interface."
msgstr "" msgstr ""
#: build/lib/core/models.py:183 core/models.py:183 #: build/lib/core/models.py:176 core/models.py:176
msgid "The timezone in which the user wants to see times." msgid "The timezone in which the user wants to see times."
msgstr "" msgstr ""
#: build/lib/core/models.py:186 core/models.py:186 #: build/lib/core/models.py:179 core/models.py:179
msgid "device" msgid "device"
msgstr "" msgstr ""
#: build/lib/core/models.py:188 core/models.py:188 #: build/lib/core/models.py:181 core/models.py:181
msgid "Whether the user is a device or a real user." msgid "Whether the user is a device or a real user."
msgstr "" msgstr ""
#: build/lib/core/models.py:191 core/models.py:191 #: build/lib/core/models.py:184 core/models.py:184
msgid "staff status" msgid "staff status"
msgstr "" msgstr ""
#: build/lib/core/models.py:193 core/models.py:193 #: build/lib/core/models.py:186 core/models.py:186
msgid "Whether the user can log into this admin site." msgid "Whether the user can log into this admin site."
msgstr "" msgstr ""
#: build/lib/core/models.py:196 core/models.py:196 #: build/lib/core/models.py:189 core/models.py:189
msgid "active" msgid "active"
msgstr "" msgstr ""
#: build/lib/core/models.py:199 core/models.py:199 #: build/lib/core/models.py:192 core/models.py:192
msgid "Whether this user should be treated as active. Unselect this instead of deleting accounts." msgid "Whether this user should be treated as active. Unselect this instead of deleting accounts."
msgstr "" msgstr ""
#: build/lib/core/models.py:211 core/models.py:211 #: build/lib/core/models.py:204 core/models.py:204
msgid "user" msgid "user"
msgstr "" msgstr ""
#: build/lib/core/models.py:212 core/models.py:212 #: build/lib/core/models.py:205 core/models.py:205
msgid "users" msgid "users"
msgstr "" msgstr ""
#: build/lib/core/models.py:368 build/lib/core/models.py:1283 #: build/lib/core/models.py:361 build/lib/core/models.py:1276
#: core/models.py:368 core/models.py:1283 #: core/models.py:361 core/models.py:1276
msgid "title" msgid "title"
msgstr "" msgstr ""
#: build/lib/core/models.py:369 core/models.py:369 #: build/lib/core/models.py:362 core/models.py:362
msgid "excerpt" msgid "excerpt"
msgstr "" msgstr ""
#: build/lib/core/models.py:418 core/models.py:418 #: build/lib/core/models.py:411 core/models.py:411
msgid "Document" msgid "Document"
msgstr "" msgstr ""
#: build/lib/core/models.py:419 core/models.py:419 #: build/lib/core/models.py:412 core/models.py:412
msgid "Documents" msgid "Documents"
msgstr "" msgstr ""
#: build/lib/core/models.py:431 build/lib/core/models.py:821 core/models.py:431 #: build/lib/core/models.py:424 build/lib/core/models.py:822 core/models.py:424
#: core/models.py:821 #: core/models.py:822
msgid "Untitled Document" msgid "Untitled Document"
msgstr "" msgstr ""
#: build/lib/core/models.py:856 core/models.py:856 #: build/lib/core/models.py:857 core/models.py:857
#, python-brace-format #, python-brace-format
msgid "{name} shared a document with you!" msgid "{name} shared a document with you!"
msgstr "" msgstr ""
#: build/lib/core/models.py:860 core/models.py:860 #: build/lib/core/models.py:861 core/models.py:861
#, python-brace-format #, python-brace-format
msgid "{name} invited you with the role \"{role}\" on the following document:" msgid "{name} invited you with the role \"{role}\" on the following document:"
msgstr "" msgstr ""
#: build/lib/core/models.py:866 core/models.py:866 #: build/lib/core/models.py:867 core/models.py:867
#, python-brace-format #, python-brace-format
msgid "{name} shared a document with you: {title}" msgid "{name} shared a document with you: {title}"
msgstr "" msgstr ""
#: build/lib/core/models.py:966 core/models.py:966 #: build/lib/core/models.py:967 core/models.py:967
msgid "Document/user link trace" msgid "Document/user link trace"
msgstr "" msgstr ""
#: build/lib/core/models.py:967 core/models.py:967 #: build/lib/core/models.py:968 core/models.py:968
msgid "Document/user link traces" msgid "Document/user link traces"
msgstr "" msgstr ""
#: build/lib/core/models.py:973 core/models.py:973 #: build/lib/core/models.py:974 core/models.py:974
msgid "A link trace already exists for this document/user." msgid "A link trace already exists for this document/user."
msgstr "" msgstr ""
#: build/lib/core/models.py:996 core/models.py:996 #: build/lib/core/models.py:997 core/models.py:997
msgid "Document favorite" msgid "Document favorite"
msgstr "" msgstr ""
#: build/lib/core/models.py:997 core/models.py:997 #: build/lib/core/models.py:998 core/models.py:998
msgid "Document favorites" msgid "Document favorites"
msgstr "" msgstr ""
#: build/lib/core/models.py:1003 core/models.py:1003 #: build/lib/core/models.py:1004 core/models.py:1004
msgid "This document is already targeted by a favorite relation instance for the same user." msgid "This document is already targeted by a favorite relation instance for the same user."
msgstr "" msgstr ""
#: build/lib/core/models.py:1025 core/models.py:1025 #: build/lib/core/models.py:1026 core/models.py:1026
msgid "Document/user relation" msgid "Document/user relation"
msgstr "" msgstr ""
#: build/lib/core/models.py:1026 core/models.py:1026 #: build/lib/core/models.py:1027 core/models.py:1027
msgid "Document/user relations" msgid "Document/user relations"
msgstr "" msgstr ""
#: build/lib/core/models.py:1032 core/models.py:1032 #: build/lib/core/models.py:1033 core/models.py:1033
msgid "This user is already in this document." msgid "This user is already in this document."
msgstr "" msgstr ""
#: build/lib/core/models.py:1038 core/models.py:1038 #: build/lib/core/models.py:1039 core/models.py:1039
msgid "This team is already in this document." msgid "This team is already in this document."
msgstr "" msgstr ""
#: build/lib/core/models.py:1044 build/lib/core/models.py:1369 #: build/lib/core/models.py:1045 build/lib/core/models.py:1362
#: core/models.py:1044 core/models.py:1369 #: core/models.py:1045 core/models.py:1362
msgid "Either user or team must be set, not both." msgid "Either user or team must be set, not both."
msgstr "" msgstr ""
#: build/lib/core/models.py:1190 core/models.py:1190 #: build/lib/core/models.py:1191 core/models.py:1191
msgid "Document ask for access" msgid "Document ask for access"
msgstr "" msgstr ""
#: build/lib/core/models.py:1191 core/models.py:1191 #: build/lib/core/models.py:1192 core/models.py:1192
msgid "Document ask for accesses" msgid "Document ask for accesses"
msgstr "" msgstr ""
#: build/lib/core/models.py:1197 core/models.py:1197 #: build/lib/core/models.py:1198 core/models.py:1198
msgid "This user has already asked for access to this document." msgid "This user has already asked for access to this document."
msgstr "" msgstr ""
#: build/lib/core/models.py:1262 core/models.py:1262 #: build/lib/core/models.py:1255 core/models.py:1255
#, python-brace-format #, python-brace-format
msgid "{name} would like access to a document!" msgid "{name} would like access to a document!"
msgstr "" msgstr ""
#: build/lib/core/models.py:1266 core/models.py:1266 #: build/lib/core/models.py:1259 core/models.py:1259
#, python-brace-format #, python-brace-format
msgid "{name} would like access to the following document:" msgid "{name} would like access to the following document:"
msgstr "" msgstr ""
#: build/lib/core/models.py:1272 core/models.py:1272 #: build/lib/core/models.py:1265 core/models.py:1265
#, python-brace-format #, python-brace-format
msgid "{name} is asking for access to the document: {title}" msgid "{name} is asking for access to the document: {title}"
msgstr "" msgstr ""
#: build/lib/core/models.py:1284 core/models.py:1284 #: build/lib/core/models.py:1277 core/models.py:1277
msgid "description" msgid "description"
msgstr "" msgstr ""
#: build/lib/core/models.py:1285 core/models.py:1285 #: build/lib/core/models.py:1278 core/models.py:1278
msgid "code" msgid "code"
msgstr "" msgstr ""
#: build/lib/core/models.py:1286 core/models.py:1286 #: build/lib/core/models.py:1279 core/models.py:1279
msgid "css" msgid "css"
msgstr "" msgstr ""
#: build/lib/core/models.py:1288 core/models.py:1288 #: build/lib/core/models.py:1281 core/models.py:1281
msgid "public" msgid "public"
msgstr "" msgstr ""
#: build/lib/core/models.py:1290 core/models.py:1290 #: build/lib/core/models.py:1283 core/models.py:1283
msgid "Whether this template is public for anyone to use." msgid "Whether this template is public for anyone to use."
msgstr "" msgstr ""
#: build/lib/core/models.py:1296 core/models.py:1296 #: build/lib/core/models.py:1289 core/models.py:1289
msgid "Template" msgid "Template"
msgstr "" msgstr ""
#: build/lib/core/models.py:1297 core/models.py:1297 #: build/lib/core/models.py:1290 core/models.py:1290
msgid "Templates" msgid "Templates"
msgstr "" msgstr ""
#: build/lib/core/models.py:1350 core/models.py:1350 #: build/lib/core/models.py:1343 core/models.py:1343
msgid "Template/user relation" msgid "Template/user relation"
msgstr "" msgstr ""
#: build/lib/core/models.py:1351 core/models.py:1351 #: build/lib/core/models.py:1344 core/models.py:1344
msgid "Template/user relations" msgid "Template/user relations"
msgstr "" msgstr ""
#: build/lib/core/models.py:1357 core/models.py:1357 #: build/lib/core/models.py:1350 core/models.py:1350
msgid "This user is already in this template." msgid "This user is already in this template."
msgstr "" msgstr ""
#: build/lib/core/models.py:1363 core/models.py:1363 #: build/lib/core/models.py:1356 core/models.py:1356
msgid "This team is already in this template." msgid "This team is already in this template."
msgstr "" msgstr ""
#: build/lib/core/models.py:1440 core/models.py:1440 #: build/lib/core/models.py:1433 core/models.py:1433
msgid "email address" msgid "email address"
msgstr "" msgstr ""
#: build/lib/core/models.py:1459 core/models.py:1459 #: build/lib/core/models.py:1452 core/models.py:1452
msgid "Document invitation" msgid "Document invitation"
msgstr "" msgstr ""
#: build/lib/core/models.py:1460 core/models.py:1460 #: build/lib/core/models.py:1453 core/models.py:1453
msgid "Document invitations" msgid "Document invitations"
msgstr "" msgstr ""
#: build/lib/core/models.py:1480 core/models.py:1480 #: build/lib/core/models.py:1473 core/models.py:1473
msgid "This email is already associated to a registered user." msgid "This email is already associated to a registered user."
msgstr "" msgstr ""
#: core/templates/mail/html/template.html:162 #: core/templates/mail/html/template.html:153
#: core/templates/mail/text/template.txt:3 #: core/templates/mail/text/template.txt:3
msgid "Logo email" msgid "Logo email"
msgstr "" msgstr ""
#: core/templates/mail/html/template.html:209 #: core/templates/mail/html/template.html:200
#: core/templates/mail/text/template.txt:10 #: core/templates/mail/text/template.txt:10
msgid "Open" msgid "Open"
msgstr "" msgstr ""
#: core/templates/mail/html/template.html:226 #: core/templates/mail/html/template.html:217
#: core/templates/mail/text/template.txt:14 #: core/templates/mail/text/template.txt:14
msgid " Docs, your new essential tool for organizing, sharing and collaborating on your documents as a team. " msgid " Docs, your new essential tool for organizing, sharing and collaborating on your documents as a team. "
msgstr "" msgstr ""
#: core/templates/mail/html/template.html:233 #: core/templates/mail/html/template.html:224
#: core/templates/mail/text/template.txt:16 #: core/templates/mail/text/template.txt:16
#, python-format #, python-format
msgid " Brought to you by %(brandname)s " msgid " Brought to you by %(brandname)s "

View File

@@ -0,0 +1,426 @@
msgid ""
msgstr ""
"Project-Id-Version: lasuite-docs\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-17 08:04+0000\n"
"PO-Revision-Date: 2025-11-19 10:13\n"
"Last-Translator: \n"
"Language-Team: Ukrainian\n"
"Language: uk_UA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n"
"X-Crowdin-Project: lasuite-docs\n"
"X-Crowdin-Project-ID: 754523\n"
"X-Crowdin-Language: uk\n"
"X-Crowdin-File: backend-impress.pot\n"
"X-Crowdin-File-ID: 18\n"
#: build/lib/core/admin.py:36 core/admin.py:36
msgid "Personal info"
msgstr "Особисті дані"
#: build/lib/core/admin.py:49 build/lib/core/admin.py:137 core/admin.py:49
#: core/admin.py:137
msgid "Permissions"
msgstr "Дозволи"
#: build/lib/core/admin.py:61 core/admin.py:61
msgid "Important dates"
msgstr "Важливі дати"
#: build/lib/core/admin.py:147 core/admin.py:147
msgid "Tree structure"
msgstr "Ієрархічна структура"
#: build/lib/core/api/filters.py:47 core/api/filters.py:47
msgid "Title"
msgstr "Заголовок"
#: build/lib/core/api/filters.py:61 core/api/filters.py:61
msgid "Creator is me"
msgstr "Творець — я"
#: build/lib/core/api/filters.py:64 core/api/filters.py:64
msgid "Masked"
msgstr "Приховано"
#: build/lib/core/api/filters.py:67 core/api/filters.py:67
msgid "Favorite"
msgstr "Обране"
#: build/lib/core/api/serializers.py:496 core/api/serializers.py:496
msgid "A new document was created on your behalf!"
msgstr "Новий документ був створений від вашого імені!"
#: build/lib/core/api/serializers.py:500 core/api/serializers.py:500
msgid "You have been granted ownership of a new document:"
msgstr "Ви тепер є власником нового документа:"
#: build/lib/core/api/serializers.py:536 core/api/serializers.py:536
msgid "This field is required."
msgstr "Це поле є обов’язковим."
#: build/lib/core/api/serializers.py:547 core/api/serializers.py:547
#, python-format
msgid "Link reach '%(link_reach)s' is not allowed based on parent document configuration."
msgstr "Доступ до посилання '%(link_reach)s' заборонено на основі конфігурації батьківського документа."
#: build/lib/core/api/serializers.py:693 core/api/serializers.py:693
msgid "Body"
msgstr "Вміст"
#: build/lib/core/api/serializers.py:696 core/api/serializers.py:696
msgid "Body type"
msgstr "Тип вмісту"
#: build/lib/core/api/serializers.py:702 core/api/serializers.py:702
msgid "Format"
msgstr "Формат"
#: build/lib/core/api/viewsets.py:1003 core/api/viewsets.py:1003
#, python-brace-format
msgid "copy of {title}"
msgstr "копія {title}"
#: build/lib/core/choices.py:35 build/lib/core/choices.py:42 core/choices.py:35
#: core/choices.py:42
msgid "Reader"
msgstr "Читач"
#: build/lib/core/choices.py:36 build/lib/core/choices.py:43 core/choices.py:36
#: core/choices.py:43
msgid "Editor"
msgstr "Редактор"
#: build/lib/core/choices.py:44 core/choices.py:44
msgid "Administrator"
msgstr "Адміністратор"
#: build/lib/core/choices.py:45 core/choices.py:45
msgid "Owner"
msgstr "Власник"
#: build/lib/core/choices.py:56 core/choices.py:56
msgid "Restricted"
msgstr "Обмежено"
#: build/lib/core/choices.py:60 core/choices.py:60
msgid "Authenticated"
msgstr "Підтверджено"
#: build/lib/core/choices.py:62 core/choices.py:62
msgid "Public"
msgstr "Публічне"
#: build/lib/core/enums.py:36 core/enums.py:36
msgid "First child"
msgstr "Перший нащадок"
#: build/lib/core/enums.py:37 core/enums.py:37
msgid "Last child"
msgstr "Останній нащадок"
#: build/lib/core/enums.py:38 core/enums.py:38
msgid "First sibling"
msgstr "Перший пращур"
#: build/lib/core/enums.py:39 core/enums.py:39
msgid "Last sibling"
msgstr "Останній пращур"
#: build/lib/core/enums.py:40 core/enums.py:40
msgid "Left"
msgstr "Ліворуч"
#: build/lib/core/enums.py:41 core/enums.py:41
msgid "Right"
msgstr "Праворуч"
#: build/lib/core/models.py:80 core/models.py:80
msgid "id"
msgstr "id"
#: build/lib/core/models.py:81 core/models.py:81
msgid "primary key for the record as UUID"
msgstr "первинний ключ для запису як UUID"
#: build/lib/core/models.py:87 core/models.py:87
msgid "created on"
msgstr "створено"
#: build/lib/core/models.py:88 core/models.py:88
msgid "date and time at which a record was created"
msgstr "дата і час, коли запис було створено"
#: build/lib/core/models.py:93 core/models.py:93
msgid "updated on"
msgstr "оновлено"
#: build/lib/core/models.py:94 core/models.py:94
msgid "date and time at which a record was last updated"
msgstr "дата і час, коли запис був востаннє оновлений"
#: build/lib/core/models.py:130 core/models.py:130
msgid "We couldn't find a user with this sub but the email is already associated with a registered user."
msgstr "Ми не змогли знайти користувача з цими даними, але адреса вже пов'язана з зареєстрованим користувачем."
#: build/lib/core/models.py:141 core/models.py:141
msgid "sub"
msgstr "вкладений документ"
#: build/lib/core/models.py:142 core/models.py:142
msgid "Required. 255 characters or fewer. ASCII characters only."
msgstr "Обов'язкове. 255 символів або менше. Тільки символи ASCII."
#: build/lib/core/models.py:150 core/models.py:150
msgid "full name"
msgstr "повне ім'я"
#: build/lib/core/models.py:152 core/models.py:152
msgid "short name"
msgstr "коротке ім'я"
#: build/lib/core/models.py:155 core/models.py:155
msgid "identity email address"
msgstr "адреса електронної пошти особи"
#: build/lib/core/models.py:160 core/models.py:160
msgid "admin email address"
msgstr "електронна адреса адміністратора"
#: build/lib/core/models.py:167 core/models.py:167
msgid "language"
msgstr "мова"
#: build/lib/core/models.py:168 core/models.py:168
msgid "The language in which the user wants to see the interface."
msgstr "Мова, якою користувач хоче бачити інтерфейс."
#: build/lib/core/models.py:176 core/models.py:176
msgid "The timezone in which the user wants to see times."
msgstr "Часовий пояс, в якому користувач хоче бачити час."
#: build/lib/core/models.py:179 core/models.py:179
msgid "device"
msgstr "пристрій"
#: build/lib/core/models.py:181 core/models.py:181
msgid "Whether the user is a device or a real user."
msgstr "Чи є користувач пристроєм чи реальним користувачем."
#: build/lib/core/models.py:184 core/models.py:184
msgid "staff status"
msgstr "статус співробітника"
#: build/lib/core/models.py:186 core/models.py:186
msgid "Whether the user can log into this admin site."
msgstr "Чи може користувач увійти на цей сайт адміністратора."
#: build/lib/core/models.py:189 core/models.py:189
msgid "active"
msgstr "активний"
#: build/lib/core/models.py:192 core/models.py:192
msgid "Whether this user should be treated as active. Unselect this instead of deleting accounts."
msgstr "Чи слід ставитися до цього користувача як до активного. Зніміть вибір замість видалення облікового запису."
#: build/lib/core/models.py:204 core/models.py:204
msgid "user"
msgstr "користувач"
#: build/lib/core/models.py:205 core/models.py:205
msgid "users"
msgstr "користувачі"
#: build/lib/core/models.py:361 build/lib/core/models.py:1276
#: core/models.py:361 core/models.py:1276
msgid "title"
msgstr "заголовок"
#: build/lib/core/models.py:362 core/models.py:362
msgid "excerpt"
msgstr "уривок"
#: build/lib/core/models.py:411 core/models.py:411
msgid "Document"
msgstr "Документ"
#: build/lib/core/models.py:412 core/models.py:412
msgid "Documents"
msgstr "Документи"
#: build/lib/core/models.py:424 build/lib/core/models.py:822 core/models.py:424
#: core/models.py:822
msgid "Untitled Document"
msgstr "Документ без назви"
#: build/lib/core/models.py:857 core/models.py:857
#, python-brace-format
msgid "{name} shared a document with you!"
msgstr "{name} ділиться з вами документом!"
#: build/lib/core/models.py:861 core/models.py:861
#, python-brace-format
msgid "{name} invited you with the role \"{role}\" on the following document:"
msgstr "{name} запрошує вас для роботи з документом із роллю \"{role}\":"
#: build/lib/core/models.py:867 core/models.py:867
#, python-brace-format
msgid "{name} shared a document with you: {title}"
msgstr "{name} ділиться з вами документом: {title}"
#: build/lib/core/models.py:967 core/models.py:967
msgid "Document/user link trace"
msgstr "Трасування посилання Документ/користувач"
#: build/lib/core/models.py:968 core/models.py:968
msgid "Document/user link traces"
msgstr "Трасування посилань Документ/користувач"
#: build/lib/core/models.py:974 core/models.py:974
msgid "A link trace already exists for this document/user."
msgstr "Відстеження вже існуючих посилань для цього документа/користувача."
#: build/lib/core/models.py:997 core/models.py:997
msgid "Document favorite"
msgstr "Обраний документ"
#: build/lib/core/models.py:998 core/models.py:998
msgid "Document favorites"
msgstr "Обрані документи"
#: build/lib/core/models.py:1004 core/models.py:1004
msgid "This document is already targeted by a favorite relation instance for the same user."
msgstr "Цей документ вже вказаний як обраний для одного користувача."
#: build/lib/core/models.py:1026 core/models.py:1026
msgid "Document/user relation"
msgstr "Відносини документ/користувач"
#: build/lib/core/models.py:1027 core/models.py:1027
msgid "Document/user relations"
msgstr "Відносини документ/користувач"
#: build/lib/core/models.py:1033 core/models.py:1033
msgid "This user is already in this document."
msgstr "Цей користувач вже має доступ до цього документу."
#: build/lib/core/models.py:1039 core/models.py:1039
msgid "This team is already in this document."
msgstr "Ця команда вже має доступ до цього документа."
#: build/lib/core/models.py:1045 build/lib/core/models.py:1362
#: core/models.py:1045 core/models.py:1362
msgid "Either user or team must be set, not both."
msgstr "Вкажіть користувача або команду, а не обох."
#: build/lib/core/models.py:1191 core/models.py:1191
msgid "Document ask for access"
msgstr "Запит доступу до документа"
#: build/lib/core/models.py:1192 core/models.py:1192
msgid "Document ask for accesses"
msgstr "Запит доступу для документа"
#: build/lib/core/models.py:1198 core/models.py:1198
msgid "This user has already asked for access to this document."
msgstr "Цей користувач вже попросив доступ до цього документа."
#: build/lib/core/models.py:1255 core/models.py:1255
#, python-brace-format
msgid "{name} would like access to a document!"
msgstr "{name} хоче отримати доступ до документа!"
#: build/lib/core/models.py:1259 core/models.py:1259
#, python-brace-format
msgid "{name} would like access to the following document:"
msgstr "{name} бажає отримати доступ до наступного документа:"
#: build/lib/core/models.py:1265 core/models.py:1265
#, python-brace-format
msgid "{name} is asking for access to the document: {title}"
msgstr "{name} запитує доступ до документа: {title}"
#: build/lib/core/models.py:1277 core/models.py:1277
msgid "description"
msgstr "опис"
#: build/lib/core/models.py:1278 core/models.py:1278
msgid "code"
msgstr "код"
#: build/lib/core/models.py:1279 core/models.py:1279
msgid "css"
msgstr "css"
#: build/lib/core/models.py:1281 core/models.py:1281
msgid "public"
msgstr "публічне"
#: build/lib/core/models.py:1283 core/models.py:1283
msgid "Whether this template is public for anyone to use."
msgstr "Чи є цей шаблон публічним для будь-кого користувача."
#: build/lib/core/models.py:1289 core/models.py:1289
msgid "Template"
msgstr "Шаблон"
#: build/lib/core/models.py:1290 core/models.py:1290
msgid "Templates"
msgstr "Шаблони"
#: build/lib/core/models.py:1343 core/models.py:1343
msgid "Template/user relation"
msgstr "Відношення шаблон/користувач"
#: build/lib/core/models.py:1344 core/models.py:1344
msgid "Template/user relations"
msgstr "Відношення шаблон/користувач"
#: build/lib/core/models.py:1350 core/models.py:1350
msgid "This user is already in this template."
msgstr "Цей користувач вже має доступ до цього шаблону."
#: build/lib/core/models.py:1356 core/models.py:1356
msgid "This team is already in this template."
msgstr "Ця команда вже має доступ до цього шаблону."
#: build/lib/core/models.py:1433 core/models.py:1433
msgid "email address"
msgstr "електронна адреса"
#: build/lib/core/models.py:1452 core/models.py:1452
msgid "Document invitation"
msgstr "Запрошення до редагування документа"
#: build/lib/core/models.py:1453 core/models.py:1453
msgid "Document invitations"
msgstr "Запрошення до редагування документів"
#: build/lib/core/models.py:1473 core/models.py:1473
msgid "This email is already associated to a registered user."
msgstr "Ця електронна пошта вже пов'язана з зареєстрованим користувачем."
#: core/templates/mail/html/template.html:153
#: core/templates/mail/text/template.txt:3
msgid "Logo email"
msgstr "Логотип пошти"
#: core/templates/mail/html/template.html:200
#: core/templates/mail/text/template.txt:10
msgid "Open"
msgstr "Відкрити"
#: core/templates/mail/html/template.html:217
#: core/templates/mail/text/template.txt:14
msgid " Docs, your new essential tool for organizing, sharing and collaborating on your documents as a team. "
msgstr " Docs, ваш новий важливий інструмент для організації, обміну та командної співпраці над вашими документами. "
#: core/templates/mail/html/template.html:224
#: core/templates/mail/text/template.txt:16
#, python-format
msgid " Brought to you by %(brandname)s "
msgstr " Запрошення отримане від %(brandname)s "

View File

@@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: lasuite-docs\n" "Project-Id-Version: lasuite-docs\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-24 20:42+0000\n" "POT-Creation-Date: 2025-11-17 08:04+0000\n"
"PO-Revision-Date: 2025-07-31 12:38\n" "PO-Revision-Date: 2025-11-19 10:13\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Chinese Simplified\n" "Language-Team: Chinese Simplified\n"
"Language: zh_CN\n" "Language: zh_CN\n"
@@ -17,20 +17,20 @@ msgstr ""
"X-Crowdin-File: backend-impress.pot\n" "X-Crowdin-File: backend-impress.pot\n"
"X-Crowdin-File-ID: 18\n" "X-Crowdin-File-ID: 18\n"
#: build/lib/core/admin.py:37 core/admin.py:37 #: build/lib/core/admin.py:36 core/admin.py:36
msgid "Personal info" msgid "Personal info"
msgstr "个人信息" msgstr "个人信息"
#: build/lib/core/admin.py:50 build/lib/core/admin.py:138 core/admin.py:50 #: build/lib/core/admin.py:49 build/lib/core/admin.py:137 core/admin.py:49
#: core/admin.py:138 #: core/admin.py:137
msgid "Permissions" msgid "Permissions"
msgstr "权限" msgstr "权限"
#: build/lib/core/admin.py:62 core/admin.py:62 #: build/lib/core/admin.py:61 core/admin.py:61
msgid "Important dates" msgid "Important dates"
msgstr "重要日期" msgstr "重要日期"
#: build/lib/core/admin.py:148 core/admin.py:148 #: build/lib/core/admin.py:147 core/admin.py:147
msgid "Tree structure" msgid "Tree structure"
msgstr "树状结构" msgstr "树状结构"
@@ -44,33 +44,42 @@ msgstr "创建者是我"
#: build/lib/core/api/filters.py:64 core/api/filters.py:64 #: build/lib/core/api/filters.py:64 core/api/filters.py:64
msgid "Masked" msgid "Masked"
msgstr "" msgstr "已屏蔽"
#: build/lib/core/api/filters.py:67 core/api/filters.py:67 #: build/lib/core/api/filters.py:67 core/api/filters.py:67
msgid "Favorite" msgid "Favorite"
msgstr "收藏" msgstr "收藏"
#: build/lib/core/api/serializers.py:467 core/api/serializers.py:467 #: build/lib/core/api/serializers.py:496 core/api/serializers.py:496
msgid "A new document was created on your behalf!" msgid "A new document was created on your behalf!"
msgstr "已为您创建了一份新文档!" msgstr "已为您创建了一份新文档!"
#: build/lib/core/api/serializers.py:471 core/api/serializers.py:471 #: build/lib/core/api/serializers.py:500 core/api/serializers.py:500
msgid "You have been granted ownership of a new document:" msgid "You have been granted ownership of a new document:"
msgstr "您已被授予新文档的所有权:" msgstr "您已被授予新文档的所有权:"
#: build/lib/core/api/serializers.py:608 core/api/serializers.py:608 #: build/lib/core/api/serializers.py:536 core/api/serializers.py:536
msgid "This field is required."
msgstr "必填字段。"
#: build/lib/core/api/serializers.py:547 core/api/serializers.py:547
#, python-format
msgid "Link reach '%(link_reach)s' is not allowed based on parent document configuration."
msgstr ""
#: build/lib/core/api/serializers.py:693 core/api/serializers.py:693
msgid "Body" msgid "Body"
msgstr "正文" msgstr "正文"
#: build/lib/core/api/serializers.py:611 core/api/serializers.py:611 #: build/lib/core/api/serializers.py:696 core/api/serializers.py:696
msgid "Body type" msgid "Body type"
msgstr "正文类型" msgstr "正文类型"
#: build/lib/core/api/serializers.py:617 core/api/serializers.py:617 #: build/lib/core/api/serializers.py:702 core/api/serializers.py:702
msgid "Format" msgid "Format"
msgstr "格式" msgstr "格式"
#: build/lib/core/api/viewsets.py:942 core/api/viewsets.py:942 #: build/lib/core/api/viewsets.py:1003 core/api/viewsets.py:1003
#, python-brace-format #, python-brace-format
msgid "copy of {title}" msgid "copy of {title}"
msgstr "{title} 的副本" msgstr "{title} 的副本"
@@ -129,291 +138,287 @@ msgstr "左"
msgid "Right" msgid "Right"
msgstr "右" msgstr "右"
#: build/lib/core/models.py:79 core/models.py:79 #: build/lib/core/models.py:80 core/models.py:80
msgid "id" msgid "id"
msgstr "id" msgstr "id"
#: build/lib/core/models.py:80 core/models.py:80 #: build/lib/core/models.py:81 core/models.py:81
msgid "primary key for the record as UUID" msgid "primary key for the record as UUID"
msgstr "记录的主密钥为 UUID" msgstr "记录的主密钥为 UUID"
#: build/lib/core/models.py:86 core/models.py:86 #: build/lib/core/models.py:87 core/models.py:87
msgid "created on" msgid "created on"
msgstr "创建时间" msgstr "创建时间"
#: build/lib/core/models.py:87 core/models.py:87 #: build/lib/core/models.py:88 core/models.py:88
msgid "date and time at which a record was created" msgid "date and time at which a record was created"
msgstr "记录的创建日期和时间" msgstr "记录的创建日期和时间"
#: build/lib/core/models.py:92 core/models.py:92 #: build/lib/core/models.py:93 core/models.py:93
msgid "updated on" msgid "updated on"
msgstr "更新时间" msgstr "更新时间"
#: build/lib/core/models.py:93 core/models.py:93 #: build/lib/core/models.py:94 core/models.py:94
msgid "date and time at which a record was last updated" msgid "date and time at which a record was last updated"
msgstr "记录的最后更新时间" msgstr "记录的最后更新时间"
#: build/lib/core/models.py:129 core/models.py:129 #: build/lib/core/models.py:130 core/models.py:130
msgid "We couldn't find a user with this sub but the email is already associated with a registered user." msgid "We couldn't find a user with this sub but the email is already associated with a registered user."
msgstr "未找到具有该 sub 的用户,但该邮箱已关联到一个注册用户。" msgstr "未找到具有该 sub 的用户,但该邮箱已关联到一个注册用户。"
#: build/lib/core/models.py:142 core/models.py:142 #: build/lib/core/models.py:141 core/models.py:141
msgid "Enter a valid sub. This value may contain only letters, numbers, and @/./+/-/_/: characters."
msgstr "请输入有效的 sub。该值只能包含字母、数字及 @/./+/-/_/: 字符。"
#: build/lib/core/models.py:148 core/models.py:148
msgid "sub" msgid "sub"
msgstr "sub" msgstr "sub"
#: build/lib/core/models.py:150 core/models.py:150 #: build/lib/core/models.py:142 core/models.py:142
msgid "Required. 255 characters or fewer. Letters, numbers, and @/./+/-/_/: characters only." msgid "Required. 255 characters or fewer. ASCII characters only."
msgstr "必填。最多 255 个字符,仅允许字母、数字及 @/./+/-/_/: 字符。" msgstr "必填项。限255个字符以内。仅支持ASCII字符。"
#: build/lib/core/models.py:159 core/models.py:159 #: build/lib/core/models.py:150 core/models.py:150
msgid "full name" msgid "full name"
msgstr "全名" msgstr "全名"
#: build/lib/core/models.py:160 core/models.py:160 #: build/lib/core/models.py:152 core/models.py:152
msgid "short name" msgid "short name"
msgstr "简称" msgstr "简称"
#: build/lib/core/models.py:162 core/models.py:162 #: build/lib/core/models.py:155 core/models.py:155
msgid "identity email address" msgid "identity email address"
msgstr "身份电子邮件地址" msgstr "身份电子邮件地址"
#: build/lib/core/models.py:167 core/models.py:167 #: build/lib/core/models.py:160 core/models.py:160
msgid "admin email address" msgid "admin email address"
msgstr "管理员电子邮件地址" msgstr "管理员电子邮件地址"
#: build/lib/core/models.py:174 core/models.py:174 #: build/lib/core/models.py:167 core/models.py:167
msgid "language" msgid "language"
msgstr "语言" msgstr "语言"
#: build/lib/core/models.py:175 core/models.py:175 #: build/lib/core/models.py:168 core/models.py:168
msgid "The language in which the user wants to see the interface." msgid "The language in which the user wants to see the interface."
msgstr "用户希望看到的界面语言。" msgstr "用户希望看到的界面语言。"
#: build/lib/core/models.py:183 core/models.py:183 #: build/lib/core/models.py:176 core/models.py:176
msgid "The timezone in which the user wants to see times." msgid "The timezone in which the user wants to see times."
msgstr "用户查看时间希望的时区。" msgstr "用户查看时间希望的时区。"
#: build/lib/core/models.py:186 core/models.py:186 #: build/lib/core/models.py:179 core/models.py:179
msgid "device" msgid "device"
msgstr "设备" msgstr "设备"
#: build/lib/core/models.py:188 core/models.py:188 #: build/lib/core/models.py:181 core/models.py:181
msgid "Whether the user is a device or a real user." msgid "Whether the user is a device or a real user."
msgstr "用户是设备还是真实用户。" msgstr "用户是设备还是真实用户。"
#: build/lib/core/models.py:191 core/models.py:191 #: build/lib/core/models.py:184 core/models.py:184
msgid "staff status" msgid "staff status"
msgstr "员工状态" msgstr "员工状态"
#: build/lib/core/models.py:193 core/models.py:193 #: build/lib/core/models.py:186 core/models.py:186
msgid "Whether the user can log into this admin site." msgid "Whether the user can log into this admin site."
msgstr "用户是否可以登录该管理员站点。" msgstr "用户是否可以登录该管理员站点。"
#: build/lib/core/models.py:196 core/models.py:196 #: build/lib/core/models.py:189 core/models.py:189
msgid "active" msgid "active"
msgstr "激活" msgstr "激活"
#: build/lib/core/models.py:199 core/models.py:199 #: build/lib/core/models.py:192 core/models.py:192
msgid "Whether this user should be treated as active. Unselect this instead of deleting accounts." msgid "Whether this user should be treated as active. Unselect this instead of deleting accounts."
msgstr "是否应将此用户视为活跃用户。取消选择此选项而不是删除账户。" msgstr "是否应将此用户视为活跃用户。取消选择此选项而不是删除账户。"
#: build/lib/core/models.py:211 core/models.py:211 #: build/lib/core/models.py:204 core/models.py:204
msgid "user" msgid "user"
msgstr "用户" msgstr "用户"
#: build/lib/core/models.py:212 core/models.py:212 #: build/lib/core/models.py:205 core/models.py:205
msgid "users" msgid "users"
msgstr "个用户" msgstr "个用户"
#: build/lib/core/models.py:368 build/lib/core/models.py:1283 #: build/lib/core/models.py:361 build/lib/core/models.py:1276
#: core/models.py:368 core/models.py:1283 #: core/models.py:361 core/models.py:1276
msgid "title" msgid "title"
msgstr "标题" msgstr "标题"
#: build/lib/core/models.py:369 core/models.py:369 #: build/lib/core/models.py:362 core/models.py:362
msgid "excerpt" msgid "excerpt"
msgstr "摘要" msgstr "摘要"
#: build/lib/core/models.py:418 core/models.py:418 #: build/lib/core/models.py:411 core/models.py:411
msgid "Document" msgid "Document"
msgstr "文档" msgstr "文档"
#: build/lib/core/models.py:419 core/models.py:419 #: build/lib/core/models.py:412 core/models.py:412
msgid "Documents" msgid "Documents"
msgstr "个文档" msgstr "个文档"
#: build/lib/core/models.py:431 build/lib/core/models.py:821 core/models.py:431 #: build/lib/core/models.py:424 build/lib/core/models.py:822 core/models.py:424
#: core/models.py:821 #: core/models.py:822
msgid "Untitled Document" msgid "Untitled Document"
msgstr "未命名文档" msgstr "未命名文档"
#: build/lib/core/models.py:856 core/models.py:856 #: build/lib/core/models.py:857 core/models.py:857
#, python-brace-format #, python-brace-format
msgid "{name} shared a document with you!" msgid "{name} shared a document with you!"
msgstr "{name} 与您共享了一个文档!" msgstr "{name} 与您共享了一个文档!"
#: build/lib/core/models.py:860 core/models.py:860 #: build/lib/core/models.py:861 core/models.py:861
#, python-brace-format #, python-brace-format
msgid "{name} invited you with the role \"{role}\" on the following document:" msgid "{name} invited you with the role \"{role}\" on the following document:"
msgstr "{name} 邀请您以“{role}”角色访问以下文档:" msgstr "{name} 邀请您以“{role}”角色访问以下文档:"
#: build/lib/core/models.py:866 core/models.py:866 #: build/lib/core/models.py:867 core/models.py:867
#, python-brace-format #, python-brace-format
msgid "{name} shared a document with you: {title}" msgid "{name} shared a document with you: {title}"
msgstr "{name} 与您共享了一个文档:{title}" msgstr "{name} 与您共享了一个文档:{title}"
#: build/lib/core/models.py:966 core/models.py:966 #: build/lib/core/models.py:967 core/models.py:967
msgid "Document/user link trace" msgid "Document/user link trace"
msgstr "文档/用户链接跟踪" msgstr "文档/用户链接跟踪"
#: build/lib/core/models.py:967 core/models.py:967 #: build/lib/core/models.py:968 core/models.py:968
msgid "Document/user link traces" msgid "Document/user link traces"
msgstr "个文档/用户链接跟踪" msgstr "个文档/用户链接跟踪"
#: build/lib/core/models.py:973 core/models.py:973 #: build/lib/core/models.py:974 core/models.py:974
msgid "A link trace already exists for this document/user." msgid "A link trace already exists for this document/user."
msgstr "此文档/用户的链接跟踪已存在。" msgstr "此文档/用户的链接跟踪已存在。"
#: build/lib/core/models.py:996 core/models.py:996 #: build/lib/core/models.py:997 core/models.py:997
msgid "Document favorite" msgid "Document favorite"
msgstr "文档收藏" msgstr "文档收藏"
#: build/lib/core/models.py:997 core/models.py:997 #: build/lib/core/models.py:998 core/models.py:998
msgid "Document favorites" msgid "Document favorites"
msgstr "文档收藏夹" msgstr "文档收藏夹"
#: build/lib/core/models.py:1003 core/models.py:1003 #: build/lib/core/models.py:1004 core/models.py:1004
msgid "This document is already targeted by a favorite relation instance for the same user." msgid "This document is already targeted by a favorite relation instance for the same user."
msgstr "该文档已被同一用户的收藏关系实例关联。" msgstr "该文档已被同一用户的收藏关系实例关联。"
#: build/lib/core/models.py:1025 core/models.py:1025 #: build/lib/core/models.py:1026 core/models.py:1026
msgid "Document/user relation" msgid "Document/user relation"
msgstr "文档/用户关系" msgstr "文档/用户关系"
#: build/lib/core/models.py:1026 core/models.py:1026 #: build/lib/core/models.py:1027 core/models.py:1027
msgid "Document/user relations" msgid "Document/user relations"
msgstr "文档/用户关系集" msgstr "文档/用户关系集"
#: build/lib/core/models.py:1032 core/models.py:1032 #: build/lib/core/models.py:1033 core/models.py:1033
msgid "This user is already in this document." msgid "This user is already in this document."
msgstr "该用户已在此文档中。" msgstr "该用户已在此文档中。"
#: build/lib/core/models.py:1038 core/models.py:1038 #: build/lib/core/models.py:1039 core/models.py:1039
msgid "This team is already in this document." msgid "This team is already in this document."
msgstr "该团队已在此文档中。" msgstr "该团队已在此文档中。"
#: build/lib/core/models.py:1044 build/lib/core/models.py:1369 #: build/lib/core/models.py:1045 build/lib/core/models.py:1362
#: core/models.py:1044 core/models.py:1369 #: core/models.py:1045 core/models.py:1362
msgid "Either user or team must be set, not both." msgid "Either user or team must be set, not both."
msgstr "必须设置用户或团队之一,不能同时设置两者。" msgstr "必须设置用户或团队之一,不能同时设置两者。"
#: build/lib/core/models.py:1190 core/models.py:1190
msgid "Document ask for access"
msgstr ""
#: build/lib/core/models.py:1191 core/models.py:1191 #: build/lib/core/models.py:1191 core/models.py:1191
msgid "Document ask for access"
msgstr "文档需要访问权限"
#: build/lib/core/models.py:1192 core/models.py:1192
msgid "Document ask for accesses" msgid "Document ask for accesses"
msgstr "" msgstr "文档需要访问权限"
#: build/lib/core/models.py:1197 core/models.py:1197 #: build/lib/core/models.py:1198 core/models.py:1198
msgid "This user has already asked for access to this document." msgid "This user has already asked for access to this document."
msgstr "" msgstr "用户已申请该文档的访问权限。"
#: build/lib/core/models.py:1262 core/models.py:1262 #: build/lib/core/models.py:1255 core/models.py:1255
#, python-brace-format #, python-brace-format
msgid "{name} would like access to a document!" msgid "{name} would like access to a document!"
msgstr "" msgstr "{name} 申请访问文档!"
#: build/lib/core/models.py:1266 core/models.py:1266 #: build/lib/core/models.py:1259 core/models.py:1259
#, python-brace-format #, python-brace-format
msgid "{name} would like access to the following document:" msgid "{name} would like access to the following document:"
msgstr "" msgstr "{name} 申请访问以下文档:"
#: build/lib/core/models.py:1272 core/models.py:1272 #: build/lib/core/models.py:1265 core/models.py:1265
#, python-brace-format #, python-brace-format
msgid "{name} is asking for access to the document: {title}" msgid "{name} is asking for access to the document: {title}"
msgstr "" msgstr "{name}申请文档:{title}的访问权限"
#: build/lib/core/models.py:1284 core/models.py:1284 #: build/lib/core/models.py:1277 core/models.py:1277
msgid "description" msgid "description"
msgstr "说明" msgstr "说明"
#: build/lib/core/models.py:1285 core/models.py:1285 #: build/lib/core/models.py:1278 core/models.py:1278
msgid "code" msgid "code"
msgstr "代码" msgstr "代码"
#: build/lib/core/models.py:1286 core/models.py:1286 #: build/lib/core/models.py:1279 core/models.py:1279
msgid "css" msgid "css"
msgstr "css" msgstr "css"
#: build/lib/core/models.py:1288 core/models.py:1288 #: build/lib/core/models.py:1281 core/models.py:1281
msgid "public" msgid "public"
msgstr "公开" msgstr "公开"
#: build/lib/core/models.py:1290 core/models.py:1290 #: build/lib/core/models.py:1283 core/models.py:1283
msgid "Whether this template is public for anyone to use." msgid "Whether this template is public for anyone to use."
msgstr "该模板是否公开供任何人使用。" msgstr "该模板是否公开供任何人使用。"
#: build/lib/core/models.py:1296 core/models.py:1296 #: build/lib/core/models.py:1289 core/models.py:1289
msgid "Template" msgid "Template"
msgstr "模板" msgstr "模板"
#: build/lib/core/models.py:1297 core/models.py:1297 #: build/lib/core/models.py:1290 core/models.py:1290
msgid "Templates" msgid "Templates"
msgstr "模板" msgstr "模板"
#: build/lib/core/models.py:1350 core/models.py:1350 #: build/lib/core/models.py:1343 core/models.py:1343
msgid "Template/user relation" msgid "Template/user relation"
msgstr "模板/用户关系" msgstr "模板/用户关系"
#: build/lib/core/models.py:1351 core/models.py:1351 #: build/lib/core/models.py:1344 core/models.py:1344
msgid "Template/user relations" msgid "Template/user relations"
msgstr "模板/用户关系集" msgstr "模板/用户关系集"
#: build/lib/core/models.py:1357 core/models.py:1357 #: build/lib/core/models.py:1350 core/models.py:1350
msgid "This user is already in this template." msgid "This user is already in this template."
msgstr "该用户已在此模板中。" msgstr "该用户已在此模板中。"
#: build/lib/core/models.py:1363 core/models.py:1363 #: build/lib/core/models.py:1356 core/models.py:1356
msgid "This team is already in this template." msgid "This team is already in this template."
msgstr "该团队已在此模板中。" msgstr "该团队已在此模板中。"
#: build/lib/core/models.py:1440 core/models.py:1440 #: build/lib/core/models.py:1433 core/models.py:1433
msgid "email address" msgid "email address"
msgstr "电子邮件地址" msgstr "电子邮件地址"
#: build/lib/core/models.py:1459 core/models.py:1459 #: build/lib/core/models.py:1452 core/models.py:1452
msgid "Document invitation" msgid "Document invitation"
msgstr "文档邀请" msgstr "文档邀请"
#: build/lib/core/models.py:1460 core/models.py:1460 #: build/lib/core/models.py:1453 core/models.py:1453
msgid "Document invitations" msgid "Document invitations"
msgstr "文档邀请" msgstr "文档邀请"
#: build/lib/core/models.py:1480 core/models.py:1480 #: build/lib/core/models.py:1473 core/models.py:1473
msgid "This email is already associated to a registered user." msgid "This email is already associated to a registered user."
msgstr "此电子邮件已经与现有注册用户关联。" msgstr "此电子邮件已经与现有注册用户关联。"
#: core/templates/mail/html/template.html:162 #: core/templates/mail/html/template.html:153
#: core/templates/mail/text/template.txt:3 #: core/templates/mail/text/template.txt:3
msgid "Logo email" msgid "Logo email"
msgstr "徽标邮件" msgstr "徽标邮件"
#: core/templates/mail/html/template.html:209 #: core/templates/mail/html/template.html:200
#: core/templates/mail/text/template.txt:10 #: core/templates/mail/text/template.txt:10
msgid "Open" msgid "Open"
msgstr "打开" msgstr "打开"
#: core/templates/mail/html/template.html:226 #: core/templates/mail/html/template.html:217
#: core/templates/mail/text/template.txt:14 #: core/templates/mail/text/template.txt:14
msgid " Docs, your new essential tool for organizing, sharing and collaborating on your documents as a team. " msgid " Docs, your new essential tool for organizing, sharing and collaborating on your documents as a team. "
msgstr " Docs——您的全新必备工具帮助团队组织、共享和协作处理文档。 " msgstr " Docs——您的全新必备工具帮助团队组织、共享和协作处理文档。 "
#: core/templates/mail/html/template.html:233 #: core/templates/mail/html/template.html:224
#: core/templates/mail/text/template.txt:16 #: core/templates/mail/text/template.txt:16
#, python-format #, python-format
msgid " Brought to you by %(brandname)s " msgid " Brought to you by %(brandname)s "

View File

@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "impress" name = "impress"
version = "3.5.0" version = "3.10.0"
authors = [{ "name" = "DINUM", "email" = "dev@mail.numerique.gouv.fr" }] authors = [{ "name" = "DINUM", "email" = "dev@mail.numerique.gouv.fr" }]
classifiers = [ classifiers = [
"Development Status :: 5 - Production/Stable", "Development Status :: 5 - Production/Stable",
@@ -25,42 +25,42 @@ license = { file = "LICENSE" }
readme = "README.md" readme = "README.md"
requires-python = ">=3.12" requires-python = ">=3.12"
dependencies = [ dependencies = [
"beautifulsoup4==4.13.4", "beautifulsoup4==4.14.2",
"boto3==1.39.4", "boto3==1.40.74",
"Brotli==1.1.0", "Brotli==1.2.0",
"celery[redis]==5.5.3", "celery[redis]==5.5.3",
"django-configurations==2.5.1", "django-configurations==2.5.1",
"django-cors-headers==4.7.0", "django-cors-headers==4.9.0",
"django-countries==7.6.1", "django-countries==8.1.0",
"django-csp==4.0", "django-csp==4.0",
"django-filter==25.1", "django-filter==25.2",
"django-lasuite[all]==0.0.11", "django-lasuite[all]==0.0.18",
"django-parler==2.3", "django-parler==2.3",
"django-redis==6.0.0", "django-redis==6.0.0",
"django-storages[s3]==1.14.6", "django-storages[s3]==1.14.6",
"django-timezone-field>=5.1", "django-timezone-field>=5.1",
"django==5.2.4", "django==5.2.8",
"django-treebeard==4.7.1", "django-treebeard==4.7.1",
"djangorestframework==3.16.0", "djangorestframework==3.16.1",
"drf_spectacular==0.28.0", "drf_spectacular==0.29.0",
"dockerflow==2024.4.2", "dockerflow==2024.4.2",
"easy_thumbnails==2.10", "easy_thumbnails==2.10.1",
"factory_boy==3.3.3", "factory_boy==3.3.3",
"gunicorn==23.0.0", "gunicorn==23.0.0",
"jsonschema==4.24.0", "jsonschema==4.25.1",
"lxml==6.0.0", "lxml==6.0.2",
"markdown==3.8.2", "markdown==3.10",
"mozilla-django-oidc==4.0.1", "mozilla-django-oidc==4.0.1",
"nested-multipart-parser==1.5.0", "nested-multipart-parser==1.6.0",
"openai==1.95.0", "openai==2.8.0",
"psycopg[binary]==3.2.9", "psycopg[binary]==3.2.12",
"pycrdt==0.12.25", "pycrdt==0.12.43",
"PyJWT==2.10.1", "PyJWT==2.10.1",
"python-magic==0.4.27", "python-magic==0.4.27",
"redis<6.0.0", "redis<6.0.0",
"requests==2.32.4", "requests==2.32.5",
"sentry-sdk==2.32.0", "sentry-sdk==2.44.0",
"whitenoise==6.9.0", "whitenoise==6.11.0",
] ]
[project.urls] [project.urls]
@@ -73,21 +73,21 @@ dependencies = [
dev = [ dev = [
"django-extensions==4.1", "django-extensions==4.1",
"django-test-migrations==1.5.0", "django-test-migrations==1.5.0",
"drf-spectacular-sidecar==2025.7.1", "drf-spectacular-sidecar==2025.10.1",
"freezegun==1.5.2", "freezegun==1.5.5",
"ipdb==0.13.13", "ipdb==0.13.13",
"ipython==9.4.0", "ipython==9.7.0",
"pyfakefs==5.9.1", "pyfakefs==5.10.2",
"pylint-django==2.6.1", "pylint-django==2.6.1",
"pylint==3.3.7", "pylint<4.0.0",
"pytest-cov==6.2.1", "pytest-cov==7.0.0",
"pytest-django==4.11.1", "pytest-django==4.11.1",
"pytest==8.4.1", "pytest==9.0.1",
"pytest-icdiff==0.9", "pytest-icdiff==0.9",
"pytest-xdist==3.8.0", "pytest-xdist==3.8.0",
"responses==0.25.7", "responses==0.25.8",
"ruff==0.12.2", "ruff==0.14.5",
"types-requests==2.32.4.20250611", "types-requests==2.32.4.20250913",
] ]
[tool.setuptools] [tool.setuptools]

View File

@@ -10,13 +10,13 @@ WORKDIR /home/frontend/
COPY ./src/frontend/package.json ./package.json COPY ./src/frontend/package.json ./package.json
COPY ./src/frontend/yarn.lock ./yarn.lock COPY ./src/frontend/yarn.lock ./yarn.lock
COPY ./src/frontend/apps/impress/package.json ./apps/impress/package.json COPY ./src/frontend/apps/impress/package.json ./apps/impress/package.json
COPY ./src/frontend/packages/eslint-config-impress/package.json ./packages/eslint-config-impress/package.json COPY ./src/frontend/packages/eslint-plugin-docs/package.json ./packages/eslint-plugin-docs/package.json
RUN yarn install --frozen-lockfile RUN yarn install --frozen-lockfile
COPY .dockerignore ./.dockerignore COPY .dockerignore ./.dockerignore
COPY ./src/frontend/.prettierrc.js ./.prettierrc.js COPY ./src/frontend/.prettierrc.js ./.prettierrc.js
COPY ./src/frontend/packages/eslint-config-impress ./packages/eslint-config-impress COPY ./src/frontend/packages/eslint-plugin-docs ./packages/eslint-plugin-docs
COPY ./src/frontend/apps/impress ./apps/impress COPY ./src/frontend/apps/impress ./apps/impress
### ---- Front-end builder image ---- ### ---- Front-end builder image ----
@@ -50,7 +50,13 @@ ENV NEXT_PUBLIC_PUBLISH_AS_MIT=${PUBLISH_AS_MIT}
RUN yarn build RUN yarn build
# ---- Front-end image ---- # ---- Front-end image ----
FROM nginxinc/nginx-unprivileged:alpine3.21 AS frontend-production FROM nginxinc/nginx-unprivileged:alpine3.22 AS frontend-production
# Upgrade system packages to install security updates
USER root
RUN apk update && \
apk upgrade && \
rm -rf /var/cache/apk/*
# Un-privileged user running the application # Un-privileged user running the application
ARG DOCKER_USER ARG DOCKER_USER

View File

@@ -1,9 +0,0 @@
module.exports = {
root: true,
extends: ['impress/playwright'],
parserOptions: {
tsconfigRootDir: __dirname,
project: ['./tsconfig.json'],
},
ignorePatterns: ['node_modules'],
};

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 231 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 839 KiB

View File

@@ -5,14 +5,19 @@ import { keyCloakSignIn } from './utils-common';
const saveStorageState = async ( const saveStorageState = async (
browserConfig: FullProject<unknown, unknown>, browserConfig: FullProject<unknown, unknown>,
) => { ) => {
const browserName = browserConfig?.name || 'chromium'; if (!browserConfig) {
throw new Error('No browser config found');
}
const { storageState, ...useConfig } = browserConfig?.use; const browserName = browserConfig.name || 'chromium';
const { storageState, ...useConfig } = browserConfig.use;
const browser = await chromium.launch(); const browser = await chromium.launch();
const context = await browser.newContext(useConfig); const context = await browser.newContext(useConfig);
const page = await context.newPage(); const page = await context.newPage();
try { try {
// eslint-disable-next-line playwright/no-networkidle
await page.goto('/', { waitUntil: 'networkidle' }); await page.goto('/', { waitUntil: 'networkidle' });
await page.content(); await page.content();
await expect(page.getByText('Docs').first()).toBeVisible(); await expect(page.getByText('Docs').first()).toBeVisible();
@@ -45,11 +50,9 @@ const saveStorageState = async (
}; };
async function globalSetup(config: FullConfig) { async function globalSetup(config: FullConfig) {
/* eslint-disable @typescript-eslint/no-non-null-assertion */
const chromeConfig = config.projects.find((p) => p.name === 'chromium')!; const chromeConfig = config.projects.find((p) => p.name === 'chromium')!;
const firefoxConfig = config.projects.find((p) => p.name === 'firefox')!; const firefoxConfig = config.projects.find((p) => p.name === 'firefox')!;
const webkitConfig = config.projects.find((p) => p.name === 'webkit')!; const webkitConfig = config.projects.find((p) => p.name === 'webkit')!;
/* eslint-enable @typescript-eslint/no-non-null-assertion */
await saveStorageState(chromeConfig); await saveStorageState(chromeConfig);
await saveStorageState(webkitConfig); await saveStorageState(webkitConfig);

View File

@@ -43,12 +43,14 @@ test.describe('Config', () => {
path.join(__dirname, 'assets/logo-suite-numerique.png'), path.join(__dirname, 'assets/logo-suite-numerique.png'),
); );
const image = page.getByRole('img', { name: 'logo-suite-numerique.png' }); const image = page
.locator('.--docs--editor-container img.bn-visual-media')
.first();
await expect(image).toBeVisible(); await expect(image).toBeVisible();
// Wait for the media-check to be processed // Wait for the media-check to be processed
// eslint-disable-next-line playwright/no-wait-for-timeout
await page.waitForTimeout(1000); await page.waitForTimeout(1000);
// Check src of image // Check src of image

Some files were not shown because too many files have changed in this diff Show More