1
0
mirror of https://github.com/chylex/Nextcloud-News.git synced 2025-09-06 05:53:11 +02:00
Commit Graph

1210 Commits

Author SHA1 Message Date
Bernhard Posselt
346346e01c added most of the bl functionality 2013-04-04 19:59:06 +02:00
Bernhard Posselt
1ffedced05 fixes mappers by using the correct status condition 2013-04-04 17:21:43 +02:00
Bernhard Posselt
b723c12e4c improved and cleaned up js unittests 2013-04-04 15:23:58 +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
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
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
d97e2b1f0e fixed bug that didnt add feeds when they were deleted once 2013-03-27 18:07:48 +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
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
7b2a214017 show title and author below feed 2013-03-26 19:48:55 +01:00
Bernhard Posselt
f7c8199380 viewing the first 20 items is now possible 2013-03-26 19:30:27 +01:00
Bernhard Posselt
eff408710b fixed setting of active feed 2013-03-26 18:27:30 +01:00
Bernhard Posselt
d646f33a1a deleting and adding feeds works 2013-03-26 18:21:00 +01:00
Bernhard Posselt
c8d3f8fb46 added casting information for data objects 2013-03-26 18:04:02 +01:00
Bernhard Posselt
8e1e0f5281 added logic for adding feeds 2013-03-26 14:45:39 +01:00
Bernhard Posselt
cd3b748f65 added adding of feeds logic 2013-03-26 14:22:01 +01:00
Bernhard Posselt
866f5eef01 fix bad setter usage 2013-03-25 23:24:47 +01:00
Bernhard Posselt
79105cc756 setting read and unread works now 2013-03-25 22:30:52 +01:00
Bernhard Posselt
0430a6ca38 added more feedcontroller methods 2013-03-25 21:50:49 +01:00
Bernhard Posselt
7ade1165dd added feedcontroller methods and tests 2013-03-25 21:13:09 +01:00
Bernhard Posselt
29b4fc1552 provide feedcontroller skeleton methods 2013-03-25 17:07:12 +01:00
Bernhard Posselt
b0f35f7f7b fixed js errors on load 2013-03-25 15:05:20 +01:00
Bernhard Posselt
88d5942739 removed unneeded coffee grunt dep 2013-03-24 15:55:40 +01:00
Bernhard Posselt
842b39c380 various bugfixes 2013-03-23 16:43:50 +01:00
Bernhard Posselt
ecc4a533cc use all articles if active feed is null 2013-03-23 16:18:43 +01:00
Bernhard Posselt
d65fa80904 fixed dicontainer and added basic controllers 2013-03-23 16:08:39 +01:00
Bernhard Posselt
165488f70a readme infos on status 2013-03-23 15:30:47 +01:00
Bernhard Posselt
53248304dd removed old appjs 2013-03-23 13:28:30 +01:00
Alessandro Cosentino
d692600a31 directive for testacular unit test with phantomjs 2013-03-21 18:03:56 +01:00
Bernhard Posselt
aa4916b829 wired routing 2013-03-21 12:56:14 +01:00
Bernhard Posselt
f435e1261b removed unnecessary nodejs dep 2013-03-21 11:06:42 +01:00
Bernhard Posselt
8f215ec03b tests 2013-03-20 19:06:17 +01:00
Bernhard Posselt
3cacc9c90d added entity baseclass and pull deps if phpunit is run 2013-03-19 18:41:42 +01:00
Bernhard Posselt
206510d126 fixed test for init 2013-03-18 12:41:57 +01:00
Bernhard Posselt
a8c1a0dd93 ported persistence to new request interface 2013-03-18 12:32:40 +01:00
Bernhard Posselt
8c5bf6f317 added rewritten js from appframwork-js branch 2013-03-18 11:49:26 +01:00
Bernhard Posselt
735b2ff157 different order for the delete icon, disable export button if there are no feeds 2013-02-12 17:51:55 +01:00
Bernhard Posselt
c0ff872e0a added oc notification for container 2013-02-12 15:25:11 +01:00
Bernhard Posselt
a658eac21f also slide down other elements that have the click slide handler and listeners on focus lost when an element wit this directive is clicked 2013-02-12 15:25:11 +01:00
Bernhard Posselt
a75e37f569 slide areas with jquery and slide click directive 2013-02-12 11:22:40 +01:00
Bernhard Posselt
17902de40c forward import click to hidden file input 2013-02-12 03:07:28 +01:00
Bernhard Posselt
399007f6b7 prevent dnd element from loading after dragged 2013-02-12 02:53:21 +01:00
Bernhard Posselt
95384df834 added angular ui for ui-if to not include audio elements everywhere and throw lots of warnings 2013-02-12 00:08:35 +01:00
Bernhard Posselt
adc5f90f83 show spinning wheel on adding and removed unused file 2013-02-11 23:29:04 +01:00
Bernhard Posselt
300f5a2754 hide settings on focus lost 2013-02-11 15:36:37 +01:00