| Age | Commit message (Collapse) | Author |
|
checkDefault() was broken as it was not necessarily creating the default
category with the right ID.
PostgreSQL required additional care.
https://github.com/FreshRSS/FreshRSS/issues/1890#issuecomment-392869777
https://github.com/FreshRSS/FreshRSS/pull/1322
https://github.com/FreshRSS/FreshRSS/issues/1312#issuecomment-254009397
|
|
* Draft of JSON column for feeds
https://github.com/FreshRSS/FreshRSS/issues/1654
* Add some per-feed options
* Feed cURL timeout
* Mark updated articles as read https://github.com/FreshRSS/FreshRSS/issues/891
* Mark as read upon reception https://github.com/FreshRSS/FreshRSS/issues/1702
* Ignore SSL (unsafe) https://github.com/FreshRSS/FreshRSS/issues/1811
* Try PHPCS workaround
While waiting for a better syntax support
|
|
|
|
https://github.com/FreshRSS/FreshRSS/pull/1470
|
|
At the same time as the new temp table
|
|
New index entry_feed_read_index
TODO: Auto add this index to existing version
|
|
https://github.com/FreshRSS/FreshRSS/issues/530
|
|
https://github.com/FreshRSS/FreshRSS/issues/1095
|
|
http://stackoverflow.com/questions/18389537/does-postgresql-serial-work-differently
|
|
https://github.com/FreshRSS/FreshRSS/issues/1320
|
|
Would have liked to use UPSERT, but it is first available from
PostgreSQL 9.5.
|
|
https://github.com/FreshRSS/FreshRSS/issues/1312
|
|
https://github.com/FreshRSS/FreshRSS/pull/1195
|
|
|
|
|
|
|
|
https://github.com/FreshRSS/FreshRSS/issues/416
Based on @Damstre work https://github.com/FreshRSS/FreshRSS/pull/1071
Not tested
|