diff --git a/cache/lastCache.txt b/cache/lastCache.txt index e1f0236..5a3e3c5 100644 --- a/cache/lastCache.txt +++ b/cache/lastCache.txt @@ -1 +1 @@ -1529843776 \ No newline at end of file +1529947976 \ No newline at end of file diff --git a/composer.lock b/composer.lock index 8667d04..57dcf2a 100644 --- a/composer.lock +++ b/composer.lock @@ -39,16 +39,16 @@ }, { "name": "erusev/parsedown", - "version": "1.8.0-beta-4", + "version": "1.8.0-beta-5", "source": { "type": "git", "url": "https://github.com/erusev/parsedown.git", - "reference": "1f69f7e69797104e73fdceaae22a4b4e3978f0a4" + "reference": "c26a2ee4bf8ba0270daab7da0353f2525ca6564a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/erusev/parsedown/zipball/1f69f7e69797104e73fdceaae22a4b4e3978f0a4", - "reference": "1f69f7e69797104e73fdceaae22a4b4e3978f0a4", + "url": "https://api.github.com/repos/erusev/parsedown/zipball/c26a2ee4bf8ba0270daab7da0353f2525ca6564a", + "reference": "c26a2ee4bf8ba0270daab7da0353f2525ca6564a", "shasum": "" }, "require": { @@ -81,7 +81,7 @@ "markdown", "parser" ], - "time": "2018-05-08T21:46:15+00:00" + "time": "2018-06-11T18:15:32+00:00" }, { "name": "erusev/parsedown-extra", @@ -235,16 +235,16 @@ }, { "name": "paragonie/random_compat", - "version": "v2.0.12", + "version": "v2.0.15", "source": { "type": "git", "url": "https://github.com/paragonie/random_compat.git", - "reference": "258c89a6b97de7dfaf5b8c7607d0478e236b04fb" + "reference": "10bcb46e8f3d365170f6de9d05245aa066b81f09" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/paragonie/random_compat/zipball/258c89a6b97de7dfaf5b8c7607d0478e236b04fb", - "reference": "258c89a6b97de7dfaf5b8c7607d0478e236b04fb", + "url": "https://api.github.com/repos/paragonie/random_compat/zipball/10bcb46e8f3d365170f6de9d05245aa066b81f09", + "reference": "10bcb46e8f3d365170f6de9d05245aa066b81f09", "shasum": "" }, "require": { @@ -276,10 +276,11 @@ "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", "keywords": [ "csprng", + "polyfill", "pseudorandom", "random" ], - "time": "2018-04-04T21:24:14+00:00" + "time": "2018-06-08T15:26:40+00:00" }, { "name": "pimple/pimple", @@ -652,7 +653,7 @@ }, { "name": "symfony/event-dispatcher", - "version": "v3.4.11", + "version": "v3.4.12", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", @@ -770,7 +771,7 @@ }, { "name": "symfony/yaml", - "version": "v2.8.41", + "version": "v2.8.42", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", diff --git a/content/5_info/20_▄berma▀.md b/content/5_info/20_Übermaß.md similarity index 100% rename from content/5_info/20_▄berma▀.md rename to content/5_info/20_Übermaß.md diff --git a/system/Routes/Web.php b/system/Routes/Web.php index 5a8545a..26b3ae1 100644 --- a/system/Routes/Web.php +++ b/system/Routes/Web.php @@ -46,7 +46,7 @@ $app->post('/tm/user/delete', SettingsController::class . ':deleteUser')->setNam $app->get('/tm/user/{username}', SettingsController::class . ':showUser')->setName('user.show')->add(new RedirectIfUnauthenticated($container['router'], $container['flash'])); $app->get('/tm/user', SettingsController::class . ':listUser')->setName('user.list')->add(new RedirectIfNoAdmin($container['router'], $container['flash'])); -$app->get('/tm/content/[{params:.*}]', ContentController::class . ':showContent')->setName('content.show')->add(new RedirectIfUnauthenticated($container['router'], $container['flash'])); +$app->get('/tm/content[/{params:.*}]', ContentController::class . ':showContent')->setName('content.show')->add(new RedirectIfUnauthenticated($container['router'], $container['flash'])); foreach($routes as $pluginRoute) { diff --git a/system/Settings.php b/system/Settings.php index 2ec40c7..e479d96 100644 --- a/system/Settings.php +++ b/system/Settings.php @@ -43,7 +43,7 @@ class Settings 'contentFolder' => 'content', 'cache' => true, 'cachePath' => $rootPath . 'cache', - 'version' => '1.1.7', + 'version' => '1.2.0', 'setup' => true, 'welcome' => true ];