]> git.mxchange.org Git - friendica.git/history - tests
Merge remote-tracking branch 'upstream/develop' into api-rework
[friendica.git] / tests /
2021-11-21 MichaelMerge remote-tracking branch 'upstream/develop' into...
2021-11-21 MichaelReworked friendship API endpoints
2021-11-21 Hypolite PetovanMerge pull request #11012 from annando/api-relations
2021-11-21 Hypolite PetovanMerge pull request #11010 from foss-/doc_faq_client...
2021-11-21 Hypolite PetovanMerge pull request #11003 from annando/fix-api
2021-11-21 PhilippFix ApiResponseTest
2021-11-21 MichaelFixing tests again
2021-11-21 MichaelPossibly fixing tests
2021-11-21 MichaelPersuading the tests
2021-11-21 MichaelAdded parameter for test
2021-11-21 MichaelFetch data for test
2021-11-21 MichaelAdding test data
2021-11-21 MichaelMore test data
2021-11-21 MichaelAdding more test data
2021-11-21 MichaelAdded test data
2021-11-21 MichaelTest return value
2021-11-21 MichaelUse user contact
2021-11-21 MichaelFixing tests
2021-11-21 MichaelFix some tests
2021-11-21 MichaelTests ...
2021-11-21 foss-Merge branch 'friendica:develop' into doc_faq_client...
2021-11-20 MichaelRemoved some more API functions
2021-11-20 MichaelRelocate RSS header stuff, cleaning up the code
2021-11-20 MichaelSome more removed functions and parameters
2021-11-19 Hypolite PetovanMerge pull request #10999 from nupplaphil/bug/configcac...
2021-11-19 MichaelFix legacy API
2021-11-19 Hypolite PetovanMerge pull request #11002 from nupplaphil/feat/modules_...
2021-11-19 PhilippRevert "Revert "Replace Module::init() with Constructors""
2021-11-19 Hypolite PetovanMerge pull request #11000 from friendica/revert-10994...
2021-11-19 Hypolite PetovanRevert "Replace Module::init() with Constructors"
2021-11-19 Hypolite PetovanMerge pull request #10987 from annando/api4
2021-11-19 Hypolite PetovanMerge pull request #10994 from nupplaphil/feat/module_c...
2021-11-18 MichaelRemoved "api_get_user"
2021-11-18 MichaelReplaced "api_date"
2021-11-18 MichaelMerge remote-tracking branch 'upstream/develop' into...
2021-11-18 MichaelFix test
2021-11-18 MichaelRemoved unused code
2021-11-18 MichaelChanging the expectaztion in the test
2021-11-18 MichaelWe niow throw a different exception
2021-11-18 Michaelallow_api removed
2021-11-18 Michaelapi_get_user isn't used without parameters anymore
2021-11-18 MichaelAnd again ...
2021-11-18 MichaelAnd again
2021-11-18 MichaelPoking around in the fog
2021-11-18 MichaelTests
2021-11-18 MichaelTests ...
2021-11-18 MichaelTests ...
2021-11-17 MichaelTests again
2021-11-17 MichaelTesting tests
2021-11-17 MichaelFixing tests - maybe
2021-11-17 MichaelReplaced most "api_get_user" calls with newer BaseApi...
2021-11-17 PhilippFix tests
2021-11-17 Hypolite PetovanMerge pull request #10977 from nupplaphil/feat/dynamic_...
2021-11-17 PhilippAdd feedback
2021-11-17 PhilippUpdate tests/src/App/ModuleTest.php
2021-11-17 MichaelPossibly fix test
2021-11-17 MichaelFixed banner test
2021-11-16 MichaelAdded profile picture
2021-11-16 MichaelTests fixed
2021-11-16 PhilippRefactor App\Module to App\ModuleController and rename...
2021-11-16 Hypolite PetovanMerge pull request #10986 from annando/issue-10983
2021-11-14 PhilippFix Legacy test
2021-11-14 PhilippAdapt API tests for dynamic usage
2021-11-14 PhilippMake BaseModule methods dynamic
2021-11-14 PhilippCreate interface for static Module calls
2021-11-14 Hypolite PetovanMerge pull request #10975 from annando/api3
2021-11-14 MichaelSome more API functions moved
2021-11-14 Hypolite PetovanMerge pull request #10976 from nupplaphil/feat/api_tests
2021-11-12 PhilippRemove test for deprecated way of calling API methods
2021-11-12 PhilippMove Api\unsupported tests and remove dependency to...
2021-11-12 Philippclass type
2021-11-12 PhilippMigrate API\error tests and fix ApiResponse for RSS...
2021-11-12 PhilippMirate API\SavedSearches tests
2021-11-12 PhilippMigrate API\StatusNetVersion
2021-11-12 PhilippMigrate Api\RateLimitStatus
2021-11-12 PhilippMove Api\Help
2021-11-12 PhilippMake PHP-CS happy and add (c) header
2021-11-12 PhilippMoved API\Notification tests
2021-11-12 PhilippMove API\Photo testcases
2021-11-12 PhilippMake API testable & move PhotoAlbum tests to new destin...
2021-11-12 PhilippTransform ApiResponse::formatData() into dynamic method
2021-11-12 PhilippTransform ApiResponse::createXML() into dynamic method
2021-11-12 PhilippMove API Response methods into an own class to make...
2021-11-11 Hypolite PetovanMerge pull request #10968 from annando/api2
2021-11-10 MichaelPhoto delete is moved as well
2021-11-10 MichaelAPI: some more converted functions
2021-11-10 Hypolite PetovanMerge pull request #10967 from annando/api
2021-11-10 MichaelAPI: Classes moved to the correct places according...
2021-11-09 MichaelFix tests
2021-11-09 MichaelFixing tests
2021-11-09 Michael"init" removed, moved error function
2021-11-09 MichaelAPI call rate_limit_status moved
2021-11-08 MichaelCommented out test functions
2021-11-08 MichaelMoved function to Arrays.php
2021-11-08 MichaelAPI: spme Functionality is transferred to new places
2021-11-08 Hypolite PetovanMerge pull request #10965 from tobiasd/20211108-lng
2021-11-08 Hypolite PetovanMerge pull request #10964 from annando/api
2021-11-08 MichaelSwitched to another legacy module
2021-11-07 Hypolite PetovanMerge pull request #10961 from annando/deprecated
2021-11-07 Hypolite PetovanMerge pull request #10957 from nupplaphil/feat/multi_no...
next