]> git.immae.eu Git - github/shaarli/Shaarli.git/log
github/shaarli/Shaarli.git
3 years agoBump lodash from 4.17.15 to 4.17.19 1505/head
dependabot[bot] [Thu, 16 Jul 2020 21:04:59 +0000 (21:04 +0000)] 
Bump lodash from 4.17.15 to 4.17.19

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoMerge pull request #1428 from pipoprods/feat/ldap-auth
ArthurHoaro [Thu, 25 Jun 2020 14:53:18 +0000 (16:53 +0200)] 
Merge pull request #1428 from pipoprods/feat/ldap-auth

3 years agoLDAP - Force protocol LDAPv3 1428/head
ArthurHoaro [Thu, 25 Jun 2020 14:18:25 +0000 (16:18 +0200)] 
LDAP - Force protocol LDAPv3

On Linux, php-ldap seems to rely on a library which still uses deprecated LDAPv2 as default version,
causing authentication issues.

See: https://stackoverflow.com/a/48238224/1484919

3 years agoMerge pull request #1476 from tyjak/master
ArthurHoaro [Thu, 25 Jun 2020 11:58:32 +0000 (13:58 +0200)] 
Merge pull request #1476 from tyjak/master

Fix missing php7-simplexml plugin for Dockerfile.armhf

3 years agoUpdate application/security/LoginManager.php
Sébastien NOBILI [Wed, 3 Jun 2020 08:36:04 +0000 (10:36 +0200)] 
Update application/security/LoginManager.php

Co-authored-by: ArthurHoaro <arthur@hoa.ro>
3 years agoUpdate application/security/LoginManager.php
Sébastien NOBILI [Wed, 3 Jun 2020 08:35:41 +0000 (10:35 +0200)] 
Update application/security/LoginManager.php

Co-authored-by: ArthurHoaro <arthur@hoa.ro>
3 years agoUpdate application/security/LoginManager.php
Sébastien NOBILI [Wed, 3 Jun 2020 08:34:32 +0000 (10:34 +0200)] 
Update application/security/LoginManager.php

Co-authored-by: ArthurHoaro <arthur@hoa.ro>
3 years agoFix missing php7-simplexml plugin 1476/head
David Foucher [Sat, 23 May 2020 12:26:04 +0000 (14:26 +0200)] 
Fix missing php7-simplexml plugin

This is to fix this error I got:

  Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Installation request for slim/slim 3.12.3 -> satisfiable by slim/slim[3.12.3].
    - slim/slim 3.12.3 requires ext-simplexml * -> the requested PHP extension simplexml is missing from your system.

  To enable extensions, verify that they are enabled in your .ini files:
    - /etc/php7/php.ini
    - /etc/php7/conf.d/00_curl.ini
    - /etc/php7/conf.d/00_iconv.ini
    - /etc/php7/conf.d/00_json.ini
    - /etc/php7/conf.d/00_mbstring.ini
    - /etc/php7/conf.d/00_openssl.ini
    - /etc/php7/conf.d/01_phar.ini
  You can also run `php --ini` inside terminal to see which files are used by PHP in CLI mode.

3 years agoMerge pull request #1461 from flowgunso/documentation_how_create_plugin
ArthurHoaro [Sat, 16 May 2020 09:35:49 +0000 (11:35 +0200)] 
Merge pull request #1461 from flowgunso/documentation_how_create_plugin

3 years agoAdd an example for the description variable to the meta file 1461/head
flow.gunso [Fri, 15 May 2020 20:47:19 +0000 (22:47 +0200)] 
Add an example for the description variable to the meta file

3 years agoDocument about the .meta file at the plugin creation/initialization
flow.gunso [Fri, 15 May 2020 20:17:48 +0000 (22:17 +0200)] 
Document about the .meta file at the plugin creation/initialization

3 years agoMerge pull request #1424 from aguytech/master
ArthurHoaro [Tue, 12 May 2020 07:46:12 +0000 (09:46 +0200)] 
Merge pull request #1424 from aguytech/master

