Commit Graph

7003 Commits

Author SHA1 Message Date
Marien Fressinaud
02c3546440 Registration action is handled and create a user
See https://github.com/FreshRSS/FreshRSS/issues/679
2015-07-22 13:52:03 +02:00
Marien Fressinaud
9fca5c70f3 Add some comments 2015-07-22 12:20:00 +02:00
Marien Fressinaud
37f0679958 First draft for registration form
See https://github.com/FreshRSS/FreshRSS/issues/679
2015-07-21 16:03:46 +02:00
Marien Fressinaud
ac8bd3d251 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 15:31:23 +02:00
Marien Fressinaud
fa76e863c5 Fix link for step 4 (install)
Fix https://github.com/FreshRSS/FreshRSS/issues/912
2015-07-21 14:27:31 +02:00
Alexandre Alapetite
4479924a50 Merge pull request #913 from marienfressinaud/909-install-skip-steps
Skip steps during installation
2015-07-20 22:20:36 +02:00
Marien Fressinaud
3c35cdd7b7 Add translations for confirmation (installation)
See https://github.com/FreshRSS/FreshRSS/issues/909
2015-07-20 19:07:33 +02:00
Marien Fressinaud
5d9b5f07fe Ask confirmation before reinstallation
See https://github.com/FreshRSS/FreshRSS/issues/909
2015-07-20 17:10:18 +02:00
Marien Fressinaud
2c8b4f5a50 Add translations
TODO: german and czech translations

See https://github.com/FreshRSS/FreshRSS/issues/909
2015-07-20 16:27:10 +02:00
Marien Fressinaud
118e0ddd0a Remove TODO (join_path and reinstall)
See https://github.com/FreshRSS/FreshRSS/issues/909
2015-07-20 16:12:21 +02:00
Marien Fressinaud
7925a5125b Detect previous FreshRSS installation
See https://github.com/FreshRSS/FreshRSS/issues/909
2015-07-20 15:59:33 +02:00
Marien Fressinaud
3dd2d56867 Load previous configuration during saveStep1()
See https://github.com/FreshRSS/FreshRSS/issues/909
2015-07-20 15:40:18 +02:00
Marien Fressinaud
e954275c06 First structure to skip steps during installation
See https://github.com/FreshRSS/FreshRSS/issues/909
2015-07-20 15:29:45 +02:00
Alexandre Alapetite
9ae33f4fd6 Merge pull request #911 from marienfressinaud/890-load-existing-config
Load existing default configuration
2015-07-20 11:50:49 +02:00
Marien Fressinaud
75d85921b4 CHANGELOG about loading default conf
See https://github.com/FreshRSS/FreshRSS/issues/890
2015-07-20 11:40:33 +02:00
Alexandre Alapetite
27d80ec5fb Merge remote-tracking branch 'origin/baseUrl' into dev 2015-07-19 20:10:15 +02:00
Alexandre Alapetite
2d22bf300a dirname problem
https://github.com/FreshRSS/FreshRSS/issues/906
2015-07-17 23:43:43 +02:00
Marien Fressinaud
d3a20cac12 Change default value for db['host'] and ['prefix']
See https://github.com/FreshRSS/FreshRSS/issues/890
2015-07-17 18:16:00 +02:00
Marien Fressinaud
815a943e01 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 18:13:43 +02:00
Marien Fressinaud
1f42a5d6db Remove unnecessary hard-coded config information
See https://github.com/FreshRSS/FreshRSS/issues/890
2015-07-17 17:27:45 +02:00
Alexandre Alapetite
4032bf5d85 Merge pull request #904 from marienfressinaud/862-fix-extension-broken-links
CHANGELOG for broken extension
2015-07-16 10:03:53 +02:00
Marien Fressinaud
b18f4979d8 CHANGELOG for broken extension
See https://github.com/FreshRSS/FreshRSS/issues/862
2015-07-16 09:50:36 +02:00
Marien Fressinaud
1d25121d84 Merge pull request #903 from Alkarex/PHP7
PHP7 changelog
2015-07-14 10:25:27 +02:00
Alexandre Alapetite
163157ebde Merge remote-tracking branch 'origin/PHP7' into dev 2015-07-14 00:13:26 +02:00
Alexandre Alapetite
cd6173725f Merge branch 'FreshRSS/dev' into dev 2015-07-14 00:12:58 +02:00
Alexandre Alapetite
9cc0ef231c Merge pull request #902 from marienfressinaud/862-fix-extension-broken-links
Fix broken links for extension script/style files
2015-07-14 00:11:34 +02:00
Alexandre Alapetite
c31a6bf5ef PHP7 changelog
https://github.com/FreshRSS/FreshRSS/issues/889
2015-07-14 00:07:17 +02:00
Marien Fressinaud
241086fa67 Fix broken links for extension script/style files
Fix https://github.com/FreshRSS/FreshRSS/issues/862
2015-07-13 23:11:05 +02:00
Alexandre Alapetite
5f3f9ebfba Merge branch 'FreshRSS/dev' into dev 2015-07-12 16:14:02 +02:00
Marien Fressinaud
10deab004d Merge pull request #895 from Alkarex/hex2bin
Avoid hex2bin for PHP 5.3
2015-07-12 16:10:35 +02:00
Marien Fressinaud
d30389d8ba Merge branch 'Alkarex-curlOptions' into dev 2015-07-12 15:57:26 +02:00
Alexandre Alapetite
d9d9801e8d Remove superfluous comment
sys_get_temp_dir() requires PHP 5.2.1+
2015-07-12 15:54:43 +02:00
Marien Fressinaud
2c6bc849e0 Merge branch 'curlOptions' of https://github.com/Alkarex/FreshRSS into Alkarex-curlOptions 2015-07-12 15:53:40 +02:00
Marien Fressinaud
da51fd9788 Merge branch 'Alkarex-UpdateSimplePie' into dev 2015-07-12 15:49:46 +02:00
Marien Fressinaud
247e4f52ae Merge branch 'UpdateSimplePie' of https://github.com/Alkarex/FreshRSS into Alkarex-UpdateSimplePie 2015-07-12 15:45:56 +02:00
Marien Fressinaud
8ea835ae80 Merge pull request #887 from Alkarex/LogVisibility
Updated log visibility
2015-07-12 15:26:45 +02:00
Marien Fressinaud
5a3b468f7c Merge branch 'Alkarex-defaultFeed' into dev 2015-07-12 15:23:24 +02:00
Marien Fressinaud
4ab535b0ff Merge branch 'defaultFeed' of https://github.com/Alkarex/FreshRSS into Alkarex-defaultFeed 2015-07-12 15:19:56 +02:00
Alexandre Alapetite
4cd9b93880 Merge remote-tracking branch 'origin/curlOptions' into dev 2015-07-12 13:03:32 +02:00
Alexandre Alapetite
26ed0e5c95 Syntax error for curl optiona array
https://github.com/FreshRSS/FreshRSS/issues/897
2015-07-12 12:52:18 +02:00
Alexandre Alapetite
4f7493be7b Merge remote-tracking branch 'origin/curlOptions' into dev 2015-07-12 12:17:26 +02:00
Alexandre Alapetite
fa432755cc Implement cURL options
https://github.com/FreshRSS/FreshRSS/issues/897
Requires that https://github.com/FreshRSS/FreshRSS/pull/898 is merged
first.
2015-07-12 12:16:56 +02:00
Alexandre Alapetite
85f20c8761 Merge remote-tracking branch 'origin/UpdateSimplePie' into dev 2015-07-12 00:57:51 +02:00
Alexandre Alapetite
cb114a341b Merge some pull requests from upstream
silent Warning cast with PHP 5.3.3 (RHEL-6)
https://github.com/simplepie/simplepie/pull/258
Use rss:pubDate over atom:updated when determining the posting date
https://github.com/simplepie/simplepie/pull/288
Update Item.php: add support for media thumbnails
https://github.com/simplepie/simplepie/pull/340
Remove PHP Notices https://github.com/simplepie/simplepie/pull/353
And removed "FreshRSS" annotations for pull requests submitted upstream

