[PR #1281] [MERGED] feat: move login_required wrapper outside #22981

Closed
opened 2026-02-21 20:20:11 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify/pull/1281
Author: @takatost
Created: 10/8/2023
Status: Merged
Merged: 10/8/2023
Merged by: @takatost

Base: mainHead: feat/move-login-required-outside


📝 Commits (1)

  • 668fcbc feat: move login_required wrapper outside

📊 Changes

32 files changed (+44 additions, -65 deletions)

View changed files

📝 api/controllers/console/apikey.py (+1 -1)
📝 api/controllers/console/app/app.py (+2 -5)
📝 api/controllers/console/app/audio.py (+2 -2)
📝 api/controllers/console/app/completion.py (+1 -1)
📝 api/controllers/console/app/conversation.py (+3 -3)
📝 api/controllers/console/app/generator.py (+1 -1)
📝 api/controllers/console/app/message.py (+2 -2)
📝 api/controllers/console/app/model_config.py (+1 -2)
📝 api/controllers/console/app/site.py (+2 -2)
📝 api/controllers/console/app/statistic.py (+1 -1)
📝 api/controllers/console/auth/data_source_oauth.py (+2 -5)
📝 api/controllers/console/datasets/data_source.py (+3 -4)
📝 api/controllers/console/datasets/datasets.py (+2 -2)
📝 api/controllers/console/datasets/datasets_document.py (+1 -3)
📝 api/controllers/console/datasets/datasets_segments.py (+1 -2)
📝 api/controllers/console/datasets/file.py (+2 -2)
📝 api/controllers/console/datasets/hit_testing.py (+1 -1)
📝 api/controllers/console/explore/installed_app.py (+2 -3)
📝 api/controllers/console/explore/recommended_app.py (+1 -1)
📝 api/controllers/console/explore/wraps.py (+1 -1)

...and 12 more files

📄 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/langgenius/dify/pull/1281 **Author:** [@takatost](https://github.com/takatost) **Created:** 10/8/2023 **Status:** ✅ Merged **Merged:** 10/8/2023 **Merged by:** [@takatost](https://github.com/takatost) **Base:** `main` ← **Head:** `feat/move-login-required-outside` --- ### 📝 Commits (1) - [`668fcbc`](https://github.com/langgenius/dify/commit/668fcbc219629bed44f1e1948af242bcfaa7654c) feat: move login_required wrapper outside ### 📊 Changes **32 files changed** (+44 additions, -65 deletions) <details> <summary>View changed files</summary> 📝 `api/controllers/console/apikey.py` (+1 -1) 📝 `api/controllers/console/app/app.py` (+2 -5) 📝 `api/controllers/console/app/audio.py` (+2 -2) 📝 `api/controllers/console/app/completion.py` (+1 -1) 📝 `api/controllers/console/app/conversation.py` (+3 -3) 📝 `api/controllers/console/app/generator.py` (+1 -1) 📝 `api/controllers/console/app/message.py` (+2 -2) 📝 `api/controllers/console/app/model_config.py` (+1 -2) 📝 `api/controllers/console/app/site.py` (+2 -2) 📝 `api/controllers/console/app/statistic.py` (+1 -1) 📝 `api/controllers/console/auth/data_source_oauth.py` (+2 -5) 📝 `api/controllers/console/datasets/data_source.py` (+3 -4) 📝 `api/controllers/console/datasets/datasets.py` (+2 -2) 📝 `api/controllers/console/datasets/datasets_document.py` (+1 -3) 📝 `api/controllers/console/datasets/datasets_segments.py` (+1 -2) 📝 `api/controllers/console/datasets/file.py` (+2 -2) 📝 `api/controllers/console/datasets/hit_testing.py` (+1 -1) 📝 `api/controllers/console/explore/installed_app.py` (+2 -3) 📝 `api/controllers/console/explore/recommended_app.py` (+1 -1) 📝 `api/controllers/console/explore/wraps.py` (+1 -1) _...and 12 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-21 20:20:11 -05:00
yindo closed this issue 2026-02-21 20:20:11 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#22981