1
0
mirror of https://github.com/chylex/Nextcloud-News.git synced 2025-09-30 21:02:46 +02:00
Commit Graph

758 Commits

Author SHA1 Message Date
Bernhard Posselt
d648b26345 use 99 as maximum unread count to display, permanently display delete button for active feed 2013-05-04 16:44:22 +02:00
Bernhard Posselt
aa60a37d81 version bump 2013-05-04 01:48:25 +02:00
Bernhard Posselt
1d02523092 fix link xss vulnerabilities 2013-05-04 01:48:25 +02:00
Bernhard Posselt
8ab961ae6f bump version 2013-05-04 00:19:57 +02:00
Bernhard Posselt
a8e38bf780 also set version number in xml file to fix appstore problems 2013-05-03 11:21:27 +02:00
Bernhard Posselt
e241d438bb also provide the app version 2013-05-03 10:41:14 +02:00
Bernhard Posselt
a8a1a4addb set a lower version for owncloud to enable future proper upgrades 2013-05-02 22:17:34 +02:00
Bernhard Posselt
61299d7205 require at least owncloud 5.0.5 2013-05-02 20:01:56 +02:00
Bernhard Posselt
3d405e0541 removed useless get calls to api 2013-05-02 18:04:14 +02:00
Bernhard Posselt
51d71796ad move external api stuff to appframework 2013-05-02 17:30:51 +02:00
Bernhard Posselt
c8c01278d8 implement all routes and function bodies for api calls 2013-05-02 16:55:11 +02:00
Bernhard Posselt
df91fdfa37 fix result return 2013-05-02 13:59:38 +02:00
Bernhard Posselt
c5dde50a71 implemented first feeds get all method 2013-05-02 13:45:34 +02:00
Bernhard Posselt
ec0c3e8c6a mention requirements and backgroundjobs in the apps description 2013-04-30 18:29:46 +02:00
Bernhard Posselt
946cd73258 fix version tag 2013-04-29 19:58:24 +02:00
Bernhard Posselt
3153baed3e set version 1.0 2013-04-29 19:57:54 +02:00
Bernhard Posselt
077548e655 prepare readme for beta release 2013-04-29 15:43: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
df18314b32 added import from google reader, fix #80 2013-04-22 18:24:31 +02:00
Bernhard Posselt
057172ab9b error log when appframework is not enabled 2013-04-20 16:38:53 +02:00
Bernhard Posselt
76cc72393a added a way to prevent feed from being updated 2013-04-19 13:01:44 +02:00
Bernhard Posselt
67e00e798d added javascript for uploading google reader json files 2013-04-19 12:31:54 +02:00
Bernhard Posselt
3e9a13efc9 added skeletons for google reader import 2013-04-19 11:42:40 +02:00
Bernhard Posselt
cbf9baf3c1 dont break if owncloud if appframework isnt enabled 2013-04-15 21:23:37 +02:00
Bernhard Posselt
360966ab4b get language from server and save it in a language object, dont use a seperate file for instantiating controllers 2013-04-15 12:06:14 +02:00
Bernhard Posselt
3baa8b51e4 implement mark as read for feeds and folders, fix #29 2013-04-12 11:54:49 +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
Bernhard Posselt
1df9491ac0 remove admin page 2013-04-05 14:19:24 +02:00
Bernhard Posselt
2cffff339b removed useless settings 2013-04-03 12:25:48 +02:00
Alessandro Cosentino
821be8c6b9 remove search plugin. YAGNI 2013-03-30 18:38:45 +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
89a1713f06 changed timestamp datatype to integer which fixes #10 2013-03-27 10:53:42 +01:00
Bernhard Posselt
3560ac0555 use container class instead of non existent function 2013-03-26 00:22:45 +01:00
Bernhard Posselt
0f9e0e3de7 implemented feed update 2013-03-25 12:54:38 +01:00
Bernhard Posselt
77ec6f08aa updated backgroundjob 2013-03-25 11:48:15 +01:00
Bernhard Posselt
7837e71f70 added index template 2013-03-23 14:37:49 +01:00
Bernhard Posselt
db5ba2b807 added additional controllers in the container 2013-03-21 13:01:10 +01:00
Bernhard Posselt
aa4916b829 wired routing 2013-03-21 12:56:14 +01:00
Bernhard Posselt
964383cc7a welcome in the age of newness 2013-03-21 00:31:48 +01:00
Bernhard Posselt
97855d5d6a updated docs 2013-03-20 17:55:03 +01:00
Bernhard Posselt
50e00916ce added namespaced indices for the newsapp 2013-03-19 20:32:44 +01:00
Jan-Christoph Borchardt
cff8adacea devs keep forgetting the designers 2013-03-19 17:47:07 +01:00
Bernhard Posselt
9e0316964d added indices and primary keys 2013-03-18 18:46:58 +01:00
Alessandro Cosentino
f652daa3d9 fix merge conflict 2013-03-08 14:50:10 +01:00
Gregor Tätzner
25a766a009 implement folder modify and delete api calls 2013-03-07 18:25:31 +01:00
Alessandro Cosentino
3c87c2be39 api calls are anonymous functions now 2013-03-06 10:27:50 +01:00
Alessandro Cosentino
ef450898bb create folder api call 2013-03-03 22:27:18 +01:00
Alessandro Cosentino
0852773340 adds a call to create feed 2013-03-03 11:06:00 +01:00
Alessandro Cosentino
4902253e9c prototype for business layer for feed 2013-03-02 19:50:33 +01:00
Alessandro Cosentino
165540d346 prototype of business layer for api 2013-03-02 16:21:50 +01:00