aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-09-29Merge pull request #1269 from Alkarex/fix-global-viewGravatar Alexandre Alapetite
Fix global view
2016-09-29Readme fix Global viewGravatar Alexandre Alapetite
2016-09-29Fix global viewGravatar Alexandre Alapetite
Bug introduced in version 1.5.0 by https://github.com/FreshRSS/FreshRSS/commit/56ffc115d15bf136bfced74707ccc1f41c7b5e44
2016-09-26Merge pull request #1268 from Alkarex/apix-fix-feed-renameGravatar Alexandre Alapetite
API fix feed rename
2016-09-26API fix feed renameGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1254 https://github.com/jangernert/FeedReader/issues/59#issuecomment-249558202
2016-09-26Merge pull request #1267 from Alkarex/api-userinfoGravatar Alexandre Alapetite
API implement user-info and fix edits
2016-09-26API implement user-info and fix editsGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1254 https://github.com/jangernert/FeedReader/issues/59#issuecomment-249491580
2016-09-25Merge pull request #1265 from Alkarex/SimplePie-autodiscovery-xmlGravatar Alexandre Alapetite
Fix SimplePie autodiscovery for text/xml HTML pages
2016-09-25Fix SimplePie autodiscovery for text/xml HTML pagesGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1264
2016-09-25Merge pull request #1263 from Alkarex/more-api-editGravatar Alexandre Alapetite
API subscription/quickadd
2016-09-25API subscription/quickaddGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1254
2016-09-25Merge pull request #1250 from Alkarex/simplifyStatsGravatar Alexandre Alapetite
Simplify SQL in statistics
2016-09-25Merge pull request #1261 from Alkarex/api-editGravatar Alexandre Alapetite
API edit feeds and categories
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-11Simplify SQL in statisticsGravatar Alexandre Alapetite
Reduce the use of product-specific date functions. Improve performances. Remove redundant functions.
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