aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-09-25Readme APIGravatar Alexandre Alapetite
2016-09-25API delete categoryGravatar Alexandre Alapetite
2016-09-25API rename categoryGravatar Alexandre Alapetite
2016-09-25API add feed bug with PSHBGravatar Alexandre Alapetite
2016-09-25API add feedGravatar Alexandre Alapetite
2016-09-24Refactor controller add feedGravatar Alexandre Alapetite
2016-09-24Refactor controller for actualize feedGravatar Alexandre Alapetite
2016-09-24API rename feedGravatar Alexandre Alapetite
2016-09-24API implement delete feed + refactor move feedGravatar Alexandre Alapetite
2016-09-24API fix change feed categoryGravatar Alexandre Alapetite
2016-09-24API move feed to another categoryGravatar Alexandre Alapetite
https://github.com/jangernert/FeedReader/issues/59 https://github.com/FreshRSS/FreshRSS/issues/443
2016-09-24Fix bug move feed to another categoryGravatar Alexandre Alapetite
CSRF
2016-09-17API: start draft of edit subscriptionsGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/443 https://github.com/FreshRSS/FreshRSS/issues/1252 https://github.com/jangernert/FeedReader/issues/59#issuecomment-247484124
2016-09-16Merge pull request #1255 from Alkarex/iconUrlGravatar Alexandre Alapetite
API: add iconUrl
2016-09-15API: add iconUrlGravatar Alexandre Alapetite
https://github.com/jangernert/FeedReader/issues/59#issuecomment-247182291 https://github.com/FreshRSS/FreshRSS/issues/1252
2016-09-12Merge pull request #1251 from Alkarex/RssMaxGravatar Alexandre Alapetite
Better control of number of entries per page or RSS feed
2016-09-11Better control of number of entries per page or RSS feedGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1249 * Since X hours: `https://freshrss.example/i/?a=rss&hours=3` * Explicit number: `https://freshrss.example/i/?a=rss&nb=10` * Limited by `min_posts_per_rss` and `max_posts_per_rss` in user config
2016-09-11Merge pull request #1244 from Alkarex/MySQL-portGravatar Alexandre Alapetite
Support custom MySQL ports
2016-09-11Merge devGravatar Alexandre Alapetite
2016-09-11Changelog custom database portGravatar Alexandre Alapetite
2016-09-07Merge pull request #1246 from Alkarex/noopenerGravatar Alexandre Alapetite
Prevent a target _blank attacks with window.opener
2016-09-07Changelog noopenerGravatar Alexandre Alapetite
2016-09-07Prevent a target _blank attacks with window.openerGravatar Alexandre Alapetite
https://mathiasbynens.github.io/rel-noopener/ noopener is implied by noreferrer https://html.spec.whatwg.org/multipage/semantics.html#link-type-noreferrer The API for window.open() does not seem stable yet https://bugzilla.mozilla.org/show_bug.cgi?id=1267339
2016-09-05Support custom MySQL portsGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1241
2016-09-05Merge pull request #1238 from Alkarex/download-podcastGravatar Alexandre Alapetite
Download icon 💾 for podcasts
2016-09-04Change style for podcast downloadGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1236
2016-09-04Merge pull request #1239 from Alkarex/remove-persona-folderGravatar Alexandre Alapetite
Remove Persona folder
2016-09-04Remove Persona folderGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1219#issuecomment-244603417
2016-09-03💾 in paragraphGravatar Alexandre Alapetite
2016-09-03Download icon 💾 for podcastsGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1236
2016-08-31Start 1.6.0-devGravatar Alexandre Alapetite
2016-08-29Merge branch 'dev' of https://github.com/FreshRSS/FreshRSS into FreshRSS/devGravatar Alexandre Alapetite
2016-08-29Release version 1.5.0Gravatar Alexandre Alapetite
2016-08-29Merge pull request #1231 from Alkarex/pshb-nosniffGravatar Alexandre Alapetite
HTTP security: prevent reflection abuse
2016-08-29HTTP security: prevent reflection abuseGravatar Alexandre Alapetite
https://msdn.microsoft.com/en-us/library/gg622941(v=vs.85).aspx
2016-08-28Merge pull request #1230 from Alkarex/SimplePie-warningGravatar Alexandre Alapetite
SimplePie error message XML PCRE
2016-08-28SimplePie better messageGravatar Alexandre Alapetite
2016-08-28SimplePie error message XML PCREGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1227
2016-08-28Merge pull request #1229 from Alkarex/PSHB-pathGravatar Alexandre Alapetite
PSHB base_url bug
2016-08-28Changelog PSHB callbackGravatar Alexandre Alapetite
2016-08-28PSHB base_url bugGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1227 Bug if base_url does not end with /
2016-08-28Variable initializationGravatar Alexandre Alapetite
PHP warning when not feed is iddle https://github.com/FreshRSS/FreshRSS/issues/1227#issuecomment-242702464
2016-08-19Readme UbuntuGravatar Alexandre Alapetite
2016-08-19Merge branch 'dev' of https://github.com/FreshRSS/FreshRSS into FreshRSS/devGravatar Alexandre Alapetite
2016-08-19Readme Ubuntu 16.04 with PHP7Gravatar Alexandre Alapetite
2016-08-19Merge pull request #1221 from Alkarex/sqlite-search-readGravatar Alexandre Alapetite
SQLite fix for mark search as read
2016-08-19More SQLite fix for mark search as readGravatar Alexandre Alapetite
2016-08-19SQLite fix for mark search as readGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1220 https://github.com/FreshRSS/FreshRSS/pull/1218 https://github.com/FreshRSS/FreshRSS/issues/608
2016-08-18Merge branch 'dev' of https://github.com/FreshRSS/FreshRSS into FreshRSS/devGravatar Alexandre Alapetite
2016-08-18Misc changelog 1.5.0-devGravatar Alexandre Alapetite