[PR #207] [MERGED] Add continuation token when we return object list #7607

Closed
opened 2026-04-16 12:00:24 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/207
Author: @mprasil
Created: 10/1/2018
Status: Merged
Merged: 10/1/2018
Merged by: @dani-garcia

Base: masterHead: continuation_token


📝 Commits (1)

  • d9457e9 Add continuation token when we return object list

📊 Changes

4 files changed (+13 additions, -5 deletions)

View changed files

📝 src/api/core/ciphers.rs (+1 -0)
📝 src/api/core/folders.rs (+1 -0)
📝 src/api/core/organizations.rs (+9 -4)
📝 src/api/core/two_factor.rs (+2 -1)

📄 Description

This sends "ContinuationToken": null every time we send "Object": "list" as it looks like Vault can get confused when such field isn't present.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dani-garcia/vaultwarden/pull/207 **Author:** [@mprasil](https://github.com/mprasil) **Created:** 10/1/2018 **Status:** ✅ Merged **Merged:** 10/1/2018 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `master` ← **Head:** `continuation_token` --- ### 📝 Commits (1) - [`d9457e9`](https://github.com/dani-garcia/vaultwarden/commit/d9457e929ce5294ee51431cfa522b674e668227b) Add continuation token when we return object list ### 📊 Changes **4 files changed** (+13 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `src/api/core/ciphers.rs` (+1 -0) 📝 `src/api/core/folders.rs` (+1 -0) 📝 `src/api/core/organizations.rs` (+9 -4) 📝 `src/api/core/two_factor.rs` (+2 -1) </details> ### 📄 Description This sends `"ContinuationToken": null` every time we send `"Object": "list"` as it looks like Vault can get confused when such field isn't present. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-16 12:00:24 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#7607