mirror of
https://github.com/nextcloud/twofactor_gateway.git
synced 2026-04-25 17:15:53 +03:00
[PR #45] [MERGED] Add UI to enable the app and verify the phone number #167
Labels
No labels
0. to triage
1. to develop
3. to review
blocked
bug
discussion
duplicate
enhancement
enhancement
gateway:signal
gateway:signal
gateway:signal
gateway:sms
gateway:telegram
hacktoberfest
help wanted
invalid
needs info
php
pull-request
question
technical debt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/twofactor_gateway-nextcloud#167
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/nextcloud/twofactor_gateway/pull/45
Author: @ChristophWurst
Created: 4/11/2018
Status: ✅ Merged
Merged: 5/14/2018
Merged by: @ChristophWurst
Base:
master← Head:feature/phone-number-verification📝 Commits (10+)
5c46126Add setup class to verify the phone number8624766Only enable the provider for verified phone numbers3e5a02fMerge branch 'master' into feature/phone-number-verification87127e3Make sure the phone number has been verified and it did not change1a200feAdd npm, webpack and vueb3e86feAdd UI mockupd26725cExtrac l10n vue view0562310Add simple loading feedback4307f2eUpdate package-lock.json2e7cae6Fix loading icon📊 Changes
29 files changed (+11441 additions, -20 deletions)
View changed files
📝
.gitignore(+2 -0)📝
appinfo/info.xml(+3 -0)➕
appinfo/routes.php(+48 -0)➕
js/init.js(+9 -0)➕
js/service/registration.js(+55 -0)➕
js/view/l10n.vue(+14 -0)➕
js/view/settings.vue(+104 -0)➕
js/webpack.base.config.js(+26 -0)➕
js/webpack.dev.config.js(+7 -0)➕
js/webpack.prod.config.js(+15 -0)📝
lib/AppInfo/Application.php(+6 -1)➕
lib/Controller/SettingsController.php(+114 -0)➕
lib/Exception/PhoneNumberMismatchException.php(+31 -0)➕
lib/Exception/PhoneNumberMissingException.php(+29 -0)➕
lib/Exception/VerificationException.php(+29 -0)➕
lib/Exception/VerificationTransmissionException.php(+29 -0)➕
lib/PhoneNumberMask.php(+39 -0)📝
lib/Provider/SmsProvider.php(+17 -15)➕
lib/Provider/State.php(+49 -0)➕
lib/Service/SetupService.php(+158 -0)...and 9 more files
📄 Description
TODO
Fixes https://github.com/ChristophWurst/twofactor_sms/issues/31
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.