| Age | Commit message (Collapse) | Author |
|
|
|
Conflicts:
README.md
|
|
See https://github.com/misterair/Screwdriver/issues/14
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/578
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/582
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/494
|
|
Improve guessFileType method
See https://github.com/marienfressinaud/FreshRSS/issues/494
|
|
|
|
Change empty value in drop-down
|
|
|
|
Add category reading option
|
|
|
|
|
|
Add english README file
|
|
See #586
|
|
Before, when a category was selected, it was expanded to show the feeds in that category.
Now, there is a parameter that allows the user to choose either if he wants the old behaviour or if he wants to expand only when needed (when selecting a feed or when clicking the appropriate button)
|
|
https://github.com/marienfressinaud/FreshRSS/issues/587
|
|
I have also removed default extensions to be easier to read.
Extensions that are used but enabled by default in PHP could maybe be
listed in an advanced documentation instead.
https://github.com/marienfressinaud/FreshRSS/issues/575
|
|
https://github.com/marienfressinaud/FreshRSS/issues/443
|
|
#581
|
|
Add a feed selector in repartition statistics.
|
|
https://github.com/marienfressinaud/FreshRSS/issues/579
|
|
https://github.com/marienfressinaud/FreshRSS/issues/495
|
|
Before we could choose the feed in the statistics only from the feed options in the main view. Now with the new drop-down list, it is possible to choose it from the statistics page.
The rendering needs to be polished to be nicer.
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/494
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/494
|
|
https://github.com/marienfressinaud/FreshRSS/issues/465
|
|
https://github.com/marienfressinaud/FreshRSS/issues/465
|
|
Token system
https://github.com/marienfressinaud/FreshRSS/issues/465
|
|
Catch more errors
Code refactoring
|
|
Nice bug :) It means another hidden bug is now corrected!
|
|
|
|
|
|
And remove html_chars_utf8 to use htmlspecialchars_utf8 instead in
importExportController
|
|
Useful when executing actualize_script.php
|
|
|
|
Not use additional variable to manipulate session variables
Fix coding style
|
|
See https://github.com/marienfressinaud/FreshRSS/commit/eceb7756cfcf117c2a18984291181a84697ed3cd#commitcomment-7345438
|
|
1. Set a notification message in session variable
2. Redirect to a specific url
First use in importExportController.php
See https://github.com/marienfressinaud/FreshRSS/conversations/576
|
|
This can be the place of a user's .htaccess, for instance for HTTP
password control.
|
|
Catch errors of zip_open and log it. A notification is shown to indicate
something went wrong.
See https://github.com/marienfressinaud/FreshRSS/issues/494
|
|
Miss checking presence of zip extension during import
See https://github.com/marienfressinaud/FreshRSS/issues/494
|
|
This reverts commit df47217839ccddb8e03015959c61b61e748d9700.
See https://github.com/marienfressinaud/FreshRSS/issues/465
|
|
Take the maxvalue between 1440 (24m) and cookie lifetime when calling
Minz_Session::keepCookie()
See https://github.com/marienfressinaud/FreshRSS/issues/465
|
|
.prompt .form is also now larger
See https://github.com/marienfressinaud/FreshRSS/issues/465
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/465
|
|
Add option to stay logged in
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/465
|
|
Add an option to keep logged in.
Change lifetime of session cookie to 1 year.
See https://github.com/marienfressinaud/FreshRSS/issues/465
|
|
- Remove progress bar
- Show title of updated feed
|