summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-07-23Version 1.4.01.4.0Gravatar Marien Fressinaud
2016-07-23Merge branch 'dev'Gravatar Marien Fressinaud
2016-07-23Update CHANGELOG.mdGravatar Marien Fressinaud
2016-06-12Start next devGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1165
2016-06-12i18n Movim Wallabag missingGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1165
2016-06-12Check minimum PHP 5.3.0+Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1133
2016-06-12Release date 1.3.2-betaGravatar Alexandre Alapetite
2016-06-12Prepare for 1.3.2-betaGravatar Alexandre Alapetite
2016-06-12Changelog 1.3.2-betaGravatar Alexandre Alapetite
2016-06-12i18n RU finalize draftGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1085
2016-06-12i18n RU update WallabagGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1085 https://github.com/FreshRSS/FreshRSS/pull/1150
2016-06-12i18n remove RU UTF-8 suffixGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1085
2016-06-12Merge pull request #1085 from ASMfreaK/1029-Translation-to-russianGravatar Alexandre Alapetite
1029 translation to russian
2016-05-22Merge pull request #1159 from DFabric/devGravatar Alexis Degrugillier
Update DPlatform to the new URL
2016-05-22Update DPlatform to the new URLGravatar JulR
2016-05-12Merge pull request #1155 from hckweb/devGravatar Alexandre Alapetite
Update tr language
2016-05-12Update install.phpGravatar hckweb
'json' tr translate
2016-05-03Merge pull request #1151 from j8r/devGravatar Alexandre Alapetite
Add DPlatform as an installation way (dev branch)
2016-05-03Add DPlatform as an installation wayGravatar j8r
2016-05-03Merge pull request #1150 from AmauryCarrade/feature-update-wallabagv2-shareGravatar Alexandre Alapetite
A share for Wallabag v2
2016-05-03Added a share for Wallabag v2Gravatar Amaury Carrade
The new version of Wallabag (2) was rewrote completly, and the sharer changed. This keeps the old Wallabag v1 sharer, for people still using it, and adds a new one for Wallabag v2. The old sharer for wallabag v1 is renamed to 'wallabag v1' (instead of 'wallabag').
2016-05-01Merge branch 'dev' of https://github.com/Alkarex/FreshRSS; branch 'beta' of ↵Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS into FreshRSS/dev
2016-05-01Merge pull request #1147 from Frenzie/betaGravatar Alexandre Alapetite
Fix validator link
2016-05-01Fix validator linkGravatar Frans de Jonge
2016-05-01Merge branch 'FeedTimeout' into devGravatar Alexandre Alapetite
2016-05-01Change default feed timeoutGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1141
2016-05-01Merge branch 'FreshRSS/dev' into devGravatar Alexandre Alapetite
2016-05-01Merge pull request #1143 from Alkarex/SimplePie_TrimGravatar Alexandre Alapetite
SimplePie trim
2016-04-30SimplePie trimGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1142
2016-04-29Merge branch 'http2_headers' into devGravatar Alexandre Alapetite
2016-04-29Load styles for two JSON casesGravatar Alexandre Alapetite
2016-04-24Merge branch 'FreshRSS/dev' into devGravatar Alexandre Alapetite
2016-04-24Merge pull request #1132 from Alkarex/mysql_only_full_group_byGravatar Alexandre Alapetite
MySQL compatibility only_full_group_by
2016-04-24Merge pull request #1135 from Alkarex/favicon_bugGravatar Alexandre Alapetite
Favicon bug
2016-04-24Merge pull request #1136 from Alkarex/entry_postGravatar Alexandre Alapetite
Error message when accessing entry controller by GET
2016-04-24Merge pull request #1137 from Alkarex/feed_passwordGravatar Alexandre Alapetite
But when adding feeds with passwords
2016-04-24But when adding feeds with passwordsGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1131
2016-04-23Merge branch 'http2_headers' into devGravatar Alexandre Alapetite
2016-04-23Revert; Notifications needed also for non-layout requestsGravatar Alexandre Alapetite
2016-04-23Merge branch 'entry_post' into devGravatar Alexandre Alapetite
2016-04-23Error message when accessing entry by GETGravatar Alexandre Alapetite
2016-04-23Merge branch 'http2_headers' into devGravatar Alexandre Alapetite
2016-04-23Merge branch 'favicon_bug' into devGravatar Alexandre Alapetite
2016-04-23Adjust caching for favicon with errorsGravatar 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-04-22Merge branch 'FreshRSS/dev' into devGravatar Alexandre Alapetite
2016-04-22Merge branch 'mysql_only_full_group_by' into devGravatar Alexandre Alapetite
2016-04-22Merge pull request #1128 from Alkarex/api_fcgiGravatar Alexandre Alapetite
API support for REDIRECT HTTP headers
2016-04-22MySQL compatibility only_full_group_byGravatar Alexandre Alapetite
Fix MySQL error, which appeared in MySQL 5.7: ERROR 1055 (42000): Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'freshrss.c.id' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by