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

1145 Commits

Author SHA1 Message Date
Bernhard Posselt
015fbb80fc add compact view, fix #267, merry christmas ;D 2013-12-19 17:47:10 +01:00
Bernhard Posselt
6dc8dad23e add persistent option for compact view 2013-12-19 15:15:32 +01:00
Bernhard Posselt
11e170fc19 lint coffee 2013-12-19 13:59:39 +01:00
Bernhard Posselt
43f86e58d2 Merge pull request #411 from sub/issue242
Make feed title editable (FIX #242)
2013-12-19 04:32:34 -08:00
Matthias Blümel
85f54470ea Issue #420 2013-12-10 00:24:13 +01:00
Davide Saurino
aacdd4328a Move set/unset feed editing code to controller 2013-11-27 10:52:21 +01:00
Davide Saurino
ccfa661880 app.js updated 2013-11-16 12:53:10 +01:00
Davide Saurino
260beb6b12 Rename Feed: tests added 2013-11-16 12:51:13 +01:00
Davide Saurino
e7b94256e4 Style improvements 2013-11-13 18:18:36 +01:00
Davide Saurino
86196178eb FIX + new app.js added 2013-11-12 10:55:43 +01:00
Davide Saurino
be253cdc1b Make feed title editable (FIX #242) 2013-11-12 10:46:31 +01:00
Bernhard Posselt
dbd13392dd use better wording for hiding/showing unread articles and feeds/folders, fix #366 2013-09-23 21:54:59 +02:00
Bernhard Posselt
ffab9d0163 always clear input for adding feeds 2013-09-23 02:16:11 +02:00
Bernhard Posselt
00119cb60c Empty folders should probably be displayed
Edit
 fix #361
2013-09-23 02:11:54 +02:00
Bernhard Posselt
d9f1aca951 version bump 2013-09-16 20:20:23 +02:00
Bernhard Posselt
2937a633de also translate title, fix #350 2013-09-16 17:39:32 +02:00
Bernhard Posselt
752e45abfe allow by default 2013-09-14 05:22:28 +02:00
Bernhard Posselt
ec513ada34 allow by default 2013-09-14 05:18:44 +02:00
Bernhard Posselt
bfa090ed5d dont do pull to refresh when loading in items 2013-09-14 02:44:32 +02:00
Bernhard Posselt
df8f6b5fee implement pull to refresh, fix #44 2013-09-14 02:22:44 +02:00
Bernhard Posselt
346a657bcf remove unneeded files 2013-09-12 13:11:05 +02:00
Bernhard Posselt
e2b56e0d61 add fileextensions as hint to subscriptions export 2013-09-12 13:10:20 +02:00
Bernhard Posselt
2391e6bf62 fix #342 2013-09-12 01:00:32 +02:00
Bernhard Posselt
d54475fb0f log 2013-09-09 16:38:08 +02:00
Bernhard Posselt
4a8984a997 dont ignore vendor build directories 2013-09-09 16:37:04 +02:00
Bernhard Posselt
a84b978221 fix unit tests for phantomjs runner 2013-09-09 16:31:03 +02:00
Bernhard Posselt
2824b43b73 use bower for managing deps 2013-09-09 15:57:18 +02:00
Bernhard Posselt
6dfbc778ab add hint in readme to make data directory readable 2013-09-03 17:15:59 +02:00
Alessandro Cosentino
778f7b2be6 all the firstrunpage in one commit 2013-09-02 23:42:55 -04:00
Bernhard Posselt
2ec1f71203 more whitespace for oc6 2013-09-01 00:31:36 +02:00
Bernhard Posselt
824f074ecb change email adress in copyright headers 2013-08-26 17:23:22 +02:00
Bernhard Posselt
259dcbe5a0 When jumping to the next item after the last one, also mark the last item as read, fix #213 2013-08-14 12:15:19 +02:00
Bernhard Posselt
c745c82423 update karma test runner to fix build 2013-08-07 16:14:24 +02:00
Bernhard Posselt
c1adf7d39d update readme 2013-08-07 15:31:05 +02:00
Bernhard Posselt
c8b04a1395 also use title as folder name if text is not on the opml outline element, fix #306 2013-08-07 15:30:12 +02:00
Bernhard Posselt
b48a0308c5 check phantomjs bin 2013-08-06 10:46:35 +02:00
Bernhard Posselt
9f1ae2a545 dont install phantomjs from npm 2013-08-04 17:21:37 +02:00
Bernhard Posselt
01e7467c0b also scroll correctly to bottom in firefox 2013-08-01 16:06:19 +02:00
Bernhard Posselt
cdf3fd3b91 scroll to bottom when you click on show all to make it easier to click the button again, fix #296 2013-08-01 11:38:44 +02:00
Bernhard Posselt
866f5e8ed8 display download link if audio file is not playable, fix #250 2013-07-18 17:06:22 +02:00
Bernhard Posselt
edbe434a2c display 40 articles by default, autopage when 20 are left 2013-07-05 16:46:20 +02:00
Bernhard Posselt
2411424951 make it possible to turn off mark read by scrolling 2013-07-05 14:19:20 +02:00
Morris Jobke
23cf5cfe6c fix open in new window 2013-06-07 19:15:25 +02:00
Morris Jobke
fa7553a05d add shortcut to open current item 2013-06-07 19:02:54 +02:00
Bernhard Posselt
a19aedbec8 updated build tools, testacular is now named karma 2013-06-05 23:26:20 +02:00
Xemle
ce88338925 Issue #166 Improve RESTful urls for web backend
Change create and delete urls for feeds and folders:

    POST /feed - Creates a feed
    DELETE /feed/:feedId - Deletes a feed
    POST /folder - Creates a folder
    DELETE /folder/:folderId - Deletes a feed
2013-05-27 17:01:48 +02:00
Lukas Reschke
67220f815b Fix URL 2013-05-24 22:02:14 +03:00
Alessandro Cosentino
50f42ab8e4 app.js updated 2013-05-12 20:01:58 -04:00
Alessandro Cosentino
9acb57e21e adds shortcut to star and jump 2013-05-12 17:59:47 -04:00
Bernhard Posselt
0f56370f8c fixed tests for delete 2013-05-10 16:15:53 +02:00