Hypolite Petovan
|
5670c19d5c
|
Move/rename base module classes
|
2020-01-29 23:23:07 -05:00 |
|
nupplaPhil
|
d6efc90194
|
cleanup namespace usages for L10n
|
2020-01-19 16:31:33 +01:00 |
|
nupplaPhil
|
5dfee31108
|
Move L10n::t() calls to DI::l10n()->t() calls
|
2020-01-19 16:31:16 +01:00 |
|
nupplaPhil
|
800694e9b3
|
Remove unused use statements & remove PConfig class
|
2020-01-18 17:02:59 +01:00 |
|
nupplaPhil
|
b5c0df439f
|
Move PConfig::delete() to DI::pConfig()->delete()
|
2020-01-18 16:56:46 +01:00 |
|
nupplaPhil
|
88bb66371c
|
Move PConfig::set() to DI::pConfig()->set()
|
2020-01-18 16:54:50 +01:00 |
|
nupplaPhil
|
9e9429b56d
|
Move PConfig::get() to DI::pConfig()->get()
|
2020-01-18 16:50:57 +01:00 |
|
nupplaPhil
|
8e6973b774
|
Refactor deprecated App::internalRedirect() to DI::baseUrl()->redirect()
|
2019-12-29 20:17:43 +01:00 |
|
nupplaPhil
|
1de3f186d7
|
Introduce new DI container
- Adding Friendica\DI class for getting dynamic classes
- Replacing BaseObject::getApp() with this class
|
2019-12-29 20:16:55 +01:00 |
|
nupplaPhil
|
aa5771cf3e
|
Move Login/Logout/TwoFactor to bundled submodule "Security"
|
2019-12-27 22:19:28 +01:00 |
|
Michael
|
8c03bdada9
|
parameters now are having a default value and are optional
|
2019-11-05 21:48:54 +00:00 |
|
Michael
|
bd62d548db
|
Added parameters
|
2019-11-05 20:22:54 +00:00 |
|
Hypolite Petovan
|
f59ea2af55
|
Replace deprecated defaults() calls by ?? and ?: operators in src/Module/
|
2019-10-15 09:20:32 -04:00 |
|
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
|
2019-07-22 07:56:00 -04:00 |
|
Hypolite Petovan
|
a149d6ec44
|
Move recovery code model to sub-folder
|
2019-07-22 07:41:01 -04:00 |
|
Hypolite Petovan
|
5c59c57b14
|
Improve template args visual alignment in two-factor modules
|
2019-05-13 13:31:08 -04:00 |
|
Hypolite Petovan
|
8e885f5b97
|
Add two-factor authentication settings
- Add settings aside menu entry
- Add two-factor authentication documentation
|
2019-05-13 01:52:01 -04:00 |
|