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 |
|
Michael
|
f3b3c4e866
|
Link to registration added
|
2020-01-17 12:44:26 +00:00 |
|
Michael
|
fa975fc775
|
Delegations now work again
|
2020-01-16 20:58:33 +00:00 |
|
Michael
|
9c5b082687
|
Fix: Show possible managers again
|
2020-01-10 08:04:48 +00:00 |
|
nupplaPhil
|
3f34229752
|
Move redundant System::baseUrl() to DI::baseUrl() calls
|
2019-12-30 23:00:08 +01:00 |
|
nupplaPhil
|
8e6973b774
|
Refactor deprecated App::internalRedirect() to DI::baseUrl()->redirect()
|
2019-12-29 20:17:43 +01:00 |
|
nupplaPhil
|
388b963714
|
Replace BaseObject class with DI::* calls
|
2019-12-29 20:17:38 +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 |
|
Michael
|
abe6724629
|
Added parameter to rawContent
|
2019-11-05 19:16:26 +00:00 |
|
Tobias Diekershoff
|
d3122c396e
|
really there is no App
|
2019-11-03 15:53:32 +01:00 |
|
Tobias Diekershoff
|
9b03e2a564
|
there was no App
|
2019-11-03 15:07:29 +01:00 |
|
Tobias Diekershoff
|
0c873a0548
|
mv q() to DBA::select()
|
2019-11-03 14:03:11 +01:00 |
|
Tobias Diekershoff
|
e5e87d546d
|
we only need one contact export, D* _only_ exports the entire profile
|
2019-11-03 12:59:14 +01:00 |
|
Tobias Diekershoff
|
955a84a266
|
added export and import of followed contacts to and from CSV files
|
2019-11-03 00:12:16 +01:00 |
|
Hypolite Petovan
|
b543ee8ac7
|
Merge pull request #7726 from tobiasd/20191010-uexport
move uexport module to src
|
2019-11-02 07:46:57 -04:00 |
|
Tobias Diekershoff
|
8bea9e7523
|
mv URL path uexport -> userexport
|
2019-11-02 12:44:46 +01:00 |
|
Tobias Diekershoff
|
34932e12bf
|
mv q() to DBA::p()
|
2019-11-02 12:12:29 +01:00 |
|
Tobias Diekershoff
|
15cdfdd414
|
mv Uexport to UserExport
|
2019-11-02 11:36:31 +01:00 |
|
Tobias Diekershoff
|
048b693fbf
|
some more change requests
|
2019-11-02 11:24:46 +01:00 |
|
Tobias Diekershoff
|
2ed61194d5
|
adopted some change requests
|
2019-10-17 07:45:48 +02:00 |
|
Hypolite Petovan
|
f59ea2af55
|
Replace deprecated defaults() calls by ?? and ?: operators in src/Module/
|
2019-10-15 09:20:32 -04:00 |
|
Tobias Diekershoff
|
10a66f368c
|
self should be lower case
|
2019-10-11 17:44:50 +02:00 |
|
Tobias Diekershoff
|
9f3e68c2c5
|
correct the file name in the header
|
2019-10-11 11:55:57 +02:00 |
|
Tobias Diekershoff
|
5ac5a67b6b
|
enhance description
|
2019-10-11 11:49:28 +02:00 |
|
Tobias Diekershoff
|
e3a947fb3d
|
keep the ToDo hint from delegations
|
2019-10-11 11:48:05 +02:00 |
|
Tobias Diekershoff
|
882449266c
|
removed debugging leftover
|
2019-10-11 11:45:28 +02:00 |
|
Tobias Diekershoff
|
06a964c32f
|
only take action, when there is something to do
|
2019-10-11 11:42:07 +02:00 |
|
Tobias Diekershoff
|
46172b641d
|
moved UExport to src/Module/Settings/Uexport
|
2019-10-11 07:38:42 +02:00 |
|
Hypolite Petovan
|
43567bcf0e
|
Add documentation comments to Module\Settings\Delegation
|
2019-10-10 04:17:37 -04:00 |
|
Hypolite Petovan
|
3cd916d7aa
|
Use Model\User::getById when possible in Module\Settings\Delegation
|
2019-10-10 04:10:57 -04:00 |
|
Hypolite Petovan
|
cc0cf2b8ce
|
Improve parent user password check in Module/Settings/Delegation
|
2019-10-10 04:10:29 -04:00 |
|
Hypolite Petovan
|
616edd0600
|
Move mod/delegate to src/Module/Settings/Delegation
- Move templates/delegate to templates/settings/delegation
|
2019-10-09 22:17:09 -04:00 |
|
Hypolite Petovan
|
8677428edb
|
Remove debug
|
2019-07-22 17:41:21 -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 |
|