Skip to content

[v1.9.1] - Release 1.9.1#473

Open
CandelR wants to merge 23 commits into
masterfrom
release-1.10.1
Open

[v1.9.1] - Release 1.9.1#473
CandelR wants to merge 23 commits into
masterfrom
release-1.10.1

Conversation

@CandelR

@CandelR CandelR commented May 29, 2026

Copy link
Copy Markdown
Contributor

No description provided.

TamaraFinogina and others added 16 commits May 11, 2026 14:46
- Update error messages related to file size limits in translations.
- Introduce FileSizeExceededError class for handling file size errors.
- Add FileSizeExceededModal component for user notifications.
- Modify upload logic to check against maximum upload file size.
- Integrate file size checks in folder upload and share upload processes.
- Update storage slice to manage max upload file size state.
- Ensure UI reflects file size exceeded conditions.
  - Bump @internxt/sdk 1.13.2 → 1.16.4 to consume the typed `maxUploadFileSize` field on `getFileVersionLimits()`, replacing the local `as {
  maxUploadFileSize?: number }` casts in StorageService and useShareUpload.
  - Bump axios ^1.15.2 → ^1.16.1 to match the SDK's transitive axios, deduping the install and removing the `InternalAxiosRequestConfig` type
  mismatch in the rate-limit interceptor wiring.
  - Adjust call sites for SDK breaking changes:
    - `uploadMultipartFile` gained an `AbortSignal` parameter before `parts`; thread the existing abort signal in NetworkFacade, pass
  `undefined` in shareUploadService.
    - `Payments.createSession` was removed; delete the unused wrapper and import in PaymentService.
…mits

[PB-6329]: Enforce max upload file size across upload flows
…k failures

Users on older app binaries experienced checkForUpdateAsync rejections because runtimeVersion was tied to package.json version, causing mismatches when no OTA update existed for their runtime version
…anges

[PB-6326]: bump @internxt/sdk to 1.16.4 and axios to 1.16.1
Comment thread src/store/slices/storage/index.ts
Comment thread src/types/drive/operations.ts
TamaraFinogina
TamaraFinogina previously approved these changes May 29, 2026
…rary and paths for create thumbnails in thumbnail.generation.ts
Comment thread src/services/common/media/thumbnail.generation.spec.ts Fixed
@neuffer

neuffer commented Jun 2, 2026

Copy link
Copy Markdown

PLEASE add mounting the drive in a usable place in the Android FS.
Currently you could just as well only use the web interface and not
have an Android client at all. Normal applications can not access the drive.
Can it be so hard to add a directory on this level?
Others like pCloud can do it as well, why don't you?
signal-2026-06-02-100334

@CandelR

CandelR commented Jun 2, 2026

Copy link
Copy Markdown
Contributor Author

PLEASE add mounting the drive in a usable place in the Android FS. Currently you could just as well only use the web interface and not have an Android client at all. Normal applications can not access the drive. Can it be so hard to add a directory on this level? Others like pCloud can do it as well, why don't you? signal-2026-06-02-100334

Hey neuffer, please don’t make a habit of leaving Product questions or requests in the PRs 🙏 Try to use the support channel.
The integration of Internxt Drive with Android’s SAF is already underway, so the feature will be released sooner or later.

terrerox and others added 2 commits June 8, 2026 12:39
[_]: remove unused expo-updates OTA flow to stop checkForUpdateAsync 400 errors
@sonarqubecloud

sonarqubecloud Bot commented Jun 9, 2026

Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
4.9% Duplication on New Code (required ≤ 3%)

See analysis details on SonarQube Cloud

@CandelR CandelR requested a review from TamaraFinogina June 12, 2026 05:50
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.

5 participants