niol

Results 54 comments of niol

Having spent some time with the client code, I'd say that there are no meta toggles for ``entryOpen`` and ``entryClose`` and that I would create them in ``selfoss-ui.js`` (if they...

I'm sorry but I do not understand what you are refering to. Please be more specific.

I'm note sure why this was closed as it does not seem to be fixed. I'll look into this when I have time if it's not fixed.

Works for me. Can you detail how you make it fail and the corresponding error message?

If I login, delete the PHPSESSID cookie, click on a tag or a filter, I get a "your session has expired" red banner and the login screen, as expected.

Can you double check the version you are running and the js version loaded in your browser? Because I cannot find any failure on my setup.

Please ensure latest js by deleting ```public/all.js``` and ensuring the new autogenerated file gets loaded by the browser.

I've found it very useful for me to have some kind of reading history distinguishing between items I opened and items I just marked as read without reading. This makes...

If you have access to your server configuration and use php-curl, libcurl will obey (if you trust the documentation) to proxy settings set in environment variables. For instance in apache2/mod_php,...

I'm trying to ignore self referrals in `sub.domain.com` logs and I've tried with `--ignore-referrers=*sub.domain.com*` and `--ignore-referrers=sub.domain.com*` and neither work. Only `--ignore-referrers=*ub.domain.co*` works. (I'm using goaccess 1.7).