regen messages.po
[friendica.git/.git] / src / Model /
2020-03-12 Hypolite PetovanMerge pull request #8413 from annando/fix-warning
2020-03-12 MichaelFix wrong variable name
2020-03-12 MichaelAvoid warning in gcontact.php
2020-03-12 Hypolite PetovanMerge pull request #8410 from annando/acessible-pictures
2020-03-12 MichaelMerge remote-tracking branch 'upstream/2020.03-rc'...
2020-03-12 MichaelPrevent "null" permissions on photos
2020-03-11 MichaelSet the picture accesibility separate from the permissions
2020-03-10 Hypolite PetovanMerge pull request #8401 from annando/gfollower-epilogue
2020-03-10 MichaelSmall fixes
2020-03-10 MichaelStore the interaction date as well.
2020-03-10 MichaelFixed indentation
2020-03-10 MichaelReduce the load of "gfollower"
2020-03-10 Hypolite PetovanMerge pull request #8397 from annando/addon-concurrent
2020-03-09 MichaelFix uninstall of installed addons
2020-03-09 Michael VogelMerge pull request #8392 from MrPetovan/bug/fatal-errors
2020-03-09 Hypolite PetovanRemove unused return value of Contact::updateAvatar
2020-03-09 Hypolite PetovanEnsure non-NULL values in $data array in Contact::updat...
2020-03-09 Hypolite PetovanImport FriendicaNetwork\HTTPException in Model\Contact
2020-03-09 Hypolite PetovanMerge pull request #8385 from annando/issue-8383
2020-03-09 Tobias DiekershoffMerge pull request #8390 from annando/fix-fatal
2020-03-09 MichaelFix fatal error (TypeError)
2020-03-09 Tobias DiekershoffMerge pull request #8388 from annando/fetch
2020-03-09 Tobias DiekershoffMerge branch '2020.03-rc' of https://github.com/friendi...
2020-03-09 Hypolite PetovanMerge pull request #8387 from annando/gcontact-discovery
2020-03-09 Hypolite PetovanMerge pull request #8384 from annando/issue-8371
2020-03-08 Michael VogelMerge pull request #8386 from nupplaphil/bug/fix_mail
2020-03-08 MichaelPerformance changes to the gcontact discovery
2020-03-08 MichaelIssue 8371: Improvements for picture permissions
2020-03-07 Hypolite PetovanMerge pull request #8380 from annando/issue-8151
2020-03-07 MichaelIssue 8151: Automatic Friend is working again
2020-03-07 Hypolite PetovanMerge pull request #8365 from nupplaphil/bug/mail_fix_text
2020-03-07 Hypolite PetovanMerge pull request #8368 from annando/ap-stuff
2020-03-07 MichaelSome systems return an array instead of a string for...
2020-03-07 MichaelQuery the same contact only once a month
2020-03-07 Michael VogelMerge pull request #8376 from MrPetovan/bug/fatal-errors
2020-03-07 Hypolite PetovanReturn early if link is missing from share block in...
2020-03-06 MichaelDon't delete and recreate the rows over and over again
2020-03-06 MichaelNew table for relations between global contacts - will...
2020-03-06 MichaelOnly perform a PoCo discovery when hadn't been one...
2020-03-06 MichaelSimplified code
2020-03-05 MichaelOnly log when there is data
2020-03-05 MichaelBugfixing
2020-03-05 MichaelGContact discovery added
2020-03-05 MichaelMerge remote-tracking branch 'upstream/develop' into...
2020-03-05 Hypolite PetovanMerge pull request #8366 from annando/issue-8321
2020-03-05 PhilippMerge pull request #8367 from annando/another-guid
2020-03-05 MichaelFunction renamed to better reflect the purpose
2020-03-05 MichaelIssue 8321: Follow items now work again
2020-03-04 Michael VogelMerge pull request #8359 from MrPetovan/bug/7134-local...
2020-03-04 Hypolite PetovanSwitch all item deletion logging to info level
2020-03-04 Hypolite PetovanMerge pull request #8362 from annando/push-pull
2020-03-03 MichaelThe direction field needs to be removed
2020-03-03 Hypolite PetovanAdd guid context to item deletion logging
2020-03-03 MichaelStore the push/pull direction in the conversation table
2020-03-03 MichaelMerge remote-tracking branch 'upstream/develop' into...
2020-03-03 Hypolite PetovanRename Item::delete* methods to Item::markForDeletion*
2020-03-03 Hypolite PetovanMerge pull request #8357 from annando/private
2020-03-02 PhilippMerge pull request #8354 from MrPetovan/bug/7134-local...
2020-03-02 MichaelMerge remote-tracking branch 'upstream/develop' into...
2020-03-02 Hypolite PetovanMerge pull request #8350 from nupplaphil/bug/8342_not_link
2020-03-02 Hypolite PetovanAdd debug for item deletion
2020-03-02 MichaelSupport unlisted public posts
2020-02-29 PhilippMerge pull request #8346 from MrPetovan/bug/notices
2020-02-29 Hypolite PetovanDo not cache Contact::getDetailsByURL result if it...
2020-02-29 Hypolite PetovanMerge pull request #8324 from nupplaphil/feat/8245...
2020-02-29 nupplaPhilRename method name
2020-02-29 nupplaPhilImprove start/count parameter
2020-02-29 nupplaPhilMore list sub commands
2020-02-29 nupplaPhilAdd list command
2020-02-29 nupplaPhilAdd "User::block()" to console command
2020-02-29 nupplaPhilMove "User::deny()" to own method and update usages
2020-02-29 nupplaPhilMove "User::allow()" to own method and update usages
2020-02-29 nupplaPhilAdd new possibility to add a user per console
2020-02-29 PhilippMerge pull request #8345 from annando/store-raw
2020-02-28 PhilippMerge pull request #8344 from MrPetovan/bug/8339-remote...
2020-02-28 Hypolite PetovanOnly show remote follow button for local profiles
2020-02-25 PhilippMerge pull request #8329 from MrPetovan/bug/notices
2020-02-25 Michael VogelMerge pull request #8333 from MrPetovan/bug/8280-about...
2020-02-25 Michael VogelMerge pull request #8337 from MrPetovan/task/8323-prote...
2020-02-25 Hypolite PetovanAdd rel="noopener noreferrer" to all target="_blank...
2020-02-20 Hypolite PetovanMerge pull request #8322 from nupplaphil/task/move_name...
2020-02-20 Hypolite PetovanMerge pull request #8320 from annando/hidewall
2020-02-20 MichaelReplace "hidewall" with "net-publish" / other "hidewall...
2020-02-20 Michael VogelMerge pull request #8317 from MrPetovan/task/frio-remov...
2020-02-20 Michael VogelMerge pull request #8315 from MrPetovan/task/8310-impro...
2020-02-19 Hypolite PetovanMerge pull request #8316 from annando/disp-settings
2020-02-19 MichaelSome more unneeded settings removed
2020-02-19 Hypolite PetovanMerge pull request #8306 from annando/contact-unfollow...
2020-02-18 Hypolite PetovanMerge pull request #8309 from annando/remote-comment
2020-02-18 Michael"remote_follow" is now "remote_comment"
2020-02-18 MichaelRemotely load posts to comment on them on the own page
2020-02-17 MichaelDon't show "delete contact" when there is a follow...
2020-02-17 PhilippMerge pull request #8302 from annando/allowed-chars
2020-02-16 PhilippMerge pull request #8297 from MrPetovan/task/8285-api...
2020-02-16 PhilippMerge pull request #8293 from MrPetovan/task/5562-commu...
2020-02-16 Hypolite PetovanMerge pull request #8296 from annando/net-publish
2020-02-16 Hypolite PetovanAdd node-wide default items per page config
2020-02-16 Hypolite PetovanAdd L10n parameter to Pager classes
2020-02-16 MichaelClarify the effect of "net-publish"
2020-02-16 PhilippMerge pull request #8294 from annando/no-gender
next