[PR #1190] [MERGED] Switch inserts to proper creates #1231

Closed
opened 2026-02-04 19:28:55 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1190
Author: @lancepioch
Created: 3/30/2025
Status: Merged
Merged: 3/31/2025
Merged by: @lancepioch

Base: mainHead: lance/insert-to-create


📝 Commits (2)

  • e9a0342 Switch inserts to proper creates
  • 3871207 Push $token to $tokens[] in ToggleTwoFactorService

📊 Changes

7 files changed (+25 additions, -69 deletions)

View changed files

📝 app/Http/Controllers/Api/Remote/ActivityProcessingController.php (+6 -10)
📝 app/Models/ActivityLog.php (+0 -9)
📝 app/Models/RecoveryToken.php (+1 -1)
📝 app/Services/Activity/ActivityLogService.php (+4 -9)
📝 app/Services/Allocations/AssignmentService.php (+5 -5)
📝 app/Services/Servers/ServerCreationService.php (+5 -15)
📝 app/Services/Users/ToggleTwoFactorService.php (+4 -20)

📄 Description

No description provided


🔄 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/pelican-dev/panel/pull/1190 **Author:** [@lancepioch](https://github.com/lancepioch) **Created:** 3/30/2025 **Status:** ✅ Merged **Merged:** 3/31/2025 **Merged by:** [@lancepioch](https://github.com/lancepioch) **Base:** `main` ← **Head:** `lance/insert-to-create` --- ### 📝 Commits (2) - [`e9a0342`](https://github.com/pelican-dev/panel/commit/e9a0342c9b9d768bc9d67a46cace9d67b4d33088) Switch inserts to proper creates - [`3871207`](https://github.com/pelican-dev/panel/commit/38712073738dde86c1c0105d75a364c0f403d41d) Push `$token` to `$tokens[]` in `ToggleTwoFactorService` ### 📊 Changes **7 files changed** (+25 additions, -69 deletions) <details> <summary>View changed files</summary> 📝 `app/Http/Controllers/Api/Remote/ActivityProcessingController.php` (+6 -10) 📝 `app/Models/ActivityLog.php` (+0 -9) 📝 `app/Models/RecoveryToken.php` (+1 -1) 📝 `app/Services/Activity/ActivityLogService.php` (+4 -9) 📝 `app/Services/Allocations/AssignmentService.php` (+5 -5) 📝 `app/Services/Servers/ServerCreationService.php` (+5 -15) 📝 `app/Services/Users/ToggleTwoFactorService.php` (+4 -20) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-04 19:28:55 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1231