Michael
|
0c73531da1
|
Poco and gcontact (mostly) removed
|
2020-08-01 16:15:18 +00:00 |
|
Michael
|
71415094cb
|
Removed unused template variables
|
2020-07-31 06:00:43 +00:00 |
|
Michael
|
ce7f192f35
|
"id" is not needed as a parameter
|
2020-07-31 04:28:26 +00:00 |
|
Michael
|
893f6bd692
|
Use the function from the contact template instead
|
2020-07-31 03:55:01 +00:00 |
|
Michael
|
71b6226909
|
Some more avatar function replacements
|
2020-07-28 19:30:55 +00:00 |
|
Michael
|
d5a3ef6c2a
|
Removed unused "use"
|
2020-07-28 15:04:39 +00:00 |
|
Michael
|
b79bb0d2cb
|
Fetch photo fields, ensuring that they are filled
|
2020-07-28 12:58:19 +00:00 |
|
Michael
|
5b884e8348
|
Changed function name
|
2020-07-27 10:22:02 +00:00 |
|
Michael
|
6ab82eaa49
|
Ensure that cached avatar fields are set
|
2020-07-27 10:11:12 +00:00 |
|
Michael
|
0007da8630
|
EOL removed
|
2020-07-23 06:25:01 +00:00 |
|
Michael
|
3fc3ded750
|
Useless info messages removed
|
2020-07-23 06:11:21 +00:00 |
|
Michael
|
fc0312451d
|
Changed parameter order for getByURL
|
2020-07-15 17:06:48 +00:00 |
|
Michael
|
d9c6a46ffe
|
Replaced "getDetailsByURL" with "getByURL/getByURLForUser"
|
2020-07-15 04:42:04 +00:00 |
|
Hypolite Petovan
|
06b992a5dd
|
Add expected whitespace before Widget::unavailableNetworks() output in Module\Contact
|
2020-06-24 18:49:55 -04:00 |
|
Hypolite Petovan
|
a5a7855d39
|
Remove dependency to App in Contact::createFromProbe
- Address https://github.com/friendica/friendica/issues/8473#issuecomment-641259906
|
2020-06-10 10:36:42 -04:00 |
|
Michael
|
0e9331a1ff
|
Avoid unneeded database calls when showing posts of contacts
|
2020-06-09 22:38:06 +00:00 |
|
Hypolite Petovan
|
34463f37e4
|
Rename contact table column to ffi_keyword_denylist
|
2020-06-07 11:24:52 -04:00 |
|
Michael
|
6bef9fb230
|
Show the relations of Twitter contacts
|
2020-03-07 13:05:16 +00:00 |
|
Hypolite Petovan
|
561472b975
|
Add L10n parameter to Pager classes
|
2020-02-16 12:50:39 -05:00 |
|
nupplaPhil
|
23c64b9a11
|
Add license info at Friendica classes
|
2020-02-09 15:45:36 +01:00 |
|
nupplaPhil
|
41ec7d8370
|
Replace stylesheet names
|
2020-02-02 20:56:31 +01:00 |
|
nupplaPhil
|
8632c90327
|
Fix crepair links
|
2020-02-02 20:50:53 +01:00 |
|
Hypolite Petovan
|
a7dd0173a7
|
Remove obsolete profile_id parameter in Model\Profile::load
|
2020-01-27 22:01:12 -05:00 |
|
Hypolite Petovan
|
a607656607
|
Replace profile tab GET parameter by route
|
2020-01-27 19:21:18 -05:00 |
|
Philipp
|
09de4a5b47
|
Merge pull request #8156 from MrPetovan/task/7817-custom-fields-part-2
New custom profile fields feature part 2: Feature switcheroo
|
2020-01-24 20:17:52 +01:00 |
|
Hypolite Petovan
|
4da90b9378
|
Add group membership filter widget in contact list
|
2020-01-23 17:49:55 -05:00 |
|
Hypolite Petovan
|
ed3ac36621
|
Refactor queries in contact module
|
2020-01-23 17:49:42 -05:00 |
|
Hypolite Petovan
|
f6f4cbab9d
|
Remove multi profiles feature
- Remove mod/profperm
- Remove additional feature
- Remove profile visibility on contact page
- Remove profile list templates
|
2020-01-22 19:42:33 -05:00 |
|
nupplaPhil
|
d6efc90194
|
cleanup namespace usages for L10n
|
2020-01-19 16:31:33 +01:00 |
|
nupplaPhil
|
a9a36fb302
|
Move L10n::tt() calls to DI::l10n()->tt() calls
|
2020-01-19 16:31:17 +01:00 |
|
nupplaPhil
|
5dfee31108
|
Move L10n::t() calls to DI::l10n()->t() calls
|
2020-01-19 16:31:16 +01:00 |
|
Michael
|
0a4119adaf
|
@brief is removed completely
|
2020-01-19 06:05:23 +00:00 |
|
Philipp
|
b9dba631aa
|
Merge pull request #8037 from MrPetovan/bug/notices
Replace remaining $a->page by DI::page()
|
2019-12-30 23:41:23 +01:00 |
|
Hypolite Petovan
|
e84ad15569
|
Replace remaining $a->page by DI::page()
|
2019-12-30 17:35:01 -05:00 |
|
nupplaPhil
|
3f34229752
|
Move redundant System::baseUrl() to DI::baseUrl() calls
|
2019-12-30 23:00:08 +01:00 |
|
nupplaPhil
|
6d7362da41
|
Replace deprecated $a->page with DI::page()
|
2019-12-30 20:02:09 +01:00 |
|
nupplaPhil
|
33674808dc
|
Remove deprecated App::cmd - replace with DI::args()->getCommand()
|
2019-12-29 20:17:51 +01:00 |
|
nupplaPhil
|
e6f61c2cc7
|
Remove deprecated App::query_string - replace with DI::args()->getQueryString()
|
2019-12-29 20:17:50 +01:00 |
|
nupplaPhil
|
e944d7bed6
|
Remove deprecated App::getBaseURL() - process methods to DI::baseUrl()->get()
|
2019-12-29 20:17:48 +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 |
|
Hypolite Petovan
|
f000680511
|
Merge pull request #8021 from nupplaphil/task/mod_openid
Move mod/openid to src\Module\Security\OpenId
|
2019-12-28 21:39:42 -05:00 |
|
nupplaPhil
|
aa5771cf3e
|
Move Login/Logout/TwoFactor to bundled submodule "Security"
|
2019-12-27 22:19:28 +01:00 |
|
Michael
|
c037e9143c
|
Additionally display the protocol together with the network
|
2019-12-27 17:24:29 +00:00 |
|
Michael
|
543c8f8459
|
Use localuser()
|
2019-12-12 15:57:08 +00:00 |
|
Michael
|
39560218f8
|
Issue 7659: Display blocked and ignored public contacts as well
|
2019-12-12 11:58:57 +00:00 |
|
Hypolite Petovan
|
ae3d4f63a3
|
Use visibility tags input for the default ACL selector
- Move friendica-tagsinput to default view folder
- Update all references to ACL::getFullSelectorHTML
- Fix theme-specific issues with the new ACL
|
2019-11-28 12:54:53 -05: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 |
|