ArthurHoaro
d0ae1ba273
Merge pull request #1568 from ArthurHoaro/fix/vintage-linkdate
...
Fix undefined linkdate variable in vintage theme
2020-09-26 11:58:32 +02:00
ArthurHoaro
1cb5be5d0c
Fix undefined linkdate variable in vintage theme
...
Fixes #1371
2020-09-25 18:24:53 +02:00
ArthurHoaro
585fc700fa
Merge pull request #1560 from ArthurHoaro/fix/redirect-wrong-path
...
Fix invalid redirection using the path of an external domain
2020-09-25 10:59:51 +02:00
ArthurHoaro
85b972baf6
Merge pull request #1558 from ArthurHoaro/fix/plugins-base-path
...
Fix plugin base path in core plugins
2020-09-25 10:59:40 +02:00
ArthurHoaro
71eb87353c
Merge pull request #1565 from nodiscc/rm-makefile-summary
...
Makefile: remove static_analysis_summary from all: target
2020-09-25 10:57:25 +02:00
nodiscc
6ec24b3605
Makefile: remove static_analysis_summary from all: target
...
static_analysis_summary was removed in 37c9c6b#diff-b67911656ef5d18c4ae36cb6741b7965 but not from the all: target dependencies. Therefore running make all always fails.
fixes https://github.com/shaarli/Shaarli/issues/1459
2020-09-24 21:45:17 +02:00
ArthurHoaro
cdb96276c1
Merge pull request #1561 from ArthurHoaro/feature/front-deps-upgrade
2020-09-23 15:50:23 +02:00
ArthurHoaro
9192a48be3
Fix ESLint after dependency upgrade
2020-09-22 18:14:18 +02:00
ArthurHoaro
98325d646e
Bump NodeJS version on travis build
2020-09-22 17:57:54 +02:00
ArthurHoaro
96746d7165
Upgrade front end dependencies
...
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
2020-09-22 17:51:42 +02:00
ArthurHoaro
abe033be85
Fix invalid redirection using the path of an external domain
...
Fixes #1554
2020-09-22 15:37:26 +02:00
ArthurHoaro
5baafe5001
Merge pull request #1559 from ArthurHoaro/fix/edit-redirect
...
Fix redirection to referer after editing a link
2020-09-22 14:15:13 +02:00
ArthurHoaro
98e7a59ca2
Merge pull request #1539 from ArthurHoaro/feature/manual-root-url
2020-09-22 14:08:54 +02:00
ArthurHoaro
2785d85e0a
Fix redirection to referer after editing a link
...
Fixes #1545
2020-09-22 14:04:10 +02:00
ArthurHoaro
76fe68d924
Fix plugin base path in core plugins
...
Also fix note check in archiveorg plugin, and regression on vintage template.
Documentation regarding relative path has been added.
Fixes #1548
2020-09-22 13:50:19 +02:00
ArthurHoaro
6f199ee489
Merge pull request #1556 from kcaran/apache_methods
2020-09-22 11:45:58 +02:00
Keith Carangelo
4488ea4bb9
Added PATCH to the allowed Apache request methods.
2020-09-14 15:32:51 -04:00
ArthurHoaro
0d930454a2
Merge pull request #1553 from ArthurHoaro/fix/404-page
...
Properly handle 404 errors
2020-09-12 21:41:58 +02:00
ArthurHoaro
4af591ff3c
Merge pull request #1551 from ArthurHoaro/fix/plugin-save-metadata
...
Plugins: do not save metadata along plugin parameters
2020-09-12 21:41:24 +02:00
ArthurHoaro
b93cfeba7b
Fix subfolder configuration in unit tests
2020-09-12 21:39:01 +02:00
ArthurHoaro
650a5f09cb
Add manual configuration for root URL
...
This new setting under 'general.root_url' allows to override automatic discovery of Shaarli instance's URL.
Fixes #1339
2020-09-12 21:39:01 +02:00
nodiscc
e809908f9e
Merge pull request #1389 from shaarli/doc-rework-setup
...
doc: rework installation/setup guides, general refactoring
2020-09-12 12:38:05 +00:00
ArthurHoaro
97870f3512
doc: Docker minor improvements
2020-09-12 14:31:45 +02:00
Immánuel!
68855686db
Add 2 plugins to the 3rd party plugin list
...
Besides adding 2 new plugins, also reordered the list by ABC and fixed some discrepancies in the details to restore balance in the force
2020-09-12 14:31:45 +02:00
nodiscc
a5e9f2d6c9
doc: nginx config: document ipv4 and ipv6 listen directives
2020-09-12 14:31:45 +02:00
nodiscc
61f0c4b679
doc: apache config: remove useless documentroot directive in HTTP-only virtualhost (only used for redirects)
2020-09-12 14:31:45 +02:00
nodiscc
f682f1b899
doc: serve configuration/reverse proxy: fix apache mod_md configuration, move reference links to their respective sections, shorten
2020-09-12 14:31:45 +02:00
nodiscc
083b28021a
doc: server configuration: fix apache restart command
2020-09-12 14:31:45 +02:00
nodiscc
19489e92d7
doc: server configuration: enable mod_headers
2020-09-12 14:31:45 +02:00
nodiscc
5eece37b0a
doc: server configuration: fix apache site config file name
2020-09-12 14:31:45 +02:00
nodiscc
d8847936d4
doc: server configuration: add reminder to change the example domain name
2020-09-12 14:31:45 +02:00
nodiscc
9417f1337e
doc: server configuration: add asciicast of server configuration procedure (asciinema)
2020-09-12 14:31:45 +02:00
nodiscc
1a19c921a9
doc: updagrde/migration: simplify permissions setup
2020-09-12 14:31:45 +02:00
nodiscc
78b5b44d8f
doc: installation: simplify permissions setup
2020-09-12 14:31:45 +02:00
nodiscc
ff2b5f5bd8
doc: docker: update docker-compose to 1.26.2
2020-09-12 14:31:45 +02:00
nodiscc
48b19a7014
doc: installation: bump version to 0.11.1
2020-09-12 14:31:45 +02:00
nodiscc
02117f7ea3
doc: reverse proxy: update HTTP->HTTPS redirect configuration, remove logging options
2020-09-12 14:31:45 +02:00
nodiscc
e21df1e729
doc: fail2Ban: add note about restarting fail2ban
2020-09-12 14:31:45 +02:00
nodiscc
f3ab261631
doc: apache: add example configuration for mod_md
2020-09-12 14:31:45 +02:00
nodiscc
38d66e1a40
doc: server configuration: apache: add note about mod_md
2020-09-12 14:31:45 +02:00
nodiscc
ecdae2237f
doc: server configuration: update apache configuration 2.2 -> 2.4
...
https://httpd.apache.org/docs/current/upgrading.html
2020-09-12 14:31:45 +02:00
nodiscc
45203c0bca
doc: Community-and-related-software.md: order plugins alphabetically
2020-09-12 14:31:45 +02:00
nodiscc
46e019a132
doc: plugins: remove doc about deprecated $GLOBALS['config']['ENABLED_PLUGINS'] array
2020-09-12 14:31:45 +02:00
nodiscc
78f319fa6b
doc: troubleshooting: add procedure to clear shaarli caches
2020-09-12 14:31:45 +02:00
nodiscc
6c4cae378e
doc: server configuration: remove apache logging options
...
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
2020-09-12 14:31:45 +02:00
nodiscc
1aeefe1088
doc: server configuration: formatting/add comment
2020-09-12 14:31:45 +02:00
nodiscc
e0fe33f90b
doc: server configuration: add note on required firewall/NAT for Let's Encrypt certificates
2020-09-12 14:31:45 +02:00
Lucas Cimon
b6c9a2db30
Removing dead link in doc
...
As it currently redirects to https://www.lgblog.fr
2020-09-12 14:31:45 +02:00
nodiscc
5cacf290f0
doc: document dev.debug configuration etting
...
ref. https://github.com/shaarli/Shaarli/pull/779
2020-09-12 14:31:45 +02:00
owen bell
56ae25f11f
add shaarli-default-dark to the themes list
2020-09-12 14:31:45 +02:00