From 53e6d5fde32a917718a0658fb95f366dc7dfc248 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Sun, 26 Apr 2020 15:41:48 +0200 Subject: user bookmarks use new object + shortcuts visible in backtopbar --- app/class/Model.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'app/class/Model.php') diff --git a/app/class/Model.php b/app/class/Model.php index 692257a..7e891f1 100644 --- a/app/class/Model.php +++ b/app/class/Model.php @@ -80,6 +80,12 @@ abstract class Model '' => 'other' ]; + public const BOOKMARK_ICONS = [ + '🌘', '☂️', '⭐️', '✈️', '🚲', '💡', '💾', '💿', '💎', '🎞', ' ⚒', '💊', '📜', '📌', '🔍', '📦', '🔒', + '📒', '🔓', '🌡', '☎️', '🖤', '✝️', '☢️', '✅', '🌐', '🌍', '✳️', '🏴', '😎', '👻', '💩', '👍', '⚡️', '🍸', + '🍴', '⚽️', '🏭', '🚀', '⚓️' + ]; + public const LIST_STYLES = [ 'list' => 'list', 'card' => 'card' @@ -115,6 +121,7 @@ abstract class Model public const PASSWORD_MIN_LENGTH = 4; public const PASSWORD_MAX_LENGTH = 32; public const MAX_COOKIE_CONSERVATION = 365; + public const MAX_QUERY_LENGH = 256; /** RENDER OPTIONS */ // add class in html element indicating from witch page the content come. -- cgit v1.2.3