Remove success callback after set seen post
dont' load pm's list model on start.
It should be first loaded when the pm list page is shown.
Combined sent/received private message list model
remove verbose log from pingmodel
Fix PM conversation model
check for empty response
Fix FriendsModel
add xml namespaces declarations
Post details, contact timeline, contact details
update NetworkModel to new activities format, add ItemActionsModel
`NetworkModel` doesn't download the xml by itself,
but the reload() function uses xmlhr to fetch xml data and
set the `XmlListModel.xml` property.
To fetch details about activities, `ItemActionsModel` is used:
```
ItemActionsModel {
activity: <name of the activity: "like", "dislike" etc>
mid: <message id>
themodel: <NetworkModel that loaded the xml>
}
```
`ItemActionModel` will reparse the xml from `themodel` with appropriate
query and XmlRoles.
PingModel pass list of required notifications to "notification" event
NetworkModel is back to work
After pull 2682 in Friendica, xml api response is automatically
created from data array, instead of templates.
Friendly network page stopped to work after this.
The new code in Friendica is adding default XML namespace to
response, while NetworkModel didn't set it. This way, the XPath
engine didn't match any tag without explicit namespace set.
ContactImage back to Image
FriendsModel and intial support to 'contact_allow' in PostPageBase
ContactImage element
This will be a more controllable cached image element
Save last notification timestamp