Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: add a Server administration page #1604

Merged
merged 1 commit into from
Oct 27, 2020

Conversation

ArthurHoaro
Copy link
Member

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

There are 2 new optional templates:

  • server.html
  • server.requirements.html

Screenshots (one with errors set manually in the code):

Screenshot_2020-10-21 Install Shaarli
Screenshot_2020-10-21 test

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 shaarli#40
Fixes shaarli#185
@ArthurHoaro ArthurHoaro added this to the 0.12.1 milestone Oct 21, 2020
@ArthurHoaro ArthurHoaro self-assigned this Oct 21, 2020
@ArthurHoaro ArthurHoaro merged commit e6215a2 into shaarli:master Oct 27, 2020
@ArthurHoaro ArthurHoaro deleted the feature/server-admin-page branch October 27, 2020 18:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"Clear cache" button in tools Require write permissions only for relevant directories
1 participant