| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-07-23 | Generate base_url during installation | ||
| See https://github.com/FreshRSS/FreshRSS/issues/865 | |||
| 2015-07-23 | Merge pull request #915 from marienfressinaud/906-fix-getBaseUrl | ||
| Fix getBaseUrl behaviour | |||
| 2015-07-23 | Use filter_var in guessBaseUrl | ||
| See https://github.com/FreshRSS/FreshRSS/issues/906 See https://github.com/FreshRSS/FreshRSS/pull/915/files#r35304704 | |||
| 2015-07-23 | Merge pull request #916 from marienfressinaud/679-create-accounts | ||
| CHANGELOG for account creation | |||
| 2015-07-23 | CHANGELOG for account creation | ||
| See https://github.com/FreshRSS/FreshRSS/issues/679 | |||
| 2015-07-23 | CHANGELOG for getBaseUrl() and guessBaseUrl() | ||
| See https://github.com/FreshRSS/FreshRSS/issues/906 | |||
| 2015-07-23 | Fix unexpected behaviour in getBaseUrl | ||
| - 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-23 | Merge branch 'baseUrl' of https://github.com/Alkarex/FreshRSS into ↵ | ||
| 906-fix-getBaseUrl | |||
| 2015-07-23 | Merge pull request #914 from marienfressinaud/679-create-accounts | ||
| Add account creation feature. To be tested for 1.1.2-beta | |||
| 2015-07-22 | Fix translations for feedback | ||
| See https://github.com/FreshRSS/FreshRSS/issues/679 | |||
| 2015-07-22 | Fix a bug in ConfigurationSetter | ||
| 2015-07-22 | Add title to the account creation page | ||
| See https://github.com/FreshRSS/FreshRSS/issues/679 | |||
| 2015-07-22 | Ask password to user before deleting its account | ||
| See https://github.com/FreshRSS/FreshRSS/issues/679 | |||
| 2015-07-22 | Show indications for username and password formats | ||
| See https://github.com/FreshRSS/FreshRSS/issues/679 | |||
| 2015-07-22 | Fix translations | ||
| See https://github.com/FreshRSS/FreshRSS/issues/679 | |||
| 2015-07-22 | Give possibility to delete its own account | ||
| See https://github.com/FreshRSS/FreshRSS/issues/679 | |||
| 2015-07-22 | Show the number of accounts in admin | ||
| See https://github.com/FreshRSS/FreshRSS/issues/679 | |||
| 2015-07-22 | Hide registration form if max registration reached | ||
| See https://github.com/FreshRSS/FreshRSS/issues/679 | |||
| 2015-07-22 | Registration action is handled and create a user | ||
| See https://github.com/FreshRSS/FreshRSS/issues/679 | |||
| 2015-07-22 | Add some comments | ||
| 2015-07-21 | First draft for registration form | ||
| See https://github.com/FreshRSS/FreshRSS/issues/679 | |||
| 2015-07-21 | Add a max_registrations limit | ||
| - Allow user to create accounts (not implemented) - Admin only can set this limit See https://github.com/FreshRSS/FreshRSS/issues/679 | |||
| 2015-07-21 | Fix link for step 4 (install) | ||
| Fix https://github.com/FreshRSS/FreshRSS/issues/912 | |||
| 2015-07-20 | Merge pull request #913 from marienfressinaud/909-install-skip-steps | ||
| Skip steps during installation | |||
| 2015-07-20 | Add translations for confirmation (installation) | ||
| See https://github.com/FreshRSS/FreshRSS/issues/909 | |||
| 2015-07-20 | Ask confirmation before reinstallation | ||
| See https://github.com/FreshRSS/FreshRSS/issues/909 | |||
| 2015-07-20 | Add translations | ||
| TODO: german and czech translations See https://github.com/FreshRSS/FreshRSS/issues/909 | |||
| 2015-07-20 | Remove TODO (join_path and reinstall) | ||
| See https://github.com/FreshRSS/FreshRSS/issues/909 | |||
| 2015-07-20 | Detect previous FreshRSS installation | ||
| See https://github.com/FreshRSS/FreshRSS/issues/909 | |||
| 2015-07-20 | Load previous configuration during saveStep1() | ||
| See https://github.com/FreshRSS/FreshRSS/issues/909 | |||
| 2015-07-20 | First structure to skip steps during installation | ||
| See https://github.com/FreshRSS/FreshRSS/issues/909 | |||
| 2015-07-20 | Merge pull request #911 from marienfressinaud/890-load-existing-config | ||
| Load existing default configuration | |||
| 2015-07-20 | CHANGELOG about loading default conf | ||
| See https://github.com/FreshRSS/FreshRSS/issues/890 | |||
| 2015-07-17 | dirname problem | ||
| https://github.com/FreshRSS/FreshRSS/issues/906 | |||
| 2015-07-17 | Change default value for db['host'] and ['prefix'] | ||
| See https://github.com/FreshRSS/FreshRSS/issues/890 | |||
| 2015-07-17 | Use default user/system config in install | ||
| 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-17 | Remove unnecessary hard-coded config information | ||
| See https://github.com/FreshRSS/FreshRSS/issues/890 | |||
| 2015-07-16 | Merge pull request #904 from marienfressinaud/862-fix-extension-broken-links | ||
| CHANGELOG for broken extension | |||
| 2015-07-16 | CHANGELOG for broken extension | ||
| See https://github.com/FreshRSS/FreshRSS/issues/862 | |||
| 2015-07-14 | Merge pull request #903 from Alkarex/PHP7 | ||
| PHP7 changelog | |||
| 2015-07-14 | Merge pull request #902 from marienfressinaud/862-fix-extension-broken-links | ||
| Fix broken links for extension script/style files | |||
| 2015-07-14 | PHP7 changelog | ||
| https://github.com/FreshRSS/FreshRSS/issues/889 | |||
| 2015-07-13 | Fix broken links for extension script/style files | ||
| Fix https://github.com/FreshRSS/FreshRSS/issues/862 | |||
| 2015-07-12 | Merge pull request #895 from Alkarex/hex2bin | ||
| Avoid hex2bin for PHP 5.3 | |||
| 2015-07-12 | Merge branch 'Alkarex-curlOptions' into dev | ||
| 2015-07-12 | Remove superfluous comment | ||
| sys_get_temp_dir() requires PHP 5.2.1+ | |||
| 2015-07-12 | Merge branch 'curlOptions' of https://github.com/Alkarex/FreshRSS into ↵ | ||
| Alkarex-curlOptions | |||
| 2015-07-12 | Merge branch 'Alkarex-UpdateSimplePie' into dev | ||
| 2015-07-12 | Merge branch 'UpdateSimplePie' of https://github.com/Alkarex/FreshRSS into ↵ | ||
| Alkarex-UpdateSimplePie | |||
| 2015-07-12 | Merge pull request #887 from Alkarex/LogVisibility | ||
| Updated log visibility | |||