Fixed a typo in Date.php (wrong number for September)
https://github.com/simplepie/simplepie/pull/374
Remove duplicate case https://github.com/simplepie/simplepie/pull/406
Added set_curl_options method to allow custom options
https://github.com/simplepie/simplepie/pull/407
Improved error message https://github.com/simplepie/simplepie/pull/412
2015-07-12 00:35:31 +02:00
Alexandre Alapetite
96ca643a8c Merge remote-tracking branch 'origin/hex2bin' into dev 2015-07-10 23:49:00 +02:00
Alexandre Alapetite
96b720b032 Changelog with more precise version PHP 5.2.1
https://github.com/FreshRSS/FreshRSS/issues/894

0cabd1f50d
https://github.com/FreshRSS/FreshRSS/issues/789#issuecomment-73878076
2015-07-10 23:36:52 +02:00
Alexandre Alapetite
1cf466cd56 Changelog compatibility PHP5.2
https://github.com/FreshRSS/FreshRSS/issues/894
2015-07-10 23:15:48 +02:00
Alexandre Alapetite
4c825926cd Merge remote-tracking branch 'origin/hex2bin' into dev 2015-07-10 21:40:59 +02:00
Alexandre Alapetite
6b7d946266 Avoid hex2bin for PHP 5.3
https://github.com/FreshRSS/FreshRSS/issues/894
And use native hexadecimal function when available (MySQL) to avoid
having binary data in the SQL logs.
2015-07-10 21:40:28 +02:00
Alexandre Alapetite
1f07bd2cdd Merge pull request #888 from Alkarex/fullContentDataSrc
Full content img data-src.
Tested by @Pangolun https://github.com/FreshRSS/FreshRSS/issues/877#issuecomment-118777077
2015-07-06 11:14:59 +02:00