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

735 Commits

Author SHA1 Message Date
Bernhard Posselt
00c6e040de removed google importer on the serverside, add importer for articles 2013-09-12 01:00:32 +02:00
Bernhard Posselt
8ca8695fbe remove display block 2013-09-12 01:00:32 +02:00
Bernhard Posselt
09f60e75c9 #342 implement export 2013-09-12 01:00:32 +02:00
Bernhard Posselt
2824b43b73 use bower for managing deps 2013-09-09 15:57:18 +02:00
Alessandro Cosentino
778f7b2be6 all the firstrunpage in one commit 2013-09-02 23:42:55 -04:00
Bernhard Posselt
6f23208ff6 conditionally load in stylesheets for owncloud 6 to fix layout problems, fix #320 2013-08-30 19:01:44 +02:00
Bernhard Posselt
78b0bcc19a move sanitation of urls to the serverside code to also provide security for clients, fix #151 2013-08-06 13:56:32 +02:00
Bernhard Posselt
582dba7e94 strip all html tags from author and title, fix #287 2013-08-06 13:41:40 +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
Alessandro Cosentino
15a58d3ed9 Fix .error class in the add website modal 2013-07-27 19:46:59 -04:00
Bernhard Posselt
fa3b8c8e54 add additional html heading tag for plugins 2013-07-18 23:32:54 +02:00
Bernhard Posselt
5ac1c9feac also set title attribute with the title for each entry 2013-07-18 23:13:10 +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
2411424951 make it possible to turn off mark read by scrolling 2013-07-05 14:19:20 +02:00
Alessandro Cosentino
accad1a88a addnew css is loaded two times in main template 2013-06-12 10:05:23 -04:00
Qingping Hou
8e4afafafe add ng-cloak to prevent displaying not rendered templates 2013-05-12 11:59:41 -04: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
aa40b98932 place the delete button always on the right 2013-05-04 17:24:06 +02:00
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
1d02523092 fix link xss vulnerabilities 2013-05-04 01:48:25 +02:00
Bernhard Posselt
eaea134634 Merge pull request #147 from owncloud/tiny-UI-fix
[News] : Removes the large + button
2013-05-02 14:30:35 -07:00
Jan-Christoph Borchardt
e75711d94b change 'feed' to 'website' in interface, maintain wording consistency 2013-05-01 15:54:20 -03:00
raghunayyar
57065ae48c Adds Add Website span on hover and active. 2013-05-01 23:11:30 +05:30
raghunayyar
3b9c134926 [News] : Removes the large + button. 2013-05-01 20:28:23 +05:30
Bernhard Posselt
3d79d2a5fa dont put feed on other feed, fix #135 2013-04-29 16:34:07 +02:00
Bernhard Posselt
ab70b3af33 fix #135 by not cloning the element 2013-04-29 16:23:10 +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
Alessandro Cosentino
b45d8fe4db fixes #140 2013-04-28 11:00:53 +02:00
Bernhard Posselt
95ead2f0da delete queue after successful delete request to prevent addtional delete when the next item is deleted 2013-04-27 11:34:40 +02:00
Bernhard Posselt
9d78516855 use containement window 2013-04-27 02:08:46 +02:00
Bernhard Posselt
440eee1f65 dont show weird revert animation 2013-04-27 02:08:46 +02:00
Bernhard Posselt
01210ea081 format unread count properly 2013-04-26 12:08:07 +02:00
Bernhard Posselt
f987751d8c order by pubdate on the client side fix #115 2013-04-26 11:52:50 +02:00
Bernhard Posselt
d947c35d05 removed file 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
Alessandro Cosentino
43144d7841 jan does not like tooltips 2013-04-25 01:09:52 +02:00
Bernhard Posselt
cb2fcda80b added preload none to the audio element, fix #123 2013-04-24 23:48:25 +02:00
Bernhard Posselt
6211b69955 fixed deletion of error messages and display correct icon 2013-04-22 16:13:31 +02:00
Bernhard Posselt
b9099435cb add undo for feed and folder deletion, fix #56 2013-04-22 16:05:45 +02:00
Bernhard Posselt
ac5c8f5f4f add unittest for feedcontroller, fix #51, dont activate add button if input does not contain characters 2013-04-22 12:31:38 +02:00
Bernhard Posselt
6b64036662 show full feed title on longer hover, fix #106 2013-04-21 12:48:53 +02:00
Bernhard Posselt
f15d7d26e5 hide "Mark as read" when no unread items in All articles
Edit
 fix #100
2013-04-20 15:54:34 +02:00
Alessandro Cosentino
d3e7e8c491 tooltip to stars 2013-04-20 10:58:19 +02:00
Qingping Hou
c1c1b7a5b0 remove trailing white spaces 2013-04-20 00:06:24 -04:00
Qingping Hou
099b9a294f add draggable delay to feedlist item 2013-04-20 00:04:21 -04:00
Bernhard Posselt
c5cf003d76 set focus to right part when you click on a feed, fix #94 2013-04-19 23:00:44 +02:00
Bernhard Posselt
67e00e798d added javascript for uploading google reader json files 2013-04-19 12:31:54 +02:00
Bernhard Posselt
ed3990b46b added form for google reader import 2013-04-19 11:49:48 +02:00
Bernhard Posselt
d328d40998 shorten mark all read to mark read 2013-04-19 11:42:40 +02:00
Bernhard Posselt
2be96123d1 also add tooltip to unread articles 2013-04-18 19:08:51 +02:00