aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-08-14Merge pull request #1214 from Alkarex/sticky-column-recalcGravatar Alexandre Alapetite
Refresh sticky column after auto-load
2016-08-14Refresh sticky column after auto-loadGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1172
2016-08-14Merge pull request #1213 from Alkarex/drop-php-5.3.2Gravatar Alexandre Alapetite
Remove code for PHP 5.3.2-
2016-08-14Merge dev conflictsGravatar Alexandre Alapetite
2016-08-14Merge pull request #1212 from Alkarex/json-php5.3Gravatar Alexandre Alapetite
Define JSON_UNESCAPED_UNICODE for PHP 5.3.3
2016-08-14Merge pull request #1211 from Alkarex/credits-updatedGravatar Alexandre Alapetite
Credits updated
2016-08-14Remove code for PHP 5.3.2-Gravatar Alexandre Alapetite
2016-08-14Define JSON_UNESCAPED_UNICODE for PHP 5.3Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1208
2016-08-14Merge pull request #1184 from Alkarex/SuperFeeder_timeoutGravatar Alexandre Alapetite
PSHB: work-around for SuperFeeder
2016-08-14Readme SuperFeederGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1184
2016-08-14Merge branch 'FreshRSS/dev' into SuperFeeder_timeoutGravatar Alexandre Alapetite
2016-08-14Fix some gitHub credits linksGravatar Alexandre Alapetite
2016-08-14More creditsGravatar Alexandre Alapetite
2016-08-14Credits updatedGravatar 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-13Changelog minorGravatar Alexandre Alapetite
2016-08-13Merge pull request #1210 from Alkarex/csrf-tokenGravatar Alexandre Alapetite
CSRF token, update HTTP Referrer policy to same-origin
2016-08-13README: Add CSRF tokensGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/570 https://github.com/FreshRSS/FreshRSS/issues/955 https://github.com/FreshRSS/FreshRSS/pull/1198
2016-08-13Do not mix POST and GET paramsGravatar Alexandre Alapetite
Avoid returning CSRF POST token for a GET
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-13Merge pull request #1209 from Alkarex/php5.3-closureGravatar Alexandre Alapetite
PHP 5.3 compatibility for callback
2016-08-13PHP 5.3 more compatibilityGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1209#issuecomment-239617504 https://github.com/FreshRSS/FreshRSS/issues/1208
2016-08-13PHP 5.3 scope compatibilityGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1208
2016-08-12Restore compatibility with PHP 5.3.3Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1208
2016-08-12PHP 5.3 compatibility for callbackGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1208
2016-08-12OPML compatibility PHP 5.3Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1202 https://github.com/FreshRSS/FreshRSS/pull/1206
2016-08-12Merge pull request #1206 from Alkarex/OPML-categoriesGravatar Alexandre Alapetite
Support for OPML 2.0 category attribute
2016-08-11Minor quotesGravatar Alexandre Alapetite
2016-08-11Support for OPML 2.0 category attributeGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1202
2016-08-11Merge pull request #1205 from Alkarex/creditsGravatar Alexandre Alapetite
More credits updated
2016-08-11More credit updatedGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1201 https://github.com/FreshRSS/FreshRSS/pull/1204
2016-08-11Merge pull request #1204 from Alkarex/creditsGravatar Alexandre Alapetite
Fixed credits links, updated credits, fixed broken images
2016-08-11Fixed credits links, updated credits, fixed broken imagesGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1201 * We do not use getfavicon service anymore * Links to images hosted on http://marienfressinaud.fr were broken.
2016-08-09More changelog 1.5.x-devGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/milestone/18
2016-08-07Merge pull request #1199 from Alkarex/httpConditionalEtagGravatar Alexandre Alapetite
Apache Etag issue
2016-08-07Apache Etag issueGravatar Alexandre Alapetite
A -gzip suffix seems to be added and not removed somewhere in the Apache + PHP7 stack, which caused the caching to fail (the 304 Not Modified responses were not working anymore). Related to https://bz.apache.org/bugzilla/show_bug.cgi?id=39727
2016-08-07Merge pull request #1198 from Alkarex/CSP-referrerGravatar Alexandre Alapetite
meta referrer origin
2016-08-07meta referrer originGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/955 Tested in Firefox 48, Chrome 53, Edge 25
2016-08-07Merge pull request #1197 from Alkarex/jQuery3.1.0Gravatar Alexandre Alapetite
jQuery 3.1.0
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-06Merge pull request #1196 from Alkarex/jsHintGravatar Alexandre Alapetite
JSHint and safer async init_normal
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-02Merge pull request #1194 from Alkarex/mysql_utf8mb4Gravatar Alexandre Alapetite
Forgotten method name update for SQLite
2016-08-02Forgotten method name update for SQLiteGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1183 https://github.com/FreshRSS/FreshRSS/issues/1153