aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1047 from virtualtam/changelogVirtualTam2018-01-045-19/+39
|\ | | | | Update changelog, documentation and authors
| * Update AUTHORS and contributor mailmapVirtualTam2018-01-042-4/+10
| | | | | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
| * Update CHANGELOG, README badges and installation instructionsVirtualTam2018-01-043-15/+29
|/ | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Merge pull request #1046 from virtualtam/security/login-xssVirtualTam2018-01-041-1/+1
|\ | | | | Fix XSS vulnerability
| * Fix XSS vulnerabilityVirtualTam2018-01-041-1/+1
|/ | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Feature: Docker armhf support (#1041)Immánuel!2018-01-042-0/+94
| | | | | | | | | Docker: add Alpine Linux ARM HF latest and master images See: - http://www.armhf.com/ - https://wiki.alpinelinux.org/wiki/Alpine_on_ARM - https://hub.docker.com/r/lsiobase/alpine.armhf/
* Merge pull request #1044 from ArthurHoaro/hotfix/plugins-parameter-buttonArthurHoaro2018-01-011-3/+3
|\ | | | | Fix an issue preventing the Save button to appear for plugin parameters
| * Fix an issue preventing the Save button to appear for plugin parametersArthurHoaro2018-01-011-3/+3
|/ | | | is a special variable in RainTPL used in loops
* Merge pull request #1037 from ArthurHoaro/theme/improvements2ArthurHoaro2018-01-011-26/+26
|\ | | | | Add CSS classes and IDs in Shaarli's menu
| * Add CSS class and IDs in Shaarli's menuArthurHoaro2017-12-161-26/+26
| | | | | | | | Fixes #877
* | Merge pull request #1042 from immanuelfodor/improvement/shaarli-descriptorArthurHoaro2018-01-011-0/+1
|\ \ | | | | | | Adding 3rd party plugin 'shaarli-descriptor' to docs
| * | modifying plugin description to be easy to understandimmanuelfodor2017-12-271-1/+1
| | |
| * | adding 3rd party plugin shaarli-descriptor to docsimmanuelfodor2017-12-271-0/+1
| |/
* | Merge pull request #1036 from shaarli/doc-overhaulnodiscc2017-12-277-50/+84
|\ \ | |/ |/| [WIP] Improve documentation
| * mkdocs.yml: move FAQ to top level, reorder, Move Community/related software ↵nodiscc2017-12-261-4/+3
| | | | | | | | to Usage
| * fix heading levelnodiscc2017-12-261-1/+1
| |
| * Update Community-&-Related-software.mdnodiscc2017-12-261-17/+18
| | | | | | reorganize sections
| * Merge remote-tracking branch 'nerostie/patch-2' into doc-overhaulnodiscc2017-12-172-25/+1
| |\
| | * New plugin: TwemojiNeros2017-12-171-0/+1
| |/ |/|
* | Delete Features.mdnodiscc2017-12-091-25/+0
| |
| * minor fixes, ref #998nodiscc2017-12-171-3/+3
| |
| * Merge remote-tracking branch 'origin/doc-tagcloud' into doc-overhaulnodiscc2017-12-171-2/+16
| |\
| | * documentation: update tag cloud/filtering docnodiscc2017-10-191-2/+16
| | | | | | | | | Ref. https://github.com/shaarli/Shaarli/issues/959
| * | doc: remove docker autobuild doc from index.mdnodiscc2017-12-091-12/+0
| | |
| * | doc: move docker autobuild from index.md to shaarli-images.mdnodiscc2017-12-091-0/+11
| | |
| * | move docker-101 reference from index.md to docker-images.mdnodiscc2017-12-091-0/+3
| | |
| * | doc: fix docker documentation linknodiscc2017-12-091-1/+1
| | |
| * | remove Features.md entry in mkdocs.ymlnodiscc2017-12-091-1/+0
| | |
| * | move features.md info to index.mdnodiscc2017-12-091-8/+23
| | | | | | | | | Ref https://github.com/shaarli/Shaarli/issues/598
| * | doc: add browser addons/shaarli-web-extensionnodiscc2017-12-091-4/+4
| | | | | | | | | | | | cleanup shaarliOs link shorten awesome-selfhosted entry
| * | doc: note about firefox share compatibilitynodiscc2017-12-091-0/+3
|/ /
* | Merge pull request #1034 from durcheinandr/fixlinkVirtualTam2017-12-071-1/+1
|\ \ | | | | | | Fix internal markdown link in documentation
| * | Fix internal markdown link in documentationdurcheinandr2017-12-071-1/+1
|/ /
* | Merge pull request #1025 from ArthurHoaro/hotfix/proxy-443ArthurHoaro2017-12-032-0/+39
|\ \ | | | | | | Force HTTPS if the original port is 443 behind a reverse proxy
| * | Force HTTPS if the original port is 443 behind a reverse proxyArthurHoaro2017-12-022-0/+39
| | | | | | | | | | | | Fixes #1022
* | | Merge pull request #1020 from ArthurHoaro/feature/curl-chunkArthurHoaro2017-11-261-1/+1
|\ \ \ | | | | | | | | Increase buffer size for cURL download
| * | | Increase buffer size for cURL downloadArthurHoaro2017-11-111-1/+1
| | | | | | | | | | | | | | | | 1kB chunk size has caused me a lot of trouble with Travis which wasn't completing the download
* | | | Merge pull request #1016 from virtualtam/refactor/sessionVirtualTam2017-11-243-24/+25
|\ \ \ \ | | | | | | | | | | Improve SessionManager constructor and tests
| * | | | Improve SessionManager constructor and testsVirtualTam2017-11-083-24/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Relates to https://github.com/shaarli/Shaarli/pull/1005 Changed: - pass a copy of the ConfigManager instance instead of a reference - move FakeConfigManager to a dedicated file - update tests Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* | | | | Merge pull request #1028 from shaarli/doc-cleanup-930nodiscc2017-11-213-25/+28
|\ \ \ \ \ | | | | | | | | | | | | documentation cleanup
| * | | | | documentation cleanupnodiscc2017-11-183-25/+28
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * In preparation of #930 work * Remove/reorder duplicate documentation from Makefile/Unit-tests.md/Download-and-Installation.md (composer information is now in Unit-tests.md) * Installation using git: add composer requirement to all git installation procedures, add python3-virtualenv requirement * Styling (horizontal rulers, spacing, descriptive headers)
* | | | | Merge pull request #1017 from ArthurHoaro/feature/mobile-iconArthurHoaro2017-11-182-1/+2
|\ \ \ \ \ | |_|_|/ / |/| | | | Add apple-touch-icon meta tag
| * | | | Add apple-touch-icon meta tagArthurHoaro2017-11-182-1/+2
| |/ / / | | | | | | | | | | | | Fixes #997
* | | | Merge pull request #1014 from ArthurHoaro/feature/no-pluginArthurHoaro2017-11-122-63/+70
|\ \ \ \ | | | | | | | | | | Improve messages if there is no plugin or parameter available in the admin page
| * | | | Improve messages if there is no plugin or parameter available in the admin pageArthurHoaro2017-11-112-63/+70
| |/ / / | | | | | | | | | | | | Fixes #931
* | | | Merge pull request #1019 from ArthurHoaro/hotfix/complete-updateArthurHoaro2017-11-111-0/+1
|\ \ \ \ | |_|/ / |/| | | Return true after update ReorderDatastore to complete it
| * | | Return true after update ReorderDatastore to complete itArthurHoaro2017-11-111-0/+1
|/ / /
* | | Merge pull request #1015 from ArthurHoaro/theme/tag-cloud-centerArthurHoaro2017-11-113-4/+26
|\ \ \ | |/ / |/| | Fix alignement and better clarity for 'List all links with those tags' button
| * | Fix alignement and better clarity for 'List all links with those tags' buttonArthurHoaro2017-11-083-4/+26
|/ / | | | | | | | | | | Fix CSS class typo and display the link as a button Fixes #999
* | Merge pull request #1012 from ArthurHoaro/hotfix/urlencodeArthurHoaro2017-11-084-10/+40
|\ \ | | | | | | Don't URL encode description links if parameter 'redirector.encode_url' is set to false