summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-25Merge pull request #1010 from Alkarex/cleanLogsGravatar Marien Fressinaud
Clean logs
2015-10-25Merge pull request #1012 from Alkarex/installNoTitleGravatar Marien Fressinaud
Remove "title" field when installing
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-25Merge pull request #1014 from Alwaysin/patch-1Gravatar Alexandre Alapetite
More viewable visual alert for categories with problematic feeds
2015-10-25More viewable visual alert for categories with problematic feedsGravatar Alwaysin
2015-10-25Remove "title" field when installingGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/858
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-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