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
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
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
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
0c3a5c815e
Remove obsolete references to item.parent-uri
2020-11-14 10:08:50 -05:00
3fc3ded750
Useless info messages removed
2020-07-23 06:11:21 +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