summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
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
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-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-07-29Add translations for German and CzechGravatar Marien Fressinaud
Fix https://github.com/FreshRSS/FreshRSS/issues/930
2015-07-27Cast $limits values in int (config)Gravatar Marien Fressinaud
Fix https://github.com/FreshRSS/FreshRSS/issues/925
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
2015-07-23Add a simple test to detect if server is publicGravatar Marien Fressinaud
If the server is not accessible by an external server, pubsubhubbub should be disable. See https://github.com/FreshRSS/FreshRSS/issues/865
2015-07-23Generate base_url during installationGravatar Marien Fressinaud
See https://github.com/FreshRSS/FreshRSS/issues/865
2015-07-22Fix translations for feedbackGravatar Marien Fressinaud
See https://github.com/FreshRSS/FreshRSS/issues/679
2015-07-22Fix a bug in ConfigurationSetterGravatar Marien Fressinaud
2015-07-22Add title to the account creation pageGravatar Marien Fressinaud
See https://github.com/FreshRSS/FreshRSS/issues/679
2015-07-22Ask password to user before deleting its accountGravatar Marien Fressinaud
See https://github.com/FreshRSS/FreshRSS/issues/679
2015-07-22Show indications for username and password formatsGravatar Marien Fressinaud
See https://github.com/FreshRSS/FreshRSS/issues/679
2015-07-22Fix translationsGravatar Marien Fressinaud
See https://github.com/FreshRSS/FreshRSS/issues/679
2015-07-22Give possibility to delete its own accountGravatar Marien Fressinaud
See https://github.com/FreshRSS/FreshRSS/issues/679
2015-07-22Show the number of accounts in adminGravatar Marien Fressinaud
See https://github.com/FreshRSS/FreshRSS/issues/679
2015-07-22Hide registration form if max registration reachedGravatar Marien Fressinaud
See https://github.com/FreshRSS/FreshRSS/issues/679
2015-07-22Registration action is handled and create a userGravatar Marien Fressinaud
See https://github.com/FreshRSS/FreshRSS/issues/679
2015-07-22Add some commentsGravatar Marien Fressinaud
2015-07-21First draft for registration formGravatar Marien Fressinaud
See https://github.com/FreshRSS/FreshRSS/issues/679
2015-07-21Add a max_registrations limitGravatar Marien Fressinaud
- Allow user to create accounts (not implemented) - Admin only can set this limit See https://github.com/FreshRSS/FreshRSS/issues/679
2015-07-21Fix link for step 4 (install)Gravatar Marien Fressinaud
Fix https://github.com/FreshRSS/FreshRSS/issues/912
2015-07-20Add translations for confirmation (installation)Gravatar Marien Fressinaud
See https://github.com/FreshRSS/FreshRSS/issues/909
2015-07-20Ask confirmation before reinstallationGravatar Marien Fressinaud
See https://github.com/FreshRSS/FreshRSS/issues/909
2015-07-20Add translationsGravatar Marien Fressinaud
TODO: german and czech translations See https://github.com/FreshRSS/FreshRSS/issues/909
2015-07-20Remove TODO (join_path and reinstall)Gravatar Marien Fressinaud
See https://github.com/FreshRSS/FreshRSS/issues/909
2015-07-20Detect previous FreshRSS installationGravatar Marien Fressinaud
See https://github.com/FreshRSS/FreshRSS/issues/909
2015-07-20Load previous configuration during saveStep1()Gravatar Marien Fressinaud
See https://github.com/FreshRSS/FreshRSS/issues/909
2015-07-20First structure to skip steps during installationGravatar Marien Fressinaud
See https://github.com/FreshRSS/FreshRSS/issues/909
2015-07-17Use default user/system config in installGravatar Marien Fressinaud
Change all hard-coded values by default user or system values. We need to set db['host'] and db['prefix'] See https://github.com/FreshRSS/FreshRSS/issues/890
2015-07-17Remove unnecessary hard-coded config informationGravatar Marien Fressinaud
See https://github.com/FreshRSS/FreshRSS/issues/890
2015-07-12Merge pull request #895 from Alkarex/hex2binGravatar Marien Fressinaud
Avoid hex2bin for PHP 5.3
2015-07-12Merge pull request #887 from Alkarex/LogVisibilityGravatar Marien Fressinaud
Updated log visibility
2015-07-12Merge branch 'defaultFeed' of https://github.com/Alkarex/FreshRSS into ↵Gravatar Marien Fressinaud
Alkarex-defaultFeed
2015-07-10Avoid hex2bin for PHP 5.3Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/894 And use native hexadecimal function when available (MySQL) to avoid having binary data in the SQL logs.