aboutsummaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
2016-01-24Merge pull request #1061 from danc/patch-6Gravatar Alexandre Alapetite
Translation for Journal du hacker
2016-01-24Merge pull request #1063 from danc/patch-7Gravatar Alexandre Alapetite
Translation for Journal du hacker
2016-01-24Merge pull request #1064 from danc/patch-3Gravatar Alexandre Alapetite
Translation for Journal du hacker
2016-01-24Merge pull request #1065 from danc/patch-2Gravatar Alexandre Alapetite
Translation for Journal du hacker
2016-01-24Merge pull request #1066 from danc/patch-4Gravatar Alexandre Alapetite
Translation for Journal du hacker
2016-01-24Translation for Journal du hackerGravatar danc
2016-01-24Translation for Journal du hackerGravatar danc
2016-01-24Translation for Journal du hackerGravatar danc
2016-01-24Translation for Journal du hackerGravatar danc
2016-01-24Translation for Journal du hackerGravatar danc
2016-01-24Translation for Journal du hackerGravatar danc
2015-12-23i18n EnglishGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1043#issuecomment-165984276
2015-11-03Merge pull request #1026 from marienfressinaud/fix/remove-requirement-on-titleGravatar Alexandre Alapetite
Remove title from requirements on title page
2015-11-03Remove title from requirements on title pageGravatar Marien Fressinaud
Fix https://github.com/FreshRSS/FreshRSS/issues/1025
2015-11-02Make auto-update server URL alterableGravatar Marien Fressinaud
See https://github.com/FreshRSS/FreshRSS/issues/1019
2015-11-02Move auto-update server URL in configurationGravatar Marien Fressinaud
Fix https://github.com/FreshRSS/FreshRSS/issues/1019
2015-10-28Merge pull request #1022 from Alkarex/allow_robotsGravatar Marien Fressinaud
ENT_COMPAT
2015-10-27ENT_COMPATGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull https://github.com/FreshRSS/FreshRSS/issues/938
2015-10-27Merge pull request #1011 from Alkarex/allow_robotsGravatar Marien Fressinaud
Config allow robots
2015-10-27Merge pull request #1016 from Alkarex/login403Gravatar Marien Fressinaud
HTTP 403 for invalid login
2015-10-26PHP 5.2 compatibilityGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1016 https://github.com/FreshRSS/FreshRSS/issues/1015 It is first PHP 5.5 that added support for accessing characters within string literals using []...
2015-10-25Return after 403Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1016 https://github.com/FreshRSS/FreshRSS/issues/1015
2015-10-25Iff expanded to "true if ..., false otherwise"Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1011 https://github.com/FreshRSS/FreshRSS/issues/938
2015-10-25Merge pull request #1010 from Alkarex/cleanLogsGravatar Marien Fressinaud
Clean logs
2015-10-25HTTP 403 for invalid loginGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1015 And does not leak if user exists or not
2015-10-25Remove "title" field when installingGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/858
2015-10-25Config allow robotsGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/938
2015-10-24Clean logsGravatar Alexandre Alapetite
Reduced login of API and PubSubHubbub (both are quite stable now). When clearing logs as admin, also clear API and PubSubHubbub logs. https://github.com/FreshRSS/FreshRSS/issues/988
2015-10-24i18n: ItalianoGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1003
2015-10-24Add a visual alert on categoriesGravatar Alexandre Alapetite
By @aledeg https://github.com/FreshRSS/FreshRSS/pull/984 https://github.com/FreshRSS/FreshRSS/pull/983
2015-10-24Italian translationGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1003
2015-10-24Update gen.phpGravatar Marco
2015-10-24Update gen.phpGravatar Marco
2015-10-24Update gen.phpGravatar Marco
2015-10-24Update gen.phpGravatar Marco
2015-10-24Update gen.phpGravatar Marco
2015-10-24Create sub.phpGravatar Marco
2015-10-24Create index.phpGravatar Marco
2015-10-24Create gen.phpGravatar Marco
2015-10-24Create feedback.phpGravatar Marco
2015-10-24Create install.phpGravatar Marco
2015-10-24Create admin.phpGravatar Marco
2015-10-24Create conf.phpGravatar Marco
2015-10-14Add Movim shareGravatar Alexis Degrugillier
See #992
2015-09-12Add a visual alert on categoriesGravatar Alexis Degrugillier
When a category has one or more feeds with errors, a visual warning is displayed before the name of the category.
2015-09-11Fix feed and category side effectGravatar Alexis Degrugillier
Before, when deleting a feed or a category, the user queries were deleted as well. No matter if they were related or not. Now, they are deleted only if they are related. I this this fix is not the best way to handle that. I think it would be better if we could find a way to create a UserQuery object from the array. The same applies when displaying the user queries in the interface. See #980
2015-09-10fixed misleading i18n wording bug.Gravatar Marcus Rohrmoser
2015-09-08Tag link double encoding problemGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/970 Tags coming from the database are already HTML-encoded.
2015-09-08Error encoding tag linkGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/970
2015-08-30Merge pull request #940 from Alkarex/PshbErrorManagementGravatar Alexandre Alapetite
PubSubHubbub prevent subscribing too often in case of error