Commit Graph

10 Commits

Author SHA1 Message Date
Alexandre Alapetite
280c06c500 Changelog 1419-1428
https://github.com/FreshRSS/FreshRSS/pull/1419
https://github.com/FreshRSS/FreshRSS/pull/1420
https://github.com/FreshRSS/FreshRSS/pull/1428
2017-02-18 17:08:27 +01:00
postblue
6479e95428 Add GNU social share 2017-02-18 11:16:22 +01:00
tintouli
fcc9229fb7 Share to sites based on Known (http://withknown.com) 2017-02-04 13:20:25 +01:00
Amaury Carrade
138bbedac6 Added a share for Wallabag v2
The new version of Wallabag (2) was rewrote completly, and the sharer changed.
This keeps the old Wallabag v1 sharer, for people still using it, and adds a new one for Wallabag v2.
The old sharer for wallabag v1 is renamed to 'wallabag v1' (instead of 'wallabag').
2016-05-03 14:42:16 +02:00
danc
9b842f9909 Update shares.php 2016-01-19 19:46:40 +01:00
Jaussoin Timothée
a90f6ad840 Update the Movim share URL
I've changed the Movim urls recently, just fixing FreshRSS to make it work again with Movim
2015-11-09 20:14:49 +01:00
Alexis Degrugillier
e17b8d9dab fix share options to comply with latest format 2015-10-14 21:22:16 -04:00
Alexis Degrugillier
468015dad6 Add Movim share
See #992
2015-10-14 01:11:31 -04:00
ealdraed
7156a646b2 Fix double quotes not escaped in RSS title (share by email)
If an RSS feed title contains double quotes, this prematurely terminates the subject line and prohibits the URL to be added to the email body when using Share->Email.
Replace urlencode() with rawurlencode() for all transform functions.
2015-01-23 01:48:02 +01:00
Alexis Degrugillier
27764b3635 Improve sharing
Previously, the share page can handle only a limited number of shares and only one of each type.
Now the configuration has been change to be more flexible and allows an unlimited number of shares.
The share description is located in an array and the share configuration is stored along with the
user configuration.

Note: I tried to include the specific javascript code in a separate file but I did not succeded to
import it.
2014-02-22 17:03:36 -05:00