TODO / Feature list
==========================================================================
-+ auth and de-auth call over url only. Then display edit buttons
-+ show private links if authenticated
++ delete of a link
+ stats, storage usage. With stats and valid auth display moderation
+ email import auto reply check
-+ better url compare. eg. urls with / or without / at the end
+ sorting
+ snapshots
+ bookmark js snippet
$isUrl = Summoner::validate($searchValue,'url');
if($isUrl === true) {
# search for URL
+ $searchValue = trim($searchValue, "/");
$searchResult = $Management->searchForLinkByURL($searchValue);
}
elseif(Summoner::validate($searchValue,'text')) {