Add webfinger integration, bug fixes and minor changes ( #21 )

Added author credits in every function so that we know who to bother when something goes wrong
Refer to issues #34 and #35
This commit is contained in:
Diogo Cordeiro
2018-07-20 16:04:17 +01:00
parent 2d0f3de52a
commit 30c073538c
16 changed files with 625 additions and 26 deletions

View File

@@ -43,6 +43,7 @@ class Activitypub_error extends Managed_DataObject
/**
* Generates a pretty error from a string
*
* @author Diogo Cordeiro <diogo@fc.up.pt>
* @param string $m
* @return pretty array to be used in a response
*/