Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1635 from ArthurHoaro/feature/phpcs | ArthurHoaro | 2020-11-10 | 1 | -1/+3 |
|\ | |||||
| * | Manually fix remaining PHPCS errors | ArthurHoaro | 2020-11-09 | 1 | -1/+3 |
| | | |||||
| * | Apply PHP Code Beautifier on source code for linter automatic fixes | ArthurHoaro | 2020-11-09 | 1 | -1/+1 |
| | | |||||
* | | Server admin: do not retrieve latest version without update_check | ArthurHoaro | 2020-11-09 | 1 | -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 issue | ArthurHoaro | 2020-10-27 | 1 | -2/+2 |
| | |||||
* | Feature: add a Server administration page | ArthurHoaro | 2020-10-21 | 1 | -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 |