4 years agoMerge pull request #1403 from shaarli/doc-composer
nodiscc [Sat, 11 Apr 2020 13:06:30 +0000 (13:06 +0000)] 
Merge pull request #1403 from shaarli/doc-composer

doc: simplify composer installation procedure, merge Unit tests related pages, reword/shorten, fix references to old php versions

4 years agodoc: composer update should actually be removed as it alters the Composer lock file doc-composer 1403/head
nodiscc [Sat, 11 Apr 2020 11:53:15 +0000 (13:53 +0200)] 
doc: composer update should actually be removed as it alters the Composer lock file

4 years agodoc: use <PHP_VERSION>, fix php.ini path
nodiscc [Mon, 9 Mar 2020 17:44:12 +0000 (17:44 +0000)] 
doc: use <PHP_VERSION>, fix php.ini path

Co-Authored-By: Aurélien Tamisier <virtualtam+github@flibidi.net>
4 years agodoc: use obvious <PHP_VERSION> placeholder
nodiscc [Mon, 9 Mar 2020 17:43:45 +0000 (17:43 +0000)] 
doc: use obvious <PHP_VERSION> placeholder

Co-Authored-By: Aurélien Tamisier <virtualtam+github@flibidi.net>
4 years agodoc: fix php.ini path
nodiscc [Mon, 9 Mar 2020 17:43:09 +0000 (17:43 +0000)] 
doc: fix php.ini path

Co-Authored-By: Aurélien Tamisier <virtualtam+github@flibidi.net>
4 years agofixed typo
Sébastien NOBILI [Mon, 2 Mar 2020 17:23:55 +0000 (18:23 +0100)] 
fixed typo

4 years agoldap authentication, fixes shaarli/Shaarli#1343
Sébastien NOBILI [Mon, 2 Mar 2020 16:08:19 +0000 (17:08 +0100)] 
ldap authentication, fixes shaarli/Shaarli#1343

4 years agoAdd an exception to method 'whitelist_protocols' for url which started with '#' 1424/head
aguy [Fri, 28 Feb 2020 15:14:22 +0000 (15:14 +0000)] 
Add an exception to method 'whitelist_protocols' for url which started with '#'

This is to allow local link for markdown, actually a local link write with this syntax : '[anchor](#local_link)' produce this html code: http://#local_link

4 years agoMerge pull request #1421 from yudete/master
ArthurHoaro [Mon, 17 Feb 2020 21:10:57 +0000 (22:10 +0100)] 
Merge pull request #1421 from yudete/master

Add Japanese translation

4 years agoMerge pull request #1417 from bmsleight/master
ArthurHoaro [Mon, 17 Feb 2020 17:14:47 +0000 (18:14 +0100)] 
Merge pull request #1417 from bmsleight/master

Update Makefile

4 years agoUpdate Japanese translations 1421/head
yude [Tue, 11 Feb 2020 01:55:10 +0000 (10:55 +0900)] 
Update Japanese translations

4 years agoJapanese translation
yude [Tue, 11 Feb 2020 00:33:38 +0000 (09:33 +0900)] 
Japanese translation

4 years agoMerge pull request #1420 from oktomus/master
ArthurHoaro [Mon, 10 Feb 2020 20:04:42 +0000 (21:04 +0100)] 
Merge pull request #1420 from oktomus/master

Add autofocus on tag cloud filter input

4 years agoAdd autofocus on tag cloud filter input 1420/head
Kevin Masson [Mon, 10 Feb 2020 12:53:44 +0000 (13:53 +0100)] 
Add autofocus on tag cloud filter input

Fix #1413

4 years agoUpdate Makefile 1417/head
Brendan M. Sleight [Wed, 5 Feb 2020 20:07:47 +0000 (20:07 +0000)] 
Update Makefile

Solve make htmldoc error on python3 ubuntu

