summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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
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-23Merge pull request #915 from marienfressinaud/906-fix-getBaseUrlGravatar Alexandre Alapetite
Fix getBaseUrl behaviour
2015-07-23Use filter_var in guessBaseUrlGravatar Marien Fressinaud
See https://github.com/FreshRSS/FreshRSS/issues/906 See https://github.com/FreshRSS/FreshRSS/pull/915/files#r35304704
2015-07-23Merge pull request #916 from marienfressinaud/679-create-accountsGravatar Marien Fressinaud
CHANGELOG for account creation
2015-07-23CHANGELOG for account creationGravatar Marien Fressinaud
See https://github.com/FreshRSS/FreshRSS/issues/679
2015-07-23CHANGELOG for getBaseUrl() and guessBaseUrl()Gravatar Marien Fressinaud
See https://github.com/FreshRSS/FreshRSS/issues/906
2015-07-23Fix unexpected behaviour in getBaseUrlGravatar Marien Fressinaud
- getBaseUrl() returns info from configuration only and always append the suffix - add a guessBaseUrl() to extract base_url from $_SERVER info - fix Url::display() to take this change in consideration Fix https://github.com/FreshRSS/FreshRSS/issues/906 Use https://github.com/FreshRSS/FreshRSS/pull/910
2015-07-23Merge branch 'baseUrl' of https://github.com/Alkarex/FreshRSS into ↵Gravatar Marien Fressinaud
906-fix-getBaseUrl
2015-07-23Merge pull request #914 from marienfressinaud/679-create-accountsGravatar Alexandre Alapetite
Add account creation feature. To be tested for 1.1.2-beta
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-20Merge pull request #913 from marienfressinaud/909-install-skip-stepsGravatar Alexandre Alapetite
Skip steps during installation
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-20Merge pull request #911 from marienfressinaud/890-load-existing-configGravatar Alexandre Alapetite
Load existing default configuration
2015-07-20CHANGELOG about loading default confGravatar Marien Fressinaud
See https://github.com/FreshRSS/FreshRSS/issues/890
2015-07-17dirname problemGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/906
2015-07-17Change default value for db['host'] and ['prefix']Gravatar Marien Fressinaud
See https://github.com/FreshRSS/FreshRSS/issues/890
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-16Merge pull request #904 from marienfressinaud/862-fix-extension-broken-linksGravatar Alexandre Alapetite
CHANGELOG for broken extension
2015-07-16CHANGELOG for broken extensionGravatar Marien Fressinaud
See https://github.com/FreshRSS/FreshRSS/issues/862
2015-07-14Merge pull request #903 from Alkarex/PHP7Gravatar Marien Fressinaud
PHP7 changelog
2015-07-14Merge pull request #902 from marienfressinaud/862-fix-extension-broken-linksGravatar Alexandre Alapetite
Fix broken links for extension script/style files