]> git.mxchange.org Git - friendica.git/history - src/Module/Api/GNUSocial/GNUSocial
Merge pull request #12429 from MrPetovan/bug/contactblock-icon
[friendica.git] / src / Module / Api / GNUSocial / GNUSocial /
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-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-01-02 PhilippMerge pull request #11129 from urbalazs/copyright-2022
2022-01-02 Balázs ÚrUpdate copyright
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-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...