aboutsummaryrefslogtreecommitdiff
path: root/p
AgeCommit message (Collapse)Author
2016-08-29HTTP security: prevent reflection abuseGravatar Alexandre Alapetite
https://msdn.microsoft.com/en-us/library/gg622941(v=vs.85).aspx
2016-08-15Read-all bug fixedGravatar Alexandre Alapetite
Introduced by the new forms of https://github.com/FreshRSS/FreshRSS/issues/772 https://github.com/FreshRSS/FreshRSS/pull/1188
2016-08-14Refresh sticky column after auto-loadGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1172
2016-08-14Merge branch 'FreshRSS/dev' into SuperFeeder_timeoutGravatar Alexandre Alapetite
2016-08-13sticky-kit fix, and compatible async deferGravatar Alexandre Alapetite
And set correct parent option https://github.com/FreshRSS/FreshRSS/pull/1172
2016-08-13Merge conflictsGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1172
2016-08-13CSRF token, update HTTP Referrer policy to same-originGravatar Alexandre Alapetite
https://www.w3.org/TR/referrer-policy/#referrer-policy-no-referrer https://github.com/FreshRSS/FreshRSS/issues/570 https://github.com/FreshRSS/FreshRSS/issues/955 https://github.com/FreshRSS/FreshRSS/issues/1198 https://github.com/FreshRSS/FreshRSS/issues/565 https://github.com/FreshRSS/FreshRSS/issues/554
2016-08-07Minor JavaScript problems with drag & dropGravatar Alexandre Alapetite
Independent of the jQuery update
2016-08-06Fix drag in Internet ExplorerGravatar Alexandre Alapetite
Internet Explorer does not support setData('text/html') and setData() is deprecated https://msdn.microsoft.com/en-us/library/ms536744(v=vs.85).aspx
2016-08-06Fix drag in ChromeGravatar Alexandre Alapetite
2016-08-06Merge for conflictsGravatar Alexandre Alapetite
2016-08-06jQuery 3 compatibilityGravatar Alexandre Alapetite
https://jquery.com/upgrade-guide/3.0/ * event.props removed https://jquery.com/upgrade-guide/3.0/#breaking-change-jquery-event-props-and-jquery-event-fixhooks-removed https://github.com/jquery/api.jquery.com/issues/405 * jqXHR.success(), jqXHR.error(), and jqXHR.complete() removed
2016-08-06jQuery 3.1.0Gravatar Alexandre Alapetite
http://blog.jquery.com/2016/07/07/jquery-3-1-0-released-no-more-silent-errors/
2016-08-06JSHint and safer async init_normalGravatar Alexandre Alapetite
2016-08-02JS unused variables, syntaxGravatar Alexandre Alapetite
2016-08-02JS load optimizationGravatar Alexandre Alapetite
Start loading what we can already before DOM is ready
2016-08-02Fix bug articles not marked as readGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1123 https://github.com/FreshRSS/FreshRSS/issues/423
2016-08-01Merge pull request #1187 from Alkarex/remove_personaGravatar Alexandre Alapetite
Remove Mozilla Persona login
2016-07-31Remove Mozilla Persona loginGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1052
2016-07-31Merge pull request #1186 from Alkarex/api_helpGravatar Alexandre Alapetite
More links for API help
2016-07-31More links for API helpGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/328#issuecomment-236100791 https://github.com/FreshRSS/FreshRSS/issues/957#issuecomment-133581712
2016-07-30PSHB: work-around for SuperFeederGravatar Alexandre Alapetite
Feeds using SuperFeeder for PubSubHubbub push had timeout problems during substription. SuperFeeder bot was returning 422 "We could not verify your callback Error: ETIMEDOUT" It seems to be due to the the fact that SuperFeeder bot uses keep-alive but expects the server to close the connection. https://github.com/FreshRSS/FreshRSS/issues/312#issuecomment-73716936
2016-07-30Fix logs style scroll bugGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1178 There was a conflict on the ".logs" class name
2016-07-08Make Sidebar StickyGravatar romibi
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