Commit Graph

5 Commits

Author SHA1 Message Date
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