1
0
mirror of https://github.com/chylex/Nextcloud-News.git synced 2024-10-22 14:42:52 +02:00
Commit Graph

6380 Commits

Author SHA1 Message Date
Bernhard Posselt
a6d1cc915a implemented bare itembl methods 2013-04-05 12:07:04 +02:00
Bernhard Posselt
54a67849bd brought back feeds and folders 2013-04-05 11:38:12 +02:00
Bernhard Posselt
f8451ca565 bring back show all button 2013-04-05 11:22:38 +02:00
Bernhard Posselt
76b3dcd712 small work on integration test 2013-04-05 11:01:37 +02:00
Bernhard Posselt
061d70dd2e moved 2013-04-05 10:27:56 +02:00
Bernhard Posselt
7171a3dba0 moved tests into unit directory 2013-04-05 10:27:28 +02:00
Bernhard Posselt
d001da3394 cleaned up feedcontroller 2013-04-04 21:57:17 +02:00
Bernhard Posselt
76267670f3 finished feedbl methods 2013-04-04 21:18:43 +02:00
Bernhard Posselt
346346e01c added most of the bl functionality 2013-04-04 19:59:06 +02:00
Bernhard Posselt
2d8b635796 Merge pull request #40 from jerrykan/favicon
Improve feedfetcher discoverFavicon()
2013-04-04 08:23:57 -07:00
Bernhard Posselt
1ffedced05 fixes mappers by using the correct status condition 2013-04-04 17:21:43 +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
b723c12e4c improved and cleaned up js unittests 2013-04-04 15:23:58 +02:00
Bernhard Posselt
180b36f9b2 deleted old code that i forgot to delete 2013-04-04 13:45:33 +02:00
Bernhard Posselt
1f2391b0cd move autopurge to itembl 2013-04-04 13:23:03 +02:00
Bernhard Posselt
3ec631a5c7 autopurge all read items which are not starred if there are more than 1000 2013-04-04 13:13:25 +02:00
Bernhard Posselt
4b994c97ad autopurge all read items which are not starred if there are more than 1000 2013-04-04 13:12:07 +02:00
Bernhard Posselt
312796b1ca removed useless settings template 2013-04-03 12:25:48 +02:00
Bernhard Posselt
2cffff339b removed useless settings 2013-04-03 12:25:48 +02:00
Bernhard Posselt
bd2d820ff5 Merge pull request #34 from owncloud/remove-appstyles
remove app styles now they are in core
2013-04-02 14:43:38 -07:00
Jan-Christoph Borchardt
ed9039e4d6 remove app styles now they are in core 2013-04-02 23:36:25 +02:00
Bernhard Posselt
ea87d8d096 add comment for twitter fetcher 2013-04-02 13:59:37 +02:00
Bernhard Posselt
76fd21bccd added simple twitter fetcher implementation 2013-04-02 13:48:16 +02:00
Bernhard Posselt
2a0804a8cf added 2013-04-02 12:39:29 +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
bd7d13ce96 added comments on ifeedfetcher 2013-04-02 11:14:04 +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
Bernhard Posselt
711c260bfe small pixel fixes 2013-04-02 10:38:00 +02:00
Bernhard Posselt
635a9d7795 split logic into business layers 2013-04-02 10:38:00 +02:00
Bernhard Posselt
f1afe719bb Merge pull request #33 from jerrykan/uncurl
Remove dependency on curl
2013-04-02 01:16:34 -07: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
104da1a02c Update README.rst 2013-03-31 15:14:41 +03:00
Alessandro Cosentino
821be8c6b9 remove search plugin. YAGNI 2013-03-30 18:38:45 +01:00
Bernhard Posselt
7178cd8f35 use click focus from appframework 2013-03-29 12:36:18 +01:00
Bernhard Posselt
b798674188 removed old file 2013-03-27 20:44:55 +01:00
Bernhard Posselt
eb532ff318 adding dudes 2013-03-27 20:44:20 +01:00
Bernhard Posselt
bf93d491ce correctly save last viewed feed 2013-03-27 18:21:30 +01:00
Bernhard Posselt
d97e2b1f0e fixed bug that didnt add feeds when they were deleted once 2013-03-27 18:07:48 +01:00
Bernhard Posselt
d1d775da21 display folders 2013-03-27 17:34:12 +01:00
Bernhard Posselt
02869fdc16 adding folders works 2013-03-27 17:19:50 +01:00
Bernhard Posselt
78674ebc36 star by guid hash and feedid to also star an item if it has been updated in the meantime. read still only works on the current version of the item, that means if an item is updated on the server side and an older version is being read on the server it will not be marked as read 2013-03-27 13:47:53 +01:00
Bernhard Posselt
003ab9ca77 delete existing item on update 2013-03-27 13:02:18 +01:00
Bernhard Posselt
792ccc2494 added more helpful debugging messages for feed creating and updating 2013-03-27 12:57:10 +01:00
Bernhard Posselt
2ad09d158b order by id instead of pubdate to be consistent 2013-03-27 12:50:48 +01:00
Bernhard Posselt
03e4ec51b3 also update feedmodel if urlhash is the same 2013-03-27 12:49:18 +01:00
Bernhard Posselt
02ae36eba3 fixed mark all unread serverside (was missing highestitemid, dont use lastmodified to compare for new versions but use the highest item id. if items are updated and the guidHash and feedId are the same then it will be deleted and newly inserted to make the lastmodified feasable 2013-03-27 12:26:04 +01:00
Bernhard Posselt
89a1713f06 changed timestamp datatype to integer which fixes #10 2013-03-27 10:53:42 +01:00
Bernhard Posselt
35e4283ae4 show title and author below feed 2013-03-26 19:49:22 +01:00
Bernhard Posselt
7b2a214017 show title and author below feed 2013-03-26 19:48:55 +01:00