diff --git a/app/app.php b/app/app.php index 6297620b5..613707bb5 100644 --- a/app/app.php +++ b/app/app.php @@ -103,7 +103,7 @@ $utopia->init(function () use ($utopia, $request, $response, &$user, $project, $ && in_array($request->getMethod(), [Request::METHOD_POST, Request::METHOD_PUT, Request::METHOD_PATCH, Request::METHOD_DELETE]) && empty($request->getHeader('X-Appwrite-Key', '')) ) { - //throw new Exception('Access from this client host is forbidden', 403); + throw new Exception('Access from this client host is forbidden', 403); } /* diff --git a/app/init.php b/app/init.php index 2ed4f32c2..f3082d9c0 100644 --- a/app/init.php +++ b/app/init.php @@ -32,7 +32,7 @@ const APP_EMAIL_SECURITY = 'security@localhost.test'; // Default security email const APP_USERAGENT = APP_NAME.'-Server v%s. Please report abuse at %s'; const APP_MODE_ADMIN = 'admin'; const APP_PAGING_LIMIT = 15; -const APP_CACHE_BUSTER = 56; +const APP_CACHE_BUSTER = 58; const APP_VERSION_STABLE = '0.5.3'; const APP_STORAGE_UPLOADS = '/storage/uploads'; const APP_STORAGE_CACHE = '/storage/cache'; diff --git a/app/views/console/account/index.phtml b/app/views/console/account/index.phtml index 88b96cbe3..37abdb5dd 100644 --- a/app/views/console/account/index.phtml +++ b/app/views/console/account/index.phtml @@ -253,7 +253,7 @@
- + /
@@ -302,11 +302,11 @@ - + - + diff --git a/app/views/console/home/index.phtml b/app/views/console/home/index.phtml index dc2ee4769..d143544ae 100644 --- a/app/views/console/home/index.phtml +++ b/app/views/console/home/index.phtml @@ -115,12 +115,22 @@ $graph = $this->getParam('graph', false); -
- - +
+
+ + +
+ +
+ +
+ +
+
+  
-

+

Get Started

@@ -140,19 +150,19 @@ $graph = $this->getParam('graph', false);
@@ -233,40 +243,79 @@ $graph = $this->getParam('graph', false);