Move App to src
authorHypolite Petovan <mrpetovan@gmail.com>
Sun, 30 Apr 2017 04:07:00 +0000 (00:07 -0400)
committerHypolite Petovan <mrpetovan@gmail.com>
Wed, 3 May 2017 02:59:36 +0000 (22:59 -0400)
commit20043914e6111ba53df85e1efd3389c99d37302f
tree7087c4e7004d20525c0f4590932c95f13c79764c
parent56ee734b00aead633d5d213a6b140b75bc17ba96
Move App to src

- Add `use Friendica\App;` wherever needed
197 files changed:
boot.php
include/Contact.php
include/ForumManager.php
include/Photo.php
include/Probe.php
include/acl_selectors.php
include/api.php
include/auth.php
include/bbcode.php
include/cli_startup.php
include/contact_widgets.php
include/conversation.php
include/cronjobs.php
include/dbstructure.php
include/delivery.php
include/dfrn.php
include/diaspora.php
include/enotify.php
include/event.php
include/follow.php
include/identity.php
include/items.php
include/like.php
include/message.php
include/nav.php
include/network.php
include/notifier.php
include/oauth.php
include/oembed.php
include/ostatus.php
include/plaintext.php
include/plugin.php
include/poller.php
include/pubsubpublish.php
include/redir.php
include/security.php
include/shadowupdate.php
include/socgraph.php
include/tags.php
include/text.php
include/threads.php
include/uimport.php
index.php
mod/_well_known.php
mod/acctlink.php
mod/acl.php
mod/admin.php
mod/allfriends.php
mod/amcd.php
mod/api.php
mod/apps.php
mod/attach.php
mod/babel.php
mod/bookmarklet.php
mod/cal.php
mod/cb.php
mod/common.php
mod/community.php
mod/contactgroup.php
mod/contacts.php
mod/content.php
mod/credits.php
mod/crepair.php
mod/delegate.php
mod/dfrn_confirm.php
mod/dfrn_notify.php
mod/dfrn_poll.php
mod/dfrn_request.php
mod/directory.php
mod/dirfind.php
mod/display.php
mod/editpost.php
mod/events.php
mod/fbrowser.php
mod/fetch.php
mod/filer.php
mod/filerm.php
mod/follow.php
mod/friendica.php
mod/fsuggest.php
mod/group.php
mod/hcard.php
mod/help.php
mod/home.php
mod/hostxrd.php
mod/hovercard.php
mod/ignored.php
mod/install.php
mod/invite.php
mod/item.php
mod/like.php
mod/localtime.php
mod/lockview.php
mod/login.php
mod/lostpass.php
mod/maintenance.php
mod/manage.php
mod/manifest.php
mod/match.php
mod/message.php
mod/modexp.php
mod/mood.php
mod/msearch.php
mod/navigation.php
mod/network.php
mod/newmember.php
mod/nodeinfo.php
mod/nogroup.php
mod/noscrape.php
mod/notes.php
mod/notice.php
mod/notifications.php
mod/notify.php
mod/oembed.php
mod/oexchange.php
mod/openid.php
mod/opensearch.php
mod/ostatus_subscribe.php
mod/p.php
mod/parse_url.php
mod/photo.php
mod/photos.php
mod/ping.php
mod/poco.php
mod/poke.php
mod/post.php
mod/pretheme.php
mod/probe.php
mod/profile.php
mod/profile_photo.php
mod/profiles.php
mod/profperm.php
mod/proxy.php
mod/pubsub.php
mod/pubsubhubbub.php
mod/qsearch.php
mod/randprof.php
mod/receive.php
mod/redir.php
mod/register.php
mod/regmod.php
mod/removeme.php
mod/repair_ostatus.php
mod/robots_txt.php
mod/rsd_xml.php
mod/salmon.php
mod/search.php
mod/session.php
mod/settings.php
mod/share.php
mod/smilies.php
mod/starred.php
mod/statistics_json.php
mod/subthread.php
mod/suggest.php
mod/tagger.php
mod/tagrm.php
mod/toggle_mobile.php
mod/uexport.php
mod/uimport.php
mod/update_community.php
mod/update_display.php
mod/update_network.php
mod/update_notes.php
mod/update_profile.php
mod/videos.php
mod/viewcontacts.php
mod/viewsrc.php
mod/wall_attach.php
mod/wall_upload.php
mod/wallmessage.php
mod/webfinger.php
mod/xrd.php
src/App.php [new file with mode: 0644]
util/db_update.php
util/maintenance.php
util/php2po.php
util/typo.php
view/php/default.php
view/php/minimal.php
view/theme/duepuntozero/config.php
view/theme/duepuntozero/theme.php
view/theme/frio/config.php
view/theme/frio/php/default.php
view/theme/frio/php/frio_boot.php
view/theme/frio/php/standard.php
view/theme/frio/theme.php
view/theme/frost-mobile/php/default.php
view/theme/frost-mobile/theme.php
view/theme/frost/php/default.php
view/theme/frost/theme.php
view/theme/quattro/config.php
view/theme/quattro/theme.php
view/theme/smoothly/php/default.php
view/theme/smoothly/theme.php
view/theme/vier/config.php
view/theme/vier/theme.php