]> 91.132.146.200 Git - insipid.git/commitdiff
todo update
authorBanana <banana@optimus.de>
Mon, 21 Oct 2019 22:25:51 +0000 (00:25 +0200)
committerBanana <banana@optimus.de>
Mon, 21 Oct 2019 22:25:51 +0000 (00:25 +0200)
TODO
webroot/view/home.inc.php

diff --git a/TODO b/TODO
index 7cfc51a367f95b0a3857b679f67eab3300908533..ab41bae39eb8635b57f12aea340281b7131514a7 100755 (executable)
--- a/TODO
+++ b/TODO
@@ -1,10 +1,8 @@
 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
index 9dec91e4481084dcf27eaf7f6fcd3b78699f42d3..9ba58d5f4611e7e59de3ec25579302aabb08c855 100644 (file)
@@ -57,6 +57,7 @@ if(isset($_POST['data']) && !empty($_POST['data']) && isset($_POST['submitsearch
        $isUrl = Summoner::validate($searchValue,'url');
        if($isUrl === true) {
                # search for URL
+               $searchValue = trim($searchValue, "/");
                $searchResult = $Management->searchForLinkByURL($searchValue);
        }
        elseif(Summoner::validate($searchValue,'text')) {