]> git.mxchange.org Git - friendica.git/shortlog
friendica.git
2017-12-30 Hypolite PetovanReplace init_groups_visitor with Group::getIdsByContactId
2017-12-30 Hypolite PetovanFix formatting include/security
2017-12-29 Hypolite PetovanMerge pull request #4151 from annando/connect-follow
2017-12-29 MichaelDon't show the connect link in the profile on the ...
2017-12-29 Hypolite PetovanMerge pull request #4149 from annando/send_participation
2017-12-29 Hypolite PetovanMerge pull request #4147 from annando/send_participation
2017-12-29 MichaelUse the "real" receiver when possible
2017-12-29 MichaelWe should send "Post"
2017-12-29 MichaelWe now send participations when receiving public posts
2017-12-29 Hypolite PetovanMerge pull request #4145 from annando/photo-twist
2017-12-29 MichaelAdded explanation
2017-12-28 MichaelReformatted file, improved coding for "twist"
2017-12-28 Hypolite PetovanMerge pull request #4143 from annando/comment-public
2017-12-27 MichaelLike on uid=0 does work now
2017-12-27 MichaelMake it easier
2017-12-27 MichaelUse another uid for likes
2017-12-27 MichaelMerge remote-tracking branch 'upstream/develop' into...
2017-12-27 Hypolite PetovanMerge pull request #4138 from annando/follow-include
2017-12-27 MichaelMissing include
2017-12-26 MichaelMerge remote-tracking branch 'upstream/develop' into...
2017-12-26 Hypolite PetovanMerge pull request #4136 from Rudloff/feature/update_pr...
2017-12-26 Pierre RudloffCleaner way to get user URL in api_account_update_profile
2017-12-26 Hypolite PetovanMerge pull request #4130 from Rudloff/feature/update_pr...
2017-12-26 Pierre RudloffUpdate profile in directory when calling api_account_up...
2017-12-26 Pierre RudloffImprove conditions in api_account_update_profile
2017-12-25 Hypolite PetovanMerge pull request #4132 from annando/jabberlog
2017-12-25 Michael VogelMerge pull request #4131 from Rudloff/feature/types
2017-12-25 MichaelSome more logging for auth_ejabberd
2017-12-25 Pierre RudloffMissing return types in docblocks
2017-12-25 Pierre RudloffFix typo
2017-12-25 Pierre RudloffBasic support for account/update_profile API (fixes...
2017-12-25 Hypolite PetovanMerge pull request #4129 from annando/issue-4121
2017-12-25 MichaelAPI: Better use "about" instead of "pdesc"
2017-12-25 Hypolite PetovanMerge pull request #4126 from annando/issue-4121
2017-12-24 MichaelFixed typo
2017-12-24 Hypolite PetovanMerge pull request #4128 from tobiasd/20171224-socialhome
2017-12-24 Tobias Diekershoffadd Socialhome to the federation stats
2017-12-24 Hypolite PetovanMerge pull request #4127 from Rudloff/feature/phpdoc
2017-12-24 Pierre RudloffAdd missing doc in api.php
2017-12-24 MichaelFix for issue 4121 - now the description isn't empty
2017-12-24 MichaelFirst steps to support public likes
2017-12-24 Hypolite PetovanMerge pull request #4125 from Rudloff/feature/lint_doc
2017-12-24 Hypolite PetovanMerge pull request #4124 from Rudloff/feature/phpcs
2017-12-23 Pierre RudloffLint doc/Developers-Intro.md
2017-12-23 Pierre RudloffLint api.php
2017-12-23 Hypolite PetovanMerge pull request #4122 from Rudloff/feature/cleanup_api
2017-12-23 Hypolite PetovanMerge pull request #4120 from annando/remoteauth
2017-12-23 Hypolite PetovanMerge pull request #4118 from annando/cleaned-update
2017-12-23 Pierre RudloffIncorrect return type
2017-12-23 Pierre RudloffUnused variable
2017-12-23 Pierre RudloffTypo
2017-12-23 Pierre RudloffUndefined variable
2017-12-23 Pierre RudloffUnused argument
2017-12-23 Pierre Rudloffapi_format_data can also return an array
2017-12-23 Pierre RudloffRemove unused variable
2017-12-23 Pierre RudloffTypo
2017-12-22 Michael VogelMerge pull request #4119 from Rudloff/patch-1
2017-12-22 MichaelCode cleaning
2017-12-22 MichaelBugfix for the api call for remoteauth
2017-12-22 Pierre RudloffUpdate api.md
2017-12-22 MichaelHopefully this is now clearer
2017-12-22 MichaelGrammar correction
2017-12-22 MichaelOnly include the update.php, when really needed
2017-12-22 MichaelCorrected wrong handling of the return value
2017-12-22 MichaelOld stuff had been removed from the update routine
2017-12-21 MichaelStandards
2017-12-21 Hypolite PetovanMerge pull request #4111 from annando/comment-public
2017-12-21 MichaelQuery was simplified
2017-12-21 MichaelStandards
2017-12-21 Hypolite PetovanMerge pull request #4114 from annando/as-private-as...
2017-12-21 Hypolite PetovanMerge pull request #4113 from annando/split-profile...
2017-12-21 MichaelRemoved unneeded code
2017-12-21 MichaelOnly locally used methods should always be private
2017-12-21 MichaelBetter english
2017-12-20 MichaelSplit the name in the hcard
2017-12-20 MichaelSplit the first name and last name so that they fit...
2017-12-20 MichaelReshares are now working
2017-12-20 MichaelAdded documentation
2017-12-20 MichaelUpdating after post does now work
2017-12-19 MichaelComments to public posts no get through
2017-12-19 MichaelOops
2017-12-19 Michael VogelMerge pull request #4110 from Rudloff/feature/saved_sea...
2017-12-19 MichaelPreparation for being able to comment every public...
2017-12-19 Pierre RudloffOnly use "@throws" in phpdoc if the function explicitel...
2017-12-19 Pierre RudloffClose DB connection in api_saved_searches_list
2017-12-19 Pierre RudloffImplement saved_searches/list API
2017-12-19 Hypolite PetovanMerge pull request #4109 from Rudloff/patch-2
2017-12-19 Pierre RudloffUpdate api.md
2017-12-19 Hypolite PetovanMerge pull request #4106 from annando/registered-users
2017-12-19 MichaelWoraround for bad mastodon links
2017-12-19 Hypolite PetovanMerge pull request #4108 from Rudloff/feature/markdownlint
2017-12-19 Pierre RudloffLint doc/api.md
2017-12-19 Hypolite PetovanMerge pull request #4104 from Rudloff/feature/incoming_api
2017-12-19 Pierre RudloffThrow NotFoundException if results are empty in api_use...
2017-12-19 Hypolite PetovanMerge pull request #4103 from Rudloff/feature/profile_c...
2017-12-19 Pierre RudloffCode standards in api_get_user
2017-12-19 MichaelWorkaround for servers that react strange
2017-12-19 Michaelforgotten $
2017-12-19 MichaelAdded statistics
2017-12-19 Michael VogelMerge pull request #4107 from MrPetovan/bug/3954-fix...
next