Skip to content

Takeout - #264

Open
Tristan-C789 wants to merge 2 commits into
devfrom
feat/takeout
Open

Takeout#264
Tristan-C789 wants to merge 2 commits into
devfrom
feat/takeout

Conversation

@Tristan-C789

Copy link
Copy Markdown
Collaborator

This PR adds a new Takeout section to the user settings, using a new Takeout component. It allows to request a full userspace export using the new Reva Takeout HTTP service.

@diocas
diocas force-pushed the dev branch 2 times, most recently from b00062a to aa407ca Compare August 13, 2026 11:06
{ label: $gettext('ZIP (.zip)'), value: 'zip' },
{ label: $gettext('Tarball (.tar.gz)'), value: 'tgz' }
]
const sizeOptions: SelectOption<number>[] = [

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Given our quota sizes, these options seem a bit small

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree, unfortunately this is also limited by Nginx's configuration currently.

if (!email) {
return { before: $gettext('Your export is ready'), email: '', after: '' }
}
const [before, after] = $gettext('Export sent to %{email}', { email }).split(email)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

uh?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's on me, Claude's way of highlighting text ; I'll change that.

@Tristan-C789
Tristan-C789 marked this pull request as ready for review August 20, 2026 07:40
Requests a full userspace export through the new Reva Takeout HTTP service,
reports the state of a running export and allows cancelling it. The status is
polled while an export is in progress, and paused while the tab is hidden.
Shows the export component in its own section of the account page, next to
the GDPR export.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants