ecaed2a845
Update DateTimeFormat documentation
...
- Remove an explicit default value parameter
2021-12-04 17:52:01 -05:00
e1d6de757f
Add expected second parameter to BaseApi::getRequest in a few put() methods
2021-12-03 18:00:54 -05:00
bd2ee581d3
Diaspora reshares via API are fixed now
2021-12-02 06:33:19 +00:00
03d2160690
Removed second ppst parameter
2021-11-30 21:41:10 +00:00
56f8adcb80
Merge remote-tracking branch 'upstream/2021.12-rc' into api-fixes
2021-11-30 19:07:24 +00:00
a88cc8d5c8
Replace DI::apiResponse()->exit()
with $this->response->exit()
2021-11-30 01:08:00 -05:00
2e4d654c0a
Make $_REQUEST processing independent of sub-calls
...
- Move HTTPInputData::process() into App::runFrontend()
- Pass $_REQUEST (including processed Input) to every Module method
- Delete $_POST parameters at Module post() calls because of $_REQUEST
2021-11-30 01:07:58 -05:00
f580d8e5c0
extract "BaseApi::checkDefaults()" method for later usage
2021-11-30 01:07:57 -05:00
56824598ff
Standards
2021-11-30 05:20:01 +00:00
2470482b4e
Standards
2021-11-30 05:07:03 +00:00
33c8872c65
Merge remote-tracking branch 'upstream/2021.12-rc' into api-fixes
2021-11-30 05:00:46 +00:00
e7e74819a3
Fix posting pictures
2021-11-29 18:03:34 +00:00
2ba3b7f771
Merge pull request #11037 from MrPetovan/bug/11023-api-photo-delete
...
Fix Api\Friendica\Photo|album\Delete endpoints
2021-11-29 08:44:33 -05:00
6bd9c9f496
Merge remote-tracking branch 'upstream/2021.12-rc' into api-fixes
2021-11-29 12:52:00 +00:00
cd63533e2c
Fix remaining references to BaseModule->parameters
2021-11-29 07:24:32 -05:00
c7a40906bf
Fix Photoalbum delete endpoint
...
- Fix condition on a removed Item field
2021-11-29 06:29:38 -05:00
e2016bc67d
Fix Photo delete endpoint
...
- Set the request variable type
- Fix the condition on a nonexistant item field
2021-11-29 06:29:38 -05:00
477b8a91db
Added endpoint
2021-11-29 06:09:28 +00:00
0440765849
Set item permissions on reshare
2021-11-29 04:38:58 +00:00
71f7679204
Fix function name
2021-11-28 21:40:38 +00:00
cf999e681c
Standards
2021-11-28 13:58:26 +00:00
367479e50e
Standards
2021-11-28 13:52:39 +00:00
19019381e6
Fixes standards
2021-11-28 13:46:30 +00:00
222b35684d
API: Added more functions, fixed function names
2021-11-28 13:34:00 +00:00
e381ca6ba0
Added group update
2021-11-27 22:25:40 -05:00
b15d3a2523
API: Next bunch of functions transformed
2021-11-27 22:25:36 -05:00
9cc675233d
Add a second parameter to BaseApi::getRequest to enable API tests
2021-11-27 18:38:09 -05:00
056702c1e0
Fixing wrong inherited methodsyntax
2021-11-27 19:58:24 +01:00
6a9fff5100
Fixing Response
2021-11-27 12:40:57 +01:00
537b74f307
Inherit ApiResponse
from Response
2021-11-27 12:40:54 +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
a3e3d87a42
Standards
2021-11-26 21:57:18 +00:00
d128b723c0
Code standards
2021-11-26 21:54:25 +00:00
0de9ae913b
API: moved several lists
2021-11-26 21:48:13 +00:00
da9b5f32db
Unneeded "use" removed
2021-11-26 07:56:54 +00:00
fb47389c69
API: Fix profile_url handling / missing constant
2021-11-26 07:55:02 +00:00
68316c6e85
Coding standards
2021-11-25 11:31:01 +00:00
1ff6b1cf18
Coding standards
2021-11-25 11:28:56 +00:00
9c61bd3ffc
Lists and tweet search moved
2021-11-25 11:16:47 +00:00
44555cddb8
More functions moved
2021-11-25 06:00:58 +00:00
97719ca207
Standards
2021-11-24 23:36:41 +00:00
6d1d4789f1
Standards ...
2021-11-24 23:35:01 +00:00
299d70ca1d
Standards
2021-11-24 23:31:10 +00:00
556bcfe78f
Some more standards
2021-11-24 23:28:06 +00:00
260ee13d07
Standards
2021-11-24 23:24:35 +00:00
bd1306d020
Removed whitespace
2021-11-24 23:20:42 +00:00
242fd646d2
Formatting
2021-11-24 23:06:28 +00:00
c4d52feea5
Many API calls moved
2021-11-24 23:03:34 +00:00
84e7f65d52
Move sending follow message to remote server to Protocol class
2021-11-21 18:59:36 -05:00
f00792d370
Merge remote-tracking branch 'upstream/develop' into api-rework
2021-11-21 17:02:51 +00:00
a4ef4589e6
Reworked friendship API endpoints
2021-11-21 16:59:09 +00:00
e9b3a9426a
Merge pull request #11012 from annando/api-relations
...
Fix followers/following for the Mastodon API
2021-11-21 10:14:07 -05:00
87084a3e85
Fix followers/following for the Mastodon API
2021-11-21 14:47:18 +00:00
23c56b108b
Merge pull request #11003 from annando/fix-api
...
Fix legacy API
2021-11-21 07:55:25 -05:00
0e5f876680
function moved
2021-11-21 09:55:42 +00:00
647ecd4bd3
Relocate RSS header stuff, cleaning up the code
2021-11-20 13:44:12 +00:00
d576e920d5
Fix legacy API
2021-11-19 20:15:12 +00: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
0b6e0566d7
Merge pull request #10987 from annando/api4
...
API: moved classes / unified user array creation
2021-11-19 06:13:52 -05:00
1f79d25ffc
Replaced "api_date"
2021-11-18 21:43:13 +00:00
b67c10812a
Merge remote-tracking branch 'upstream/develop' into api4
2021-11-18 20:15:57 +00:00
7c03eba98e
Removed unused code
2021-11-18 14:49:12 +00:00
ce578a7745
Replace Module::init() with Constructors
2021-11-17 22:14:33 +01:00
a9e1847afd
Some more comments added
2021-11-17 06:36:12 +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
cca1be21a3
Fixed static leftovers from #10975
2021-11-14 23:49:07 +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
2edb631b1f
Fix PHP-CS
2021-11-14 23:21:57 +01:00
66db55f0cd
Some more API functions moved
2021-11-14 23:21:54 +01:00
e7f84d4934
Move Api\unsupported tests and remove dependency to System::jsonExit()
2021-11-12 22:44:59 +01:00
7797c3a0a8
Migrate API\error tests and fix ApiResponse for RSS/atom
2021-11-12 22:29:58 +01:00
2c407a7323
Small improvement
2021-11-12 21:38:38 +01:00
6725f05ab2
Moved API\Notification tests
2021-11-12 21:35:21 +01:00
e477cf215d
Make API testable & move PhotoAlbum tests to new destination
2021-11-12 21:08:36 +01:00
a0c5c91886
Simplify code
2021-11-12 20:13:04 +01:00
a9ddd6687b
Replace Logger:: with logger property
2021-11-12 20:08:30 +01:00
5bfcc8b91c
Transform ApiResponse::unspported() into dynamic method
2021-11-12 20:07:05 +01:00
ebf56674f1
Transform ApiResponse::error() into dynamic method
2021-11-12 20:04:47 +01:00
ea0f41ecf0
Transform ApiResponse::exit() into dynamic method
2021-11-12 20:03:27 +01:00
4309f814e0
Transform ApiResponse::formatData() into dynamic method
2021-11-12 19:59:16 +01:00
f28e64299e
Transform ApiResponse::createXML() into dynamic method
2021-11-12 19:56:37 +01:00
319f91301d
Move API Response methods into an own class to make them mockable
2021-11-12 19:52:01 +01:00
Michael Vogel
4587cef677
Update src/Module/Api/Friendica/DirectMessages/Setseen.php
...
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2021-11-11 18:46:04 +01:00
293775ab4a
Photo delete is moved as well
2021-11-10 23:31:42 +00:00
02210f285b
API: some more converted functions
2021-11-10 23:07:46 +00:00
17fafd37dd
Removed spaces
2021-11-10 07:38:48 +00:00
1518ad33ad
API: Classes moved to the correct places according to their origin
2021-11-10 07:31:39 +00:00
28a28517e5
Fix code standards
2021-11-09 21:50:56 +00:00
b6943aff36
API call rate_limit_status moved
2021-11-09 21:41:37 +00:00
a6db8df92d
Using the "extension" parameter
2021-11-09 19:40:39 +00:00
fb6c3e2912
Simplify the output of api results
2021-11-09 06:42:59 +00:00
ac1b8b7b3a
Remove space
2021-11-08 21:54:55 +00:00
3e676f9cf0
Fixed tabs
2021-11-08 21:53:34 +00:00
f5b47fccce
API: spme Functionality is transferred to new places
2021-11-08 21:35:41 +00:00
789361de5f
The API is now using the router
2021-11-08 07:23:18 +00:00