summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
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
2015-07-27Load configuration by recursionGravatar Marien Fressinaud
- Remove Minz_Configuration::$data_default - Default values are loaded first in $data - $data values are replaced by values from config file Fix https://github.com/FreshRSS/FreshRSS/issues/923
2015-07-23Add a simple test to detect if server is publicGravatar Marien Fressinaud
If the server is not accessible by an external server, pubsubhubbub should be disable. See https://github.com/FreshRSS/FreshRSS/issues/865
2015-07-23Use filter_var in guessBaseUrlGravatar Marien Fressinaud
See https://github.com/FreshRSS/FreshRSS/issues/906 See https://github.com/FreshRSS/FreshRSS/pull/915/files#r35304704
2015-07-23Fix unexpected behaviour in getBaseUrlGravatar Marien Fressinaud
- getBaseUrl() returns info from configuration only and always append the suffix - add a guessBaseUrl() to extract base_url from $_SERVER info - fix Url::display() to take this change in consideration Fix https://github.com/FreshRSS/FreshRSS/issues/906 Use https://github.com/FreshRSS/FreshRSS/pull/910
2015-07-23Merge branch 'baseUrl' of https://github.com/Alkarex/FreshRSS into ↵Gravatar Marien Fressinaud
906-fix-getBaseUrl
2015-07-22Registration action is handled and create a userGravatar Marien Fressinaud
See https://github.com/FreshRSS/FreshRSS/issues/679
2015-07-17dirname problemGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/906
2015-07-14Merge pull request #902 from marienfressinaud/862-fix-extension-broken-linksGravatar Alexandre Alapetite
Fix broken links for extension script/style files
2015-07-13Fix broken links for extension script/style filesGravatar Marien Fressinaud
Fix https://github.com/FreshRSS/FreshRSS/issues/862
2015-07-12Merge branch 'curlOptions' of https://github.com/Alkarex/FreshRSS into ↵Gravatar Marien Fressinaud
Alkarex-curlOptions
2015-07-12Implement cURL optionsGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/897 Requires that https://github.com/FreshRSS/FreshRSS/pull/898 is merged first.
2015-07-12Merge some pull requests from upstreamGravatar Alexandre Alapetite
silent Warning cast with PHP 5.3.3 (RHEL-6) https://github.com/simplepie/simplepie/pull/258 Use rss:pubDate over atom:updated when determining the posting date https://github.com/simplepie/simplepie/pull/288 Update Item.php: add support for media thumbnails https://github.com/simplepie/simplepie/pull/340 Remove PHP Notices https://github.com/simplepie/simplepie/pull/353 And removed "FreshRSS" annotations for pull requests submitted upstream Fixed a typo in Date.php (wrong number for September) https://github.com/simplepie/simplepie/pull/374 Remove duplicate case https://github.com/simplepie/simplepie/pull/406 Added set_curl_options method to allow custom options https://github.com/simplepie/simplepie/pull/407 Improved error message https://github.com/simplepie/simplepie/pull/412
2015-07-06Merge pull request #888 from Alkarex/fullContentDataSrcGravatar Alexandre Alapetite
Full content img data-src. Tested by @Pangolun https://github.com/FreshRSS/FreshRSS/issues/877#issuecomment-118777077
2015-07-05Merge pull request #869 from Alkarex/PDOOptionsGravatar Alexandre Alapetite
PDO options for e.g. SSL
2015-07-04Full content img data-srcGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/877 Quick fix while waiting for a new library to retrieve articles
2015-06-06Force HTML content-type with charsetGravatar Alexandre Alapetite
Force UTF-8 https://github.com/FreshRSS/FreshRSS/issues/870
2015-06-03PDO config issetGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/868
2015-06-03PDO options for e.g. SSLGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/868
2015-06-01Merge from devGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/312
2015-05-30Minz URL encoding bugGravatar Alexandre Alapetite
See also https://github.com/FreshRSS/FreshRSS/pull/849
2015-05-23Minz getBaseUrl correction and RSS template bugGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/848 Corrections in Minz (HTTP_HOST was not sanitized, getURI() was never used and not working anyway with absolute base_url) $this->url was not defined in rss.phtml
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-05-11More SQLite compatibilityGravatar Alexandre Alapetite
Additional changes to add compatibility with SQLite for the new hash/lastSeen mode of updating articles.
2015-04-05Merge remote-tracking branch 'origin/IDN' into devGravatar Alexandre Alapetite
2015-04-05Punycode spelling mistakeGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/820
2015-04-05Merge remote-tracking branch 'origin/IDN' into devGravatar Alexandre Alapetite
2015-04-05Support for Internationalized Domain Names (IDN)Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/819 Add explicit conversion from IDN to Punycode. Requires PHP 5.3 IDN extension http://php.net/intl.idn (php5-idn package on Debian/Ubuntu). For systems without PHP 5.3+ IDN extension, we may consider adding a dependency (322 kB) to the third-party library https://phlymail.com/en/downloads/idna-convert.html See PHP bug 53474 FILTER_VALIDATE_URL should not fail URL's that use IDNhttps://bugs.php.net/bug.php?id=53474
2015-04-04Merge remote-tracking branch 'origin/sql_hash_lastUpdate' into devGravatar Alexandre Alapetite
2015-04-04SQL: detection of updates, and preparation for better burgeGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/798 https://github.com/FreshRSS/FreshRSS/issues/493 SQLite not yet tested. Only MySQL tested so far.
2015-03-24Merge remote-tracking branch 'origin/Logging' into devGravatar Alexandre Alapetite
2015-03-24SimplePie forgot static keywordGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/711
2015-03-23Merge remote-tracking branch 'origin/Logging' into devGravatar Alexandre Alapetite
2015-03-23SimplePie faster regex for sanitizing URLsGravatar Alexandre Alapetite
Can simplify the regex (faster because anchored) for cleaning URLs based on the fact that we only have to deal with HTTP or HTTPS https://github.com/FreshRSS/FreshRSS/pull/715
2015-03-22Merge remote-tracking branch 'origin/Logging' into devGravatar Alexandre Alapetite
2015-03-22Revert "SimplePie seems to only supports HTTP schemes"Gravatar Alexandre Alapetite
This reverts commit 1c38e646c3223571988b33e6a0d481426e3b6931.
2015-03-22Merge remote-tracking branch 'origin/Logging' into devGravatar Alexandre Alapetite
2015-03-22SimplePie seems to only supports HTTP schemesGravatar Alexandre Alapetite
Can simplify the regex (faster because anchored) for cleaning URLs based on the fact that we only have to deal with HTTP or HTTPS
2015-03-22Merge remote-tracking branch 'origin/Logging' into devGravatar Alexandre Alapetite
2015-03-22SimplePie sanitize URLs for syslogGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/711 https://github.com/FreshRSS/FreshRSS/pull/715
2015-03-21Merge remote-tracking branch 'origin/Logging' into devGravatar Alexandre Alapetite
2015-03-21SimplePie option to restaure syslog of HTTP requestsGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/711
2015-03-21htmlspecialchars_decode for all SIMPLEPIE_CONSTRUCT_MAYBE_HTMLGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/754
2015-03-16SimplePie: decode special chars for MAYBE_HTMLGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/754 Needs to check with many feeds to see if this does not introduce incompatibilities with some valid feeds.
2015-01-29Improve url_remove_credentialsGravatar Marien Fressinaud
Use @aledeg old function instead See https://github.com/FreshRSS/FreshRSS/pull/715 See https://github.com/FreshRSS/FreshRSS/issues/711