| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | | | Merge pull request #1565 from nodiscc/rm-makefile-summary | ArthurHoaro | 2020-09-25 | 1 | -1/+1 |
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | | |
|
| * | | | | | Makefile: remove static_analysis_summary from all: target | nodiscc | 2020-09-24 | 1 | -1/+1 |
|/ / / / / |
|
* | | | | | Merge pull request #1561 from ArthurHoaro/feature/front-deps-upgrade | ArthurHoaro | 2020-09-23 | 10 | -3805/+3927 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | Fix ESLint after dependency upgrade | ArthurHoaro | 2020-09-22 | 1 | -9/+10 |
| * | | | | Bump NodeJS version on travis build | ArthurHoaro | 2020-09-22 | 1 | -1/+1 |
| * | | | | Upgrade front end dependencies | ArthurHoaro | 2020-09-22 | 8 | -3795/+3916 |
| |/ / / |
|
* | | | | Merge pull request #1559 from ArthurHoaro/fix/edit-redirect | ArthurHoaro | 2020-09-22 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | Fix redirection to referer after editing a link | ArthurHoaro | 2020-09-22 | 1 | -1/+1 |
| |/ / / |
|
* | | | | Merge pull request #1539 from ArthurHoaro/feature/manual-root-url | ArthurHoaro | 2020-09-22 | 14 | -61/+189 |
|\ \ \ \ |
|
| * | | | | Fix subfolder configuration in unit tests | ArthurHoaro | 2020-09-12 | 8 | -20/+55 |
| * | | | | Add manual configuration for root URL | ArthurHoaro | 2020-09-12 | 6 | -41/+134 |
* | | | | | Merge pull request #1556 from kcaran/apache_methods | ArthurHoaro | 2020-09-22 | 1 | -17/+1 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | Added PATCH to the allowed Apache request methods. | Keith Carangelo | 2020-09-14 | 1 | -17/+1 |
| * | | | | Merge branch 'links_per_page' | Keith Carangelo | 2020-09-03 | 0 | -0/+0 |
| |\ \ \ \ |
|
| | * \ \ \ | Merge branch 'master' of https://github.com/shaarli/Shaarli into links_per_page | Keith Carangelo | 2020-09-02 | 5 | -42/+49 |
| | |\ \ \ \ |
|
* | | \ \ \ \ | Merge pull request #1553 from ArthurHoaro/fix/404-page | ArthurHoaro | 2020-09-12 | 6 | -5/+121 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Properly handle 404 errors | ArthurHoaro | 2020-09-12 | 6 | -5/+121 |
* | | | | | | | | Merge pull request #1551 from ArthurHoaro/fix/plugin-save-metadata | ArthurHoaro | 2020-09-12 | 5 | -31/+51 |
|\ \ \ \ \ \ \ \
| |_|_|_|_|/ / /
|/| | | | | | | |
|
| * | | | | | | | Plugins: do not save metadata along plugin parameters | ArthurHoaro | 2020-09-12 | 5 | -31/+51 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #1389 from shaarli/doc-rework-setup | nodiscc | 2020-09-12 | 58 | -2487/+1940 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | 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 |
| * | | | | | | | 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 virtua... | nodiscc | 2020-09-12 | 1 | -1/+0 |
| * | | | | | | | doc: serve configuration/reverse proxy: fix apache mod_md configuration, move... | nodiscc | 2020-09-12 | 2 | -47/+66 |
| * | | | | | | | 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 (a... | nodiscc | 2020-09-12 | 1 | -0/+7 |
| * | | | | | | | 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 logging... | nodiscc | 2020-09-12 | 2 | -8/+12 |
| * | | | | | | | 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 |
| * | | | | | | | doc: Community-and-related-software.md: order plugins alphabetically | nodiscc | 2020-09-12 | 1 | -6/+6 |
| * | | | | | | | doc: plugins: remove doc about deprecated $GLOBALS['config']['ENABLED_PLUGINS... | nodiscc | 2020-09-12 | 1 | -17/+1 |
| * | | | | | | | 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 |
| * | | | | | | | 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 Encryp... | nodiscc | 2020-09-12 | 1 | -1/+2 |
| * | | | | | | | Removing dead link in doc | Lucas Cimon | 2020-09-12 | 1 | -1/+1 |
| * | | | | | | | doc: document dev.debug configuration etting | nodiscc | 2020-09-12 | 1 | -0/+3 |
| * | | | | | | | 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 |