Commit Graph
442 Commits
Author SHA1 Message Date
Robin Appelman 50b1b38d03 we can now use UNIX_TIMESTAMP in queries 2012-09-01 20:45:08 +02:00
Bernhard Posselt 2c86b31be1 implemented server side move feed to folder 2012-09-01 14:33:59 +02:00
Alessandro Cosentino 70a37497ff small layout changes; fix error with retrieving favicon 2012-08-20 19:50:53 -04:00
Alessandro Cosentino 3db8c52532 fixes issue with bitfield on postgresql 2012-08-19 22:24:16 -04:00
Alessandro Cosentino 32bd7c839c now saves item's author in db 2012-08-19 15:13:39 -04:00
Alessandro Cosentino 8bea9cf893 improves favicon detection 2012-08-19 13:49:58 -04:00
Alessandro Cosentino 41c310c5fc perform only a slim fetch in some cases 2012-08-18 03:16:40 -04:00
Bernhard Posselt 2c48b7ff48 Merge branch 'newsapp' of git://gitorious.org/owncloud/apps into newsapp 2012-08-17 12:42:48 +02:00
Gregor Tätzner 63a9acb95a Remove broken favicon handling from discoverFavicon.
Maybe re-add them later on or rework function.
2012-08-16 21:34:41 +02:00
Bernhard Posselt 296cad3a05 added javadoc for newly implemented queries 2012-08-16 20:57:56 +02:00
Bernhard Posselt f61df85fe6 made starred items and all items work! 2012-08-16 20:26:06 +02:00
Bernhard Posselt 1154465787 added and formatted the feedtimestamp properly 2012-08-16 13:26:03 +02:00
Alessandro Cosentino 9132f6a27d saves and shows datetime of items 2012-08-16 01:13:16 -04:00
Bernhard Posselt 66f2c55cc0 merged 2012-08-15 18:31:03 +02:00
Alessandro Cosentino c193d2447d small fixes on model 2012-08-15 12:27:32 -04:00
Bernhard Posselt 04ee5ea0dd removed useless query in foldermapper 2012-08-15 18:20:40 +02:00
Bernhard Posselt 8da2aeec78 folders can now only be create on the first level 2012-08-15 18:16:35 +02:00
Bernhard Posselt 4faac81356 fixed a bug that wouldnt let feeds show up nested in folders 2012-08-15 18:03:32 +02:00
Alessandro Cosentino 04497e9e68 shows counter when adding feed; fixes bug when removing folder 2012-08-15 09:51:12 -04:00
Alessandro Cosentino 0d5bd3a636 small things added to firstrun page and settings 2012-08-14 13:39:53 -04:00
Alessandro Cosentino 74129d1b9e database tables changed 2012-08-13 17:06:12 -04:00
Alessandro Cosentino 8aa247ca73 checks userid before deleting 2012-08-12 21:27:16 -04:00
Alessandro Cosentino 703e892b69 removes the Everything folder 2012-08-12 01:50:19 -04:00
Alessandro Cosentino fcaa16f2ea adds a function to the item mapper to retrieve all items with a certain status 2012-08-11 17:59:43 -04:00
Alessandro Cosentino 0913349b9d fixes yet another namespace problem 2012-08-11 17:24:55 -04:00
Alessandro Cosentino 3443468538 fix namespace issues from previous commit 2012-08-11 12:19:37 -04:00
Alessandro Cosentino 48513e8e42 changes namespace to OCA\News 2012-08-11 11:39:03 -04:00
Alessandro Cosentino 837438ab0d Merge branch 'newsapp_cron' into newsapp 2012-08-10 10:42:21 -04:00
Alessandro Cosentino a077e4ea2f importing opml becomes simple for debugging reasons (ignore SimplePie issues for now) 2012-08-10 00:12:38 -04:00
Jakob Sack 03b7bb8c06 News: fix bug in backgroundjobs 2012-08-09 22:09:39 +02:00
Jakob Sack c4c0b56b22 Try to use backgroundjobs 2012-08-09 21:23:31 +02:00
Alessandro Cosentino 12720ebd14 refactores code of the opml importer 2012-08-05 15:49:25 -04:00
Gregor Tätzner 82cfb232c2 Show or hide items in rightcontent when creating or deleting feeds 2012-08-04 18:54:54 +02:00
Gregor Tätzner 91d194a5df Polish deleteAll functions. It's not necessary to use sql joins 2012-08-04 10:31:57 +02:00
Gregor Tätzner 7ebeeacf49 Fixed deletion of feed items on folder removal 2012-08-03 23:32:35 +02:00
Gregor Tätzner fbcac103cf Fixed several issues in delete folder functions 2012-08-03 18:25:46 +02:00
Alessandro Cosentino a4502857ec small fixes on previous commits 2012-08-03 00:35:45 -04:00
Gregor Tätzner bdc5159324 Add feed to feed list instantly on feed adding
Reload is no longer necessary. There are still some issues - especially
the order of the feeds: atm the feed is just inserted at the beginning
2012-08-02 18:52:33 +02:00
Alessandro Cosentino eca49d72c4 news app welcomes the new settings popup 2012-07-31 23:40:22 -04:00
Alessandro Cosentino eda7f50864 fixes what broke in the last commit 2012-07-30 15:38:58 -04:00
Alessandro Cosentino fd5b815e58 opml parser completed; still needs testing 2012-07-30 14:08:36 -04:00
Gregor Tätzner b9e13dfda0 checkFavicon: also check for size 2012-07-23 21:56:58 +02:00
Gregor Tätzner 4abcc53a17 Use base url for extracting favicon 2012-07-23 21:02:49 +02:00
Gregor Tätzner 831dc688e0 Add more favicon detection and checking code 2012-07-23 18:43:54 +02:00
Gregor Tätzner 2580eb0600 Improve favicon file check 2012-07-22 10:41:39 +02:00
Gregor Tätzner 81e6a72a20 Improve favicon detection 2012-07-21 23:25:39 +02:00
Alessandro Cosentino 5ab51aa176 makes previous commit more logical 2012-07-21 13:50:52 -04:00
Gregor Tätzner 912374165b Add feed fallback icon and set a relative width on the feed list items. 2012-07-21 16:45:37 +02:00
Alessandro Cosentino 2259f86359 introduces field userid in the feed table to fix a bug in the update functions 2012-07-19 21:45:31 -04:00
Alessandro Cosentino 4ce3565909 update feeds works; need to be polished 2012-07-17 21:49:38 -04:00