Commit Graph
480 Commits
Author SHA1 Message Date
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
Alessandro Cosentino c378e972a1 adds favicon; needs css polishing 2012-07-17 17:37:54 -04:00
Alessandro Cosentino 05fd3ebe12 replace simplepie-dev with simplepie-stable 2012-07-17 15:24:26 -04:00
Alessandro Cosentino c53efe6fa7 begins opml importer 2012-07-14 20:51:54 -04:00
Alessandro Cosentino 9118cc6752 fix add button 2012-07-14 15:31:52 -04:00
Gregor Tätzner 4ade56a7af Fixed evaluation and utilization of parentid in addfeed and addfolder. 2012-07-11 21:17:32 +02:00
Alessandro Cosentino af0bf0486c update views when you remove a feed or mark item as read 2012-07-10 10:57:35 -04:00
Alessandro Cosentino 0b4106fab9 merging merge-requests7 2012-07-08 14:35:01 -04:00
Gregor Tätzner 7053772519 UI and model fixes
- added dropdown menu to choose parent in addfeedfolder setting
- added edit button to folder items
- foldermapper: also load children of children to show folder
  hierarchy
2012-07-08 17:37:35 +02:00
Alessandro Cosentino 4b154de452 mark as read item working now 2012-07-07 21:52:41 -04:00
Alessandro Cosentino e4b145726f improves delete feed feature 2012-07-05 19:46:55 -04:00
Alessandro Cosentino e5f291b09c button to remove folder 2012-07-05 17:22:24 -04:00
Alessandro Cosentino fcd843bc0c shows articles in accordion view 2012-07-04 16:54:26 -04:00