| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Fix feed and category side effect
|
|
Before, when deleting a feed or a category, the user queries were deleted as well. No matter if they were related or not.
Now, they are deleted only if they are related.
I this this fix is not the best way to handle that. I think it would be better if we could find a way to create a UserQuery object from the array.
The same applies when displaying the user queries in the interface.
See #980
|
|
|
|
Tag link encoding bug
|
|
https://github.com/FreshRSS/FreshRSS/issues/970
|
|
https://github.com/FreshRSS/FreshRSS/issues/970
Tags coming from the database are already HTML-encoded.
|
|
https://github.com/FreshRSS/FreshRSS/issues/970
|
|
https://github.com/FreshRSS/FreshRSS/issues/939
|
|
PubSubHubbub prevent subscribing too often in case of error
|
|
|
|
https://github.com/FreshRSS/FreshRSS/pull/958
https://github.com/FreshRSS/FreshRSS/issues/892
https://github.com/FreshRSS/FreshRSS/issues/680
https://github.com/FreshRSS/FreshRSS/issues/858
https://github.com/FreshRSS/FreshRSS/issues/953
https://github.com/FreshRSS/FreshRSS/pull/954
https://github.com/FreshRSS/FreshRSS/issues/949
https://github.com/FreshRSS/FreshRSS/issues/924
https://github.com/FreshRSS/FreshRSS/pull/936
|
|
Add a system configuration page
|
|
|
|
|
|
|
|
i18n: Add Dutch
|
|
It allows to modify system configuration from the interface. At the moment, only limits are modifiable. The user limit was removed from the user page and added here along with categories and feeds limits.
|
|
Merge changes from https://github.com/Wanabo/FreshRSS-Dutch-translation
https://github.com/FreshRSS/FreshRSS/issues/949
|
|
https://github.com/FreshRSS/FreshRSS/pull/950#issuecomment-133429503
|
|
https://github.com/FreshRSS/FreshRSS/issues/949
https://github.com/FreshRSS/FreshRSS/pull/950
|
|
UI: Add feed ID in article container
|
|
https://github.com/FreshRSS/FreshRSS/issues/953
|
|
https://github.com/FreshRSS/FreshRSS/issues/949
https://github.com/Wanabo/FreshRSS-Dutch-translation
|
|
https://github.com/FreshRSS/FreshRSS/issues/939
|
|
Minz session cookie path bug (nginx?)
|
|
https://github.com/FreshRSS/FreshRSS/issues/924
https://github.com/FreshRSS/FreshRSS/pull/936/files#r35948311
|
|
|
|
https://github.com/FreshRSS/FreshRSS/issues/924#issuecomment-126499403
|
|
https://github.com/FreshRSS/FreshRSS/issues/924#issuecomment-126499403
|
|
|
|
- Support of PubSubHubbub
- Allow anonymous users to create accounts
- Support proxy configuration
- Improvements during installation
More information in the CHANGELOG
Fix https://github.com/FreshRSS/FreshRSS/issues/919
|
|
|
|
Add translations for German and Czech
|
|
Fix https://github.com/FreshRSS/FreshRSS/issues/930
|
|
|
|
https://github.com/marienfressinaud/FreshRSS into marienfressinaud-920-white-page-bad-config
|
|
Update CHANGELOG to prepare 1.1.2-beta
|
|
Add the last forgotten changes
- https://github.com/FreshRSS/FreshRSS/issues/865
- https://github.com/FreshRSS/FreshRSS/issues/923
- https://github.com/FreshRSS/FreshRSS/issues/925
|
|
|
|
Fix https://github.com/FreshRSS/FreshRSS/issues/920
|
|
Load configuration by recursion
|
|
Cast $limits values in int (config)
|
|
Fix https://github.com/FreshRSS/FreshRSS/issues/925
|
|
- Remove Minz_Configuration::$data_default
- Default values are loaded first in $data
- $data values are replaced by values from config file
Fix https://github.com/FreshRSS/FreshRSS/issues/923
|
|
Generate base_url during installation
|
|
See https://github.com/FreshRSS/FreshRSS/issues/865
|
|
Rename enable_pubsubhubbub into pubsubhubbub_enabled
See https://github.com/FreshRSS/FreshRSS/issues/865
|