| Age | Commit message (Collapse) | Author |
|
Remove Mozilla Persona login
|
|
https://github.com/FreshRSS/FreshRSS/issues/1052
|
|
* Requires MySQL 5.5.3+ (drop support for MySQL 5.0)
* Requires PHP 5.3.3+ (drop support for PHP 5.3.0)
https://github.com/FreshRSS/FreshRSS/issues/789#issuecomment-73878076
|
|
https://github.com/FreshRSS/FreshRSS/pull/1133
|
|
https://github.com/FreshRSS/FreshRSS/issues/1094
https://github.com/FreshRSS/FreshRSS/issues/1092
|
|
https://github.com/FreshRSS/FreshRSS/issues/1075
|
|
https://github.com/FreshRSS/FreshRSS/issues/1075
|
|
Install needs testing.
https://github.com/FreshRSS/FreshRSS/issues/1075
|
|
https://github.com/FreshRSS/FreshRSS/issues/1055
|
|
Fix https://github.com/FreshRSS/FreshRSS/issues/1025
|
|
https://github.com/FreshRSS/FreshRSS/issues/858
|
|
Rename enable_pubsubhubbub into pubsubhubbub_enabled
See https://github.com/FreshRSS/FreshRSS/issues/865
|
|
If the server is not accessible by an external server, pubsubhubbub should be
disable.
See https://github.com/FreshRSS/FreshRSS/issues/865
|
|
See https://github.com/FreshRSS/FreshRSS/issues/865
|
|
Fix https://github.com/FreshRSS/FreshRSS/issues/912
|
|
See https://github.com/FreshRSS/FreshRSS/issues/909
|
|
TODO: german and czech translations
See https://github.com/FreshRSS/FreshRSS/issues/909
|
|
See https://github.com/FreshRSS/FreshRSS/issues/909
|
|
See https://github.com/FreshRSS/FreshRSS/issues/909
|
|
See https://github.com/FreshRSS/FreshRSS/issues/909
|
|
See https://github.com/FreshRSS/FreshRSS/issues/909
|
|
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
|
|
See https://github.com/FreshRSS/FreshRSS/issues/890
|
|
PDO options for e.g. SSL
|
|
Add tab navigation on install
|
|
|
|
The javascript code used was confusing on Chrome and Internet Explorer. So I removed it. It has no real value so I think it is better without it.
See #855
|
|
|
|
|
|
Additional changes to add compatibility with SQLite for the new
hash/lastSeen mode of updating articles.
|
|
https://github.com/FreshRSS/FreshRSS/issues/770
|
|
Fix https://github.com/FreshRSS/FreshRSS/issues/769
|
|
Before, the password was hidden again after 2 seconds. Now, the password
is hidden when the mouse is released
Fix https://github.com/FreshRSS/FreshRSS/issues/734
|
|
Fix a bug in Minz_Translate too
|
|
Conflicts:
app/FreshRSS.php
app/Models/Configuration.php
app/views/index/index.phtml
app/views/index/normal.phtml
lib/Minz/Configuration.php
lib/Minz/Translate.php
lib/lib_rss.php
|
|
See https://github.com/FreshRSS/FreshRSS/issues/730
|
|
Init i18n must be done before check steps
|
|
|
|
- Introduce USERS_PATH
- Remove LOG_PATH
- Use join_path in install.php
- Change references to old data files to the new ones
- Update i18n
See https://github.com/FreshRSS/FreshRSS/issues/729
|
|
|
|
French is finished!
|
|
See https://github.com/FreshRSS/FreshRSS/issues/334
|
|
No more seperation between normal and install files. I will work on
that later!
|
|
|
|
Rename method (coding style)
Change in app/FreshRSS.php
Improve test of app/install.php
|
|
Test is actually basic, we need to use
Minz_Request::isRefererFromSameDomain() method to improve checking
|
|
|
|
|
|
- Remove all references to update functions
- Improve step2 by checking if password exists (form) or mail (persona)
- Add a param($key, $default=falsse) function to get $_POST vars
- Fix coding style (mainly spaces)
|
|
Now it checks for any pdo driver supported instead of only mysql
|