summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-10fixed misleading i18n wording bug.Gravatar Marcus Rohrmoser
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-30CHANGELOG: Better error handling for PubSubHubbubGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/939
2015-08-30Merge pull request #940 from Alkarex/PshbErrorManagementGravatar Alexandre Alapetite
PubSubHubbub prevent subscribing too often in case of error
2015-08-29Changelog syntax bugGravatar 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 pull request #958 from aledeg/config_uiGravatar Alexandre Alapetite
Add a system configuration page
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-18i18n: DutchGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/949 https://github.com/Wanabo/FreshRSS-Dutch-translation
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-31Minz cookie session httpOnlyGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/924 https://github.com/FreshRSS/FreshRSS/pull/936/files#r35948311
2015-07-31WhitespaceGravatar Alexandre Alapetite
2015-07-31Minz slight change in session cookie pathGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/924#issuecomment-126499403
2015-07-30Minz session cookie path bugGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/924#issuecomment-126499403
2015-07-30Prepare next version 1.1.3-betaGravatar Marien Fressinaud
2015-07-30Version 1.1.2-beta1.1.2-betaGravatar Marien Fressinaud
- Support of PubSubHubbub - Allow anonymous users to create accounts - Support proxy configuration - Improvements during installation More information in the CHANGELOG Fix https://github.com/FreshRSS/FreshRSS/issues/919
2015-07-30Merge branch 'dev' into betaGravatar Marien Fressinaud
2015-07-30Merge pull request #933 from marienfressinaud/930-add-missing-i18nGravatar Marien Fressinaud
Add translations for German and Czech
2015-07-29Add translations for German and CzechGravatar Marien Fressinaud
Fix https://github.com/FreshRSS/FreshRSS/issues/930
2015-07-29Merge branch 'marienfressinaud-920-white-page-bad-config' into devGravatar Marien Fressinaud
2015-07-29Merge branch '920-white-page-bad-config' of ↵Gravatar Marien Fressinaud
https://github.com/marienfressinaud/FreshRSS into marienfressinaud-920-white-page-bad-config
2015-07-29Merge pull request #931 from marienfressinaud/changelogGravatar Alexandre Alapetite
Update CHANGELOG to prepare 1.1.2-beta
2015-07-29Update CHANGELOGGravatar Marien Fressinaud
Add the last forgotten changes - https://github.com/FreshRSS/FreshRSS/issues/865 - https://github.com/FreshRSS/FreshRSS/issues/923 - https://github.com/FreshRSS/FreshRSS/issues/925
2015-07-29Update CHANGELOGGravatar Marien Fressinaud
2015-07-29Don't hide errors in configurationGravatar Marien Fressinaud
Fix https://github.com/FreshRSS/FreshRSS/issues/920
2015-07-27Merge pull request #926 from marienfressinaud/923-load-array-configGravatar Alexandre Alapetite
Load configuration by recursion
2015-07-27Merge pull request #927 from marienfressinaud/925-cast-int-limit-configGravatar Alexandre Alapetite
Cast $limits values in int (config)
2015-07-27Cast $limits values in int (config)Gravatar Marien Fressinaud
Fix https://github.com/FreshRSS/FreshRSS/issues/925
2015-07-27Load configuration by recursionGravatar Marien Fressinaud
- Remove Minz_Configuration::$data_default - Default values are loaded first in $data - $data values are replaced by values from config file Fix https://github.com/FreshRSS/FreshRSS/issues/923
2015-07-23Merge pull request #917 from marienfressinaud/865-base_url-pubsubhubbubGravatar Alexandre Alapetite
Generate base_url during installation
2015-07-23Do not use PubSubHubbub if disabledGravatar Marien Fressinaud
See https://github.com/FreshRSS/FreshRSS/issues/865
2015-07-23Add pubsubhubbub_enabled to default configurationGravatar Marien Fressinaud
Rename enable_pubsubhubbub into pubsubhubbub_enabled See https://github.com/FreshRSS/FreshRSS/issues/865