aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/front/controller/admin/ServerController.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix: soft fail if the mutex is not workingArthurHoaro2020-11-241-1/+6
| | | | | | And display the error in server admin page Fixes #1650
* Merge pull request #1635 from ArthurHoaro/feature/phpcsArthurHoaro2020-11-101-1/+3
|\
| * Manually fix remaining PHPCS errorsArthurHoaro2020-11-091-1/+3
| |
| * Apply PHP Code Beautifier on source code for linter automatic fixesArthurHoaro2020-11-091-1/+1
| |
* | Server admin: do not retrieve latest version without update_checkArthurHoaro2020-11-091-4/+11
|/ | | | | | | | | If the setting 'updates.check_updates' is disabled, do not retrieve the latest version on server administration page. Additionally, updated default values for - updates.check_updates from false to true - updates.check_updates_branch from stable to latest
* Fix rebase issueArthurHoaro2020-10-271-2/+2
|
* Feature: add a Server administration pageArthurHoaro2020-10-211-0/+87
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