| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-05-18 | Merge branch 'FreshRSS/dev' into PubSubHubbub | ||
| 2015-05-18 | Merge pull request #842 from Alwaysin/patch-9 | ||
| Language fix | |||
| 2015-05-18 | Merge pull request #843 from Alwaysin/patch-10 | ||
| Language fix | |||
| 2015-05-18 | Language fix | ||
| 2015-05-18 | Language fix | ||
| 2015-05-18 | Language fix | ||
| 2015-05-17 | Merge branch 'FreshRSS/dev' into PubSubHubbub | ||
| 2015-05-17 | PubSubHubbub better gestion of errors | ||
| Do not assume that PubSubHubbub works until the first successul push https://github.com/FreshRSS/FreshRSS/issues/312#issuecomment-102706500 | |||
| 2015-05-17 | i18n: en-GB revert | ||
| https://github.com/FreshRSS/FreshRSS/commit/af166f6c5344d727744e08d22f605cc57ec618f8#commitcomment-11229341 | |||
| 2015-05-17 | Merge pull request #840 from Alwaysin/patch-6 | ||
| Language fix | |||
| 2015-05-17 | Merge pull request #839 from Alwaysin/patch-5 | ||
| Language fix + en_GB standardisation | |||
| 2015-05-17 | Language fix | ||
| 2015-05-17 | Language fix + en_GB standardisation | ||
| 2015-05-17 | Language fix | ||
| 2015-05-16 | Merge branch 'FreshRSS/dev' into PubSubHubbub | ||
| 2015-05-16 | PubSubHubbub bug skip pull | ||
| Do not pull refresh feeds that are PubSubHubbub too often during cron refresh. And more debugging info during the test phase. https://github.com/FreshRSS/FreshRSS/pull/831 | |||
| 2015-05-16 | Typo fix | ||
| 2015-05-16 | i18n: German PubSubHubbub | ||
| https://github.com/FreshRSS/FreshRSS/pull/831/files#r30463016 https://github.com/FreshRSS/FreshRSS/issues/312 | |||
| 2015-05-16 | Merge branch 'FreshRSS/dev' into PubSubHubbub | ||
| 2015-05-16 | i18n: German | ||
| Completed cherry-pick of https://github.com/FreshRSS/FreshRSS/pull/832 + corrections | |||
| 2015-05-16 | Update install.php | ||
| 2015-05-16 | Update index.php | ||
| 2015-05-16 | Update gen.php | ||
| 2015-05-16 | Update feedback.php | ||
| 2015-05-16 | Update conf.php | ||
| 2015-05-16 | Update admin.php | ||
| 2015-05-16 | More PubSubHubbub | ||
| https://github.com/FreshRSS/FreshRSS/issues/312 Show whether PubSubHubbub is enabled in the Web interface of feed configuration. When PubSubHubbub is used, do not pull refresh so often (hard-coded to max once per 24h for now). Improved logic for lease renewal, and some detection of lease problems. Updated read-me and changelog. | |||
| 2015-05-15 | Change some error messages | ||
| 2015-05-15 | PubSubHubbub active only when refreshing, not adding a feed | ||
| https://github.com/FreshRSS/FreshRSS/issues/312 | |||
| 2015-05-15 | Revert bug HTTP 301 introduced by Refactor feedController | ||
| https://github.com/FreshRSS/FreshRSS/commit/e2da6e6e6b871dc3dbc289cdd40ba401a21d8e91 | |||
| 2015-05-15 | First alpha of PubSubHubbub | ||
| https://github.com/FreshRSS/FreshRSS/issues/312 Using a white list limited to http://push-pub.appspot.com/feed for alpha testing. | |||
| 2015-05-15 | First draft of PubSubHubbub | ||
| https://github.com/FreshRSS/FreshRSS/issues/312 Requires setting base_url in config.php. Currently using the filesystem (no change to the database) | |||
| 2015-05-11 | Merge branch 'FreshRSS/dev' into dev | ||
| 2015-05-11 | Merge pull request #829 from Tets42/814-i18n-czech-translation | ||
| 814-i18n-czech-translation | |||
| 2015-05-11 | Merge remote-tracking branch 'origin/sqliteBug' into dev | ||
| 2015-05-11 | More SQLite compatibility | ||
| Additional changes to add compatibility with SQLite for the new hash/lastSeen mode of updating articles. | |||
| 2015-05-11 | Czech translation | ||
| 2015-05-10 | Merge remote-tracking branch 'origin/sqliteBug' into dev | ||
| 2015-05-10 | Hexadecimal literals do not work with SQLite/PDO | ||
| X'09AF' hexadecimal literals do not work with SQLite/PDO. Replaced by PHP hex2bin(). https://github.com/FreshRSS/FreshRSS/commit/711530a512b370d79b079205ce1f8376174f7f03 | |||
| 2015-05-10 | Cannot create an account with sqlite | ||
| https://github.com/FreshRSS/FreshRSS/issues/770 | |||
| 2015-05-10 | Bug Page 403 ne peut s'afficher si Translate n'est pas instancié avant | ||
| https://github.com/FreshRSS/FreshRSS/issues/821 | |||
| 2015-05-10 | Moved updated/unread option from global to user | ||
| https://github.com/FreshRSS/FreshRSS/issues/798 | |||
| 2015-05-10 | Global option to mark updated articles as unread | ||
| https://github.com/FreshRSS/FreshRSS/issues/798 | |||
| 2015-05-10 | Merge branch 'FreshRSS/dev' into sql_hash_lastUpdate | ||
| 2015-05-10 | Merge pull request #818 from Alkarex/ConfigurationSetterBug | ||
| Configuration setter bug | |||
| 2015-05-10 | Merge branch 'Alkarex/Logging' | ||
| https://github.com/FreshRSS/FreshRSS/pull/815 | |||
| 2015-05-10 | Merge pull request #815 from Alkarex/Logging | ||
| SimplePie logging of HTTP requests | |||
| 2015-05-09 | Minor spaces | ||
| 2015-05-09 | SQL: more robust purge | ||
| https://github.com/FreshRSS/FreshRSS/issues/798 https://github.com/FreshRSS/FreshRSS/issues/493 | |||
| 2015-05-09 | Merge branch 'FreshRSS/dev' into sql_hash_lastUpdate | ||
