aboutsummaryrefslogtreecommitdiff
path: root/p
AgeCommit message (Collapse)Author
2016-04-23Adjust caching for favicon with errorsGravatar Alexandre Alapetite
2016-04-10API support for REDIRECT HTTP headersGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1127
2016-03-17CSP compatibility for home pageGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1075
2016-03-08API limit INPUT to 1MBGravatar Alexandre Alapetite
2016-03-08CSP for SVGGravatar Alexandre Alapetite
And moved .htaccess rules in the folder there are used https://github.com/FreshRSS/FreshRSS/issues/1114
2016-03-06Added files via uploadGravatar Wanabo
Added missing loader.gif `.loading { background: url("loader.gif") center center no-repeat; font-size: 0; }`
2016-02-28Merge pull request #1078 from Alkarex/CSP-no-inlineGravatar Alexandre Alapetite
Content-Security-Policy
2016-02-28CSP bug in install scriptGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1075
2016-02-27JS formattingGravatar Alexandre Alapetite
2016-02-27CSP manually refreshing feedsGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1075
2016-02-23jQuery 2.2.1Gravatar Alexandre Alapetite
Fix bug on .position() used by FreshRSS http://blog.jquery.com/2016/02/22/jquery-1-12-1-and-2-2-1-released/
2016-02-21CSP for statistics and formsGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1075
2016-02-21CSP for bookmarklet (subscription)Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1075
2016-02-21CSP for statisticsGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1075
2016-02-21CSP: Use inline JSON instead of one-time cookieGravatar Alexandre Alapetite
Simpler, lighter https://github.com/FreshRSS/FreshRSS/issues/1075
2016-02-21More work for CSP, in particular installGravatar Alexandre Alapetite
Install needs testing. https://github.com/FreshRSS/FreshRSS/issues/1075
2016-02-21JavaScript popup number bugGravatar Alexandre Alapetite
A backslash caused problem. https://github.com/FreshRSS/FreshRSS/issues/1075 https://github.com/FreshRSS/FreshRSS/pull/1078
2016-02-16CSP no inline javascript draftGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1075
2016-02-16Merge pull request #1050 from Alkarex/jQuery2.2Gravatar Alexandre Alapetite
Update jQuery, and UI bugs (scroll, global and reader views)
2016-01-26Offset in global viewGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1050#issuecomment-175166593
2016-01-24Several position problems, in particular in the global viewGravatar Alexandre Alapetite
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
2016-01-24PubSubHubbub unsubscribe requestGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1058
2016-01-09Update jQuery from 2.1.4 to 2.2Gravatar Alexandre Alapetite
http://blog.jquery.com/2016/01/08/jquery-2-2-and-1-12-released/
2015-11-23Update greader.phpGravatar Purexo
streamContents can know exclude target unread item
2015-10-27Merge pull request #1011 from Alkarex/allow_robotsGravatar Marien Fressinaud
Config allow robots
2015-10-25Merge pull request #1010 from Alkarex/cleanLogsGravatar Marien Fressinaud
Clean logs
2015-10-25More viewable visual alert for categories with problematic feedsGravatar Alwaysin
2015-10-25Config allow robotsGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/938
2015-10-24Clean logsGravatar Alexandre Alapetite
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
2015-10-24Add a visual alert on categoriesGravatar Alexandre Alapetite
By @aledeg https://github.com/FreshRSS/FreshRSS/pull/984 https://github.com/FreshRSS/FreshRSS/pull/983
2015-09-12Replace CSS pseudo-element syntaxGravatar Alexis Degrugillier
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
2015-09-12Add a visual alert on categoriesGravatar Alexis Degrugillier
When a category has one or more feeds with errors, a visual warning is displayed before the name of the category.
2015-06-01Merge from devGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/312
2015-05-29Patch for confirmation in non-Firefox (Chrome)Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/739 Use standards instead of Firefox-specific explicitOriginalTarget
2015-05-23Merge branch 'FreshRSS/dev' into PubSubHubbubGravatar Alexandre Alapetite
2015-05-21Google Reader API: work-around for News+ bugGravatar Alexandre Alapetite
https://github.com/noinnion/newsplus/issues/84#issuecomment-57834632 https://github.com/FreshRSS/FreshRSS/issues/443
2015-05-17PubSubHubbub better gestion of errorsGravatar Alexandre Alapetite
Do not assume that PubSubHubbub works until the first successul push https://github.com/FreshRSS/FreshRSS/issues/312#issuecomment-102706500
2015-05-16Merge branch 'FreshRSS/dev' into PubSubHubbubGravatar Alexandre Alapetite
2015-05-16jQuery 2.1.4Gravatar Alexandre Alapetite
http://blog.jquery.com/2015/04/28/jquery-1-11-3-and-2-1-4-released-ios-fail-safe-edition/
2015-05-16More PubSubHubbubGravatar Alexandre Alapetite
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.
2015-05-15Change some error messagesGravatar Alexandre Alapetite
2015-05-15First alpha of PubSubHubbubGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/312 Using a white list limited to http://push-pub.appspot.com/feed for alpha testing.
2015-05-15First draft of PubSubHubbubGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/312 Requires setting base_url in config.php. Currently using the filesystem (no change to the database)
2015-03-14Add an unsaved changes alert on config pagesGravatar Alexis Degrugillier
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
2015-03-04Fix entry DAO query usageGravatar Alexis Degrugillier
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.
2015-03-03Fix API to use the search objectGravatar Alexis Degrugillier
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.
2015-02-18Merge pull request #793 from aledeg/modify-shareGravatar Marien Fressinaud
Harmonize share configuration view.
2015-02-15Add a cleaning process in the auto-remove feature.Gravatar Alexis Degrugillier
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
2015-02-14Harmonize share configuration view.Gravatar Alexis Degrugillier
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
2015-01-29Change behaviour of #add_rss input.extendGravatar Marien Fressinaud
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