aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* **General rewording, proof-reading, deduplication, shortening, reordering, ↵nodiscc2020-09-1258-2450/+1821
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | simplification, cleanup/formatting/standardization** - standardize page names, rework documentation structure, update TOC - use same example paths everywhere - level 1 titles on all pages - fix broken links - .md suffix on all page links (works both from readthedocs and github repository views) **Server:** A full and concise installation guide with examples is a frequent request. The documentation should provide such a guide for basic installation needs, while explaining alternative/advanced configuration at the end. Links to reference guides and documentation should be used more frequently to avoid recommending an outdated or excessively complex configuration. - server: move most server-related info to server-configuration.md, cleanup/shorten - server: update list of php dependencies/libraries, link to composer.json - server: installation: support 3 install methods (from release zip, from sources, using docker) - server: installation: use rsync instead of mv as mv results will change depending of taget directory already existing or not - server: add example/basic usage of certbot - server, upgrade, installation: update file permissions setup, use sudo for upgrade operations in webserver document root - server: apache: add comments to configuration, fix and factorize file permissions setup, set cache-control header, deny access to dotfiles, add missing apache config steps, add http->https redirect example - server: nginx: refactor nginx configuration, add comments, DO log access to denied/protected files - server: add links to MDN for x-forwarded-* http headers explanation, cleanup/clarify robots.txt and crawlers section - server: bump file upload size limit to 100MB we have reports of bookmark exports weighing +40MB - i have a 13MB one here - server: simplify phpinfo documentation - server: move backup and restore information to dedicated page - docker: move all docker docs to Docker.md, simplify/ docker setup, add docker-compose.yml example, replace docker-101 with docker cheatsheet - troubleshooting: move all troubleshooting documentation to troubleshooting.md **Usage:** - index: add getting started section on index page - features/usage: move all usage-related documentation to usage.md, add links from the main feature list to corresponding usage docs, clarify/reword features list - shaarli configuration: add note about configuring from web interface **Removed:** - remove obsolete/orphan images - remove obsolete shaarchiver example - remove outdated "decode datastore content" snippet **Development:** - development: move development-related docs (static analysis, CI, unit tests, 3rd party libs, link structure/directory, guidelines, security....) to dev/ directory - development: Merge several pages to development.md - **Breaking change?:** remove mentions of 'stable' branch, switch to new branch/release model (master=latest commit, release=latest tag) - **Breaking change?:** refer to base sharing unit as "Shaare" everywhere (TODO: reflect changes in the code?) doc: update featues list/link to usage.md for details - development: directory structure: add note about required file permissions - .travis-ci.yml: add comments - .htaccess: add comment
* Merge pull request #1552 from ArthurHoaro/feature/better-initializerArthurHoaro2020-09-124-106/+325
|\
| * Improve default bookmarks after installArthurHoaro2020-09-104-106/+325
| | | | | | | | | | | | | | Used @nodiscc suggestion in #1148 (slightly edited). It provides a description of what Shaarli does, Markdown rendering demo, and a thumbnail link. Fixes #1148
* | Merge pull request #1547 from ArthurHoaro/fix/daily-visibilityArthurHoaro2020-09-064-9/+56
|\ \ | | | | | | Fix visibility issue on daily page
| * | Fix visibility issue on daily pageArthurHoaro2020-09-064-9/+56
| |/ | | | | | | | | | | This filter (links by day) didn't apply any visibility parameter. Fixes #1543
* | Merge pull request #1538 from ArthurHoaro/feature/plugins-bookmark-serviceArthurHoaro2020-09-064-37/+63
|\ \ | | | | | | Inject BookmarkServiceInterface in plugins data
| * | Inject BookmarkServiceInterface in plugins dataArthurHoaro2020-09-034-37/+63
| | | | | | | | | | | | Related discussion: ilesinge/shaarli-related#7
* | | Merge pull request #1546 from immanuelfodor/patch-2ArthurHoaro2020-09-061-2/+2
|\ \ \ | | | | | | | | Fix broken css/js files on individual shaare pages
| * | | Fix broken css/js files on individual shaare pagesImmánuel!2020-09-061-2/+2
|/ / /
* | | Merge pull request #1542 from shaarli/dependabot/npm_and_yarn/node-sass-4.13.1ArthurHoaro2020-09-062-10/+10
|\ \ \ | | | | | | | | Bump node-sass from 4.12.0 to 4.13.1
| * | | Bump node-sass from 4.12.0 to 4.13.1dependabot[bot]2020-09-042-10/+10
|/ / / | | | | | | | | | | | | | | | | | | | | | Bumps [node-sass](https://github.com/sass/node-sass) from 4.12.0 to 4.13.1. - [Release notes](https://github.com/sass/node-sass/releases) - [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md) - [Commits](https://github.com/sass/node-sass/compare/v4.12.0...v4.13.1) Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #1541 from ArthurHoaro/fix/legacy-login-encodingArthurHoaro2020-09-031-1/+11
|\ \ \
| * | | Fix: encoding in legacy route login redirection to post bookmarkArthurHoaro2020-09-031-1/+11
| | |/ | |/| | | | | | | | | | When a bookmark is post from a logged out user, he is first redirected to the login page with 'returnurl' containing the link, then redirected again when the login is processed. We need to reencode the posted URL, otherwise the browser does not handle the fragment as a part of the posted parameter.
* | | Merge pull request #1537 from ArthurHoaro/fix/back-compatible-targetsArthurHoaro2020-09-034-646/+10
|\ \ \ | |/ / |/| |
| * | Fix feed target in UTArthurHoaro2020-09-031-3/+3
| | |
| * | Improve backward compatibility for LegacyRouterArthurHoaro2020-09-033-643/+7
| |/ | | | | | | | | | | | | LegacyRouter is no longer used for routing, only in existing plugins to match the _PAGE_ parameter. So we change a few of its values there, to match the new ones defined in TemplatePage. @see discussion in shaarli/Shaarli#1537
* | Merge pull request #1519 from ArthurHoaro/fix/mobile-pin-linkArthurHoaro2020-09-031-1/+11
|\ \ | | | | | | Default template: display pin button in mobile view
| * | Default template: display pin button in mobile viewArthurHoaro2020-08-271-1/+11
| | | | | | | | | | | | Fixes #1347