eaed3945d1
Changed:
...
- used `$this->getRequestValue($request, 'foo', <bar>)` instead of `$request['foo'] ?? <bar>`
- fixed wrong variable naming
- changed double-quotes to single
- see https://github.com/friendica/friendica/issues/11631#issuecomment-1196410497
2022-07-29 00:38:46 +02:00
8e8ec9d2d2
Simplified contact id handling
2022-01-16 18:40:18 +00:00
344d514857
Replaced "filter_input" with the new request value function
2022-01-16 16:40:13 +00:00
Philipp
322b7c856c
Merge pull request #11129 from urbalazs/copyright-2022
...
Update copyright
2022-01-02 09:45:35 +01:00
Balázs Úr
e56a53647b
Update copyright
2022-01-02 08:27:47 +01:00
d57cb05a24
Fix: array_reverse returns the reversed content as return value
2021-12-05 06:22:04 +00: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
fb47389c69
API: Fix profile_url handling / missing constant
2021-11-26 07:55:02 +00:00
a4ef4589e6
Reworked friendship API endpoints
2021-11-21 16:59:09 +00:00
b67c10812a
Merge remote-tracking branch 'upstream/develop' into api4
2021-11-18 20:15:57 +00:00
eaf4bc6d4f
Added contact
2021-11-17 06:28:39 +00:00
6ea426178a
API: moved classes / unified user array creation
2021-11-16 23:21:40 +00:00