[PR #216] [MERGED] Migrate personal settings to Nextcloud 15 provider settings API #301

Closed
opened 2026-02-26 05:34:28 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/216
Author: @ChristophWurst
Created: 3/7/2019
Status: Merged
Merged: 3/11/2019
Merged by: @ChristophWurst

Base: masterHead: refactor/provider-settings


📝 Commits (2)

  • fe47092 Migrate personal settings to Nextcloud 15 provider settings API
  • 24d2069 Show the app's icons in the personal settings

📊 Changes

13 files changed (+144 additions, -73 deletions)

View changed files

📝 appinfo/info.xml (+0 -3)
📝 js/components/GatewaySettings.vue (+0 -1)
📝 js/init.js (+13 -3)
js/views/SMSSettings.vue (+13 -0)
js/views/Settings.vue (+0 -31)
js/views/SignalSettings.vue (+38 -0)
js/views/TelegramSettings.vue (+38 -0)
📝 lib/Provider/AProvider.php (+18 -1)
📝 lib/Provider/SignalProvider.php (+0 -1)
📝 lib/Provider/SmsProvider.php (+0 -1)
📝 lib/Provider/TelegramProvider.php (+0 -1)
📝 lib/Settings/PersonalSettings.php (+23 -30)
📝 templates/personal_settings.php (+1 -1)

📄 Description

bildschirmfoto von 2019-03-08 10-13-34


🔄 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/nextcloud/twofactor_gateway/pull/216 **Author:** [@ChristophWurst](https://github.com/ChristophWurst) **Created:** 3/7/2019 **Status:** ✅ Merged **Merged:** 3/11/2019 **Merged by:** [@ChristophWurst](https://github.com/ChristophWurst) **Base:** `master` ← **Head:** `refactor/provider-settings` --- ### 📝 Commits (2) - [`fe47092`](https://github.com/nextcloud/twofactor_gateway/commit/fe47092d6b07de6c49ae9e4ba681b86b86ba72b0) Migrate personal settings to Nextcloud 15 provider settings API - [`24d2069`](https://github.com/nextcloud/twofactor_gateway/commit/24d2069a4ce06fbdc5af7ce6f44769c805d34d47) Show the app's icons in the personal settings ### 📊 Changes **13 files changed** (+144 additions, -73 deletions) <details> <summary>View changed files</summary> 📝 `appinfo/info.xml` (+0 -3) 📝 `js/components/GatewaySettings.vue` (+0 -1) 📝 `js/init.js` (+13 -3) ➕ `js/views/SMSSettings.vue` (+13 -0) ➖ `js/views/Settings.vue` (+0 -31) ➕ `js/views/SignalSettings.vue` (+38 -0) ➕ `js/views/TelegramSettings.vue` (+38 -0) 📝 `lib/Provider/AProvider.php` (+18 -1) 📝 `lib/Provider/SignalProvider.php` (+0 -1) 📝 `lib/Provider/SmsProvider.php` (+0 -1) 📝 `lib/Provider/TelegramProvider.php` (+0 -1) 📝 `lib/Settings/PersonalSettings.php` (+23 -30) 📝 `templates/personal_settings.php` (+1 -1) </details> ### 📄 Description ![bildschirmfoto von 2019-03-08 10-13-34](https://user-images.githubusercontent.com/1374172/54019253-0617e680-418b-11e9-8aaa-6ab837ef55ce.png) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 05:34:28 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/twofactor_gateway-nextcloud#301
No description provided.