77b092b4b9
Respect the Dollar(notation :-))
2021-11-27 13:57:36 +01:00
9207b9e408
Fixing https://github.com/friendica/friendica/issues/11033
2021-11-27 13:48:05 +01:00
f245fdaa5d
Fix Contact modules
2021-11-27 13:19:26 +01:00
561aba18e3
Introduce Response
for Modules to create a testable way for module responses
2021-11-27 12:40:38 +01:00
8bdd90066f
Make BaseModule
a real entity
...
- Add all dependencies, necessary to run the content (baseUrl, Arguments)
- Encapsulate all POST/GET/DELETE/PATCH/PUT methods as protected methods inside the BaseModule
- Return Module content ONLY per `BaseModule::run()` (including the Hook logic there as well)
2021-11-27 12:40:36 +01:00
204b077353
Move contact profile GET actions to separate module class
2021-11-21 19:22:41 -05:00
974b750d6d
Move contact profile module to its own class
2021-11-21 19:22:39 -05:00
197c77f43d
Move contact conversation to its own module class
2021-11-21 19:21:58 -05:00
eacfcc69c1
Move contact posts to their own module class
...
- Remove duplicated check for local_user() in Module\Contact
- [frio] Fix display issue for search items where the More button and icon would show but be inactive
2021-11-21 19:21:39 -05:00
645e4edc63
Revert "Revert "Replace Module::init() with Constructors""
...
This reverts commit 89d6c89b67
.
2021-11-19 20:18:48 +01:00
89d6c89b67
Revert "Replace Module::init() with Constructors"
2021-11-19 07:23:23 -05:00
dab9e13c69
Replace $this->l10n->t() with $this->t() for Modules
2021-11-18 23:23:58 +01:00
ce578a7745
Replace Module::init() with Constructors
2021-11-17 22:14:33 +01:00
5879535822
Switch static::$parameters
to $this->parameters
2021-11-14 23:49:07 +01:00
489cd0884a
Make BaseModule methods dynamic
2021-11-14 23:49:06 +01:00
714f0febc4
Replace $parameters
argument per method with static::$parameters
2021-11-14 23:49:05 +01:00
afa611bd50
The media class moved
2021-10-02 19:31:27 +00:00
72fae04e97
Add revoke follow feature
...
- Add new follow revoke module
- Add new hooks: revoke_follow, support_follow, support_revoke_follow
- Add link in contact page action menu
2021-10-02 14:01:46 -04:00
c81e81dc8d
"getUserId" is now "getLoggedInUserId"
2021-08-09 20:33:46 +00:00
fc283ab928
Remove direct calls to App->user
2021-08-08 10:14:56 +00:00
8f46064430
Using getter/setter functions
2021-07-24 20:34:07 +00:00
30aad250df
App->contact is now removed
2021-07-24 11:49:11 +00:00
afe3c8954c
Simplified functionality to load the profile in the sidebar
2021-07-23 12:39:37 +00:00
Balázs Úr
054c301ef0
Update copyright
2021-03-29 08:40:20 +02:00
312c01a517
Several speed improvements (magiclink, caching, indexes)
2021-02-17 18:59:19 +00:00
cab40636bd
Add expected contact field in Module\Contact\Poke
...
- Address PHP Notice: Undefined index: photo in src/Module/Contact/Poke.php on line 94
2020-12-23 02:48:38 -05:00
2ef5bf1e21
Use correct request parameter type for poke privacy
2020-12-22 01:02:42 -05:00
043e2224b0
Add mentions to poke posts
2020-12-22 01:02:06 -05:00
b52ba79620
Contacts can now be updated from every theme
2020-11-22 08:15:17 +00:00
0c3a5c815e
Remove obsolete references to item.parent-uri
2020-11-14 10:08:50 -05:00
89509f02e4
Move "remote self" to the contact settings
2020-10-24 21:42:49 +00:00
e3cf708dd8
Merge pull request #9401 from annando/accounttype
...
Filter for account type for contacts
2020-10-10 07:16:32 -04:00
b3e14fd07d
Only allow editing of mail/feed contact details
2020-10-10 10:06:34 +00:00
4b9cbac23e
Filter for account type for contacts
2020-10-09 19:08:50 +00:00
00974324fe
Don't show failed contacts
2020-10-07 20:06:15 +00:00
5dd426f526
Added option to stay on the local machine when clicking on a contact link
2020-09-30 17:30:26 +00:00
e57449ee35
Reduce page size in contacts pages
2020-08-07 21:18:25 -04:00
18cd4f7412
Add new contact/{id}/contacts[/{type}] route and module
...
- Rework contact pages tabs
- Add constants for active contact page tab
2020-08-06 22:59:09 -04:00
f5ea07c731
Remove unused App parameter from Module\Contact::getTabsHTML
2020-08-06 22:59:09 -04:00
b79bb0d2cb
Fetch photo fields, ensuring that they are filled
2020-07-28 12:58:19 +00:00
9b86f40a5f
Store avatar cache fields only when needed
2020-07-25 11:48:52 +00:00
0007da8630
EOL removed
2020-07-23 06:25:01 +00:00
3fc3ded750
Useless info messages removed
2020-07-23 06:11:21 +00:00
6d3949d54a
Changed default value
2020-07-15 17:29:52 +00:00
e374aecc46
Changed parameter order for "getbyURLForUser"
2020-07-15 17:22:12 +00:00
fc0312451d
Changed parameter order for getByURL
2020-07-15 17:06:48 +00:00
d9c6a46ffe
Replaced "getDetailsByURL" with "getByURL/getByURLForUser"
2020-07-15 04:42:04 +00:00
8cc11d6033
Update log string in Module\Contact\Poke
2020-04-20 18:02:23 -04:00
7f04aea8b1
Move poke module to src/
...
- Add new route contact/<cid>/poke and update all references
- Rework template with form field includes
- [frio] Enable modal behavior
2020-04-20 11:47:08 -04:00
3bd1f3a836
No more gender
2020-02-16 10:55:18 +00:00