| Age | Commit message (Collapse) | Author |
|
|
|
https://github.com/FreshRSS/FreshRSS/issues/1127
|
|
https://github.com/FreshRSS/FreshRSS/issues/1075
|
|
|
|
And moved .htaccess rules in the folder there are used
https://github.com/FreshRSS/FreshRSS/issues/1114
|
|
Added missing loader.gif
`.loading { background: url("loader.gif") center center no-repeat; font-size: 0; }`
|
|
Content-Security-Policy
|
|
https://github.com/FreshRSS/FreshRSS/issues/1075
|
|
|
|
https://github.com/FreshRSS/FreshRSS/issues/1075
|
|
Fix bug on .position() used by FreshRSS
http://blog.jquery.com/2016/02/22/jquery-1-12-1-and-2-2-1-released/
|
|
https://github.com/FreshRSS/FreshRSS/issues/1075
|
|
https://github.com/FreshRSS/FreshRSS/issues/1075
|
|
https://github.com/FreshRSS/FreshRSS/issues/1075
|
|
Simpler, lighter
https://github.com/FreshRSS/FreshRSS/issues/1075
|
|
Install needs testing.
https://github.com/FreshRSS/FreshRSS/issues/1075
|
|
A backslash caused problem.
https://github.com/FreshRSS/FreshRSS/issues/1075
https://github.com/FreshRSS/FreshRSS/pull/1078
|
|
https://github.com/FreshRSS/FreshRSS/issues/1075
|
|
Update jQuery, and UI bugs (scroll, global and reader views)
|
|
https://github.com/FreshRSS/FreshRSS/pull/1050#issuecomment-175166593
|
|
Multiple small bugs in global and reader views.
Related to these old issues:
https://github.com/FreshRSS/FreshRSS/issues/634
https://github.com/FreshRSS/FreshRSS/issues/275
|
|
https://github.com/FreshRSS/FreshRSS/issues/1058
|
|
http://blog.jquery.com/2016/01/08/jquery-2-2-and-1-12-released/
|
|
streamContents can know exclude target unread item
|
|
Config allow robots
|
|
Clean logs
|
|
|
|
https://github.com/FreshRSS/FreshRSS/issues/938
|
|
Reduced login of API and PubSubHubbub (both are quite stable now).
When clearing logs as admin, also clear API and PubSubHubbub logs.
https://github.com/FreshRSS/FreshRSS/issues/988
|
|
By @aledeg
https://github.com/FreshRSS/FreshRSS/pull/984
https://github.com/FreshRSS/FreshRSS/pull/983
|
|
Before, in the CSS files, :after and :before were in use. But those are not pseudo-classes in CSS3.
They are pseudo-elements. The syntax should use ::before and ::after instead.
See http://www.w3.org/TR/css3-selectors/#gen-content
|
|
When a category has one or more feeds with errors, a visual warning is displayed before the name of the category.
|
|
https://github.com/FreshRSS/FreshRSS/issues/312
|
|
https://github.com/FreshRSS/FreshRSS/issues/739
Use standards instead of Firefox-specific explicitOriginalTarget
|
|
|
|
https://github.com/noinnion/newsplus/issues/84#issuecomment-57834632
https://github.com/FreshRSS/FreshRSS/issues/443
|
|
Do not assume that PubSubHubbub works until the first successul push
https://github.com/FreshRSS/FreshRSS/issues/312#issuecomment-102706500
|
|
|
|
http://blog.jquery.com/2015/04/28/jquery-1-11-3-and-2-1-4-released-ios-fail-safe-edition/
|
|
https://github.com/FreshRSS/FreshRSS/issues/312
Show whether PubSubHubbub is enabled in the Web interface of feed
configuration.
When PubSubHubbub is used, do not pull refresh so often (hard-coded to
max once per 24h for now).
Improved logic for lease renewal, and some detection of lease problems.
Updated read-me and changelog.
|
|
|
|
https://github.com/FreshRSS/FreshRSS/issues/312
Using a white list limited to http://push-pub.appspot.com/feed for alpha
testing.
|
|
https://github.com/FreshRSS/FreshRSS/issues/312
Requires setting base_url in config.php.
Currently using the filesystem (no change to the database)
|
|
Before, you could leave a configuration page without knowing if you saved your changes or not.
Now, there is an alert poping up if you have unsaved changes. It will ask you if you want to stay on the page and save your changes or leave the page and loose your changes.
See #739
|
|
I did not fix the call in the previous commit. I hope this one is the last change needed.
We definitely need a templating engine so we could use the same controller to output different things.
This will remove code duplication between the api and the web interface.
It will allows us to build other type of api, and also refactor the rss feed as a different view of the same dataset.
|
|
Since the internal of the listWhere method was changed, the API wasn't working. It was still calling the method with the old parameters.
I didn't test it but now, it should work.
|
|
Harmonize share configuration view.
|
|
Before, when the status change was too quick, sometimes, articles weren't removed from the view.
Now they are removed by adding a statement that grabs past articles with specific properties and remove them.
See #738
|
|
Before, for shares that don't need options, only a button to remove it was visible. It was source of confusion for users.
I changed the look of those shares by using the same layout as others (minus the help). As there is no configuration possible for the url, the field is disabled but it is possible to change the name of the share.
See #787
|
|
UI was frustrating when input had the focus: we needed to click elsewhere to
be able to open the next dropdown.
See https://github.com/FreshRSS/FreshRSS/issues/777
|