49d513f8d2
API: added positiv list for quote support
2023-01-25 06:26:17 +00:00
1874a32728
Happy New Year 2023!
2023-01-01 09:36:24 -05:00
da66730e4f
Rewrite:
...
- moved constants GRAVITY_* from boot.php to Friendica\Model\Item
- also rewrote some array initialization:
From:
````
<?php
$arr = [];
$arr['foo'] = "FOO";
````
To:
````
<?php
$arr['foo'] = "FOO";
````
- added a few type-hints
2022-10-15 00:44:06 +02:00
Balázs Úr
e56a53647b
Update copyright
2022-01-02 08:27:47 +01:00
f580d8e5c0
extract "BaseApi::checkDefaults()" method for later usage
2021-11-30 01:07:57 -05:00
9cc675233d
Add a second parameter to BaseApi::getRequest to enable API tests
2021-11-27 18:38:09 -05: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
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
01fd128502
API: Support for fetching mails with more "statuses" calls
2021-07-21 05:58:22 +00:00
97891fe05b
Context: use the correct "select functionality
2021-06-19 18:27:35 +00:00
4d19a6f0e3
Simplify the code
2021-06-02 07:15:42 +00:00
a2be7e386f
API: Lim it the elements for the context
2021-06-02 07:11:18 +00:00
9125d296a1
Improved error messages
2021-05-12 14:00:15 +00:00
8eacfbc570
Fix context order / notice fixed
2021-05-11 19:53:19 +00:00
1e3182a896
And more formatting
2021-05-08 19:30:09 +00:00
a0e455a493
Again formatting
2021-05-08 19:28:20 +00:00
4b4298b0f8
Some more formatting
2021-05-08 19:26:57 +00:00
3bbf543d25
API: Some more endpoints
2021-05-08 19:21:52 +00:00