aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2017-02-18 17:08:27 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2017-02-18 17:08:27 +0100
commit280c06c5005ccb0e547954be61616f9175474a6b (patch)
treed3b5ac286cefd89e6a108f4e0d9be7b35bbbff20
parent201f3027b898cc1465b657d04c5bfa589512ee9f (diff)
Changelog 1419-1428
https://github.com/FreshRSS/FreshRSS/pull/1419 https://github.com/FreshRSS/FreshRSS/pull/1420 https://github.com/FreshRSS/FreshRSS/pull/1428
-rw-r--r--CHANGELOG.md5
-rw-r--r--CREDITS.md1
-rw-r--r--data/shares.php8
3 files changed, 10 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 81811db16..d324a54c5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,10 +2,15 @@
## 2017-xx-xx FreshRSS 1.7.0-dev
+* Features
+ * Share with Ⓚnown [#1420](https://github.com/FreshRSS/FreshRSS/pull/1420)
+ * Share with GNU social [#1422](https://github.com/FreshRSS/FreshRSS/issues/1422)
* UI
* Chrome parity with Firefox: auto-focus tab when clicking on notification [#1409](https://github.com/FreshRSS/FreshRSS/pull/1409)
* Bug fixing
* Fix PostgreSQL bugs with API and feed modifications [#1417](https://github.com/FreshRSS/FreshRSS/pull/1417)
+* Security
+ * No version number for anonymous users [#1404](https://github.com/FreshRSS/FreshRSS/issues/1404)
## 2016-12-26 FreshRSS 1.6.2
diff --git a/CREDITS.md b/CREDITS.md
index 7ab8bc02b..bd1614153 100644
--- a/CREDITS.md
+++ b/CREDITS.md
@@ -17,6 +17,7 @@ People are sorted by name so please keep this order.
* [ealdraed](https://github.com/ealdraed): [contributions](https://github.com/FreshRSS/FreshRSS/commits?author=ealdraed)
* [Frans de Jonge](https://github.com/Frenzie): [contributions](https://github.com/FreshRSS/FreshRSS/commits?author=Frenzie), [Web](http://fransdejonge.com/)
* [Guillaume Fillon](https://github.com/kokaz): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:kokaz), [Web](http://www.guillaume-fillon.com/)
+* [Guillaume Hayot](https://github.com/postblue): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:postblue), [Web](https://postblue.info/)
* [hckweb](https://github.com/hckweb): [contributions](https://github.com/FreshRSS/FreshRSS/commits?author=hckweb)
* [Jaussoin Timothée](https://github.com/edhelas): [contributions](https://github.com/FreshRSS/FreshRSS/commits?author=edhelas), [Web](http://edhelas.movim.eu/)
* [Julien Reichardt](https://github.com/j8r): [contributions](https://github.com/FreshRSS/FreshRSS/commits?author=j8r), [Web](https://blog.jrei.ch/)
diff --git a/data/shares.php b/data/shares.php
index 7ea57651a..16e528d14 100644
--- a/data/shares.php
+++ b/data/shares.php
@@ -85,10 +85,10 @@ return array(
'form' => 'simple',
),
'jdh' => array(
- 'url' => 'https://www.journalduhacker.net/stories/new?url=~LINK~&title=~TITLE~',
- 'transform' => array('rawurlencode'),
- 'form' => 'simple',
- ),
+ 'url' => 'https://www.journalduhacker.net/stories/new?url=~LINK~&title=~TITLE~',
+ 'transform' => array('rawurlencode'),
+ 'form' => 'simple',
+ ),
'Known' => array(
'url' => '~URL~/share?share_url=~LINK~&share_title=~TITLE~',
'transform' => array('rawurlencode'),