Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Merge pull request #1195 from llune/patch-3 | ArthurHoaro | 2018-08-10 | 1 | -7/+4 | |
|\ \ \ \ | |/ / / |/| | | | Delete redundant titles | |||||
| * | | | Delete redundant titles | llune | 2018-08-02 | 1 | -7/+4 | |
| |/ / | | | | | | | | | | | | | Redundant titles are an accessibility issue and should be avoided. See : https://accessibilitytips.com/2008/04/14/avoiding-redundant-title-attributes/ | |||||
* | | | Merge pull request #1194 from llune/patch-2 | ArthurHoaro | 2018-08-06 | 1 | -2/+2 | |
|\ \ \ | |/ / |/| | | empty alt on logo image | |||||
| * | | alt should be empty | llune | 2018-08-02 | 1 | -1/+1 | |
| | | | ||||||
| * | | empty alt on logo image | llune | 2018-08-02 | 1 | -1/+1 | |
|/ / | | | | | The alt does not provide any useful information for screenreader users. It just adds noise. | |||||
* | | Merge pull request #1191 from ArthurHoaro/hotfix/daily-thumb | ArthurHoaro | 2018-07-30 | 6 | -20/+24 | |
|\ \ | | | | | | | Fix fatal error on daily page: use new thumbnail system | |||||
| * | | Fix fatal error on daily page: use new thumbnail system | ArthurHoaro | 2018-07-29 | 6 | -20/+24 | |
| |/ | | | | | | | | | | | | | | | | | Also fix: * include the login manager in the daily RSS feed function * remove redirector setting in the vintage theme Fixes #1190 | |||||
* | | Merge pull request #1188 from ArthurHoaro/hotfix/release-include-libs | ArthurHoaro | 2018-07-29 | 1 | -0/+3 | |
|\ \ | |/ |/| | Include assets in the release_archive Makefile target | |||||
| * | Include assets in the release_archive Makefile target | ArthurHoaro | 2018-07-28 | 1 | -0/+3 | |
|/ | ||||||
* | Merge pull request #1026 from ArthurHoaro/hotfix/remove-firefox-social-api | ArthurHoaro | 2018-07-28 | 3 | -82/+0 | |
|\ | | | | | Remove Firefox Social API shaare | |||||
| * | Remove Firefox Social API shaare | ArthurHoaro | 2018-07-28 | 3 | -82/+0 | |
|/ | | | | | | Firefox Social support has been dropped in Firefox 57. Related to #1023 | |||||
* | Update README badges | ArthurHoaro | 2018-07-28 | 1 | -2/+2 | |
| | ||||||
* | Merge pull request #1186 from ArthurHoaro/changelog | ArthurHoaro | 2018-07-28 | 3 | -28/+42 | |
|\ | | | | | v0.10: changelog, authors and dependencies | |||||
| * | v0.10: changelog, authors and dependencies | ArthurHoaro | 2018-07-28 | 3 | -28/+42 | |
|/ | ||||||
* | Merge pull request #687 from ArthurHoaro/web-thumb | ArthurHoaro | 2018-07-28 | 34 | -763/+1489 | |
|\ | | | | | Use web-thumbnailer to retrieve thumbnails | |||||
| * | Bunch of improvement for thumbnails integration: | ArthurHoaro | 2018-07-17 | 12 | -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 ↵ | ArthurHoaro | 2018-07-05 | 9 | -30/+135 | |
| | | | | | | | | websites | |||||
| * | Bump WT version | ArthurHoaro | 2018-07-05 | 2 | -91/+92 | |
| | | ||||||
| * | Add a page to update all thumbnails through AJAX requests in both templates | ArthurHoaro | 2018-07-05 | 17 | -105/+487 | |
| | | ||||||
| * | Take code review into account | ArthurHoaro | 2018-07-05 | 8 | -89/+133 | |
| | | | | | | | | Upgrade web-thumbnailer and display thumbs right after download | |||||
| * | Add Link structure page to the documentation | ArthurHoaro | 2018-07-05 | 2 | -0/+19 | |
| | | ||||||
| * | Update thumbnail integration after rebasing the branch | ArthurHoaro | 2018-07-05 | 21 | -207/+450 | |
| | | ||||||
| * | ConfigManager: add a method to remove an entry | ArthurHoaro | 2018-07-05 | 2 | -1/+72 | |
| | | ||||||
| * | Use web-thumbnailer to retrieve thumbnails | ArthurHoaro | 2018-07-05 | 12 | -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/compose | Aurélien Tamisier | 2018-07-27 | 15 | -4/+327 | |
|\ \ | | | | | | | Provide a Docker Compose example | |||||
| * | | Docs: Add an installation guide for Debian 9 + Docker | VirtualTam | 2018-07-12 | 10 | -1/+264 | |
| | | | | | | | | | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | |||||
| * | | Docs: rename 'How-to' section to 'Guides' | VirtualTam | 2018-07-12 | 4 | -4/+4 | |
| | | | | | | | | | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | |||||
| * | | Provide a Docker Compose example | VirtualTam | 2018-07-12 | 3 | -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/master | Aurélien Tamisier | 2018-07-27 | 1 | -11/+36 | |
|\ \ \ | | | | | | | | | fix and simplify Dockerfile for armhf | |||||
| * | | | fix and simplify Dockerfile for armhf | Adrien le Maire | 2018-07-25 | 1 | -11/+36 | |
| | | | | ||||||
* | | | | Merge pull request #1184 from virtualtam/workaround/rtfd-mkdocs | Aurélien Tamisier | 2018-07-27 | 1 | -1/+4 | |
|\ \ \ \ | |/ / / |/| | | | Disable MkDocs' strict mode for ReadTheDocs builds to pass | |||||
| * | | | Disable MkDocs' strict mode for ReadTheDocs builds to pass | VirtualTam | 2018-07-24 | 1 | -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-debug | nodiscc | 2018-07-18 | 1 | -0/+19 | |
|\ \ \ | | | | | | | | | Documentation - REST API - Mention dev.debug mode | |||||
| * | | | Documentation - REST API - Mention dev.debug mode | ArthurHoaro | 2018-07-17 | 1 | -0/+19 | |
|/ / / | ||||||
* | | | Merge pull request #1176 from shaarli/fix-broken-doc-links | nodiscc | 2018-07-16 | 2 | -2/+2 | |
|\ \ \ | | | | | | | | | Fix broken documentation links in page footer and pluginsadmin | |||||
| * | | | tpl: default/vintage: pluginsadmin: fix link to documentation | nodiscc | 2018-07-12 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | | Ref #930 | |||||
* | | | | Merge pull request #1180 from virtualtam/docker/update | nodiscc | 2018-07-16 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / |/| | | | Bump the base Docker image to alpine:3.8 | |||||
| * | | | Bump the base Docker image to alpine:3.8 | VirtualTam | 2018-07-15 | 1 | -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-2 | nodiscc | 2018-07-12 | 1 | -2/+2 | |
|\ \ \ | |/ / |/| | | Upgrade-and-migration.md: typo installation link | |||||
| * | | Upgrade-and-migration.md: install link typo | pips | 2018-07-10 | 1 | -1/+1 | |
| | | | | | | | | | second one | |||||
| * | | Upgrade-and-migration.md: typo installation link | pips | 2018-07-10 | 1 | -1/+1 | |
| |/ | | | | | Install page is not correctly linked | |||||
* | | Merge pull request #1175 from ArthurHoaro/docs/apache-proxy-preserve-host | ArthurHoaro | 2018-07-10 | 1 | -2/+5 | |
|\ \ | | | | | | | Include ProxyPreserveHost directive in Apache's proxy doc | |||||
| * | | doc: reverse proxy config: proxypreservehost: wording, link to apache ↵ | nodiscc | 2018-07-08 | 1 | -2/+2 | |
| | | | | | | | | | | | | documentation, typo | |||||
| * | | Include ProxyPreserveHost directive in Apache's proxy doc | ArthurHoaro | 2018-07-05 | 1 | -1/+4 | |
| |/ | ||||||
* | | Merge pull request #1141 from ArthurHoaro/api/tags | ArthurHoaro | 2018-07-10 | 17 | -4/+937 | |
|\ \ | |/ |/| | Implements Tags endpoints for Shaarli's REST API | |||||
| * | API - Apache - Specify allowed HTTP method in .htaccess | ArthurHoaro | 2018-07-05 | 1 | -0/+7 | |
| | | ||||||
| * | GetTagsTest - Update to alpha sort for equal occurences | ArthurHoaro | 2018-07-05 | 3 | -8/+8 | |
| | | ||||||
| * | Implements Tags endpoints for Shaarli's REST API | ArthurHoaro | 2018-06-04 | 16 | -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-volume | VirtualTam | 2018-07-05 | 2 | -6/+30 | |
|\ \ | | | | | | | Docker: expose a volume for the thumbnail cache | |||||
| * | | Docker: expose a volume for the thumbnail cache | VirtualTam | 2018-07-05 | 2 | -6/+30 | |
|/ / | | | | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> |