Commit Graph

2897 Commits

Author SHA1 Message Date
Alexandre Alapetite
b1a16f985c Readme fix Global view 2016-09-29 22:50:55 +02:00
Alexandre Alapetite
63a8f5e167 Fix global view
Bug introduced in version 1.5.0 by
56ffc115d1
2016-09-29 22:48:56 +02:00
Alexandre Alapetite
1d87ebe9dd Merge pull request #1268 from Alkarex/apix-fix-feed-rename
API fix feed rename
2016-09-26 15:24:23 +02:00
Alexandre Alapetite
d5ca360ca9 API fix feed rename
https://github.com/FreshRSS/FreshRSS/issues/1254

https://github.com/jangernert/FeedReader/issues/59#issuecomment-249558202
2016-09-26 15:20:02 +02:00
Alexandre Alapetite
273d28b763 Merge pull request #1267 from Alkarex/api-userinfo
API implement user-info and fix edits
2016-09-26 10:45:57 +02:00
Alexandre Alapetite
9291748c47 API implement user-info and fix edits
https://github.com/FreshRSS/FreshRSS/issues/1254

https://github.com/jangernert/FeedReader/issues/59#issuecomment-249491580
2016-09-26 10:44:44 +02:00
Alexandre Alapetite
3870e430b1 Merge pull request #1265 from Alkarex/SimplePie-autodiscovery-xml
Fix SimplePie autodiscovery for text/xml HTML pages
2016-09-25 15:56:44 +02:00
Alexandre Alapetite
a37484fd2f Fix SimplePie autodiscovery for text/xml HTML pages
https://github.com/FreshRSS/FreshRSS/issues/1264
2016-09-25 15:55:28 +02:00
Alexandre Alapetite
74f9aa310d Merge pull request #1263 from Alkarex/more-api-edit
API subscription/quickadd
2016-09-25 15:46:18 +02:00
Alexandre Alapetite
e1528845d8 API subscription/quickadd
https://github.com/FreshRSS/FreshRSS/issues/1254
2016-09-25 15:45:06 +02:00
Alexandre Alapetite
7466f721ef Merge pull request #1250 from Alkarex/simplifyStats
Simplify SQL in statistics
2016-09-25 01:37:53 +02:00
Alexandre Alapetite
0180fb315c Merge pull request #1261 from Alkarex/api-edit
API edit feeds and categories
2016-09-25 01:26:07 +02:00
Alexandre Alapetite
eebeb02ece Readme API 2016-09-25 01:25:05 +02:00
Alexandre Alapetite
86a470b148 API delete category 2016-09-25 01:11:52 +02:00
Alexandre Alapetite
36e6c10f21 API rename category 2016-09-25 01:05:00 +02:00
Alexandre Alapetite
85c8fba94f API add feed bug with PSHB 2016-09-25 00:34:49 +02:00
Alexandre Alapetite
71b98a0ffc API add feed 2016-09-25 00:14:36 +02:00
Alexandre Alapetite
324c83348c Refactor controller add feed 2016-09-24 23:29:49 +02:00
Alexandre Alapetite
0a79d4085b Refactor controller for actualize feed 2016-09-24 20:43:52 +02:00
Alexandre Alapetite
6a812b0d31 API rename feed 2016-09-24 19:54:46 +02:00
Alexandre Alapetite
d6b4186040 API implement delete feed + refactor move feed 2016-09-24 19:26:40 +02:00
Alexandre Alapetite
f1f8ea2da3 API fix change feed category 2016-09-24 18:10:53 +02:00
Alexandre Alapetite
44f22ab8b4 API move feed to another category
https://github.com/jangernert/FeedReader/issues/59
https://github.com/FreshRSS/FreshRSS/issues/443
2016-09-24 17:36:33 +02:00
Alexandre Alapetite
d9bf9b2c6f Fix bug move feed to another category
CSRF
2016-09-24 17:32:30 +02:00
Alexandre Alapetite
12fa756bbc API: start draft of edit subscriptions
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-17 01:24:04 +02:00
Alexandre Alapetite
7ac1f8e0ea Merge pull request #1255 from Alkarex/iconUrl
API: add iconUrl
2016-09-16 13:42:58 +02:00
Alexandre Alapetite
4a9cc67d90 API: add iconUrl
https://github.com/jangernert/FeedReader/issues/59#issuecomment-247182291
https://github.com/FreshRSS/FreshRSS/issues/1252
2016-09-15 11:36:31 +02:00
Alexandre Alapetite
ac80d5a1d9 Merge pull request #1251 from Alkarex/RssMax
Better control of number of entries per page or RSS feed
2016-09-12 13:09:13 +02:00
Alexandre Alapetite
2a5aa34ad2 Better control of number of entries per page or RSS feed
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-11 15:06:33 +02:00
Alexandre Alapetite
c3589cac2d Merge pull request #1244 from Alkarex/MySQL-port
Support custom MySQL ports
2016-09-11 11:43:43 +02:00
Alexandre Alapetite
63b567b2c3 Merge dev 2016-09-11 11:43:24 +02:00
Alexandre Alapetite
ede0c839cb Changelog custom database port 2016-09-11 11:41:23 +02:00
Alexandre Alapetite
ccb56bcbf3 Simplify SQL in statistics
Reduce the use of product-specific date functions. Improve performances.
Remove redundant functions.
2016-09-11 11:24:32 +02:00
Alexandre Alapetite
12d21c4fe8 Merge pull request #1246 from Alkarex/noopener
Prevent a target _blank attacks with window.opener
2016-09-07 19:38:25 +02:00
Alexandre Alapetite
6450839b87 Changelog noopener 2016-09-07 14:38:52 +02:00
Alexandre Alapetite
8a776f1461 Prevent a target _blank attacks with window.opener
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-07 14:35:51 +02:00
Alexandre Alapetite
0564f5e1c4 Support custom MySQL ports
https://github.com/FreshRSS/FreshRSS/issues/1241
2016-09-05 21:09:15 +02:00
Alexandre Alapetite
0321145370 Merge pull request #1238 from Alkarex/download-podcast
Download icon 💾 for podcasts
2016-09-05 20:48:52 +02:00
Alexandre Alapetite
abdf85094d Change style for podcast download
https://github.com/FreshRSS/FreshRSS/issues/1236
2016-09-04 17:05:10 +02:00
Alexandre Alapetite
bd4312fc4a Merge pull request #1239 from Alkarex/remove-persona-folder
Remove Persona folder
2016-09-04 16:56:04 +02:00
Alexandre Alapetite
a31b86ace3 Remove Persona folder
https://github.com/FreshRSS/FreshRSS/issues/1219#issuecomment-244603417
2016-09-04 16:54:43 +02:00
Alexandre Alapetite
f14cb04e8b 💾 in paragraph 2016-09-03 21:58:53 +02:00
Alexandre Alapetite
3b2b91e1f2 Download icon 💾 for podcasts
https://github.com/FreshRSS/FreshRSS/issues/1236
2016-09-03 21:46:43 +02:00
Alexandre Alapetite
57705c679b Start 1.6.0-dev 2016-08-31 15:56:07 +02:00
Alexandre Alapetite
aea7cd7836 Merge branch 'dev' of https://github.com/FreshRSS/FreshRSS into FreshRSS/dev 2016-08-29 19:47:14 +02:00
Alexandre Alapetite
d552703f67 Release version 1.5.0 2016-08-29 19:46:41 +02:00
Alexandre Alapetite
28bf7c80f5 Merge pull request #1231 from Alkarex/pshb-nosniff
HTTP security: prevent reflection abuse
2016-08-29 09:45:51 +02:00
Alexandre Alapetite
1a53058ef0 HTTP security: prevent reflection abuse
https://msdn.microsoft.com/en-us/library/gg622941(v=vs.85).aspx
2016-08-29 09:44:18 +02:00
Alexandre Alapetite
07d2015127 Merge pull request #1230 from Alkarex/SimplePie-warning
SimplePie error message XML PCRE
2016-08-28 16:38:09 +02:00
Alexandre Alapetite
531f6ada99 SimplePie better message 2016-08-28 16:37:35 +02:00