Граф коммитов

278 Коммитов

Автор SHA1 Сообщение Дата
Bernhard Posselt 93a9a00f18 remove the subscriblet due to security concerns: no way to prevent CSRF attacks that may add a feed which exploits possible security bugs, fix #48 2013-04-17 12:47:42 +02:00
Bernhard Posselt e95c1af890 updated readme to contain hint for updated owncloud versions 2013-04-16 22:01:06 +02:00
Bernhard Posselt a412194653 implement autopaging and proper loading symbols fix #45 and #26 2013-04-16 15:43:42 +02:00
Bernhard Posselt dee17d002d dont show unread count when it is 0, dont bold read feeds, implemented autopaging 2013-04-16 15:23:12 +02:00
Bernhard Posselt 8df6d36d49 move instantiation into file where object is declared, fix unittests that overwrote services for all unittests and caused them to fail 2013-04-16 15:23:12 +02:00
Bernhard Posselt 35ba857da2 always display new feeds and folders at the top when theyre being added 2013-04-15 21:12:46 +02:00
Bernhard Posselt 94e82411f7 fix unittest breakage errors in firefox and phantomjs, bump build tools 2013-04-15 18:11:38 +02:00
Bernhard Posselt d7cf83fd33 show feeds above, fix #67 2013-04-15 16:05:42 +02:00
Bernhard Posselt 464ff6c4c1 renamed bl to businesslayer, handle exception in update routine, fix #69 2013-04-15 16:02:32 +02:00
Bernhard Posselt 89c31ab5fc use delete icon for feed and folder errors and use Delete website instead of discard, fix #70 2013-04-15 14:53:24 +02:00
Bernhard Posselt 01d6e6a3df show real date on hover, more robust check for language support for relative dates 2013-04-15 14:44:48 +02:00
Bernhard Posselt 506dc652ff add support for relative dates, fix #28 2013-04-15 13:52:56 +02:00
Bernhard Posselt 8553c92dd9 remove opacity for feedcounter, fix #57 2013-04-15 11:11:20 +02:00
Bernhard Posselt 38e4b6d7e9 implement opml import, fix #23 2013-04-13 17:28:38 +02:00
Bernhard Posselt 7a0bce7213 show disabled export button if there are no feeds 2013-04-12 15:15:41 +02:00
Bernhard Posselt a069add71e implement export, needs proper unittests though, fix 31 2013-04-12 14:53:02 +02:00
Bernhard Posselt e8cdb31569 fix unread count rendering 2013-04-12 01:23:43 +02:00
Bernhard Posselt b90fe335d2 visually show unreadcount using opacity, fix #57 2013-04-12 01:11:34 +02:00
Bernhard Posselt eda8fec587 autoselect folder when it was created and open folder if a feed gets added to it 2013-04-11 21:38:20 +02:00
Bernhard Posselt b06fc20ddb allow users to discard folder and feed errors 2013-04-11 20:56:23 +02:00
Bernhard Posselt aa208e38b6 fixed folderselection 2013-04-11 19:45:36 +02:00
Bernhard Posselt 9963975875 added more code for adding feeds and folders 2013-04-11 19:34:24 +02:00
Bernhard Posselt 959b8691fa use images instead of captions for folder create buttons to not run into width problems 2013-04-11 18:06:59 +02:00
Bernhard Posselt 59f42f80ad add a button for people to get out of add folder mode 2013-04-11 17:55:59 +02:00
Bernhard Posselt 12f9f0be1f added opml icons to export import button 2013-04-11 16:01:10 +02:00
Bernhard Posselt 80707aa9e3 translate folder and feed errors and added css and template code for creating folders and feeds and what happens when an error gets triggered 2013-04-11 15:48:50 +02:00
Bernhard Posselt 7808ff902b implemented drag and drop directives 2013-04-11 14:40:00 +02:00
Bernhard Posselt ca0864dbcd prework for adding folders 2013-04-08 17:56:53 +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 7f2cc571f6 only show feedname when not displaying feed 2013-04-05 23:47:23 +02:00
Bernhard Posselt f704dfe333 brought back starring of feeds 2013-04-05 23:43:15 +02:00
Bernhard Posselt 27f34bcb4b reload page after showall has been changed 2013-04-05 23:15:25 +02:00
Bernhard Posselt ae42bb1c5f fix collapsing of folders 2013-04-05 14:08:12 +02:00
Bernhard Posselt 1a169b29c1 fixed showall toggle and added methods to set items read and starred 2013-04-05 13:50:30 +02:00
Bernhard Posselt a6d1cc915a implemented bare itembl methods 2013-04-05 12:07:04 +02:00
Bernhard Posselt 54a67849bd brought back feeds and folders 2013-04-05 11:38:12 +02:00
Bernhard Posselt f8451ca565 bring back show all button 2013-04-05 11:22:38 +02:00
Bernhard Posselt 312796b1ca removed useless settings template 2013-04-03 12:25:48 +02:00
Bernhard Posselt 2cffff339b removed useless settings 2013-04-03 12:25:48 +02:00
Jan-Christoph Borchardt ed9039e4d6 remove app styles now they are in core 2013-04-02 23:36:25 +02:00
Bernhard Posselt 711c260bfe small pixel fixes 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 eb532ff318 adding dudes 2013-03-27 20:44:20 +01:00
Bernhard Posselt d1d775da21 display folders 2013-03-27 17:34:12 +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 2ad09d158b order by id instead of pubdate to be consistent 2013-03-27 12:50:48 +01:00
Bernhard Posselt 35e4283ae4 show title and author below feed 2013-03-26 19:49:22 +01:00
Bernhard Posselt f7c8199380 viewing the first 20 items is now possible 2013-03-26 19:30:27 +01:00
Bernhard Posselt a5cb76f491 also show unread count 2013-03-26 18:22:14 +01:00