]> git.mxchange.org Git - friendica.git/history - src/Module/Api/Twitter/Account
Changes:
[friendica.git] / src / Module / Api / Twitter / Account /
2024-01-03 Hypolite PetovanMerge pull request #13785 from foss-/patch-11
2024-01-03 Hypolite PetovanMerge pull request #13795 from annando/copyright
2024-01-02 MichaelFriendica copyright changed from 2023 to 2034
2023-10-14 MichaelMerge remote-tracking branch 'upstream/2023.09-rc'...
2023-10-14 Michael VogelMerge pull request #13530 from MrPetovan/bug/json-error...
2023-10-12 MichaelMerge remote-tracking branch 'upstream/2023.09-rc'...
2023-10-11 Hypolite PetovanMake BaseApi->checkAllowedScope into an object method
2023-09-30 MichaelMerge remote-tracking branch 'upstream/develop' into...
2023-09-27 Michael VogelMerge pull request #13456 from MrPetovan/bug/cors-heade...
2023-09-24 Hypolite PetovanRename ApipResponse->exit* methods to better show their...
2023-04-23 Tobias DiekershoffMerge branch '2023.03-rc' into stable
2023-01-01 PhilippMerge pull request #12562 from MrPetovan/bug/notices
2023-01-01 MichaelMerge remote-tracking branch 'upstream/develop' into...
2023-01-01 Michael VogelMerge pull request #12591 from MrPetovan/task/2023...
2023-01-01 Hypolite PetovanHappy New Year 2023!
2022-07-29 Hypolite PetovanMerge pull request #11792 from Quix0r/fixes/get-request...
2022-07-28 Roland HäderChanged:
2022-01-23 PhilippMerge pull request #11141 from urbalazs/language-names
2022-01-17 MichaelMerge remote-tracking branch 'upstream/2021.12-rc'...
2022-01-16 Hypolite PetovanMerge pull request #11159 from annando/api-finally...
2022-01-16 Michaelfixing some more tests
2022-01-16 MichaelWhite spaces
2022-01-16 MichaelSimplifying extension access
2022-01-16 MichaelReplaced "filter_input" with the new request value...
2022-01-16 MichaelImproved handling of boolean input values
2022-01-16 MichaelCoding styles / "require_once" for removed file removed
2022-01-16 MichaelUse the $request variable
2022-01-15 MichaelAPI: The legacy API finally moved
2022-01-06 PhilippMerge pull request #11143 from annando/api-again
2022-01-06 MichaelAPI: Functionality moved to new places
2022-01-02 PhilippMerge pull request #11129 from urbalazs/copyright-2022
2022-01-02 Balázs ÚrUpdate copyright
2021-12-07 Tobias DiekershoffMerge pull request #11060 from urbalazs/typo
2021-12-07 MichaelMerge remote-tracking branch 'upstream/2021.12-rc'...
2021-12-06 Hypolite PetovanMerge pull request #11069 from nupplaphil/feat/reenable...
2021-12-05 PhilippFix tests
2021-12-05 PhilippRe enable UpdateProfile test
2021-12-01 Hypolite PetovanMerge pull request #11043 from annando/api-fixes
2021-11-30 MichaelMerge branch 'api-fixes' of github.com:annando/friendic...
2021-11-30 MichaelRemoved second ppst parameter
2021-11-30 MichaelMerge remote-tracking branch 'upstream/2021.12-rc'...
2021-11-30 Hypolite PetovanMerge pull request #11044 from nupplaphil/feat/api...
2021-11-30 PhilippReplace `DI::apiResponse()->exit()` with `$this->respon...
2021-11-30 MichaelMerge remote-tracking branch 'upstream/2021.12-rc'...
2021-11-30 MichaelMerge remote-tracking branch 'upstream/2021.12-rc'...
2021-11-29 MichaelMerge remote-tracking branch 'upstream/2021.12-rc'...
2021-11-28 MichaelFix function name
2021-11-27 Hypolite PetovanMerge pull request #11036 from nupplaphil/bug/module_di
2021-11-27 PhilippFixing wrong inherited methodsyntax
2021-11-27 Hypolite PetovanMerge pull request #11005 from nupplaphil/feat/module_di
2021-11-27 PhilippInherit `ApiResponse` from `Response`
2021-11-27 PhilippMake `BaseModule` a real entity
2021-11-27 PhilippMerge pull request #11025 from MrPetovan/task/11022...
2021-11-26 Hypolite PetovanMerge pull request #11018 from annando/api-status
2021-11-24 MichaelStandards
2021-11-24 MichaelStandards
2021-11-24 MichaelFormatting
2021-11-24 MichaelMany API calls moved
2021-11-22 Hypolite PetovanMerge pull request #11019 from foss-/develop
2021-11-21 foss-Merge branch 'friendica:develop' into doc_faq_client...
2021-11-19 Hypolite PetovanMerge pull request #10999 from nupplaphil/bug/configcac...
2021-11-19 Hypolite PetovanMerge pull request #10987 from annando/api4
2021-11-18 MichaelReplaced "api_date"
2021-11-18 MichaelMerge remote-tracking branch 'upstream/develop' into...
2021-11-17 Hypolite PetovanMerge pull request #10977 from nupplaphil/feat/dynamic_...
2021-11-16 Hypolite PetovanMerge pull request #10986 from annando/issue-10983
2021-11-14 PhilippSwitch `static::$parameters` to `$this->parameters`
2021-11-14 PhilippMake BaseModule methods dynamic
2021-11-14 PhilippReplace `$parameters` argument per method with `static...
2021-11-14 Hypolite PetovanMerge pull request #10976 from nupplaphil/feat/api_tests
2021-11-12 PhilippTransform ApiResponse::exit() into dynamic method
2021-11-12 PhilippMove API Response methods into an own class to make...
2021-11-10 Hypolite PetovanMerge pull request #10967 from annando/api
2021-11-10 MichaelAPI: Classes moved to the correct places according...