Bernhard Posselt
b12e151bcd
Also html decode the links to the page to not break on nyaa torrents
2013-05-25 03:29:28 +02:00
Bernhard Posselt
10831dd274
use html purifier for sanitation
2013-05-04 00:15:41 +02:00
Bernhard Posselt
f29881d554
force links to open in new tabs, fix #146
2013-05-02 20:01:35 +02:00
Bernhard Posselt
3fc18156ae
go back to order by id, fix #138 , use a newest item id to prevent marking items as read that the user didnt see yet fix #141 , also update the starred count periodically
2013-04-29 13:30:01 +02:00
Bernhard Posselt
bb19fd081c
use friggin unicode because 5.3 doesnt use it as default
2013-04-28 17:27:59 +02:00
Bernhard Posselt
4be605e3ca
try to fix #139 by specifying utf-8 encoding and xml entities manually
2013-04-28 17:11:15 +02:00
Bernhard Posselt
cd2488ee42
prefer web favicon over feed favicon, fix #101
2013-04-27 14:00:52 +02:00
Bernhard Posselt
5f71477e1a
added unittest for author mail
2013-04-22 10:14:35 +02:00
Robin Appelman
301aa24600
Use the email field of the author if the name field is not set
2013-04-22 00:45:03 +02:00
Bernhard Posselt
1140199677
if feed has no title, use its url, fix #108
2013-04-21 13:53:22 +02:00
Bernhard Posselt
9bb05d9733
also html decode author
2013-04-19 15:00:25 +02:00
Bernhard Posselt
daa2c7dea5
added test for fetcher class fix #47
2013-04-18 15:56:12 +02:00
Bernhard Posselt
c5537fcecc
remove em, b and i tags from title fix #88
2013-04-18 11:23:00 +02:00
Bernhard Posselt
a876cd762f
use favicon fetcher from appframework, fix #62
2013-04-17 18:29:01 +02:00
Bernhard Posselt
1fbcd35ac8
always return the unreadcount when marking read to set update request as 0, dont create new feeds that only consist of unreadcount updates
2013-04-17 10:51:04 +02:00
Bernhard Posselt
43ca6673b4
unescape title to not escape html characters, this is handled by angularjs
2013-04-16 16:59:38 +02:00
Bernhard Posselt
2ce1a03bca
remove error_log statement
2013-04-15 18:53:01 +02:00
Bernhard Posselt
34342814a0
fix potential errors when fetching favicon that preven feed from being added, fix #66 by not shortening the url
2013-04-15 18:49:44 +02:00
Bernhard Posselt
b4818a403a
also check https for favicons
2013-04-14 00:30:01 +02:00
Bernhard Posselt
36dc56717a
remove debug echo statements
2013-04-14 00:00:04 +02:00
Bernhard Posselt
33342f4ea6
add code to get favicons, fix #49
2013-04-13 23:56:41 +02:00
Bernhard Posselt
ce7cd121f4
fix import scoping issue that caused feeds not to be imported at times, set created folders to be opened by default
2013-04-13 22:48:31 +02:00
Bernhard Posselt
0637bebd54
added serverside caching
2013-04-12 00:33:08 +02:00
Alessandro Cosentino
bdb241340a
enclosure method called on wrong objects
2013-04-09 19:38:59 +02:00
Bernhard Posselt
e6d926de62
add link to feed which gets opened when clicked on the subheading of an item
2013-04-08 15:23:06 +02:00
John Kristensen
42685490df
Improve feedfetcher discoverFavicon()
...
Using Xpath is more reliable than a regular expression for retrieving
the correct link href and we need to ensure that local references are
dealt with correctly.
2013-04-05 00:24:52 +11:00
Bernhard Posselt
76fd21bccd
added simple twitter fetcher implementation
2013-04-02 13:48:16 +02:00
Bernhard Posselt
c795c0aa10
fix #11 by not relying on db exceptions anymore since there is no fking proper exception handling in the owncloud db code and stuff will break. instead update when item has been found and if not insert
2013-04-02 12:04:45 +02:00
Bernhard Posselt
3350ed7caf
added pluggable fetchers
2013-04-02 11:09:33 +02:00
Bernhard Posselt
45d81beb6c
put getUrlContent into api
2013-04-02 10:41:01 +02:00
John Kristensen
f261065070
Remove dependency on curl
...
The core ownCloud libraries provide a getUrlContent() util which will
attempt to retrieve the contents of a URL using curl with a fall-back to
get_file_contents(). By using getUrlContent() we can remove curl as a
dependency, which is useful for servers that don't have it installed.
2013-04-02 16:33:42 +11:00
Bernhard Posselt
c8d3f8fb46
added casting information for data objects
2013-03-26 18:04:02 +01:00
Bernhard Posselt
77ec6f08aa
updated backgroundjob
2013-03-25 11:48:15 +01:00
Bernhard Posselt
7a579b42fa
added creating feeds
2013-03-22 12:35:30 +01:00
Bernhard Posselt
880184d0c2
added a seperate exception for fetching feeds
2013-03-22 11:40:15 +01:00
Bernhard Posselt
13eed83a10
renamed utils into something more accurated
2013-03-22 11:18:16 +01:00