summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
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-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-12Update install.phpGravatar hckweb
'json' tr translate
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-01Fix validator linkGravatar Frans de Jonge
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 #1136 from Alkarex/entry_postGravatar Alexandre Alapetite
Error message when accessing entry controller by GET
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-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-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
2016-03-08X-Content-Type-Options: nosniffGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1114
2016-03-06SQLite: Articles from old FreshRSS are marked as unread on updateGravatar Alexandre Alapetite
Bug fixed https://github.com/FreshRSS/FreshRSS/issues/1049
2016-03-06i18n-cz JSON XMLGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1097#commitcomment-16382595 https://github.com/FreshRSS/FreshRSS/issues/1094
2016-03-06Fix redirection while deleting a feedGravatar Alexis Degrugillier
Before, when deleting a feed from the statistics idle page, there was an error in the redirection process. Now, the redirection works properly and redirects to the idle page.
2016-03-06Added files via uploadGravatar Wanabo
Updated language files for v1.3.1-dev
2016-03-05Merge pull request #1102 from ealdraed/i18n/de/xmljsonGravatar Alexandre Alapetite
Translate four strings for XML and JSON
2016-03-04Translate four strings for XML and JSONGravatar ealdraed
2016-03-01CSP compatibility with Firefox older than 45Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1075 https://github.com/FreshRSS/FreshRSS/pull/1078 https://developer.mozilla.org/en-US/Firefox/Releases/45#Security https://bugzilla.mozilla.org/show_bug.cgi?id=1045891
2016-02-28Install check XML / JSONGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1094 https://github.com/FreshRSS/FreshRSS/issues/1092
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-27Merge pull request #1096 from Alkarex/php7-shareGravatar Alexandre Alapetite
PHP7 share bug
2016-02-27CSP manually refreshing feedsGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1075
2016-02-27PHP7 share bugGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1072
2016-02-22Do not log article updatesGravatar Alexandre Alapetite
It seems to work well, and there are too many such updates. BTW, we should have a verbose/insane log level.
2016-02-21CSP different policies per controllerGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1075
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 bug (percent escaping)Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1078 https://github.com/Alkarex/FreshRSS/commit/cc1390fe9454166ee5d638aa01948f791ad7c4fe
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-17Bumping #1029, translated install.phpGravatar ASM
2016-02-17CSP allow iframesGravatar Alexandre Alapetite
E.g. for YouTube videos, etc. https://github.com/FreshRSS/FreshRSS/issues/1075
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)