aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-1254-2408/+1794
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Inject BookmarkServiceInterface in plugins dataArthurHoaro2020-09-031-23/+45
| | | | Related discussion: ilesinge/shaarli-related#7
* Update French translationArthurHoaro2020-07-231-2/+2
|
* Process main page (linklist) through Slim controllerArthurHoaro2020-07-231-3/+3
| | | | | Including a bunch of improvements on the container, and helper used across new controllers.
* Process plugins administration page through Slim controllersArthurHoaro2020-07-231-1/+1
|
* Process bookmarks import through Slim controllerArthurHoaro2020-07-231-1/+1
|
* Process bookmark exports through Slim controllersArthurHoaro2020-07-231-1/+1
|
* Use multi-level routes for existing controllers instead of 1 level everywhereArthurHoaro2020-07-232-10/+10
| | | | Also prefix most admin routes with /admin/
* Handle shaare creation/edition/deletion through Slim controllersArthurHoaro2020-07-231-1/+1
|
* Process configure page through Slim controllerArthurHoaro2020-07-231-1/+1
|
* Process tools page through Slim controllerArthurHoaro2020-07-231-1/+1
|
* Initialize admin Slim controllersArthurHoaro2020-07-231-1/+1
| | | | | | - Reorganize visitor controllers - Fix redirection with Slim's requests base path - Fix daily links
* RSS/ATOM feeds: process through Slim controllerArthurHoaro2020-07-231-4/+4
|
* Process tag list page through Slim controllerArthurHoaro2020-07-231-1/+1
|
* Process tag cloud page through Slim controllerArthurHoaro2020-07-231-1/+1
|
* Process picwall rendering through Slim controller + UTArthurHoaro2020-07-232-3/+3
|
* Merge pull request #1428 from pipoprods/feat/ldap-authArthurHoaro2020-06-251-0/+9
|\
| * ldap authentication, fixes shaarli/Shaarli#1343Sébastien NOBILI2020-03-021-0/+9
| |
* | Add an example for the description variable to the meta fileflow.gunso2020-05-151-0/+2
| |
* | Document about the .meta file at the plugin creation/initializationflow.gunso2020-05-151-2/+5
| |
* | Merge pull request #1403 from shaarli/doc-composernodiscc2020-04-114-159/+65
|\ \ | |/ |/| doc: simplify composer installation procedure, merge Unit tests related pages, reword/shorten, fix references to old php versions
| * doc: composer update should actually be removed as it alters the Composer ↵doc-composernodiscc2020-04-111-1/+0
| | | | | | | | lock file
| * doc: use <PHP_VERSION>, fix php.ini pathnodiscc2020-03-091-1/+1
| | | | | | Co-Authored-By: Aurélien Tamisier <virtualtam+github@flibidi.net>
| * doc: use obvious <PHP_VERSION> placeholdernodiscc2020-03-091-1/+1
| | | | | | Co-Authored-By: Aurélien Tamisier <virtualtam+github@flibidi.net>
| * doc: fix php.ini pathnodiscc2020-03-091-1/+1
| | | | | | Co-Authored-By: Aurélien Tamisier <virtualtam+github@flibidi.net>
| * doc: fix references to php5, use new directory structurenodiscc2020-01-192-5/+5
| |
| * doc: fix reference to old version of php-xdebug packagenodiscc2020-01-191-1/+1
| |
| * doc: merge unit tests/docker unit tests pages, simplfy, rewordnodiscc2020-01-192-61/+48
| |
| * doc: reword simplify xdebug installation/unit testsnodiscc2020-01-191-8/+4
| |
| * doc: simplify unit tests documentationnodiscc2020-01-191-71/+4
| |
| * doc: simplify composer installation procedurenodiscc2020-01-191-12/+3
| |