[PR #5782] [MERGED] Fix token expiration parsing #6113

Closed
opened 2026-02-28 21:24:07 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5782
Author: @MatissJanis
Created: 9/23/2025
Status: Merged
Merged: 9/25/2025
Merged by: @MatissJanis

Base: masterHead: cursor/fix-token-expiration-parsing-and-create-pr-5075


📝 Commits (6)

  • 14437d7 Changes from background agent bc-f7668a06-e70c-4b03-b876-3e930ba07005
  • 8f86696 [autofix.ci] apply automated fixes
  • 3060208 Add release notes for PR #5782
  • 0cfce44 test: Add comprehensive tests for tokenExpiration format
  • ee43bee [autofix.ci] apply automated fixes
  • 3b02aeb fix: improve test reliability by setting env var before schema construction

📊 Changes

3 files changed (+141 additions, -1 deletions)

View changed files

📝 packages/sync-server/src/load-config.js (+22 -1)
packages/sync-server/src/load-config.test.js (+112 -0)
upcoming-release-notes/5782.md (+7 -0)

📄 Description

Fixes https://github.com/actualbudget/actual/issues/5773


🔄 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/actualbudget/actual/pull/5782 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 9/23/2025 **Status:** ✅ Merged **Merged:** 9/25/2025 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `cursor/fix-token-expiration-parsing-and-create-pr-5075` --- ### 📝 Commits (6) - [`14437d7`](https://github.com/actualbudget/actual/commit/14437d7cca5b7186ae8293ce6ad423ec2eb03cb8) Changes from background agent bc-f7668a06-e70c-4b03-b876-3e930ba07005 - [`8f86696`](https://github.com/actualbudget/actual/commit/8f86696d512c1fb705ca574a90150b69a6f531e4) [autofix.ci] apply automated fixes - [`3060208`](https://github.com/actualbudget/actual/commit/3060208e107cc5cfdb0554fb5b8aa92e84d8b8b0) Add release notes for PR #5782 - [`0cfce44`](https://github.com/actualbudget/actual/commit/0cfce446e2da03a264061c9dcfd5d2678fe47a64) test: Add comprehensive tests for tokenExpiration format - [`ee43bee`](https://github.com/actualbudget/actual/commit/ee43beeb3a7bcb22026cdcba3def11bc6655dcfd) [autofix.ci] apply automated fixes - [`3b02aeb`](https://github.com/actualbudget/actual/commit/3b02aebbd64d67a9e319c3eb3e39d6a491c0c394) fix: improve test reliability by setting env var before schema construction ### 📊 Changes **3 files changed** (+141 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/sync-server/src/load-config.js` (+22 -1) ➕ `packages/sync-server/src/load-config.test.js` (+112 -0) ➕ `upcoming-release-notes/5782.md` (+7 -0) </details> ### 📄 Description Fixes https://github.com/actualbudget/actual/issues/5773 --- <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-02-28 21:24:07 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#6113