aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #1188 from ArthurHoaro/hotfix/release-include-libsArthurHoaro2018-07-291-0/+3
|\ \ | |/ |/| Include assets in the release_archive Makefile target
| * Include assets in the release_archive Makefile targetArthurHoaro2018-07-281-0/+3
|/
* Merge pull request #1026 from ArthurHoaro/hotfix/remove-firefox-social-apiArthurHoaro2018-07-283-82/+0
|\ | | | | Remove Firefox Social API shaare
| * Remove Firefox Social API shaareArthurHoaro2018-07-283-82/+0
|/ | | | | | Firefox Social support has been dropped in Firefox 57. Related to #1023
* Update README badgesArthurHoaro2018-07-281-2/+2
|
* Merge pull request #1186 from ArthurHoaro/changelogArthurHoaro2018-07-283-28/+42
|\ | | | | v0.10: changelog, authors and dependencies
| * v0.10: changelog, authors and dependenciesArthurHoaro2018-07-283-28/+42
|/
* Merge pull request #687 from ArthurHoaro/web-thumbArthurHoaro2018-07-2834-763/+1489
|\ | | | | Use web-thumbnailer to retrieve thumbnails
| * Bunch of improvement for thumbnails integration:ArthurHoaro2018-07-1712-112/+178
| | | | | | | | | | | | | | | | - add a default thumb size value (125x90px) - improve private vertical bar visual, especially with thumbnails - translations - add a sync thumbs button in tool and empty picwall page - fixes WT download mode in JSON config
| * Thumbnails: add a common mode to only retrieve thumbs from popular media ↵ArthurHoaro2018-07-059-30/+135
| | | | | | | | websites
| * Bump WT versionArthurHoaro2018-07-052-91/+92
| |
| * Add a page to update all thumbnails through AJAX requests in both templatesArthurHoaro2018-07-0517-105/+487
| |
| * Take code review into accountArthurHoaro2018-07-058-89/+133
| | | | | | | | Upgrade web-thumbnailer and display thumbs right after download
| * Add Link structure page to the documentationArthurHoaro2018-07-052-0/+19
| |
| * Update thumbnail integration after rebasing the branchArthurHoaro2018-07-0521-207/+450
| |
| * ConfigManager: add a method to remove an entryArthurHoaro2018-07-052-1/+72
| |
| * Use web-thumbnailer to retrieve thumbnailsArthurHoaro2018-07-0512-427/+222
| | | | | | | | | | | | | | | | | | | | * requires PHP 5.6 * use blazy on linklist since a lot more thumbs are retrieved * thumbnails can be disabled * thumbs size is now 120x120 * thumbs are now cropped to fit the expected size Fixes #345 #425 #487 #543 #588 #590
* | Merge pull request #1168 from virtualtam/docker/composeAurélien Tamisier2018-07-2715-4/+327
|\ \ | | | | | | Provide a Docker Compose example
| * | Docs: Add an installation guide for Debian 9 + DockerVirtualTam2018-07-1210-1/+264
| | | | | | | | | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
| * | Docs: rename 'How-to' section to 'Guides'VirtualTam2018-07-124-4/+4
| | | | | | | | | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
| * | Provide a Docker Compose exampleVirtualTam2018-07-123-0/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes https://github.com/shaarli/Shaarli/issues/1010 See: - https://hub.docker.com/_/traefik/ - https://docs.traefik.io/configuration/backends/docker/ - https://docs.traefik.io/user-guide/docker-and-lets-encrypt/ - https://github.com/containous/traefik/pull/2798 - https://github.com/containous/traefik/issues/3298 Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* | | Merge pull request #1185 from alemairebe/masterAurélien Tamisier2018-07-271-11/+36
|\ \ \ | | | | | | | | fix and simplify Dockerfile for armhf
| * | | fix and simplify Dockerfile for armhfAdrien le Maire2018-07-251-11/+36
| | | |
* | | | Merge pull request #1184 from virtualtam/workaround/rtfd-mkdocsAurélien Tamisier2018-07-271-1/+4
|\ \ \ \ | |/ / / |/| | | Disable MkDocs' strict mode for ReadTheDocs builds to pass
| * | | Disable MkDocs' strict mode for ReadTheDocs builds to passVirtualTam2018-07-241-1/+4
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Relates to https://github.com/shaarli/Shaarli/issues/1179 See: - https://www.mkdocs.org/user-guide/configuration/#build-directories - https://github.com/rtfd/readthedocs.org/issues/4314 Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* | | Merge pull request #1181 from ArthurHoaro/docs/api-debugnodiscc2018-07-181-0/+19
|\ \ \ | | | | | | | | Documentation - REST API - Mention dev.debug mode
| * | | Documentation - REST API - Mention dev.debug modeArthurHoaro2018-07-171-0/+19
|/ / /
* | | Merge pull request #1176 from shaarli/fix-broken-doc-linksnodiscc2018-07-162-2/+2
|\ \ \ | | | | | | | | Fix broken documentation links in page footer and pluginsadmin
| * | | tpl: default/vintage: pluginsadmin: fix link to documentationnodiscc2018-07-122-2/+2
| | | | | | | | | | | | | | | | Ref #930
* | | | Merge pull request #1180 from virtualtam/docker/updatenodiscc2018-07-161-1/+1
|\ \ \ \ | |/ / / |/| | | Bump the base Docker image to alpine:3.8
| * | | Bump the base Docker image to alpine:3.8VirtualTam2018-07-151-1/+1
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Major change: - PHP 7.2 Changelog: - https://www.alpinelinux.org/posts/Alpine-3.8.0-released.html Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* | | Merge pull request #1178 from pips-/patch-2nodiscc2018-07-121-2/+2
|\ \ \ | |/ / |/| | Upgrade-and-migration.md: typo installation link
| * | Upgrade-and-migration.md: install link typopips2018-07-101-1/+1
| | | | | | | | | second one
| * | Upgrade-and-migration.md: typo installation linkpips2018-07-101-1/+1
| |/ | | | | Install page is not correctly linked
* | Merge pull request #1175 from ArthurHoaro/docs/apache-proxy-preserve-hostArthurHoaro2018-07-101-2/+5
|\ \ | | | | | | Include ProxyPreserveHost directive in Apache's proxy doc
| * | doc: reverse proxy config: proxypreservehost: wording, link to apache ↵nodiscc2018-07-081-2/+2
| | | | | | | | | | | | documentation, typo
| * | Include ProxyPreserveHost directive in Apache's proxy docArthurHoaro2018-07-051-1/+4
| |/
* | Merge pull request #1141 from ArthurHoaro/api/tagsArthurHoaro2018-07-1017-4/+937
|\ \ | |/ |/| Implements Tags endpoints for Shaarli's REST API
| * API - Apache - Specify allowed HTTP method in .htaccessArthurHoaro2018-07-051-0/+7
| |
| * GetTagsTest - Update to alpha sort for equal occurencesArthurHoaro2018-07-053-8/+8
| |
| * Implements Tags endpoints for Shaarli's REST APIArthurHoaro2018-06-0416-4/+930
| | | | | | | | | | | | | | | | | | | | | | | | Endpoints: * List All Tags [GET] * Get a tag [GET] * Update a tag [PUT] * Delete a tag [DELETE] Fixes #904 References shaarli/api-documentation#34
* | Merge pull request #1173 from virtualtam/docker/cache-volumeVirtualTam2018-07-052-6/+30
|\ \ | | | | | | Docker: expose a volume for the thumbnail cache
| * | Docker: expose a volume for the thumbnail cacheVirtualTam2018-07-052-6/+30
|/ / | | | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* | Merge pull request #1171 from virtualtam/docker/alpine-3.7VirtualTam2018-07-011-1/+1
|\ \ | | | | | | Bump the base Docker image to alpine:3.7
| * | Bump the base Docker image to alpine:3.7VirtualTam2018-07-011-1/+1
|/ / | | | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* | Merge pull request #1167 from virtualtam/mkdocsVirtualTam2018-06-289-25/+47
|\ \ | | | | | | Improve Mkdocs build process, fix formatting issues
| * | Fix broken documentation links and list formattingVirtualTam2018-06-265-22/+34
| | | | | | | | | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
| * | Run MkDocs in strict modeVirtualTam2018-06-261-1/+2
| | | | | | | | | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
| * | Let MkDocs clean previously generated HTML pagesVirtualTam2018-06-262-2/+2
| | | | | | | | | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
| * | Add a Travis environment for MkDocsVirtualTam2018-06-261-0/+9
|/ / | | | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>