]> git.mxchange.org Git - friendica.git/history - src/Model
Merge pull request #8075 from annando/html-escaping
[friendica.git] / src / Model /
2020-01-08 Hypolite PetovanMerge pull request #8075 from annando/html-escaping
2020-01-08 Hypolite PetovanMerge pull request #8071 from nupplaphil/task/Lock_to_lock
2020-01-08 PhilippMerge pull request #8074 from MrPetovan/task/domain...
2020-01-07 Hypolite PetovanUpdate the Introductions domain to use repository,...
2020-01-07 Hypolite PetovanMerge pull request #8073 from annando/issue-8067
2020-01-06 nupplaPhilReplace Lock::release() with DI::lock()->release()...
2020-01-06 nupplaPhilReplace Lock::acquire() with DI::lock()->acquire()
2020-01-06 PhilippMerge pull request #8063 from MrPetovan/bug/8058-use...
2020-01-06 Hypolite PetovanMerge pull request #8059 from annando/item-notification
2020-01-05 Hypolite PetovanAllow special groups in default user permissions
2020-01-05 MichaelWe only search for items with the same uid
2020-01-05 MichaelMerge remote-tracking branch 'upstream/develop' into...
2020-01-05 MichaelAdded to-do
2020-01-05 MichaelImproved check for invalid profiles
2020-01-05 MichaelNow using only a single array
2020-01-05 MichaelRemove duplicates in a better way
2020-01-05 MichaelRestructured profile generation
2020-01-05 MichaelClarified description
2020-01-05 MichaelSpaces
2020-01-05 MichaelAdded type hints
2020-01-05 MichaelFix post update / clean up code
2020-01-05 MichaelDon't create notifications for own posts
2020-01-05 MichaelNotification type can now be selected
2020-01-05 MichaelImproved documentation, now checking all items
2020-01-05 MichaelMerge remote-tracking branch 'upstream/develop' into...
2020-01-05 Tobias DiekershoffMerge pull request #8057 from annando/notice-error
2020-01-05 MichaelFix an error and a notice
2020-01-05 MichaelRestructuring
2020-01-05 MichaelFunctionality is now added
2020-01-05 Hypolite PetovanMerge pull request #8055 from nupplaphil/task/remove_ge...
2020-01-05 MichaelTests are now working
2020-01-04 nupplaPhilRemove get_server() in favor of Search::getGlobalDirect...
2020-01-04 MichaelMerge remote-tracking branch 'upstream/develop' into...
2020-01-04 Michael VogelMerge pull request #8053 from nupplaphil/task/remove_ge...
2020-01-04 nupplaPhilRemove get_app() in favor of DI::app()
2020-01-04 MichaelFirst testable version
2020-01-04 MichaelNew "UserItem" class, new notification type field
2020-01-01 Hypolite PetovanMerge pull request #8046 from annando/develop
2020-01-01 MichaelRelocated functions from PortableContact to GServer
2020-01-01 PhilippMerge pull request #8044 from annando/contact-adding
2020-01-01 MichaelFixed documentation
2020-01-01 MichaelDon't add contacts when not needed
2019-12-31 Tobias DiekershoffMerge pull request #8040 from MrPetovan/bug/notices
2019-12-31 Hypolite PetovanSuppress undefined index nickname notice in Model\Profi...
2019-12-30 PhilippMerge pull request #8037 from MrPetovan/bug/notices
2019-12-30 Hypolite PetovanMerge pull request #8036 from nupplaphil/task/redundant...
2019-12-30 nupplaPhilMove redundant System::baseUrl() to DI::baseUrl() calls
2019-12-30 Hypolite PetovanMerge pull request #8035 from nupplaphil/task/move_page
2019-12-30 nupplaPhilReplace deprecated $a->page with DI::page()
2019-12-30 Hypolite PetovanMerge pull request #8034 from MrPetovan/bug/fatal-errors
2019-12-30 Hypolite PetovanUpdate wrong/missing references to classes
2019-12-30 Hypolite PetovanMerge pull request #8033 from annando/contact-logging
2019-12-30 MichaelAdded logging for not created contacts
2019-12-29 Hypolite PetovanMerge pull request #8019 from nupplaphil/task/replace_g...
2019-12-29 Hypolite PetovanMerge pull request #8028 from annando/probe-timeout
2019-12-29 nupplaPhilCreating interfaces for Config/PConfig & fix tests
2019-12-29 nupplaPhilRemove deprecated App::cmd - replace with DI::args...
2019-12-29 nupplaPhilRemove deprecated App::query_string - replace with...
2019-12-29 nupplaPhilRemove deprecated App::is_mobile/is_tablet - replace...
2019-12-29 nupplaPhilRemove deprecated App::getBaseURL() - process methods...
2019-12-29 nupplaPhilRemove deprecated App::getHostName() - process methods...
2019-12-29 nupplaPhilRemove deprecated App::getUrlPath - process methods...
2019-12-29 nupplaPhilRemove deprecated App::removeBaseURL - process methods...
2019-12-29 nupplaPhilRefactor deprecated App::internalRedirect() to DI:...
2019-12-29 nupplaPhilRefactor dynamic App::getLogger() to static DI::logger()
2019-12-29 nupplaPhilRefactor dynamic App::getConfig() to static DI::config()
2019-12-29 nupplaPhilReplace BaseObject class with DI::* calls
2019-12-29 nupplaPhilIntroduce new DI container
2019-12-29 Hypolite PetovanMerge pull request #8026 from nupplaphil/task/l10n_immu...
2019-12-29 Hypolite PetovanMerge pull request #8022 from nupplaphil/task/mod_hcard
2019-12-29 Hypolite PetovanMerge pull request #8021 from nupplaphil/task/mod_openid
2019-12-29 Hypolite PetovanMerge pull request #8027 from nupplaphil/task/session_r...
2019-12-28 PhilippMerge pull request #8025 from annando/probe-failure
2019-12-28 nupplaPhilMake L10n immutable
2019-12-28 MichaelDon't create contacts for unknown networks / improved...
2019-12-27 Michael VogelMerge pull request #8007 from MrPetovan/task/7984-add...
2019-12-25 Michael VogelMerge pull request #8004 from MrPetovan/bug/7994-add...
2019-12-25 Michael VogelMerge pull request #8003 from MrPetovan/bug/notices
2019-12-25 Michael VogelMerge pull request #8005 from MrPetovan/bug/7992-empty...
2019-12-25 Michael VogelMerge pull request #8006 from MrPetovan/bug/7991-remove...
2019-12-24 Hypolite PetovanStop automatically remove newly blocked contacts from...
2019-12-24 Hypolite PetovanEnsure pubkey key is present in APContact::getByUrl...
2019-12-24 Hypolite PetovanMerge pull request #7996 from annando/poco-cleanup
2019-12-24 MichaelStandards
2019-12-24 Hypolite PetovanMerge pull request #7995 from annando/probe-hubzilla
2019-12-23 Tobias DiekershoffMerge branch 'master' 2019.12 into develop
2019-12-23 Tobias DiekershoffMerge pull request #7973 from tobiasd/2019.12-CHANGELOG
2019-12-21 MichaelMerge remote-tracking branch 'upstream/2019.12-rc'...
2019-12-21 Tobias DiekershoffMerge pull request #7983 from annando/nodeinfo-dfrn
2019-12-21 MichaelFix: Newer Friendica servers had been detected as Activ...
2019-12-21 MichaelDiscover directory type
2019-12-21 MichaelRelocated functions
2019-12-20 MichaelMerge remote-tracking branch 'upstream/2019.12-rc'...
2019-12-20 Michael"gprobe" removed
2019-12-18 PhilippMerge pull request #7930 from MrPetovan/task/7887-api...
2019-12-18 Tobias DiekershoffMerge pull request #7938 from copiis/patch-2
2019-12-16 PhilippMerge pull request #7958 from tobiasd/20191216-lng
2019-12-16 Tobias DiekershoffMerge pull request #7957 from annando/issue-7953
2019-12-16 MichaelIssue 7953: Don't show follow/unfollow on the hovercard...
2019-12-14 Hypolite PetovanMerge pull request #7907 from nupplaphil/task/reduce_ap...
next