summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
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