]> git.mxchange.org Git - friendica.git/history - src/Module/Api/GNUSocial
Merge remote-tracking branch 'upstream/2023.03-rc' into api-edit
[friendica.git] / src / Module / Api / GNUSocial /
2023-02-20 Hank GrabowskiMerge branch 'develop' into mastodon-instance-v2-implem...
2023-02-20 Hank GrabowskiMerge branch 'develop' into blocks-and-mutes-fixes
2023-02-20 Hank GrabowskiMerge branch 'develop' into fix-blocks-listing
2023-02-20 Michael VogelMerge pull request #12820 from MrPetovan/bug/fatal...
2023-02-20 Hank GrabowskiMerge branch 'develop' into notifications-summary
2023-02-20 Hypolite PetovanMerge pull request #12819 from HankG/add-tables-to...
2023-02-20 Hypolite PetovanMerge pull request #12802 from nupplaphil/feat/system_u...
2023-02-18 PhilippAdapt BaseURL calls to new UriInterface
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-12-11 MichaelMerge remote-tracking branch 'origin/2022.12-rc' into...
2022-11-14 PhilippMerge pull request #12169 from MrPetovan/bug/7574-notif...
2022-11-14 Hypolite PetovanCentralize config.admin_email management in Model\User
2022-10-19 Tobias DiekershoffMerge pull request #12029 from annando/warning
2022-10-18 Hypolite PetovanMerge pull request #11997 from Quix0r/rewrite/gravity...
2022-10-18 Roland HäderMerge branch 'develop' into rewrite/gravity-constants
2022-10-17 MichaelMerge remote-tracking branch 'upstream/develop' into...
2022-10-17 PhilippMerge pull request #12007 from annando/more-constants
2022-10-17 MichaelFix wrong constant
2022-10-17 MichaelThe friendica constants have been moved to the app...
2022-10-17 Tobias DiekershoffMerge pull request #12006 from annando/constants
2022-10-17 MichaelSome more constants are moved to their specific classes
2022-10-14 Roland HäderRewrite:
2022-07-29 Hypolite PetovanMerge pull request #11792 from Quix0r/fixes/get-request...
2022-07-28 Roland HäderChanged:
2022-03-19 MichaelMerge remote-tracking branch 'upstream/develop' into...
2022-02-25 Hypolite PetovanMerge pull request #11282 from annando/api-fix
2022-02-25 MichaelAPI: several fixes to the Twitter/Statusnet API
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 MichaelSimplifying extension access
2022-01-16 MichaelMore parameter handling improved
2022-01-16 MichaelFixed max value check, improved request value fetching
2022-01-16 MichaelDefine reasonable min and max values
2022-01-16 MichaelUnify request value handling
2022-01-16 MichaelImproved handling of boolean input values
2022-01-02 PhilippMerge pull request #11129 from urbalazs/copyright-2022
2022-01-02 Balázs ÚrUpdate copyright
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-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 #11028 from annando/fix-api
2021-11-26 MichaelAPI: Fix profile_url handling / missing constant
2021-11-26 Hypolite PetovanMerge pull request #11018 from annando/api-status
2021-11-25 MichaelMore functions 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-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 PhilippFixed static leftovers from #10975
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 #10975 from annando/api3
2021-11-14 PhilippFix PHP-CS
2021-11-14 MichaelSome more API functions moved
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...