Stéphane Dion

Results 15 comments of Stéphane Dion

Sorry there is no api at present A full rebuild is planned with server (only install, api and crawler) and separated client (html5, application cache, local storage, javascript templating ...)...

Hi Fever API integration is done http://feedafever.com/api It's the most famous (used by Tiny Tiny RSS)

I tested with ReadKit on Mac It's good On Android, I found Meltdown and Calenture Free Impossible to connect with Meltdown (the logs are ok) With Calenture Free I have...

After a restart it's ok with Meltdown There was a problem with trailing comma Now it's ok with Calenture Free

Do you have access to your web server logs? To check http status on "fever" calls 192.168.0.13 - - [23/Aug/2015:09:17:30 +0200] "POST /projects/readerself/readerself/fever/?api HTTP/1.1" 200 713 192.168.0.13 - - [23/Aug/2015:10:53:28...

I bought the "Press" application It's was partial (6 articles instead of 15) And I checked in settings and found "days to sync unread and read items" It's ok with...

Hi The refresh button doesn't retrieve items. It's only to refresh display. Did you set a cron? `cd /path-to-installation && php index.php refresh items` You can load the script in...

You can't reach the setup page if the file readerself_config.php is already created, or precisely if the key "salt_password" exists in this file I suggest you have a look to...

I made a commit on the readerself-symfony version, LDAP is implemented new parameters ``` ldap_enabled: false ldap_server: 'ldap://localhost' ldap_port: 389 ldap_protocol: 3 ldap_rootdn: 'cn=Manager,dc=my-domain,dc=com' ldap_rootpw: 'secret' ldap_basedn: 'dc=my-domain,dc=com' ldap_search_user: 'mail=[email]'...

No, it's a new fresh database with innodb, utf8mb4, foreign keys .. I made 2 commands to import all items and starred items It can be heavy if you have...