nupplaPhil
|
800694e9b3
|
Remove unused `use` statements & remove PConfig class
|
1 year ago |
nupplaPhil
|
b5c0df439f
|
Move PConfig::delete() to DI::pConfig()->delete()
|
1 year ago |
nupplaPhil
|
88bb66371c
|
Move PConfig::set() to DI::pConfig()->set()
|
1 year ago |
nupplaPhil
|
9e9429b56d
|
Move PConfig::get() to DI::pConfig()->get()
|
1 year ago |
nupplaPhil
|
8e6973b774
|
Refactor deprecated App::internalRedirect() to DI::baseUrl()->redirect()
|
1 year ago |
nupplaPhil
|
1de3f186d7
|
Introduce new DI container
- Adding Friendica\DI class for getting dynamic classes
- Replacing BaseObject::getApp() with this class
|
1 year ago |
nupplaPhil
|
aa5771cf3e
|
Move Login/Logout/TwoFactor to bundled submodule "Security"
|
1 year ago |
Michael
|
8c03bdada9
|
parameters now are having a default value and are optional
|
1 year ago |
Michael
|
bd62d548db
|
Added parameters
|
1 year ago |
Hypolite Petovan
|
f59ea2af55
|
Replace deprecated defaults() calls by ?? and ?: operators in src/Module/
|
2 years ago |
Hypolite Petovan
|
1a164b0dc5
|
Add two-factor app-specific password settings page
- Add two-factor app-specific model
- Add link to new page from 2fa settings index page
|
2 years ago |
Hypolite Petovan
|
a149d6ec44
|
Move recovery code model to sub-folder
|
2 years ago |
Hypolite Petovan
|
5c59c57b14
|
Improve template args visual alignment in two-factor modules
|
2 years ago |
Hypolite Petovan
|
8e885f5b97
|
Add two-factor authentication settings
- Add settings aside menu entry
- Add two-factor authentication documentation
|
2 years ago |