]> git.mxchange.org Git - friendica.git/history - src
Merge pull request #10969 from MrPetovan/task/remove-private-contacts
[friendica.git] / src /
2021-11-22 PhilippMerge pull request #10969 from MrPetovan/task/remove...
2021-11-22 Hypolite PetovanMove contact profile GET actions to separate module...
2021-11-22 Hypolite PetovanMove contact profile module to its own class
2021-11-22 Hypolite PetovanMove contact conversation to its own module class
2021-11-22 Hypolite PetovanMove contact posts to their own module class
2021-11-21 Hypolite PetovanAdd new Local relationship classes
2021-11-21 Hypolite PetovanFix user-contact rows not being updated in Contact...
2021-11-21 Hypolite PetovanMove sending follow message to remote server to Protoco...
2021-11-21 Hypolite PetovanRemove unused parameter $network in Model\User::getDefa...
2021-11-21 Hypolite PetovanMerge pull request #11013 from annando/api-rework
2021-11-21 MichaelRemove unused user fields
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 MichaelFix followers/following for the Mastodon API
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 Michaelfunction moved
2021-11-21 MichaelUse correct function to fetch the self user
2021-11-21 MichaelTests again
2021-11-21 MichaelTests ...
2021-11-21 foss-Merge branch 'friendica:develop' into doc_faq_client...
2021-11-20 MichaelFixing (some) tests
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 #11004 from nupplaphil/bug/module_const
2021-11-19 Hypolite PetovanMerge pull request #10999 from nupplaphil/bug/configcac...
2021-11-19 PhilippFixing Mainentance & Exception vie
2021-11-19 MichaelFix legacy API
2021-11-19 Hypolite PetovanMerge pull request #11002 from nupplaphil/feat/modules_...
2021-11-19 PhilippFix LegacyModule init()
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 PhilippFix Installer setup
2021-11-19 Hypolite PetovanMerge pull request #10994 from nupplaphil/feat/module_c...
2021-11-18 PhilippReplace $this->l10n->t() with $this->t() for Modules
2021-11-18 MichaelRemoved "api_get_user"
2021-11-18 MichaelReplaced "api_date"
2021-11-18 PhilippAdd feedback
2021-11-18 PhilippReplaced DI:: calls at BaseNotifications.phpt
2021-11-18 MichaelMerge remote-tracking branch 'upstream/develop' into...
2021-11-18 MichaelRemoved unused code
2021-11-18 MichaelPossibly fixing the test
2021-11-18 Michaelallow_api removed
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 PhilippReplace Module::init() with Constructors
2021-11-17 PhilippMerge pull request #10992 from nupplaphil/bug/module
2021-11-17 PhilippHotfix: Deleted content
2021-11-17 Hypolite PetovanMerge pull request #10977 from nupplaphil/feat/dynamic_...
2021-11-17 PhilippAdd feedback
2021-11-17 MichaelSome more comments added
2021-11-17 MichaelAdded contact
2021-11-17 PhilippUpdate src/App/ModuleController.php
2021-11-17 PhilippUpdate src/App/ModuleController.php
2021-11-16 MichaelAdded profile picture
2021-11-16 MichaelAPI: moved classes / unified user array creation
2021-11-16 PhilippFixups
2021-11-16 PhilippUpdate src/Capabilities/ICanHandleRequests.php
2021-11-16 PhilippRefactor App\Module to App\ModuleController and rename...
2021-11-16 PhilippRemove afterpost() handling
2021-11-16 PhilippUpdate src/App/Page.php
2021-11-16 PhilippUpdate src/App/Module.php
2021-11-16 Hypolite PetovanMerge pull request #10986 from annando/issue-10983
2021-11-16 MichaelRemove spaces
2021-11-16 Michael VogelUpdate src/Module/Help.php
2021-11-15 MichaelIssue 10983: Use the user's settings for the help language
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 PhilippCreate interface for static Module calls
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 PhilippMove Api\unsupported tests and remove dependency to...
2021-11-12 PhilippMigrate API\error tests and fix ApiResponse for RSS...
2021-11-12 PhilippSmall improvement
2021-11-12 PhilippMoved API\Notification tests
2021-11-12 PhilippMake API testable & move PhotoAlbum tests to new destin...
2021-11-12 PhilippSimplify code
2021-11-12 PhilippReplace Logger:: with logger property
2021-11-12 PhilippTransform ApiResponse::unspported() into dynamic method
2021-11-12 PhilippTransform ApiResponse::error() into dynamic method
2021-11-12 PhilippTransform ApiResponse::exit() into dynamic method
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-11 Michael VogelUpdate src/Module/Api/Friendica/DirectMessages/Setseen.php
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 MichaelRemoved spaces
2021-11-10 MichaelAPI: Classes moved to the correct places according...
2021-11-10 Michael VogelUpdate src/Module/BaseApi.php
next