[PR #909] [MERGED] Feat/token support #22764

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify/pull/909
Author: @JohnJyong
Created: 8/18/2023
Status: Merged
Merged: 8/21/2023
Merged by: @JohnJyong

Base: mainHead: feat/token-support


📝 Commits (10+)

  • 07a97f4 add admin login
  • 83d6fe2 add admin login
  • 04c78fc metadata doc_type compatible with others
  • 3ba7df5 delete default value
  • 7135d4d Update build-api-image.yml
  • ba97722 Update build-web-image.yml
  • fdb7f8f all workspace admin require
  • 4205777 all workspace admin require
  • c8f5041 all workspace admin require
  • 6769f33 Merge branch 'main' into feat/token-support

📊 Changes

32 files changed (+221 additions, -40 deletions)

View changed files

📝 api/controllers/console/apikey.py (+2 -1)
📝 api/controllers/console/app/app.py (+4 -2)
📝 api/controllers/console/app/audio.py (+1 -1)
📝 api/controllers/console/app/completion.py (+1 -1)
📝 api/controllers/console/app/conversation.py (+2 -1)
📝 api/controllers/console/app/generator.py (+2 -1)
📝 api/controllers/console/app/message.py (+2 -1)
📝 api/controllers/console/app/model_config.py (+2 -1)
📝 api/controllers/console/app/site.py (+2 -1)
📝 api/controllers/console/app/statistic.py (+2 -1)
📝 api/controllers/console/auth/data_source_oauth.py (+4 -1)
📝 api/controllers/console/datasets/data_source.py (+2 -1)
📝 api/controllers/console/datasets/datasets.py (+2 -1)
📝 api/controllers/console/datasets/datasets_document.py (+9 -6)
📝 api/controllers/console/datasets/datasets_segments.py (+2 -2)
📝 api/controllers/console/datasets/file.py (+2 -1)
📝 api/controllers/console/datasets/hit_testing.py (+2 -1)
📝 api/controllers/console/explore/installed_app.py (+2 -1)
📝 api/controllers/console/explore/recommended_app.py (+2 -1)
📝 api/controllers/console/explore/wraps.py (+2 -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/909 **Author:** [@JohnJyong](https://github.com/JohnJyong) **Created:** 8/18/2023 **Status:** ✅ Merged **Merged:** 8/21/2023 **Merged by:** [@JohnJyong](https://github.com/JohnJyong) **Base:** `main` ← **Head:** `feat/token-support` --- ### 📝 Commits (10+) - [`07a97f4`](https://github.com/langgenius/dify/commit/07a97f4eb3bbf2e7e7cef5f5dc1938964d761212) add admin login - [`83d6fe2`](https://github.com/langgenius/dify/commit/83d6fe2384d01e538d6ca66a3e132064fea76f5e) add admin login - [`04c78fc`](https://github.com/langgenius/dify/commit/04c78fc0b4c8d7bd6894be3499603b4aeddc5814) metadata doc_type compatible with others - [`3ba7df5`](https://github.com/langgenius/dify/commit/3ba7df59f293d7167dfe1dfd814b7c38694e082e) delete default value - [`7135d4d`](https://github.com/langgenius/dify/commit/7135d4d5415d6200a2536297d8896c77e16ce76a) Update build-api-image.yml - [`ba97722`](https://github.com/langgenius/dify/commit/ba9772277737b9cf035ddea179f979d5bcbf9f25) Update build-web-image.yml - [`fdb7f8f`](https://github.com/langgenius/dify/commit/fdb7f8f6a1283f149b4f5ee5f4587c949d7fb67b) all workspace admin require - [`4205777`](https://github.com/langgenius/dify/commit/4205777d402bf057ae28e1afdb9aac294d962b60) all workspace admin require - [`c8f5041`](https://github.com/langgenius/dify/commit/c8f5041d44ff175e58a434815c7f2cd5abce8d33) all workspace admin require - [`6769f33`](https://github.com/langgenius/dify/commit/6769f33b295ecb6579059bc6f1dcf277cf929d6c) Merge branch 'main' into feat/token-support ### 📊 Changes **32 files changed** (+221 additions, -40 deletions) <details> <summary>View changed files</summary> 📝 `api/controllers/console/apikey.py` (+2 -1) 📝 `api/controllers/console/app/app.py` (+4 -2) 📝 `api/controllers/console/app/audio.py` (+1 -1) 📝 `api/controllers/console/app/completion.py` (+1 -1) 📝 `api/controllers/console/app/conversation.py` (+2 -1) 📝 `api/controllers/console/app/generator.py` (+2 -1) 📝 `api/controllers/console/app/message.py` (+2 -1) 📝 `api/controllers/console/app/model_config.py` (+2 -1) 📝 `api/controllers/console/app/site.py` (+2 -1) 📝 `api/controllers/console/app/statistic.py` (+2 -1) 📝 `api/controllers/console/auth/data_source_oauth.py` (+4 -1) 📝 `api/controllers/console/datasets/data_source.py` (+2 -1) 📝 `api/controllers/console/datasets/datasets.py` (+2 -1) 📝 `api/controllers/console/datasets/datasets_document.py` (+9 -6) 📝 `api/controllers/console/datasets/datasets_segments.py` (+2 -2) 📝 `api/controllers/console/datasets/file.py` (+2 -1) 📝 `api/controllers/console/datasets/hit_testing.py` (+2 -1) 📝 `api/controllers/console/explore/installed_app.py` (+2 -1) 📝 `api/controllers/console/explore/recommended_app.py` (+2 -1) 📝 `api/controllers/console/explore/wraps.py` (+2 -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:19:42 -05:00
yindo closed this issue 2026-02-21 20:19:42 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#22764