]> git.mxchange.org Git - friendica.git/commit
Refactor deprecated App::internalRedirect() to DI::baseUrl()->redirect()
authornupplaPhil <admin@philipp.info>
Sun, 15 Dec 2019 23:28:31 +0000 (00:28 +0100)
committernupplaPhil <admin@philipp.info>
Sun, 29 Dec 2019 19:17:43 +0000 (20:17 +0100)
commit8e6973b774efeff5dd381e8984c22171c6a14c31
tree4d8e1d6db933a684786f0c12a1146e376af0e056
parentcc9b7bb14f14953baa7ffb6575ac92e086c9a40f
Refactor deprecated App::internalRedirect() to DI::baseUrl()->redirect()
77 files changed:
include/items.php
mod/api.php
mod/cal.php
mod/dfrn_confirm.php
mod/dfrn_poll.php
mod/dfrn_request.php
mod/events.php
mod/follow.php
mod/item.php
mod/lostpass.php
mod/message.php
mod/network.php
mod/notifications.php
mod/ostatus_subscribe.php
mod/photos.php
mod/profile_photo.php
mod/profiles.php
mod/redir.php
mod/regmod.php
mod/removeme.php
mod/repair_ostatus.php
mod/settings.php
mod/suggest.php
mod/tagrm.php
mod/uimport.php
mod/unfollow.php
mod/videos.php
mod/wallmessage.php
src/App.php
src/App/Authentication.php
src/App/Module.php
src/BaseModule.php
src/Core/UserImport.php
src/Model/Contact.php
src/Module/Admin/Addons/Details.php
src/Module/Admin/Addons/Index.php
src/Module/Admin/Blocklist/Contact.php
src/Module/Admin/Blocklist/Server.php
src/Module/Admin/DBSync.php
src/Module/Admin/Features.php
src/Module/Admin/Item/Delete.php
src/Module/Admin/Logs/Settings.php
src/Module/Admin/Site.php
src/Module/Admin/Themes/Details.php
src/Module/Admin/Themes/Embed.php
src/Module/Admin/Themes/Index.php
src/Module/Admin/Tos.php
src/Module/Admin/Users.php
src/Module/Apps.php
src/Module/BaseAdminModule.php
src/Module/Contact.php
src/Module/Debug/Feed.php
src/Module/Delegation.php
src/Module/Filer/RemoveTag.php
src/Module/Filer/SaveTag.php
src/Module/FollowConfirm.php
src/Module/Group.php
src/Module/Home.php
src/Module/Item/Ignore.php
src/Module/Like.php
src/Module/Notifications/Notify.php
src/Module/Objects.php
src/Module/Pinned.php
src/Module/RandomProfile.php
src/Module/Register.php
src/Module/Search/Saved.php
src/Module/Security/Login.php
src/Module/Security/Logout.php
src/Module/Security/TwoFactor/Recovery.php
src/Module/Security/TwoFactor/Verify.php
src/Module/Settings/Delegation.php
src/Module/Settings/TwoFactor/AppSpecific.php
src/Module/Settings/TwoFactor/Index.php
src/Module/Settings/TwoFactor/Recovery.php
src/Module/Settings/TwoFactor/Verify.php
src/Module/Starred.php
src/Module/Tos.php