aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-25Use HTTP_X_FORWARDED_Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/975
2015-10-24Changelog 1.1.4Gravatar Alexandre Alapetite
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-24Merge branch 'add-category-warning' of https://github.com/aledeg/FreshRSS ↵Gravatar Alexandre Alapetite
into aledeg-add-category-warning
2015-10-24Italian translationGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1003
2015-10-24Merge pull request #1006 from marcomrc/patch-2Gravatar Alexandre Alapetite
Create admin.php
2015-10-24Merge pull request #1002 from marcomrc/betaGravatar Alexandre Alapetite
Italian translation
2015-10-24Merge pull request #983 from aledeg/fix-css-selectorsGravatar Alexandre Alapetite
Replace CSS pseudo-element syntax
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-24Create admin.phpGravatar Marco
2015-10-17Merge pull request #1000 from aledeg/movimGravatar Alexandre Alapetite
Movim
2015-10-14fix share options to comply with latest formatGravatar Alexis Degrugillier
2015-10-14Add Movim shareGravatar Alexis Degrugillier
See #992
2015-09-12Replace CSS pseudo-element syntaxGravatar Alexis Degrugillier
Before, in the CSS files, :after and :before were in use. But those are not pseudo-classes in CSS3. They are pseudo-elements. The syntax should use ::before and ::after instead. See http://www.w3.org/TR/css3-selectors/#gen-content
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-12Prepare version 1.1.4-devGravatar Marien Fressinaud
2015-09-12Merge branch 'FreshRSS/dev' into devGravatar Alexandre Alapetite
2015-09-12Version 1.1.3-beta1.1.3-betaGravatar Marien Fressinaud
2015-09-12Fix CREDITS fileGravatar Marien Fressinaud
2015-09-12Fix CHANGELOG.mdGravatar Marien Fressinaud
2015-09-12Merge pull request #982 from aledeg/fix-user-queries-deletionGravatar Marien Fressinaud
Fix feed and category side effect
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-10Merge branch 'FreshRSS/dev' into devGravatar Alexandre Alapetite
2015-09-10fixed misleading i18n wording bug.Gravatar Marcus Rohrmoser
2015-09-08Merge branch 'FreshRSS/dev' into devGravatar Alexandre Alapetite
2015-09-08Merge pull request #973 from Alkarex/TagBugGravatar Alexandre Alapetite
Tag link encoding bug
2015-09-08Changelog Fix tag search link from articlesGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/970
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 branch 'FreshRSS/dev' into devGravatar Alexandre Alapetite
2015-08-30CHANGELOG: Better error handling for PubSubHubbubGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/939
2015-08-30Merge branch 'FreshRSS/dev' into devGravatar Alexandre Alapetite
2015-08-30Merge pull request #940 from Alkarex/PshbErrorManagementGravatar Alexandre Alapetite
PubSubHubbub prevent subscribing too often in case of error
2015-08-29Merge branch 'FreshRSS/dev' into devGravatar Alexandre Alapetite
2015-08-29Changelog syntax bugGravatar Alexandre Alapetite
2015-08-29Merge branch 'FreshRSS/dev' into devGravatar Alexandre Alapetite
2015-08-29Some changes for 1.1.3-betaGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/958 https://github.com/FreshRSS/FreshRSS/issues/892 https://github.com/FreshRSS/FreshRSS/issues/680 https://github.com/FreshRSS/FreshRSS/issues/858 https://github.com/FreshRSS/FreshRSS/issues/953 https://github.com/FreshRSS/FreshRSS/pull/954 https://github.com/FreshRSS/FreshRSS/issues/949 https://github.com/FreshRSS/FreshRSS/issues/924 https://github.com/FreshRSS/FreshRSS/pull/936
2015-08-29Merge branch 'FreshRSS/dev' into devGravatar Alexandre Alapetite