| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-08-29 | Merge pull request #1233 from FreshRSS/dev1.5.0 | ||
| Release 1.5.0 | |||
| 2016-08-29 | Merge branch 'dev' of https://github.com/FreshRSS/FreshRSS into FreshRSS/dev | ||
| 2016-08-29 | Release version 1.5.0 | ||
| 2016-08-29 | Merge pull request #1231 from Alkarex/pshb-nosniff | ||
| HTTP security: prevent reflection abuse | |||
| 2016-08-29 | HTTP security: prevent reflection abuse | ||
| https://msdn.microsoft.com/en-us/library/gg622941(v=vs.85).aspx | |||
| 2016-08-28 | Merge pull request #1230 from Alkarex/SimplePie-warning | ||
| SimplePie error message XML PCRE | |||
| 2016-08-28 | SimplePie better message | ||
| 2016-08-28 | SimplePie error message XML PCRE | ||
| https://github.com/FreshRSS/FreshRSS/issues/1227 | |||
| 2016-08-28 | Merge pull request #1229 from Alkarex/PSHB-path | ||
| PSHB base_url bug | |||
| 2016-08-28 | Changelog PSHB callback | ||
| 2016-08-28 | PSHB base_url bug | ||
| https://github.com/FreshRSS/FreshRSS/issues/1227 Bug if base_url does not end with / | |||
| 2016-08-28 | Variable initialization | ||
| PHP warning when not feed is iddle https://github.com/FreshRSS/FreshRSS/issues/1227#issuecomment-242702464 | |||
| 2016-08-19 | Readme Ubuntu | ||
| 2016-08-19 | Merge branch 'dev' of https://github.com/FreshRSS/FreshRSS into FreshRSS/dev | ||
| 2016-08-19 | Readme Ubuntu 16.04 with PHP7 | ||
| 2016-08-19 | Merge pull request #1221 from Alkarex/sqlite-search-read | ||
| SQLite fix for mark search as read | |||
| 2016-08-19 | More SQLite fix for mark search as read | ||
| 2016-08-19 | SQLite fix for mark search as read | ||
| https://github.com/FreshRSS/FreshRSS/issues/1220 https://github.com/FreshRSS/FreshRSS/pull/1218 https://github.com/FreshRSS/FreshRSS/issues/608 | |||
| 2016-08-18 | Merge branch 'dev' of https://github.com/FreshRSS/FreshRSS into FreshRSS/dev | ||
| 2016-08-18 | Misc changelog 1.5.0-dev | ||
| 2016-08-18 | Merge pull request #1218 from Alkarex/mark-search-as-read | ||
| Mark search as read | |||
| 2016-08-18 | Readme mark a search as read | ||
| https://github.com/FreshRSS/FreshRSS/issues/608 | |||
| 2016-08-18 | SQL mark search as read | ||
| https://github.com/FreshRSS/FreshRSS/issues/608 | |||
| 2016-08-15 | Merge pull request #1217 from Alkarex/read_all-bug | ||
| Read-all bug fixed | |||
| 2016-08-15 | Read-all bug fixed | ||
| Introduced by the new forms of https://github.com/FreshRSS/FreshRSS/issues/772 https://github.com/FreshRSS/FreshRSS/pull/1188 | |||
| 2016-08-15 | Minor HTML fixes | ||
| Fix aria bug. Move some content before the flush. XHTML syntax. | |||
| 2016-08-14 | Merge pull request #1214 from Alkarex/sticky-column-recalc | ||
| Refresh sticky column after auto-load | |||
| 2016-08-14 | Refresh sticky column after auto-load | ||
| https://github.com/FreshRSS/FreshRSS/pull/1172 | |||
| 2016-08-14 | Merge pull request #1213 from Alkarex/drop-php-5.3.2 | ||
| Remove code for PHP 5.3.2- | |||
| 2016-08-14 | Merge dev conflicts | ||
| 2016-08-14 | Merge pull request #1212 from Alkarex/json-php5.3 | ||
| Define JSON_UNESCAPED_UNICODE for PHP 5.3.3 | |||
| 2016-08-14 | Merge pull request #1211 from Alkarex/credits-updated | ||
| Credits updated | |||
| 2016-08-14 | Remove code for PHP 5.3.2- | ||
| 2016-08-14 | Define JSON_UNESCAPED_UNICODE for PHP 5.3 | ||
| https://github.com/FreshRSS/FreshRSS/issues/1208 | |||
| 2016-08-14 | Merge pull request #1184 from Alkarex/SuperFeeder_timeout | ||
| PSHB: work-around for SuperFeeder | |||
| 2016-08-14 | Readme SuperFeeder | ||
| https://github.com/FreshRSS/FreshRSS/pull/1184 | |||
| 2016-08-14 | Merge branch 'FreshRSS/dev' into SuperFeeder_timeout | ||
| 2016-08-14 | Fix some gitHub credits links | ||
| 2016-08-14 | More credits | ||
| 2016-08-14 | Credits updated | ||
| 2016-08-13 | sticky-kit fix, and compatible async defer | ||
| And set correct parent option https://github.com/FreshRSS/FreshRSS/pull/1172 | |||
| 2016-08-13 | Merge conflicts | ||
| https://github.com/FreshRSS/FreshRSS/pull/1172 | |||
| 2016-08-13 | Changelog minor | ||
| 2016-08-13 | Merge pull request #1210 from Alkarex/csrf-token | ||
| CSRF token, update HTTP Referrer policy to same-origin | |||
| 2016-08-13 | README: Add CSRF tokens | ||
| https://github.com/FreshRSS/FreshRSS/issues/570 https://github.com/FreshRSS/FreshRSS/issues/955 https://github.com/FreshRSS/FreshRSS/pull/1198 | |||
| 2016-08-13 | Do not mix POST and GET params | ||
| Avoid returning CSRF POST token for a GET | |||
| 2016-08-13 | CSRF token, update HTTP Referrer policy to same-origin | ||
| https://www.w3.org/TR/referrer-policy/#referrer-policy-no-referrer https://github.com/FreshRSS/FreshRSS/issues/570 https://github.com/FreshRSS/FreshRSS/issues/955 https://github.com/FreshRSS/FreshRSS/issues/1198 https://github.com/FreshRSS/FreshRSS/issues/565 https://github.com/FreshRSS/FreshRSS/issues/554 | |||
| 2016-08-13 | Merge pull request #1209 from Alkarex/php5.3-closure | ||
| PHP 5.3 compatibility for callback | |||
| 2016-08-13 | PHP 5.3 more compatibility | ||
| https://github.com/FreshRSS/FreshRSS/pull/1209#issuecomment-239617504 https://github.com/FreshRSS/FreshRSS/issues/1208 | |||
| 2016-08-13 | PHP 5.3 scope compatibility | ||
| https://github.com/FreshRSS/FreshRSS/issues/1208 | |||
