| Age | Commit message (Collapse) | Author |
|
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
|
|
|
|
https://github.com/FreshRSS/FreshRSS/issues/970
Tags coming from the database are already HTML-encoded.
|
|
https://github.com/FreshRSS/FreshRSS/issues/970
|
|
PubSubHubbub prevent subscribing too often in case of error
|
|
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
|
|
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
|
|
Fix https://github.com/FreshRSS/FreshRSS/issues/930
|
|
Fix https://github.com/FreshRSS/FreshRSS/issues/925
|
|
See https://github.com/FreshRSS/FreshRSS/issues/865
|
|
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
|
|
See https://github.com/FreshRSS/FreshRSS/issues/679
|
|
|
|
See https://github.com/FreshRSS/FreshRSS/issues/679
|
|
See https://github.com/FreshRSS/FreshRSS/issues/679
|
|
See https://github.com/FreshRSS/FreshRSS/issues/679
|
|
See https://github.com/FreshRSS/FreshRSS/issues/679
|
|
See https://github.com/FreshRSS/FreshRSS/issues/679
|
|
See https://github.com/FreshRSS/FreshRSS/issues/679
|
|
See https://github.com/FreshRSS/FreshRSS/issues/679
|
|
See https://github.com/FreshRSS/FreshRSS/issues/679
|
|
|
|
See https://github.com/FreshRSS/FreshRSS/issues/679
|
|
- Allow user to create accounts (not implemented)
- Admin only can set this limit
See https://github.com/FreshRSS/FreshRSS/issues/679
|
|
Fix https://github.com/FreshRSS/FreshRSS/issues/912
|
|
See https://github.com/FreshRSS/FreshRSS/issues/909
|
|
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
|
|
Avoid hex2bin for PHP 5.3
|
|
Updated log visibility
|
|
Alkarex-defaultFeed
|
|
https://github.com/FreshRSS/FreshRSS/issues/894
And use native hexadecimal function when available (MySQL) to avoid
having binary data in the SQL logs.
|