4 years agoFix division by zero in tagcloud (#1411)
ArthurHoaro [Sun, 26 Jan 2020 13:55:07 +0000 (14:55 +0100)] 
Fix division by zero in tagcloud (#1411)

Fix division by zero in tagcloud

4 years agoFix division by zero in tagcloud 1411/head
ArthurHoaro [Sun, 26 Jan 2020 13:52:10 +0000 (14:52 +0100)] 
Fix division by zero in tagcloud

It happens if we have a maximum of 1 occurrence in tags (log(1) = 0)

4 years agoRender login page through Slim controller (#1401)
ArthurHoaro [Sun, 26 Jan 2020 10:41:10 +0000 (11:41 +0100)] 
Render login page through Slim controller (#1401)

Render login page through Slim controller

4 years agoRename ci attribute to container 1401/head
ArthurHoaro [Sun, 26 Jan 2020 08:06:13 +0000 (09:06 +0100)] 
Rename ci attribute to container

4 years agoExecute common plugin hooks before rendering login page
ArthurHoaro [Thu, 23 Jan 2020 19:06:32 +0000 (20:06 +0100)] 
Execute common plugin hooks before rendering login page

4 years agoFix all existing links and redirection to ?do=login
ArthurHoaro [Thu, 23 Jan 2020 19:05:41 +0000 (20:05 +0100)] 
Fix all existing links and redirection to ?do=login

4 years agoFix SASS Lint
ArthurHoaro [Sat, 18 Jan 2020 17:03:47 +0000 (18:03 +0100)] 
Fix SASS Lint

4 years agoRender login page through Slim controller
ArthurHoaro [Sat, 18 Jan 2020 16:50:11 +0000 (17:50 +0100)] 
Render login page through Slim controller

4 years agoRollback breaking change in REST API routes (#1410)
ArthurHoaro [Sun, 26 Jan 2020 10:33:22 +0000 (11:33 +0100)] 
Rollback breaking change in REST API routes (#1410)

Rollback breaking change in REST API routes

4 years agoRollback breaking change in REST API routes 1410/head
ArthurHoaro [Sun, 26 Jan 2020 10:29:28 +0000 (11:29 +0100)] 
Rollback breaking change in REST API routes

4 years agoSession cookie setting being set while session is active (#1406)
ArthurHoaro [Sun, 26 Jan 2020 08:12:44 +0000 (09:12 +0100)] 
Session cookie setting being set while session is active (#1406)

Session cookie setting being set while session is active

4 years agoFix deprecated use of implode (#1408)
ArthurHoaro [Thu, 23 Jan 2020 21:36:00 +0000 (22:36 +0100)] 
Fix deprecated use of implode (#1408)

Fix deprecated use of implode

4 years agoFix deprecated use of implode 1408/head
ArthurHoaro [Thu, 23 Jan 2020 21:31:51 +0000 (22:31 +0100)] 
Fix deprecated use of implode

4 years agoSession cookie setting being set while session is active 1406/head
ArthurHoaro [Thu, 23 Jan 2020 18:51:14 +0000 (19:51 +0100)] 
Session cookie setting being set while session is active

Trying to do will raise a warning since PHP 7.2, and it never worked as intented.
See: https://bugs.php.net/bug.php\?id\=75650

4 years agodoc: fix references to php5, use new directory structure
nodiscc [Sun, 19 Jan 2020 12:52:03 +0000 (13:52 +0100)] 
doc: fix references to php5, use new directory structure

4 years agodoc: fix reference to old version of php-xdebug package
nodiscc [Sun, 19 Jan 2020 12:49:48 +0000 (13:49 +0100)] 
doc: fix reference to old version of php-xdebug package

4 years agodoc: merge unit tests/docker unit tests pages, simplfy, reword
nodiscc [Sun, 19 Jan 2020 12:18:29 +0000 (13:18 +0100)] 
doc: merge unit tests/docker unit tests pages, simplfy, reword

4 years agodoc: reword simplify xdebug installation/unit tests
nodiscc [Sun, 19 Jan 2020 12:11:11 +0000 (13:11 +0100)] 
doc: reword simplify xdebug installation/unit tests

4 years agodoc: simplify unit tests documentation
nodiscc [Sun, 19 Jan 2020 12:09:23 +0000 (13:09 +0100)] 
doc: simplify unit tests documentation

4 years agodoc: simplify composer installation procedure
nodiscc [Sun, 19 Jan 2020 11:40:28 +0000 (12:40 +0100)] 
doc: simplify composer installation procedure

4 years agoMerge pull request #1402 from shaarli/fix-makefile
nodiscc [Sun, 19 Jan 2020 12:03:24 +0000 (12:03 +0000)] 
Merge pull request #1402 from shaarli/fix-makefile

fix directory creation in makefile

4 years agofix directory creation in makefile 1402/head
nodiscc [Sun, 19 Jan 2020 11:33:24 +0000 (12:33 +0100)] 
fix directory creation in makefile
the syntax {doc,venor} is only supported in bash and make uses /bin/sh as default shell

4 years agoFix an issue with private tags and fix nomarkdown tag (#1399)
ArthurHoaro [Sat, 18 Jan 2020 16:59:37 +0000 (17:59 +0100)] 
Fix an issue with private tags and fix nomarkdown tag (#1399)

Fix an issue with private tags and fix nomarkdown tag

4 years agoUlauncher Extension (#1400)
ArthurHoaro [Sat, 18 Jan 2020 14:27:37 +0000 (15:27 +0100)] 
Ulauncher Extension (#1400)

Ulauncher Extension

4 years agoUlauncher Extension 1400/head
Sebastien Wains [Sat, 18 Jan 2020 14:22:49 +0000 (15:22 +0100)] 
Ulauncher Extension

4 years agoFix an issue with private tags and fix nomarkdown tag 1399/head
ArthurHoaro [Sat, 18 Jan 2020 10:33:23 +0000 (11:33 +0100)] 
Fix an issue with private tags and fix nomarkdown tag

The new bookmark service wasn't handling private tags properly.

nomarkdown tag is now shown only for logged in user in bookmarks, and hidden for everyone in tag clouds/lists.

Fixes #726

4 years agoFix an issue with bookmark visibility filter (#1398)
ArthurHoaro [Sat, 18 Jan 2020 09:52:08 +0000 (10:52 +0100)] 
Fix an issue with bookmark visibility filter (#1398)

Fix an issue with bookmark visibility filter

4 years agoFix an issue with bookmark visibility filter 1398/head
ArthurHoaro [Sat, 18 Jan 2020 09:49:30 +0000 (10:49 +0100)] 
Fix an issue with bookmark visibility filter

4 years agoStore bookmarks as PHP objects and add a service layer to retri… (#1307)
ArthurHoaro [Sat, 18 Jan 2020 09:01:06 +0000 (10:01 +0100)] 
Store bookmarks as PHP objects and add a service layer to retri… (#1307)

Store bookmarks as PHP objects and add a service layer to retrieve them

4 years agoAdd and update unit test for the new system (Bookmark + Service) 1307/head
ArthurHoaro [Fri, 17 Jan 2020 20:34:12 +0000 (21:34 +0100)] 
Add and update unit test for the new system (Bookmark + Service)

See #1307

4 years agoApply the new system (Bookmark + Service) to the whole code base
ArthurHoaro [Sat, 25 May 2019 13:52:27 +0000 (15:52 +0200)] 
Apply the new system (Bookmark + Service) to the whole code base

See https://github.com/shaarli/Shaarli/issues/1307

4 years agoIntroduce Bookmark object and Service layer to retrieve them
ArthurHoaro [Sat, 25 May 2019 13:46:47 +0000 (15:46 +0200)] 
Introduce Bookmark object and Service layer to retrieve them

See https://github.com/shaarli/Shaarli/issues/1307 for details

4 years agoRun Unit Tests against PHP 7.4 (#1353)
ArthurHoaro [Fri, 17 Jan 2020 17:39:56 +0000 (18:39 +0100)] 
Run Unit Tests against PHP 7.4 (#1353)

Run Unit Tests against PHP 7.4

4 years agoRun Unit Tests against PHP 7.4 1353/head
ArthurHoaro [Sat, 10 Aug 2019 10:31:32 +0000 (12:31 +0200)] 
Run Unit Tests against PHP 7.4

Bump PHPUnit version and fix unit test

  - Globals are handled differently and are persistent through tests
  - Tests without assertions are marked as risky: some of them are just
meant to check that no error is raised.

4 years agoMerge pull request #1358 from shaarli/doc-add-screenshots
ArthurHoaro [Fri, 17 Jan 2020 17:27:42 +0000 (18:27 +0100)] 
Merge pull request #1358 from shaarli/doc-add-screenshots

Doc: add screenshots of all pages

4 years agoAvoiding warning 'PHP Notice: Undefined index: updated' (#1392)
ArthurHoaro [Sun, 12 Jan 2020 14:22:02 +0000 (15:22 +0100)] 
Avoiding warning 'PHP Notice: Undefined index: updated' (#1392)

Avoiding warning 'PHP Notice: Undefined index: updated'

4 years agoAvoiding warning 'PHP Notice: Undefined index: updated' 1392/head
Lucas Cimon [Sun, 12 Jan 2020 13:54:48 +0000 (14:54 +0100)] 
Avoiding warning 'PHP Notice: Undefined index: updated'

4 years agodoc: siplify troubleshooting, link to reference docs, reorder
nodiscc [Fri, 3 Jan 2020 23:28:04 +0000 (00:28 +0100)] 
doc: siplify troubleshooting, link to reference docs, reorder

4 years agodoc: troubleshooting: add note about error 500/internal server error caused by apache...
nodiscc [Fri, 3 Jan 2020 23:19:25 +0000 (00:19 +0100)] 
doc: troubleshooting: add note about error 500/internal server error caused by apache 2.2 and no mod_version

4 years agodoc: remove obsolete link
nodiscc [Wed, 27 Nov 2019 19:28:26 +0000 (19:28 +0000)] 
doc: remove obsolete link

4 years agodoc: remove obsolete link
nodiscc [Wed, 27 Nov 2019 19:28:06 +0000 (19:28 +0000)] 
doc: remove obsolete link

4 years agoMerge pull request #1383 from doc75/doc_docker
Aurélien Tamisier [Tue, 26 Nov 2019 22:46:39 +0000 (23:46 +0100)] 
Merge pull request #1383 from doc75/doc_docker

Fix #1382 - update documentation related to docker images

4 years agoFix #1382 - update documentation related to docker images base image and PHP version... 1383/head
Guillaume Virlet [Tue, 26 Nov 2019 21:12:34 +0000 (22:12 +0100)] 
Fix #1382 - update documentation related to docker images base image and PHP version used

4 years agoMerge pull request #1379 from rfolo9li/patch-1
nodiscc [Sat, 9 Nov 2019 15:45:09 +0000 (15:45 +0000)] 
Merge pull request #1379 from rfolo9li/patch-1

Add php-json as required PHP module

4 years agodoc: add explanation of php-json requirement 1379/head
nodiscc [Sat, 9 Nov 2019 15:40:53 +0000 (15:40 +0000)] 
doc: add explanation of php-json requirement

4 years agoAdded php-json as required PHP module
rfolo9li [Sat, 9 Nov 2019 14:24:10 +0000 (15:24 +0100)] 
Added php-json as required PHP module

Without php-json the installation stops with a white screen and the following error:
> 09-Nov-2019 14:05:46 UTC] PHP Fatal error:  Uncaught Error: Call to undefined function Shaarli\Config\json_encode() in /var/www/html/shaarli/application/config/ConfigJson.php:48
> Stack trace:
> #0 /var/www/html/shaarli/application/config/ConfigManager.php(239): Shaarli\Config\ConfigJson->write('data/config.jso...', Array)
> #1 /var/www/html/shaarli/index.php(1835): Shaarli\Config\ConfigManager->write(false)
> #2 /var/www/html/shaarli/index.php(178): install(Object(Shaarli\Config\ConfigManager), Object(Shaarli\Security\SessionManager), Object(Shaarli\Security\LoginManager))
> #3 {main}
>   thrown in /var/www/html/shaarli/application/config/ConfigJson.php on line 48

Tested with Shaarli 0.10.4 on CentOS 8 with Httpd 2.4.37 and PHP 7.2.11.

4 years agoMerge pull request #1374 from paulvandenburg/demo-plugin-typos
nodiscc [Sun, 27 Oct 2019 09:55:57 +0000 (09:55 +0000)] 
Merge pull request #1374 from paulvandenburg/demo-plugin-typos

Fix some typos and remove a few unnecessary comments in demo plugin

4 years agoFix some typos and remove a few unnecessary comments in demo plugin 1374/head
Paul van den Burg [Sat, 26 Oct 2019 19:23:58 +0000 (21:23 +0200)] 
Fix some typos and remove a few unnecessary comments in demo plugin

4 years agoMerge pull request #1366 from shaarli/doc-setuptools-mkdocs
nodiscc [Wed, 2 Oct 2019 19:57:59 +0000 (19:57 +0000)] 
Merge pull request #1366 from shaarli/doc-setuptools-mkdocs

doc: CI/dev tools: add paragraph about documentation/mkdocs

4 years agofix typo 1366/head
nodiscc [Wed, 2 Oct 2019 19:57:40 +0000 (19:57 +0000)] 
fix typo

4 years agoMerge pull request #1368 from NerosTie/patch-1
nodiscc [Sat, 28 Sep 2019 11:16:02 +0000 (11:16 +0000)] 
Merge pull request #1368 from NerosTie/patch-1

emojione & twemoji removed

4 years agoemojione & twemoji removed 1368/head
Neros [Wed, 25 Sep 2019 18:03:58 +0000 (20:03 +0200)] 
emojione & twemoji removed

Since emojis are in every web browsers now, these plugins have no purpose anymore. And they are very outdated.

4 years agoMerge pull request #1367 from shaarli/thumbnailer-soundcloud
nodiscc [Sat, 21 Sep 2019 17:41:32 +0000 (17:41 +0000)] 
Merge pull request #1367 from shaarli/thumbnailer-soundcloud

thumbnailer: add soundcloud.com to list of common media domains

4 years agothumbnailer: add soundcloud.com to list of common media domains 1367/head
nodiscc [Sat, 21 Sep 2019 16:48:24 +0000 (16:48 +0000)] 
thumbnailer: add soundcloud.com to list of common media domains

OpenGraph thumbnails are well supported on soundcloud.com, displaying an album/track/artist cover image

4 years agodoc: CI/dev tools: add paragraph about documentation/mkdocs
nodiscc [Thu, 19 Sep 2019 19:04:05 +0000 (19:04 +0000)] 
doc: CI/dev tools: add paragraph about documentation/mkdocs

Fixes https://github.com/shaarli/Shaarli/issues/1335

4 years agoMerge pull request #1361 from Lucas-C/patch-1
nodiscc [Thu, 19 Sep 2019 18:49:18 +0000 (18:49 +0000)] 
Merge pull request #1361 from Lucas-C/patch-1

Add pelican shaarli_poster plugin to list of integrations

4 years agodoc: update shaarli_poster pelican plugin url 1361/head
nodiscc [Thu, 19 Sep 2019 18:49:03 +0000 (18:49 +0000)] 
doc: update shaarli_poster pelican  plugin url

4 years agoMerge pull request #1365 from shaarli/dependabot/npm_and_yarn/mixin-deep-1.3.2
nodiscc [Thu, 19 Sep 2019 18:44:56 +0000 (18:44 +0000)] 
Merge pull request #1365 from shaarli/dependabot/npm_and_yarn/mixin-deep-1.3.2

Bump mixin-deep from 1.3.1 to 1.3.2

4 years agoBump mixin-deep from 1.3.1 to 1.3.2 1365/head
dependabot[bot] [Thu, 19 Sep 2019 18:26:32 +0000 (18:26 +0000)] 
Bump mixin-deep from 1.3.1 to 1.3.2

Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases)
- [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2)

Signed-off-by: dependabot[bot] <support@github.com>
4 years agoMerge pull request #1364 from ArthurHoaro/hotfix/md-rss-permalink
nodiscc [Sat, 14 Sep 2019 14:39:49 +0000 (14:39 +0000)] 
Merge pull request #1364 from ArthurHoaro/hotfix/md-rss-permalink

Fix RSS permalink included in Markdown bloc

4 years agoFix RSS permalink included in Markdown bloc 1364/head
ArthurHoaro [Thu, 12 Sep 2019 17:32:30 +0000 (19:32 +0200)] 
Fix RSS permalink included in Markdown bloc

Adds another line break before inserting RSS permalink to avoid including it in markdown blocs, such as blockquote.

4 years agoFix undefined thumbnail in OpenGraph headers (#1363)
ArthurHoaro [Tue, 10 Sep 2019 18:25:19 +0000 (20:25 +0200)] 
Fix undefined thumbnail in OpenGraph headers (#1363)

Fix undefined thumbnail in OpenGraph headers

4 years agoFix undefined thumbnail on OpenGraph headers 1363/head
ArthurHoaro [Tue, 10 Sep 2019 16:40:07 +0000 (18:40 +0200)] 
Fix undefined thumbnail on OpenGraph headers

Fixes #1362

4 years agoAdd pelican shaarli_poster plugin to list of integrations
Lucas Cimon [Wed, 4 Sep 2019 08:00:22 +0000 (10:00 +0200)] 
Add pelican shaarli_poster plugin to list of integrations

4 years agoMerge pull request #1359 from shaarli/dependabot/npm_and_yarn/lodash-4.17.15
ArthurHoaro [Tue, 27 Aug 2019 20:33:49 +0000 (22:33 +0200)] 
Merge pull request #1359 from shaarli/dependabot/npm_and_yarn/lodash-4.17.15

Bump lodash from 4.17.11 to 4.17.15

4 years agoBump lodash from 4.17.11 to 4.17.15 1359/head
dependabot[bot] [Tue, 27 Aug 2019 17:33:59 +0000 (17:33 +0000)] 
Bump lodash from 4.17.11 to 4.17.15

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.15.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.15)

Signed-off-by: dependabot[bot] <support@github.com>
4 years agoDoc: add screenshots of all pages 1358/head
nodiscc [Tue, 27 Aug 2019 17:10:37 +0000 (17:10 +0000)] 
Doc: add screenshots of all pages

Fixes https://github.com/shaarli/Shaarli/issues/598

4 years agoMerge pull request #1355 from ArthurHoaro/hotfix/feed-md-directlink
ArthurHoaro [Thu, 15 Aug 2019 10:59:57 +0000 (12:59 +0200)] 
Merge pull request #1355 from ArthurHoaro/hotfix/feed-md-directlink

Markdown plugin: fix RSS feed direct link reverse

4 years agoMarkdown plugin: fix RSS feed direct link reverse 1355/head
ArthurHoaro [Thu, 15 Aug 2019 10:56:32 +0000 (12:56 +0200)] 
Markdown plugin: fix RSS feed direct link reverse

The plugin was only reversing permalinks and failed with setting rss_permalinks set to false

4 years agoMerge pull request #1354 from ArthurHoaro/hotfix/img-lazy-loading
ArthurHoaro [Thu, 15 Aug 2019 09:51:37 +0000 (11:51 +0200)] 
Merge pull request #1354 from ArthurHoaro/hotfix/img-lazy-loading

Fix image lazy loading issues

4 years agoFix image lazy loading issues 1354/head
ArthurHoaro [Thu, 15 Aug 2019 09:41:50 +0000 (11:41 +0200)] 
Fix image lazy loading issues

For some reason, bLazy won't load the image if the img block has
either 0 height or width.

4 years agoMerge pull request #1351 from ArthurHoaro/hotfix/index-php-version
nodiscc [Sat, 10 Aug 2019 11:30:16 +0000 (11:30 +0000)] 
Merge pull request #1351 from ArthurHoaro/hotfix/index-php-version

Bump PHP version check in index.php

4 years agoBump PHP version check in index.php 1351/head
ArthurHoaro [Sat, 10 Aug 2019 10:26:13 +0000 (12:26 +0200)] 
Bump PHP version check in index.php

Fixes #1249