aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #1539 from ArthurHoaro/feature/manual-root-urlArthurHoaro2020-09-2214-61/+189
|\ \
| * | Fix subfolder configuration in unit testsArthurHoaro2020-09-128-20/+55
| | |
| * | Add manual configuration for root URLArthurHoaro2020-09-126-41/+134
| | | | | | | | | | | | | | | | | | This new setting under 'general.root_url' allows to override automatic discovery of Shaarli instance's URL. Fixes #1339
* | | Merge pull request #1556 from kcaran/apache_methodsArthurHoaro2020-09-221-17/+1
|\ \ \ | |_|/ |/| |
| * | Added PATCH to the allowed Apache request methods.Keith Carangelo2020-09-141-17/+1
| | |
| * | Merge branch 'links_per_page'Keith Carangelo2020-09-030-0/+0
| |\ \
| | * \ Merge branch 'master' of https://github.com/shaarli/Shaarli into links_per_pageKeith Carangelo2020-09-025-42/+49
| | |\ \
* | | \ \ Merge pull request #1553 from ArthurHoaro/fix/404-pageArthurHoaro2020-09-126-5/+121
|\ \ \ \ \ | | | | | | | | | | | | Properly handle 404 errors
| * | | | | Properly handle 404 errorsArthurHoaro2020-09-126-5/+121
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use 404 template instead of default Slim error page if the route is not found. Fixes #827
* | | | | | Merge pull request #1551 from ArthurHoaro/fix/plugin-save-metadataArthurHoaro2020-09-125-31/+51
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | Plugins: do not save metadata along plugin parameters
| * | | | | Plugins: do not save metadata along plugin parametersArthurHoaro2020-09-125-31/+51
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Also prevent the token to be saved. Fixes #1550
* | | | | Merge pull request #1389 from shaarli/doc-rework-setupnodiscc2020-09-1258-2487/+1940
|\ \ \ \ \ | | | | | | | | | | | | doc: rework installation/setup guides, general refactoring
| * | | | | doc: Docker minor improvementsArthurHoaro2020-09-121-19/+40
| | | | | |
| * | | | | Add 2 plugins to the 3rd party plugin listImmánuel!2020-09-121-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 directivesnodiscc2020-09-121-1/+4
| | | | | |
| * | | | | doc: apache config: remove useless documentroot directive in HTTP-only ↵nodiscc2020-09-121-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | virtualhost (only used for redirects)
| * | | | | doc: serve configuration/reverse proxy: fix apache mod_md configuration, ↵nodiscc2020-09-122-47/+66
| | | | | | | | | | | | | | | | | | | | | | | | move reference links to their respective sections, shorten
| * | | | | doc: server configuration: fix apache restart commandnodiscc2020-09-121-1/+1
| | | | | |
| * | | | | doc: server configuration: enable mod_headersnodiscc2020-09-121-0/+3
| | | | | |
| * | | | | doc: server configuration: fix apache site config file namenodiscc2020-09-121-1/+1
| | | | | |
| * | | | | doc: server configuration: add reminder to change the example domain namenodiscc2020-09-121-2/+2
| | | | | |
| * | | | | doc: server configuration: add asciicast of server configuration procedure ↵nodiscc2020-09-121-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | (asciinema)
| * | | | | doc: updagrde/migration: simplify permissions setupnodiscc2020-09-121-4/+2
| | | | | |
| * | | | | doc: installation: simplify permissions setupnodiscc2020-09-121-7/+1
| | | | | |
| * | | | | doc: docker: update docker-compose to 1.26.2nodiscc2020-09-121-1/+1
| | | | | |
| * | | | | doc: installation: bump version to 0.11.1nodiscc2020-09-121-2/+2
| | | | | |
| * | | | | doc: reverse proxy: update HTTP->HTTPS redirect configuration, remove ↵nodiscc2020-09-122-8/+12
| | | | | | | | | | | | | | | | | | | | | | | | logging options
| * | | | | doc: fail2Ban: add note about restarting fail2bannodiscc2020-09-121-0/+2
| | | | | |
| * | | | | doc: apache: add example configuration for mod_mdnodiscc2020-09-121-4/+9
| | | | | |
| * | | | | doc: server configuration: apache: add note about mod_mdnodiscc2020-09-121-1/+7
| | | | | |
| * | | | | doc: server configuration: update apache configuration 2.2 -> 2.4nodiscc2020-09-121-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | https://httpd.apache.org/docs/current/upgrading.html
| * | | | | doc: Community-and-related-software.md: order plugins alphabeticallynodiscc2020-09-121-6/+6
| | | | | |
| * | | | | doc: plugins: remove doc about deprecated ↵nodiscc2020-09-121-17/+1
| | | | | | | | | | | | | | | | | | | | | | | | $GLOBALS['config']['ENABLED_PLUGINS'] array
| * | | | | doc: troubleshooting: add procedure to clear shaarli cachesnodiscc2020-09-122-0/+11
| | | | | |
| * | | | | doc: server configuration: remove apache logging optionsnodiscc2020-09-121-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 commentnodiscc2020-09-121-3/+2
| | | | | |
| * | | | | doc: server configuration: add note on required firewall/NAT for Let's ↵nodiscc2020-09-121-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | Encrypt certificates
| * | | | | Removing dead link in docLucas Cimon2020-09-121-1/+1
| | | | | | | | | | | | | | | | | | As it currently redirects to https://www.lgblog.fr
| * | | | | doc: document dev.debug configuration ettingnodiscc2020-09-121-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | ref. https://github.com/shaarli/Shaarli/pull/779
| * | | | | add shaarli-default-dark to the themes listowen bell2020-09-121-0/+1
| | | | | |
| * | | | | Added links to doc section "Articles and social media discussions"Lucas Cimon2020-09-121-3/+10
| | | | | |
| * | | | | doc: server configuration: php requirements: add php-simplexmlnodiscc2020-09-121-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | ref. https://github.com/shaarli/Shaarli/pull/1476
| * | | | | doc: Community-and-related-software: add shaarli-webhooks pluginnodiscc2020-09-121-0/+1
| | | | | |
| * | | | | doc: add note about importing browser bookmarks folder structure to shaarli tagsnodiscc2020-09-121-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | ref. https://github.com/shaarli/Shaarli/issues/1449
| * | | | | doc: troubleshooting: improve compatibility with PHP 5.6/FTP upload limitsnodiscc2020-09-121-6/+11
| | | | | | | | | | | | | | | | | | | | | | | | ref. https://github.com/shaarli/Shaarli/issues/1469
| * | | | | doc: usage: active filters/clear search filtersnodiscc2020-09-121-1/+2
| | | | | |
| * | | | | doc: nginx: add let's encrypt ssl configurationnodiscc2020-09-121-0/+8
| | | | | |
| * | | | | doc: nginx: reordernodiscc2020-09-121-3/+3
| | | | | |
| * | | | | apache: fix let's encrypt configuration , copy it directly from reference filenodiscc2020-09-121-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | including options-ssl-apache.conf requires python3-certbot-apache which pulls a lot of dependencies
| * | | | | doc: php compatibility: add php 7.3nodiscc2020-09-121-0/+1
| | | | | |