MyShaarli/tests
ArthurHoaro 0cf76ccb47 Feature: add a Server administration page
It contains mostly read only information about the current Shaarli instance,
PHP version, extensions, file and folder permissions, etc.
Also action buttons to clear the cache or sync thumbnails.

Part of the content of this page is also displayed on the install page,
to check server requirement before installing Shaarli config file.

Fixes #40
Fixes #185
2020-10-21 15:06:47 +02:00
..
api add search highlight unit tests 2020-10-16 20:31:49 +02:00
bookmark Asynchronous retrieval of bookmark's thumbnails 2020-10-20 10:15:18 +02:00
config Compatibility with PHP 8 2020-09-29 18:57:22 +02:00
container Add a setting to retrieve bookmark metadata asynchrounously 2020-10-15 09:08:46 +02:00
docker docker: move testing resources to tests/docker 2018-06-16 23:54:10 +02:00
feed Add mutex on datastore I/O operations 2020-10-13 12:38:19 +02:00
formatter add search highlight unit tests 2020-10-16 20:31:49 +02:00
front Feature: add a Server administration page 2020-10-21 15:06:47 +02:00
http Improve metadata retrieval (performances and accuracy) 2020-10-15 11:36:56 +02:00
languages Compatibility with PHPUnit 9 2020-09-29 18:57:20 +02:00
legacy add search highlight unit tests 2020-10-16 20:31:49 +02:00
netscape Add mutex on datastore I/O operations 2020-10-13 12:38:19 +02:00
plugins Compatibility with PHPUnit 9 2020-09-29 18:57:20 +02:00
render Compatibility with PHPUnit 9 2020-09-29 18:57:20 +02:00
security Compatibility with PHPUnit 9 2020-09-29 18:57:20 +02:00
updater Add mutex on datastore I/O operations 2020-10-13 12:38:19 +02:00
utils add search highlight unit tests 2020-10-16 20:31:49 +02:00
.htaccess .htaccess files: support Apache 2.4+ syntax 2016-11-08 11:38:14 +01:00
ApplicationUtilsTest.php Feature: add a Server administration page 2020-10-21 15:06:47 +02:00
bootstrap.php Add mutex on datastore I/O operations 2020-10-13 12:38:19 +02:00
FileUtilsTest.php Feature: add a Server administration page 2020-10-21 15:06:47 +02:00
HistoryTest.php Add strict types for bookmarks management 2020-10-13 13:50:11 +02:00
LanguagesTest.php Compatibility with PHPUnit 9 2020-09-29 18:57:20 +02:00
PluginManagerTest.php Use assertRegExp polyfill instead of regexMatches 2020-09-29 18:57:25 +02:00
TestCase.php Compatibility with PHPUnit 9 2020-09-29 18:57:20 +02:00
ThumbnailerTest.php Compatibility with PHPUnit 9 2020-09-29 18:57:20 +02:00
TimeZoneTest.php Compatibility with PHPUnit 9 2020-09-29 18:57:20 +02:00
UtilsTest.php Compatibility with PHPUnit 9 2020-09-29 18:57:20 +02:00