]> git.mxchange.org Git - friendica.git/commit
Add Contact Object
authorHypolite Petovan <mrpetovan@gmail.com>
Sun, 19 Nov 2017 21:55:28 +0000 (16:55 -0500)
committerHypolite Petovan <mrpetovan@gmail.com>
Sun, 19 Nov 2017 21:55:28 +0000 (16:55 -0500)
commitb92fc24ff06681f445edff0d45f8f81a7e25ebe6
tree3529e16b27c132a57f90b5fc87c97bb9f4e7212f
parentf43aaf5227af34b870bae3715f2cb1de293aa272
Add Contact Object

- Add Profile Object
- Add User Model
- Add use statements
50 files changed:
boot.php
include/acl_selectors.php
include/api.php
include/bb2diaspora.php
include/bbcode.php
include/conversation.php
include/identity.php
include/items.php
include/like.php
include/post_update.php
include/threads.php
mod/admin.php
mod/allfriends.php
mod/cal.php
mod/common.php
mod/contacts.php
mod/crepair.php
mod/dfrn_notify.php
mod/directory.php
mod/dirfind.php
mod/display.php
mod/follow.php
mod/hovercard.php
mod/item.php
mod/match.php
mod/message.php
mod/network.php
mod/nogroup.php
mod/photos.php
mod/ping.php
mod/profiles.php
mod/randprof.php
mod/removeme.php
mod/suggest.php
mod/unfollow.php
mod/videos.php
mod/viewcontacts.php
src/Core/NotificationsManager.php
src/Model/GlobalContact.php
src/Model/User.php [new file with mode: 0644]
src/Network/Probe.php
src/Object/Contact.php [new file with mode: 0644]
src/Object/Profile.php [new file with mode: 0644]
src/Protocol/DFRN.php
src/Protocol/Diaspora.php
src/Protocol/OStatus.php
src/Protocol/PortableContact.php
src/Worker/Delivery.php
src/Worker/Notifier.php
src/Worker/OnePoll.php