Michael
|
2470482b4e
|
Standards
|
2021-11-30 05:07:03 +00:00 |
|
Michael
|
33c8872c65
|
Merge remote-tracking branch 'upstream/2021.12-rc' into api-fixes
|
2021-11-30 05:00:46 +00:00 |
|
Michael
|
e7e74819a3
|
Fix posting pictures
|
2021-11-29 18:03:34 +00:00 |
|
Hypolite Petovan
|
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 |
|
Michael
|
6bd9c9f496
|
Merge remote-tracking branch 'upstream/2021.12-rc' into api-fixes
|
2021-11-29 12:52:00 +00:00 |
|
Michael Vogel
|
6688a2cca4
|
Merge pull request #11046 from MrPetovan/bug/11040-module-parameters
Fix remaining references to BaseModule->parameters
|
2021-11-29 13:48:27 +01:00 |
|
Hypolite Petovan
|
cd63533e2c
|
Fix remaining references to BaseModule->parameters
|
2021-11-29 07:24:32 -05:00 |
|
Hypolite Petovan
|
c7a40906bf
|
Fix Photoalbum delete endpoint
- Fix condition on a removed Item field
|
2021-11-29 06:29:38 -05:00 |
|
Hypolite Petovan
|
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 |
|
Philipp Holzer
|
d433c06632
|
Add tests to prove error https://github.com/friendica/friendica/issues/11023
- Use `$request` instead of `$post` in `BaseModule->run`
|
2021-11-29 06:29:29 -05:00 |
|
Michael
|
477b8a91db
|
Added endpoint
|
2021-11-29 06:09:28 +00:00 |
|
Michael
|
0440765849
|
Set item permissions on reshare
|
2021-11-29 04:38:58 +00:00 |
|
Michael
|
71f7679204
|
Fix function name
|
2021-11-28 21:40:38 +00:00 |
|
Michael
|
cf999e681c
|
Standards
|
2021-11-28 13:58:26 +00:00 |
|
Michael
|
367479e50e
|
Standards
|
2021-11-28 13:52:39 +00:00 |
|
Michael
|
19019381e6
|
Fixes standards
|
2021-11-28 13:46:30 +00:00 |
|
Michael
|
61f1a4d14d
|
Merge remote-tracking branch 'upstream/2021.12-rc' into api-fixes
|
2021-11-28 13:44:02 +00:00 |
|
Michael
|
00b017ad4f
|
Updates messages.po
|
2021-11-28 13:42:07 +00:00 |
|
Michael
|
222b35684d
|
API: Added more functions, fixed function names
|
2021-11-28 13:34:00 +00:00 |
|
Hypolite Petovan
|
75f0c58c5f
|
Merge pull request #11042 from nupplaphil/feat/api-tests_2
Some Fixings
|
2021-11-28 08:27:10 -05:00 |
|
Hypolite Petovan
|
a7689a3cc4
|
Improve comment wording in ApiTest
|
2021-11-28 08:26:53 -05:00 |
|
Philipp Holzer
|
d576bb136b
|
Fix BaseApi and corresponding tests
|
2021-11-28 13:11:12 +01:00 |
|
Philipp Holzer
|
4cc36c9b2c
|
Fix BBCode::expandTags() & Remove AppMockTrait
|
2021-11-28 13:07:38 +01:00 |
|
Philipp Holzer
|
583ce63ac7
|
Bump version string to 2021.12-rc
|
2021-11-28 12:51:20 +01:00 |
|
Tobias Diekershoff
|
8d5c03755d
|
pump version to 2021.12-rc
|
2021-11-28 10:17:04 +01:00 |
|
Hypolite Petovan
|
c34994df03
|
Merge pull request #11035 from annando/api-next
API: Next bunch of functions transformed
|
2021-11-27 22:33:53 -05:00 |
|
Philipp Holzer
|
313d74598d
|
Fix tests
|
2021-11-27 22:25:41 -05:00 |
|
Michael
|
14ec87e68c
|
Deprecated upload function relocates to a replacement
|
2021-11-27 22:25:41 -05:00 |
|
Michael
|
e381ca6ba0
|
Added group update
|
2021-11-27 22:25:40 -05:00 |
|
Michael
|
7c8542f25a
|
Tests deactivated
|
2021-11-27 22:25:40 -05:00 |
|
Michael
|
b15d3a2523
|
API: Next bunch of functions transformed
|
2021-11-27 22:25:36 -05:00 |
|
Hypolite Petovan
|
9cc675233d
|
Add a second parameter to BaseApi::getRequest to enable API tests
|
2021-11-27 18:38:09 -05:00 |
|
Hypolite Petovan
|
d83ebe6031
|
Merge pull request #11036 from nupplaphil/bug/module_di
Bugfixing Module Method syntax
|
2021-11-27 17:24:46 -05:00 |
|
Philipp Holzer
|
0b3540af0e
|
Make PHP-CS happy :)
|
2021-11-27 20:41:11 +01:00 |
|
Philipp Holzer
|
056702c1e0
|
Fixing wrong inherited methodsyntax
|
2021-11-27 19:58:24 +01:00 |
|
Philipp Holzer
|
6fc2eeaeaf
|
Move all (inactive) API endpoint specific tests to new structure
|
2021-11-27 19:50:52 +01:00 |
|
Hypolite Petovan
|
5aad46c7fb
|
Merge pull request #11005 from nupplaphil/feat/module_di
Introduce PSR-7 `ResponseInterface` for Modules executions
|
2021-11-27 09:41:23 -05:00 |
|
Philipp Holzer
|
e8ee312d80
|
Fix Tos Module
|
2021-11-27 14:11:48 +01:00 |
|
Philipp Holzer
|
77b092b4b9
|
Respect the Dollar(notation :-))
|
2021-11-27 13:57:36 +01:00 |
|
Philipp Holzer
|
9207b9e408
|
Fixing https://github.com/friendica/friendica/issues/11033
|
2021-11-27 13:48:05 +01:00 |
|
Philipp Holzer
|
7cba74bb6c
|
Fix that (raw)content is always executed during Module::run()
|
2021-11-27 13:41:37 +01:00 |
|
Philipp Holzer
|
f245fdaa5d
|
Fix Contact modules
|
2021-11-27 13:19:26 +01:00 |
|
Philipp Holzer
|
4e1080ac4f
|
Update messages.po
|
2021-11-27 13:03:04 +01:00 |
|
Philipp Holzer
|
e4000155f3
|
Fix Page Header usage
|
2021-11-27 12:40:58 +01:00 |
|
Philipp Holzer
|
6a9fff5100
|
Fixing Response
|
2021-11-27 12:40:57 +01:00 |
|
Philipp Holzer
|
ae24bf8d54
|
Fixing Response
|
2021-11-27 12:40:57 +01:00 |
|
Philipp Holzer
|
7cd85873ee
|
Replace IRespondToRequests with PSR-7 ResponseInterface
|
2021-11-27 12:40:57 +01:00 |
|
Philipp Holzer
|
ca5c40c97e
|
Delete deprecated ApiResponseDouble
|
2021-11-27 12:40:57 +01:00 |
|
Philipp Holzer
|
3b2946f98f
|
Replace header() with $response->setHeader() at BaseModule
|
2021-11-27 12:40:56 +01:00 |
|
Philipp Holzer
|
78c45bd142
|
Add NodeInfo Module test as an example
|
2021-11-27 12:40:56 +01:00 |
|