Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Feature: support any tag separator | ArthurHoaro | 2020-11-05 | 1 | -0/+2 |
| | | | | | | | | So it allows to have multiple words tags. Breaking change: commas ',' are no longer a default separator. Fixes #594 | ||||
* | Default formatter: add a setting to disable auto-linkification | ArthurHoaro | 2020-11-03 | 1 | -0/+16 |
| | | | | | | | + update documentation + single parameter for both URL and hashtags Fixes #1094 | ||||
* | Fix: nginx - add rule to disable url-rewriting for the docs | ArthurHoaro | 2020-10-21 | 1 | -0/+5 |
| | | | | Related to #1603 | ||||
* | Merge pull request #1567 from ArthurHoaro/feature/async-title-retrieval | ArthurHoaro | 2020-10-20 | 1 | -0/+1 |
|\ | |||||
| * | Add a setting to retrieve bookmark metadata asynchrounously | ArthurHoaro | 2020-10-15 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - There is a new standalone script (metadata.js) which requests a new controller to get bookmark metadata and fill the form async - This feature is enabled with the new setting: general.enable_async_metadata (enabled by default) - general.retrieve_description is now enabled by default - A small rotating loader animation has a been added to bookmark inputs when metadata is being retrieved (default template) - Custom JS htmlentities has been removed and mathiasbynens/he library is used instead Fixes #1563 | ||||
* | | Doc: typo | ArthurHoaro | 2020-10-16 | 1 | -1/+1 |
| | | |||||
* | | Inject ROOT_PATH in plugin instead of regenerating it everywhere | ArthurHoaro | 2020-10-16 | 1 | -3/+8 |
| | | |||||
* | | Support using Shaarli without URL rewriting | ArthurHoaro | 2020-10-16 | 1 | -0/+16 |
|/ | | | | | | | | | - Shaarli can be fully used by prefixing any URL with /index.php/ - {$base_path} used in templates already works with this configuration - Assets path (outside of theme's assets) must be prefixed with {$root_url}/ - Documentation section in « Server configuration » Fixes #1590 | ||||
* | Doc: add PHP 7.4 and 8.0 as supported version | ArthurHoaro | 2020-10-15 | 1 | -2/+4 |
| | |||||
* | Merge pull request #1566 from nodiscc/makefile-composer-install | ArthurHoaro | 2020-09-30 | 1 | -10/+5 |
|\ | | | | | doc/Makefile: remove references to composer update | ||||
| * | doc/Makefile: remove references to composer update | nodiscc | 2020-09-24 | 1 | -10/+5 |
| | | | | | | | | | | | | - add make composer_dependencies_dev Makefile target and use this instead - fix composer initial installation procedure - fix php-xdebug install instructions | ||||
* | | Merge pull request #1558 from ArthurHoaro/fix/plugins-base-path | ArthurHoaro | 2020-09-25 | 1 | -0/+14 |
|\ \ | |/ |/| | Fix plugin base path in core plugins | ||||
| * | Fix plugin base path in core plugins | ArthurHoaro | 2020-09-22 | 1 | -0/+14 |
| | | | | | | | | | | | | | | Also fix note check in archiveorg plugin, and regression on vintage template. Documentation regarding relative path has been added. Fixes #1548 | ||||
* | | Add manual configuration for root URL | ArthurHoaro | 2020-09-12 | 1 | -35/+36 |
|/ | | | | | | This new setting under 'general.root_url' allows to override automatic discovery of Shaarli instance's URL. Fixes #1339 | ||||
* | doc: Docker minor improvements | ArthurHoaro | 2020-09-12 | 1 | -19/+40 |
| | |||||
* | Add 2 plugins to the 3rd party plugin list | Immánuel! | 2020-09-12 | 1 | -1/+3 |
| | | | | Besides adding 2 new plugins, also reordered the list by ABC and fixed some discrepancies in the details to restore balance in the force | ||||
* | doc: nginx config: document ipv4 and ipv6 listen directives | nodiscc | 2020-09-12 | 1 | -1/+4 |
| | |||||
* | doc: apache config: remove useless documentroot directive in HTTP-only ↵ | nodiscc | 2020-09-12 | 1 | -1/+0 |
| | | | | virtualhost (only used for redirects) | ||||
* | doc: serve configuration/reverse proxy: fix apache mod_md configuration, ↵ | nodiscc | 2020-09-12 | 2 | -47/+66 |
| | | | | move reference links to their respective sections, shorten | ||||
* | doc: server configuration: fix apache restart command | nodiscc | 2020-09-12 | 1 | -1/+1 |
| | |||||
* | doc: server configuration: enable mod_headers | nodiscc | 2020-09-12 | 1 | -0/+3 |
| | |||||
* | doc: server configuration: fix apache site config file name | nodiscc | 2020-09-12 | 1 | -1/+1 |
| | |||||
* | doc: server configuration: add reminder to change the example domain name | nodiscc | 2020-09-12 | 1 | -2/+2 |
| | |||||
* | doc: server configuration: add asciicast of server configuration procedure ↵ | nodiscc | 2020-09-12 | 1 | -0/+7 |
| | | | | (asciinema) | ||||
* | doc: updagrde/migration: simplify permissions setup | nodiscc | 2020-09-12 | 1 | -4/+2 |
| | |||||
* | doc: installation: simplify permissions setup | nodiscc | 2020-09-12 | 1 | -7/+1 |
| | |||||
* | doc: docker: update docker-compose to 1.26.2 | nodiscc | 2020-09-12 | 1 | -1/+1 |
| | |||||
* | doc: installation: bump version to 0.11.1 | nodiscc | 2020-09-12 | 1 | -2/+2 |
| | |||||
* | doc: reverse proxy: update HTTP->HTTPS redirect configuration, remove ↵ | nodiscc | 2020-09-12 | 2 | -8/+12 |
| | | | | logging options | ||||
* | doc: fail2Ban: add note about restarting fail2ban | nodiscc | 2020-09-12 | 1 | -0/+2 |
| | |||||
* | doc: apache: add example configuration for mod_md | nodiscc | 2020-09-12 | 1 | -4/+9 |
| | |||||
* | doc: server configuration: apache: add note about mod_md | nodiscc | 2020-09-12 | 1 | -1/+7 |
| | |||||
* | doc: server configuration: update apache configuration 2.2 -> 2.4 | nodiscc | 2020-09-12 | 1 | -2/+1 |
| | | | | https://httpd.apache.org/docs/current/upgrading.html | ||||
* | doc: Community-and-related-software.md: order plugins alphabetically | nodiscc | 2020-09-12 | 1 | -6/+6 |
| | |||||
* | doc: plugins: remove doc about deprecated ↵ | nodiscc | 2020-09-12 | 1 | -17/+1 |
| | | | | $GLOBALS['config']['ENABLED_PLUGINS'] array | ||||
* | doc: troubleshooting: add procedure to clear shaarli caches | nodiscc | 2020-09-12 | 2 | -0/+11 |
| | |||||
* | doc: server configuration: remove apache logging options | nodiscc | 2020-09-12 | 1 | -12/+0 |
| | | | | see https://github.com/nodiscc/xsrv/blob/master/roles/apache/templates/etc_apache2_conf-available_logging.conf.j2 for an example server-wide logging configuration | ||||
* | doc: server configuration: formatting/add comment | nodiscc | 2020-09-12 | 1 | -3/+2 |
| | |||||
* | doc: server configuration: add note on required firewall/NAT for Let's ↵ | nodiscc | 2020-09-12 | 1 | -1/+2 |
| | | | | Encrypt certificates | ||||
* | Removing dead link in doc | Lucas Cimon | 2020-09-12 | 1 | -1/+1 |
| | | | As it currently redirects to https://www.lgblog.fr | ||||
* | doc: document dev.debug configuration etting | nodiscc | 2020-09-12 | 1 | -0/+3 |
| | | | | ref. https://github.com/shaarli/Shaarli/pull/779 | ||||
* | add shaarli-default-dark to the themes list | owen bell | 2020-09-12 | 1 | -0/+1 |
| | |||||
* | Added links to doc section "Articles and social media discussions" | Lucas Cimon | 2020-09-12 | 1 | -3/+10 |
| | |||||
* | doc: server configuration: php requirements: add php-simplexml | nodiscc | 2020-09-12 | 1 | -1/+2 |
| | | | | ref. https://github.com/shaarli/Shaarli/pull/1476 | ||||
* | doc: Community-and-related-software: add shaarli-webhooks plugin | nodiscc | 2020-09-12 | 1 | -0/+1 |
| | |||||
* | doc: add note about importing browser bookmarks folder structure to shaarli tags | nodiscc | 2020-09-12 | 1 | -0/+1 |
| | | | | ref. https://github.com/shaarli/Shaarli/issues/1449 | ||||
* | doc: troubleshooting: improve compatibility with PHP 5.6/FTP upload limits | nodiscc | 2020-09-12 | 1 | -6/+11 |
| | | | | ref. https://github.com/shaarli/Shaarli/issues/1469 | ||||
* | doc: usage: active filters/clear search filters | nodiscc | 2020-09-12 | 1 | -1/+2 |
| | |||||
* | doc: nginx: add let's encrypt ssl configuration | nodiscc | 2020-09-12 | 1 | -0/+8 |
| | |||||
* | doc: nginx: reorder | nodiscc | 2020-09-12 | 1 | -3/+3 |
| |