summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2015-08-29Merge pull request #958 from aledeg/config_uiGravatar Alexandre Alapetite
Add a system configuration page
2015-08-29Merge branch 'FreshRSS/dev' into devGravatar Alexandre Alapetite
2015-08-24Add instance name in system configuration pageGravatar Alexis Degrugillier
2015-08-24Add todo comments for translationGravatar Alexis Degrugillier
2015-08-24Add new line to comply with coding styleGravatar Alexis Degrugillier
2015-08-24Merge pull request #950 from Alkarex/DutchGravatar Marien Fressinaud
i18n: Add Dutch
2015-08-22Add a system configuration pageGravatar Alexis Degrugillier
It allows to modify system configuration from the interface. At the moment, only limits are modifiable. The user limit was removed from the user page and added here along with categories and feeds limits.
2015-08-21i18n nl: updateGravatar Alexandre Alapetite
Merge changes from https://github.com/Wanabo/FreshRSS-Dutch-translation https://github.com/FreshRSS/FreshRSS/issues/949
2015-08-21i18n nl: content widthGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/950#issuecomment-133429503
2015-08-21Reference other languagesGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/949 https://github.com/FreshRSS/FreshRSS/pull/950
2015-08-21Merge pull request #954 from Alkarex/FeedIdUiGravatar Marien Fressinaud
UI: Add feed ID in article container
2015-08-21UI: Add feed ID in article containerGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/953
2015-08-18Merge branch 'Dutch' into devGravatar Alexandre Alapetite
2015-08-18i18n: DutchGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/949 https://github.com/Wanabo/FreshRSS-Dutch-translation
2015-08-04Merge remote-tracking branch 'origin/PshbErrorManagement' into devGravatar Alexandre Alapetite
2015-08-04PubSubHubbub prevent subscribing too often in case of errorGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/939
2015-08-01Merge pull request #936 from Alkarex/MinzSessionCookieGravatar Marien Fressinaud
Minz session cookie path bug (nginx?)
2015-07-31Merge remote-tracking branch 'origin/MinzSessionCookie' into devGravatar Alexandre Alapetite
2015-07-31Minz cookie session httpOnlyGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/924 https://github.com/FreshRSS/FreshRSS/pull/936/files#r35948311
2015-07-31Merge remote-tracking branch 'origin/MinzSessionCookie' into devGravatar Alexandre Alapetite
2015-07-31WhitespaceGravatar Alexandre Alapetite
2015-07-31Merge remote-tracking branch 'origin/MinzSessionCookie' into devGravatar Alexandre Alapetite
2015-07-31Minz slight change in session cookie pathGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/924#issuecomment-126499403
2015-07-30Merge branch 'dev' of https://github.com/Alkarex/FreshRSS into devGravatar Alexandre Alapetite