aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Fix ESLint after dependency upgradeArthurHoaro2020-09-221-9/+10
|
* Bump NodeJS version on travis buildArthurHoaro2020-09-221-1/+1
|
* Upgrade front end dependenciesArthurHoaro2020-09-228-3795/+3916
| | | | | | | | | | | | | Mostly in order to get rid of deprecated deps, and upgrade vulnerable ones. - Upgrade webpack from 3.x to 4.x - Moved babel package to main repo - Replaced deprecated extract-text-webpack-plugin with extract-text-webpack-plugin - Replaced deprecated babel-minify-webpack-plugin with terser-webpack-plugin - Replaced deprecated node-sass with (dart) sass package - Replaced deprecated sass-lint with stylelint (the rules might be a bit different Related to #1531: trivy doesn't raise any more issue
* 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
| | |
| * | server-configuration: move firewall/NAT requirements to Network sectionnodiscc2020-09-121-0/+4
| | |
| * | fix markdown syntaxnodiscc2020-09-121-1/+1
| | |
| * | formatting/emphasisnodiscc2020-09-121-1/+1
| | |
| * | doc: docker.md: fix stray code blocknodiscc2020-09-121-2/+1
| | |