| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
See https://github.com/shaarli/Shaarli/issues/1307
|
|\
| |
| | |
Doc: add screenshots of all pages
|
| |
| |
| | |
Fixes https://github.com/shaarli/Shaarli/issues/598
|
| | |
|
| |
| |
| |
| | |
by apache 2.2 and no mod_version
|
| | |
|
| | |
|
| |
| |
| |
| | |
version used
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Without php-json the installation stops with a white screen and the following error:
> 09-Nov-2019 14:05:46 UTC] PHP Fatal error: Uncaught Error: Call to undefined function Shaarli\Config\json_encode() in /var/www/html/shaarli/application/config/ConfigJson.php:48
> Stack trace:
> #0 /var/www/html/shaarli/application/config/ConfigManager.php(239): Shaarli\Config\ConfigJson->write('data/config.jso...', Array)
> #1 /var/www/html/shaarli/index.php(1835): Shaarli\Config\ConfigManager->write(false)
> #2 /var/www/html/shaarli/index.php(178): install(Object(Shaarli\Config\ConfigManager), Object(Shaarli\Security\SessionManager), Object(Shaarli\Security\LoginManager))
> #3 {main}
> thrown in /var/www/html/shaarli/application/config/ConfigJson.php on line 48
Tested with Shaarli 0.10.4 on CentOS 8 with Httpd 2.4.37 and PHP 7.2.11.
|
|\ \
| | |
| | | |
doc: CI/dev tools: add paragraph about documentation/mkdocs
|
| | | |
|
| | |
| | |
| | | |
Fixes https://github.com/shaarli/Shaarli/issues/1335
|
|/ /
| |
| | |
Since emojis are in every web browsers now, these plugins have no purpose anymore. And they are very outdated.
|
| | |
|
|/ |
|
|
|
|
| |
fixes https://github.com/shaarli/Shaarli/issues/1330
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
If the option is enabled, it will try to find a meta tag containing
the page description and keywords, just like we do for the page title.
It will either look for regular meta tag or OpenGraph ones.
The option is disabled by default.
Note that keywords meta tags is mostly not used.
In `configure` template, the variable associated with this setting
is `$retrieve_description`.
Fixes #1302
|
|\
| |
| | |
Rewrite IP ban management
|
| |
| |
| |
| |
| |
| |
| | |
This adds a dedicated manager class to handle all ban interactions, which is instantiated and handled by LoginManager.
IPs are now stored in the same format as the datastore, through FileUtils.
Fixes #1032 #587
|
| |
| |
| |
| | |
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
|\ \
| | |
| | | |
Update badges, changelog and documentation for v0.10.3
|
| | |
| | |
| | |
| | | |
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
|\ \ \
| | | |
| | | | |
Documentation: drop PHP 7.0 compatibility in Shaarli 11.x
|
| | |/
| |/|
| | |
| | | |
related to #1249
|
|\ \ \
| |_|/
|/| | |
Remove the redirector setting
|
| |/
| |
| |
| | |
Fixes #1239
|
|/
|
| |
Fixes warnings from https://travis-ci.org/shaarli/Shaarli/jobs/486928133
|
|\ |
|
| | |
|
|/ |
|
|\
| |
| | |
doc: fix homepage icon
|
| |
| |
| |
| | |
The icon did not display properly on https://shaarli.readthedocs.io/en/master/
|
|/
|
| |
Ref https://github.com/shaarli/Shaarli/issues/1249
|
|
|
| |
Author's repo moved to Framagit
|
|\
| |
| | |
remove firefox share documentation
|
| |
| |
| |
| |
| | |
Firefox Share integration has been removed in https://github.com/shaarli/Shaarli/pull/1026
Firefox Share is not available anymore in any ESR/release versions of Firefox
|
|\ \
| |/
|/| |
doc: refactor documentation homepage
|
| |
| |
| |
| |
| |
| |
| |
| | |
- simplify/organize feature list and contributing section
- move bug reporting/contact information to Contributing section
- unclutter
Ref https://github.com/shaarli/Shaarli/issues/1148#issuecomment-397871451 and https://github.com/shaarli/Shaarli/issues/598
|
| |
| |
| |
| |
| |
| |
| | |
Fixes #1177
The `url` template filter is [only supported in Mkdocs 1.0+](https://github.com/mkdocs/mkdocs/blob/master/docs/about/release-notes.md#internal-refactor-of-pages-files-and-navigation)
Readthedocs.org uses Mkdocs `0.17.3 ` while `make htmldoc` fetches the [latest version from pypi](https://pypi.org/project/mkdocs/) which is `1.0.4`.
Following https://github.com/shaarli/Shaarli/pull/1220, building the docs fails with https://readthedocs.org/projects/shaarli/builds/7886340/
|
| |
| |
| |
| | |
control mechanisms
|
|/
|
|
|
|
| |
- Customize the "readthedocs" mkdocs theme: https://www.mkdocs.org/user-guide/styling-your-docs/#customizing-a-theme
- Adds a '<meta name="robots" content="noindex, nofollow">' HTML tag on each page
- Do not include robots directive on readthedocs.org, only in local builds
|
|\
| |
| | |
Use web-thumbnailer to retrieve thumbnails
|
| |
| |
| |
| | |
Upgrade web-thumbnailer and display thumbs right after download
|
| | |
|
|\ \
| | |
| | | |
Provide a Docker Compose example
|
| | |
| | |
| | |
| | | |
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|