nupplaPhil
|
800694e9b3
|
Remove unused `use` statements & remove PConfig class
|
2 years ago |
nupplaPhil
|
b5c0df439f
|
Move PConfig::delete() to DI::pConfig()->delete()
|
2 years ago |
nupplaPhil
|
88bb66371c
|
Move PConfig::set() to DI::pConfig()->set()
|
2 years ago |
nupplaPhil
|
9e9429b56d
|
Move PConfig::get() to DI::pConfig()->get()
|
2 years ago |
Michael
|
f3b3c4e866
|
Link to registration added
|
2 years ago |
Michael
|
fa975fc775
|
Delegations now work again
|
2 years ago |
Michael
|
9c5b082687
|
Fix: Show possible managers again
|
2 years ago |
nupplaPhil
|
3f34229752
|
Move redundant System::baseUrl() to DI::baseUrl() calls
|
2 years ago |
nupplaPhil
|
8e6973b774
|
Refactor deprecated App::internalRedirect() to DI::baseUrl()->redirect()
|
2 years ago |
nupplaPhil
|
388b963714
|
Replace BaseObject class with DI::* calls
|
2 years ago |
nupplaPhil
|
1de3f186d7
|
Introduce new DI container
- Adding Friendica\DI class for getting dynamic classes
- Replacing BaseObject::getApp() with this class
|
2 years ago |
nupplaPhil
|
aa5771cf3e
|
Move Login/Logout/TwoFactor to bundled submodule "Security"
|
2 years ago |
Michael
|
8c03bdada9
|
parameters now are having a default value and are optional
|
3 years ago |
Michael
|
bd62d548db
|
Added parameters
|
3 years ago |
Michael
|
abe6724629
|
Added parameter to rawContent
|
3 years ago |
Tobias Diekershoff
|
d3122c396e
|
really there is no App
|
3 years ago |
Tobias Diekershoff
|
9b03e2a564
|
there was no App
|
3 years ago |
Tobias Diekershoff
|
0c873a0548
|
mv q() to DBA::select()
|
3 years ago |
Tobias Diekershoff
|
e5e87d546d
|
we only need one contact export, D* _only_ exports the entire profile
|
3 years ago |
Tobias Diekershoff
|
955a84a266
|
added export and import of followed contacts to and from CSV files
|
3 years ago |
Tobias Diekershoff
|
8bea9e7523
|
mv URL path uexport -> userexport
|
3 years ago |
Tobias Diekershoff
|
34932e12bf
|
mv q() to DBA::p()
|
3 years ago |
Tobias Diekershoff
|
15cdfdd414
|
mv Uexport to UserExport
|
3 years ago |
Tobias Diekershoff
|
048b693fbf
|
some more change requests
|
3 years ago |
Tobias Diekershoff
|
2ed61194d5
|
adopted some change requests
|
3 years ago |
Hypolite Petovan
|
f59ea2af55
|
Replace deprecated defaults() calls by ?? and ?: operators in src/Module/
|
3 years ago |
Tobias Diekershoff
|
10a66f368c
|
self should be lower case
|
3 years ago |
Tobias Diekershoff
|
9f3e68c2c5
|
correct the file name in the header
|
3 years ago |
Tobias Diekershoff
|
5ac5a67b6b
|
enhance description
|
3 years ago |
Tobias Diekershoff
|
e3a947fb3d
|
keep the ToDo hint from delegations
|
3 years ago |
Tobias Diekershoff
|
882449266c
|
removed debugging leftover
|
3 years ago |
Tobias Diekershoff
|
06a964c32f
|
only take action, when there is something to do
|
3 years ago |
Tobias Diekershoff
|
46172b641d
|
moved UExport to src/Module/Settings/Uexport
|
3 years ago |
Hypolite Petovan
|
43567bcf0e
|
Add documentation comments to Module\Settings\Delegation
|
3 years ago |
Hypolite Petovan
|
3cd916d7aa
|
Use Model\User::getById when possible in Module\Settings\Delegation
|
3 years ago |
Hypolite Petovan
|
cc0cf2b8ce
|
Improve parent user password check in Module/Settings/Delegation
|
3 years ago |
Hypolite Petovan
|
616edd0600
|
Move mod/delegate to src/Module/Settings/Delegation
- Move templates/delegate to templates/settings/delegation
|
3 years ago |
Hypolite Petovan
|
8677428edb
|
Remove debug
|
3 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
|
3 years ago |
Hypolite Petovan
|
a149d6ec44
|
Move recovery code model to sub-folder
|
3 years ago |
Hypolite Petovan
|
5c59c57b14
|
Improve template args visual alignment in two-factor modules
|
3 years ago |
Hypolite Petovan
|
8e885f5b97
|
Add two-factor authentication settings
- Add settings aside menu entry
- Add two-factor authentication documentation
|
3 years ago |