aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2016-08-28SimplePie better messageGravatar Alexandre Alapetite
2016-08-28SimplePie error message XML PCREGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1227
2016-08-14Merge dev conflictsGravatar Alexandre Alapetite
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-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-12OPML compatibility PHP 5.3Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1202 https://github.com/FreshRSS/FreshRSS/pull/1206
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-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-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-30Update MySQL to utf8mb4 (full unicode) 🔥Gravatar Alexandre Alapetite
* Requires MySQL 5.5.3+ (drop support for MySQL 5.0) * Requires PHP 5.3.3+ (drop support for PHP 5.3.0) https://github.com/FreshRSS/FreshRSS/issues/789#issuecomment-73878076
2016-05-01Merge branch 'FreshRSS/dev' into devGravatar Alexandre Alapetite
2016-04-30SimplePie trimGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1142
2016-04-23Merge branch 'http2_headers' into devGravatar Alexandre Alapetite
2016-04-23Favicon array bugGravatar Alexandre Alapetite
Case problem and isset check
2016-04-23HTTP2 optimizationGravatar Alexandre Alapetite
Fast flush HTTP headers, push promise CSS. Requires PHP 5.3+ due to anonymous function. Do not load syles, scripts, and notifications for Ajax requests. https://github.com/FreshRSS/FreshRSS/issues/1089
2016-03-08Secure cookie HTTPSGravatar Alexandre Alapetite
2016-03-06OPML bug import not using titleGravatar Alexandre Alapetite
Fix https://github.com/FreshRSS/FreshRSS/issues/1048
2016-03-06Fix url endingGravatar Alexis Degrugillier
2016-03-01SimplePie force HTTPS simplifie codeGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1083 https://github.com/FreshRSS/FreshRSS/pull/1087
2016-03-01SimplePie force HTTPS bug with sub-domainsGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1083
2016-02-29SimplePie force HTTPS for enclosuresGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1083 https://github.com/FreshRSS/FreshRSS/pull/1087
2016-02-29Merge pull request #1087 from Alkarex/HTTPS_EverywhereGravatar Alexandre Alapetite
Force HTTPS for selected embed providers
2016-02-29SimplePie HTTPS updated commentsGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1083
2016-02-29HTTPS search tree: simplify codeGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1083
2016-02-28SimplePie Force HTTPS custom list domainsGravatar Alexandre Alapetite
Load from data/force-https.default.txt and data/force-https.txt Efficient tree structure to search the domains https://github.com/FreshRSS/FreshRSS/pull/1087
2016-02-28Merge pull request #1078 from Alkarex/CSP-no-inlineGravatar Alexandre Alapetite
Content-Security-Policy
2016-02-24json_decode fallback bug 2Gravatar Alexandre Alapetite
2016-02-24json_decode fallback debugGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1092
2016-02-24Work in progress HTTPSGravatar Alexandre Alapetite
2016-02-22Merge branch 'HTTPS_Everywhere' of https://github.com/Alkarex/FreshRSS into ↵Gravatar Alexandre Alapetite
HTTPS_Everywhere
2016-02-22Avoid prototol-relative URLsGravatar Alexandre Alapetite
Protocol-relative URLs do not seem to work well with API / mobile apps
2016-02-22SimplePie force HTTPS, another approachGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1083
2016-02-21Syntax errorGravatar Alexandre Alapetite
2016-02-21HTTPS SimplePie experimentGravatar Alexandre Alapetite
Syntax bug https://github.com/FreshRSS/FreshRSS/issues/1083
2016-02-21Experiment with forcing HTTPS for selected embed providersGravatar Alexandre Alapetite
YouTube, DailyMotion, Tumblr https://github.com/FreshRSS/FreshRSS/issues/1083
2016-02-21Filter out img sizesGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1077 https://github.com/FreshRSS/FreshRSS/issues/1081
2016-02-17Filter-out img srcset for the time beingGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1077
2016-02-16CSP no inline javascript draftGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1075
2016-01-26Note about PHP 5.2Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1055
2016-01-25More PHP 5.2 install compatibilityGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1055
2016-01-24Compatibility PHP 5.2 with array_replace_recursiveGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1055 https://github.com/FreshRSS/FreshRSS/pull/926 https://github.com/FreshRSS/FreshRSS/issues/923
2015-11-03Use HTTP_X_FORWARDED_Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/975
2015-07-31Minz cookie session httpOnlyGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/924 https://github.com/FreshRSS/FreshRSS/pull/936/files#r35948311
2015-07-31WhitespaceGravatar Alexandre Alapetite
2015-07-31Minz slight change in session cookie pathGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/924#issuecomment-126499403
2015-07-30Minz session cookie path bugGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/924#issuecomment-126499403
2015-07-29Don't hide errors in configurationGravatar Marien Fressinaud
Fix https://github.com/FreshRSS/FreshRSS/issues/920