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

684 Commits

Author SHA1 Message Date
Bernhard Posselt
836c65b6fa move to new restful api 2013-06-12 20:32:49 +02:00
Bernhard Posselt
4faa08d708 add annotations for api controllers 2013-06-12 14:50:25 +02:00
Bernhard Posselt
653b9f82ab implement starring and marking as read for multiple items 2013-06-11 00:25:00 +02:00
lsmooth
24299e4db2 don't update faviconLink on feed update 2013-06-09 01:08:12 +02:00
Bernhard Posselt
6475bf5da4 also consider deleted folders and feeds in the feed update, #214 2013-06-01 11:00:25 +02:00
Bernhard Posselt
242555e659 fixed a bug when deleting folders 2013-05-24 17:15:51 +02:00
Bernhard Posselt
37b48d2aef fix a bug that would not display items of feeds without folders 2013-05-24 15:28:42 +02:00
Bernhard Posselt
0fe7d8dd7e Fix bug that would still show items after its feed or folder has been marked as deleted, fix #196 2013-05-24 15:09:41 +02:00
Bernhard Posselt
d529559942 dont use table in subselect of mark read query to not fail on mysql, fixes #173 2013-05-24 13:06:22 +02:00
Bernhard Posselt
031ba0ce52 When creating a feed or folder the it should purge the deleted
Edit
fix #176
2013-05-21 21:10:45 +02:00
s17t.net
75bf8ed4b2 Fix #174 2013-05-18 18:53:03 +02:00
Bernhard Posselt
347000cc2d use a deleted flag for deleted feeds to handle undo 2013-05-10 13:30:00 +02:00
Bernhard Posselt
c487bfe233 fixed acceptance tests 2013-05-10 10:58:14 +02:00
Bernhard Posselt
59069e85a2 also send newest item id when creating a feed from the api 2013-05-09 13:44:16 +02:00
Bernhard Posselt
b8b4dfb496 only make one request for mark all read and mark folder read, fix #171, fix a bug that prevented readding of feeds when its folder was deleted, fix a bug that would not allow mark read for feeds when the app was started for the first time 2013-05-09 12:57:35 +02:00
Bernhard Posselt
fe0de2ab84 further state precondition 2013-05-08 12:21:45 +02:00
Bernhard Posselt
855f0a3a5e move hover check into precondition 2013-05-08 12:20:36 +02:00
Bernhard Posselt
7a372ed40a added test for sliding up the form 2013-05-08 12:18:24 +02:00
Bernhard Posselt
bc02ce6a31 small change 2013-05-07 22:03:50 +02:00
Bernhard Posselt
632898d273 make host configurable 2013-05-07 21:36:19 +02:00
Bernhard Posselt
e83462f764 typo fix 2013-05-07 21:18:11 +02:00
Bernhard Posselt
f08dd69dd1 added comment 2013-05-07 21:16:58 +02:00
Bernhard Posselt
112285d423 fix visibility test 2013-05-07 21:16:10 +02:00
Bernhard Posselt
7b33f0b82c fixed acceptance tests 2013-05-07 20:57:55 +02:00
Bernhard Posselt
6fa3308b9e added acceptancetest suite 2013-05-07 17:50:37 +02:00
Bernhard Posselt
e52e9332df added first cucumber steps and definitions 2013-05-07 13:06:39 +02:00
Bernhard Posselt
89de367fc8 also sanitize imported json 2013-05-04 01:04:03 +02:00
Bernhard Posselt
10831dd274 use html purifier for sanitation 2013-05-04 00:15:41 +02:00
Bernhard Posselt
7b628a3e4d log feed errors 2013-05-03 15:03:27 +02:00
Bernhard Posselt
e241d438bb also provide the app version 2013-05-03 10:41:14 +02:00
Bernhard Posselt
b8a2a02744 implemented last api method, fix #105 2013-05-02 22:46:54 +02:00
Bernhard Posselt
d2e9cbd3c9 implement item api methods 2013-05-02 22:11:59 +02:00
Bernhard Posselt
ec8394eda1 add read button 2013-05-02 21:03:33 +02:00
Bernhard Posselt
2b42d8bd9e send correct folder exists error code 2013-05-02 20:49:41 +02:00
Bernhard Posselt
20d4c2911f implemented folder api methods 2013-05-02 20:42:39 +02:00
Bernhard Posselt
f29881d554 force links to open in new tabs, fix #146 2013-05-02 20:01:35 +02:00
Bernhard Posselt
5ae697ac9d added proper exception handling for all controllers and businesslayer 2013-05-02 19:40:10 +02:00
Bernhard Posselt
e9878cb5b5 added api method for getting items 2013-05-02 18:45:10 +02:00
Bernhard Posselt
3d405e0541 removed useless get calls to api 2013-05-02 18:04:14 +02:00
Bernhard Posselt
f8bdf57881 add test for api result 2013-05-02 17:47:07 +02:00
Bernhard Posselt
51d71796ad move external api stuff to appframework 2013-05-02 17:30:51 +02:00
Bernhard Posselt
d7014ce74f added small result wrapper 2013-05-02 17:23:13 +02:00
Bernhard Posselt
c8c01278d8 implement all routes and function bodies for api calls 2013-05-02 16:55:11 +02:00
Bernhard Posselt
c5dde50a71 implemented first feeds get all method 2013-05-02 13:45:34 +02:00
Bernhard Posselt
2dfab0dbec added toAPI methods for folder and feed 2013-05-02 12:53:17 +02:00
Bernhard Posselt
0da3c160df add serialize method for api 2013-05-02 12:44:37 +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
cd2488ee42 prefer web favicon over feed favicon, fix #101 2013-04-27 14:00:52 +02:00
Bernhard Posselt
f987751d8c order by pubdate on the client side fix #115 2013-04-26 11:52:50 +02:00
Bernhard Posselt
5cc47b4f41 use last_modified column for finding new items (so we also see if they were updated or starred), use offset to paginate rather than item id 2013-04-26 11:52:50 +02:00