summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2015-07-14PHP7 changelogGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/889
2015-07-13Fix broken links for extension script/style filesGravatar Marien Fressinaud
Fix https://github.com/FreshRSS/FreshRSS/issues/862
2015-07-12Merge pull request #895 from Alkarex/hex2binGravatar Marien Fressinaud
Avoid hex2bin for PHP 5.3
2015-07-12Merge branch 'Alkarex-curlOptions' into devGravatar Marien Fressinaud
2015-07-12Remove superfluous commentGravatar Alexandre Alapetite
sys_get_temp_dir() requires PHP 5.2.1+
2015-07-12Merge branch 'curlOptions' of https://github.com/Alkarex/FreshRSS into ↵Gravatar Marien Fressinaud
Alkarex-curlOptions
2015-07-12Merge branch 'Alkarex-UpdateSimplePie' into devGravatar Marien Fressinaud
2015-07-12Merge branch 'UpdateSimplePie' of https://github.com/Alkarex/FreshRSS into ↵Gravatar Marien Fressinaud
Alkarex-UpdateSimplePie
2015-07-12Merge pull request #887 from Alkarex/LogVisibilityGravatar Marien Fressinaud
Updated log visibility