niol

Results 54 comments of niol

For instance, "allow to add files in dot-directories" allows to add ~/.ssh/known_hosts and ~/.ssh/config but not ~/.ssh/authorized_keys .

This functionnality could be integrated into selfoss but needs some work because you provide a new implementation of database access bypassing what's already available in selfoss (see `src/daos`). If you...

For this, I disabled ```auto_stream_more``` which makes the items paginated, and then I mark as read page after page. Your request may be the same as #681 .

I cannot reproduce. Does refreshing all sources work?

Okay for the message action button. Maybe it makes more sense for the stream buttons with ```auto-stream_more=0``` in mobile view. ![screenshot](https://user-images.githubusercontent.com/2470916/27436331-265e5fa4-575f-11e7-8f08-3c8d207ab156.png)

Nice. 1. We should plan for a test directory or make the planned structure not incompatible with the presence of such directory. 2. Some people run selfoss in restricted hosting...

I have the same and need to look into it.

In my case the image is twice in the ``content`` field in the database. In the source site, the image is also present twice, but the second time it is...

Back when I had worked on this, I felt the need to add this in `pgsql`. If I remember correctly, this greatly improved fetching and cleanup. ``` CREATE UNIQUE INDEX...