friendica/mod
Michael 0a4119adaf @brief is removed completely 2020-01-19 06:05:23 +00:00
..
api.php Replace deprecated $a->page with DI::page() 2019-12-30 20:02:09 +01:00
cal.php @brief is removed completely 2020-01-19 06:05:23 +00:00
common.php Replace deprecated $a->page with DI::page() 2019-12-30 20:02:09 +01:00
community.php Remove unused `use` statements & remove PConfig class 2020-01-18 17:02:59 +01:00
crepair.php Replace deprecated $a->page with DI::page() 2019-12-30 20:02:09 +01:00
dfrn_confirm.php @brief is removed completely 2020-01-19 06:05:23 +00:00
dfrn_notify.php @brief is removed completely 2020-01-19 06:05:23 +00:00
dfrn_poll.php Remove "f" parameter / network page parameter cleanup 2020-01-13 20:10:13 +00:00
dfrn_request.php @brief is removed completely 2020-01-19 06:05:23 +00:00
display.php Remove "f" parameter / network page parameter cleanup 2020-01-13 20:10:13 +00:00
editpost.php Replace deprecated $a->page with DI::page() 2019-12-30 20:02:09 +01:00
events.php @brief is removed completely 2020-01-19 06:05:23 +00:00
fbrowser.php Remove get_app() in favor of DI::app() 2020-01-04 23:42:01 +01:00
follow.php Move redundant System::baseUrl() to DI::baseUrl() calls 2019-12-30 23:00:08 +01:00
fsuggest.php Replace deprecated defaults() calls by a combination of ?? and ?: operators in mod/ 2019-10-15 09:01:17 -04:00
item.php Remove get_app() in favor of DI::app() 2020-01-04 23:42:01 +01:00
lockview.php Replace BaseObject class with DI::* calls 2019-12-29 20:17:38 +01:00
lostpass.php Move redundant System::baseUrl() to DI::baseUrl() calls 2019-12-30 23:00:08 +01:00
match.php @brief is removed completely 2020-01-19 06:05:23 +00:00
message.php Remove get_app() in favor of DI::app() 2020-01-04 23:42:01 +01:00
msearch.php Move redundant System::baseUrl() to DI::baseUrl() calls 2019-12-30 23:00:08 +01:00
network.php @brief is removed completely 2020-01-19 06:05:23 +00:00
noscrape.php Move redundant System::baseUrl() to DI::baseUrl() calls 2019-12-30 23:00:08 +01:00
notes.php Remove deprecated App::query_string - replace with DI::args()->getQueryString() 2019-12-29 20:17:50 +01:00
notifications.php @brief is removed completely 2020-01-19 06:05:23 +00:00
oexchange.php Remove "f" parameter / network page parameter cleanup 2020-01-13 20:10:13 +00:00
ostatus_subscribe.php Remove unused `use` statements & remove PConfig class 2020-01-18 17:02:59 +01:00
parse_url.php @brief is removed completely 2020-01-19 06:05:23 +00:00
photos.php Remove "f" parameter / network page parameter cleanup 2020-01-13 20:10:13 +00:00
ping.php @brief is removed completely 2020-01-19 06:05:23 +00:00
poco.php Move remaining namespaces and delete Core\Cache.php 2020-01-07 00:51:02 +01:00
poke.php Move redundant System::baseUrl() to DI::baseUrl() calls 2019-12-30 23:00:08 +01:00
profile_photo.php Move redundant System::baseUrl() to DI::baseUrl() calls 2019-12-30 23:00:08 +01:00
profiles.php Remove unused `use` statements & remove PConfig class 2020-01-18 17:02:59 +01:00
profperm.php Remove unused `use` statements & remove PConfig class 2020-01-18 17:02:59 +01:00
pubsub.php Replace obsolete references to App baseURL and getApp by DI 2019-12-29 21:50:15 -05:00
pubsubhubbub.php Move redundant System::baseUrl() to DI::baseUrl() calls 2019-12-30 23:00:08 +01:00
redir.php Move redundant System::baseUrl() to DI::baseUrl() calls 2019-12-30 23:00:08 +01:00
regmod.php Move redundant System::baseUrl() to DI::baseUrl() calls 2019-12-30 23:00:08 +01:00
removeme.php Remove deprecated App::getBaseURL() - process methods to DI::baseUrl()->get() 2019-12-29 20:17:48 +01:00
repair_ostatus.php Move redundant System::baseUrl() to DI::baseUrl() calls 2019-12-30 23:00:08 +01:00
salmon.php Remove unused `use` statements & remove PConfig class 2020-01-18 17:02:59 +01:00
settings.php Remove unused `use` statements & remove PConfig class 2020-01-18 17:02:59 +01:00
share.php Replace strong by title format for item title in mod/share 2019-02-27 20:59:39 -05:00
subthread.php Move redundant System::baseUrl() to DI::baseUrl() calls 2019-12-30 23:00:08 +01:00
suggest.php Move redundant System::baseUrl() to DI::baseUrl() calls 2019-12-30 23:00:08 +01:00
tagger.php Move redundant System::baseUrl() to DI::baseUrl() calls 2019-12-30 23:00:08 +01:00
tagrm.php Refactor deprecated App::internalRedirect() to DI::baseUrl()->redirect() 2019-12-29 20:17:43 +01:00
uimport.php @brief is removed completely 2020-01-19 06:05:23 +00:00
unfollow.php Move redundant System::baseUrl() to DI::baseUrl() calls 2019-12-30 23:00:08 +01:00
update_community.php Move PConfig::get() to DI::pConfig()->get() 2020-01-18 16:50:57 +01:00
update_contact.php Move PConfig::get() to DI::pConfig()->get() 2020-01-18 16:50:57 +01:00
update_display.php Remove unused `use` statements & remove PConfig class 2020-01-18 17:02:59 +01:00
update_network.php Remove unused `use` statements & remove PConfig class 2020-01-18 17:02:59 +01:00
update_notes.php Remove unused `use` statements & remove PConfig class 2020-01-18 17:02:59 +01:00
update_profile.php Remove unused `use` statements & remove PConfig class 2020-01-18 17:02:59 +01:00
videos.php Move redundant System::baseUrl() to DI::baseUrl() calls 2019-12-30 23:00:08 +01:00
wall_attach.php remote_user is replaced 2019-09-28 09:59:08 +00:00
wall_upload.php @brief is removed completely 2020-01-19 06:05:23 +00:00
wallmessage.php Move redundant System::baseUrl() to DI::baseUrl() calls 2019-12-30 23:00:08 +01:00
worker.php @brief is removed completely 2020-01-19 06:05:23 +00:00